img{
  /*border-radius: 20px;*/
}
#pups_shadow2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}

#pups_from2 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}

#pups_from2 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from2 form {
  margin-top: 40px;
}

#pups_from2 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_from2 i.close::after,
#pups_from2 i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pups_from2 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_from2 i.close:hover {
  background: var(--color);
}

#pups_from2 i.close:hover::before,
#pups_from2 i.close:hover::after {
  background: white;
}

#pups_from2 ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_from2 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from2 ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_from2 ul li input,
#pups_from2 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

#pups_from2 ul li input:focus,
#pups_from2 ul li textarea:focus {
  border-color: var(--color);
}

#pups_from2 ul li textarea {
  height: 80px;
}

#pups_from2 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_from2 ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_from2 ul li:last-child {
  margin-bottom: 0;
}

.right_nav_list {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10;
}

.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}

.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}

.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}

.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}

.right_nav_list ul li:hover .text {
  opacity: 0.6;
}

@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }

  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }

  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }

  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}

iframe {
  display: block;
  width: 100%;
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

#Pop_UpsBtn:hover {
  background: #889aff;
}

b,
strong {
  font-weight: bold;
}

html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}

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

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}

table tbody {
  display: table;
  width: 100% !important;
}

table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}

table tbody tr {
  width: auto !important;
  height: auto !important;
}

table tbody tr:nth-child(even) {
  background: #eee;
}

html.mobile {
  overflow: hidden;
}

html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}

#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}

#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}

#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}

#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile #menu-on i.line1 {
  top: 12px;
}

#mobile #menu-on i.line2 {
  top: 19px;
}

#mobile #menu-on i.line3 {
  top: 26px;
}

#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}

#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}

#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}

#mobile .menu-content .menu-logo {
  display: block;
}

#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}

#mobile .menu-content .menu-list {
  margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}

#mobile .menu-content .mob-search form {
  position: relative;
}

#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}

#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}

#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}

#mobile.active {
  left: 0;
}

#mobile.active:before {
  right: 0;
}

#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
  opacity: 0;
}

#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}

#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}

#mobile.white .menu-content {
  background: white;
  color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}

#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}

.search-box form input {
  background: none;
  outline: none;
  border: none;
}

.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}

.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}

@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@media (max-width: 700px) {
  .font-25 {
    font-size: 18px;
  }

  .font-26 {
    font-size: 18px;
  }

  .font-27 {
    font-size: 18px;
  }

  .font-28 {
    font-size: 18px;
  }

  .font-29 {
    font-size: 18px;
  }

  .font-30 {
    font-size: 18px;
  }

  .font-31 {
    font-size: 20px;
  }

  .font-32 {
    font-size: 20px;
  }

  .font-33 {
    font-size: 20px;
  }

  .font-40 {
    font-size: 22px;
  }

  .font-41 {
    font-size: 22px;
  }

  .font-42 {
    font-size: 22px;
  }

  .font-43 {
    font-size: 22px;
  }

  .font-44 {
    font-size: 22px;
  }

  .font-45 {
    font-size: 22px;
  }

  .font-46 {
    font-size: 22px;
  }

  .font-47 {
    font-size: 22px;
  }

  .font-48 {
    font-size: 22px;
  }

  .font-49 {
    font-size: 22px;
  }

  .font-50 {
    font-size: 22px;
  }

  .font-51 {
    font-size: 22px;
  }

  .font-52 {
    font-size: 24px;
  }

  .font-53 {
    font-size: 24px;
  }

  .font-54 {
    font-size: 24px;
  }

  .font-55 {
    font-size: 24px;
  }

  .font-56 {
    font-size: 24px;
  }
}

/*----- genneral end-----*/
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Bold.eot");
  src: url("../fonts/Unbounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff"), url("../fonts/Unbounded-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.eot");
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "InterVariable";
  src: url("../fonts/INTER-VARIABLEFONT_OPSZ,WGHT.TTF") format("truetype-variations");
  font-weight: 1 900;
  font-stretch: expanded;
}

body {
  font-family: "Inter";
  font-weight: normal;
  --color: #54ca5e;
  margin: 0 auto;
  font-size: 18px;
}

.container {
  width: 1670px;
}

.wrapper {
  width: 1780px;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
}

.f-color {
  color: var(--color);
}

.color-ff {
  color: #ffffff;
}

.color-00 {
  color: #000000;
}

.line-h-1 {
  line-height: 1;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#header .nav {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .nav .ui.menu {
  border-radius: 10px;
  width: 84%;
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
  font-family: "InterVariable";
  font-weight: 600;
  margin: 0 30px;
  font-size: 18px;
  height: 100%;
  color: #ffffff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  transition: all 0.5s;
  color: #181c1c;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  transition: all 0.5s;
  color: #181c1c;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
  display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}

#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-language span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}

#header .nav .ui.menu .right .h-search {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 28px;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}

#header.active {
  background-color: var(--color);
}

#header.inner-active {
  background-color: var(--color);
}

.t_l {
  transition: all 0.5s;
}

.btn-go {
  width: auto;
  height: 40px;
  padding: 0 14px;
  background-color: #101011;
  border-radius: 16px 0 16px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid transparent;
}

.btn-go:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

.btn-go:hover img {
  filter: brightness(0);
}

#banner .banner-content {
  height: 100vh;
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  margin-top: -90px;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  font-family: "Unbounded";
  font-weight: bold;
  color: #fff;
  max-width: 710px;
  line-height: 1.4;
}

#banner .banner-content .swiper-slide .txt-content .text4 {
  max-width: 520px;
  line-height: 1.7;
}

#banner .banner-content .swiper-slide>img {
  bottom: 9%;
  right: 0;
  max-width: 59%;
}

#banner .share {
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

#banner .share span {
  font-size: 12px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

#banner .share span::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  margin-right: 10px;
  background-color: #000;
}

#banner .share ul li {
  margin-top: 25px;
}

.f-Inter-Black {
  font-weight: 900;
}

.f-Inter-Bold {
  font-family: "InterVariable";
  font-weight: 700;
}

.f-Inter-600 {
  font-family: "InterVariable";
  font-weight: 600;
}

.f-Unbounded-Bold {
  font-family: "Unbounded";
  font-weight: bold;
}

#index-body .init-1 {
  background-image: url(../images/nav-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}

#index-body .init-1 .nav-list .left {
  width: calc(100% - 140px);
  padding-right: 160px;
}

#index-body .init-1 .nav-list .left .box .txt-box {
  width: 42%;
}

#index-body .init-1 .nav-list .left .box .txt-box .tt em {
  color: var(--color);
}

#index-body .init-1 .nav-list .left .box .big-img {
  width: 58%;
  padding-left: 160px;
}

#index-body .init-1 .nav-list .thumbs {
  width: 140px;
  height: 490px;
}

#index-body .init-1 .nav-list .thumbs .swiper {
  height: 100%;
}

#index-body .init-1 .nav-list .thumbs .swiper li .box {
  height: 100%;
  background-color: #fff;
  border-radius: 23px;
  padding: 17px;
}

#index-body .init-1 .nav-list .swiper-pagination {
  bottom: -56px;
}

#index-body .init-1 .nav-list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

#index-body .init-1 .nav-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

#index-body .init-1 .bg {
  bottom: -2px;
  left: 0;
  opacity: .5;
}

#index-body .init-2 {
  background-color: #000;
}

#index-body .init-2 .bg {
  background-image: url(../images/init-2-bg.png);
  background-size: cover;
}

#index-body .init-2 .str-bottom li .box .intro {
  color: rgba(255, 255, 255, 0.6);
}

#index-body .init-2 .str-bottom .left {
  width: 26%;
}

#index-body .init-2 .str-bottom .center {
  width: 36%;
}

#index-body .init-2 .str-bottom .center .bgt-box {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#index-body .init-2 .str-bottom .center .bgt {
  animation: rotateAround 9s linear infinite;
  transform-origin: center center;
  max-width: none;
}

#index-body .init-2 .str-bottom .center .cpt {
  left: 0;
  bottom: 0;
  transform: translate(-33%, 25%);
}

#index-body .init-2 .str-bottom .right {
  width: 26%;
}

#index-body .init-3 {
  display: none;
}

#index-body .init-3 h1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

#index-body .init-3 .imgBox {
  position: relative;
}

#index-body .init-3 .imgBox>img {
  height: auto;
  object-fit: cover;
  width: 100%;
  border-radius: 60px 0 60px 0;
  /* object-position: 0 20%; */
}

#index-body .init-3 .imgBox .play {
  position: absolute;
  bottom: 60px;
  left: 80px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}

#index-body .init-3 .imgBox .play i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 15px;
  position: relative;
  transition: all 0.5s;
}

#index-body .init-3 .imgBox .play i::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  animation: ks2 3s infinite;
  display: block;
}

#index-body .init-3 .imgBox .play:hover {
  color: var(--color);
}

#index-body .init-3 .imgBox .play:hover i {
  background-color: var(--color);
}

#index-body .init-3 .imgBox .play:hover i img {
  filter: brightness(0) invert(1);
}

#index-body .init-4 .desc {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

#index-body .init-4 .h-ce {
  padding: 0 195px;
}

#index-body .init-4 .h-ce li {
  height: 100%;
}

#index-body .init-4 .h-ce li .box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index-body .init-5 {
  background-color: #000;
  overflow: hidden;
}

#index-body .init-5 .bg {
  background-image: url(../images/init5-bg.png);
  background-size: cover;
}

#index-body .init-5 .partners .left {
  width: 34%;
}

#index-body .init-5 .partners .right {
  width: 45%;
}

#index-body .init-5 .partners .right .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  transform: rotate(-30deg);
  position: absolute;
  width: 100%;
  left: -100px;
  top: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

#index-body .init-5 .partners .right .box2 ul {
  margin: -10px;
  width: 100%;
}

#index-body .init-5 .partners .right .box2 ul:nth-child(1) {
  -webkit-animation: td 30s linear infinite;
  -moz-animation: td 30s linear infinite;
  animation: td 30s linear infinite;
}

#index-body .init-5 .partners .right .box2 ul:nth-child(2) {
  animation: td 30s linear infinite reverse;
}

#index-body .init-5 .partners .right .box2 ul li {
  padding: 10px;
}

#index-body .init-5 .partners .right .box2 ul li a {
  height: 220px;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10%;
}

#index-body .init-5 .partners .right .box2 ul li a img {
  max-height: 100%;
}

#index-body .init-6 {
  overflow: hidden;
}

#index-body .init-6 .solution .tt {
  top: 40px;
  right: 0;
}

#index-body .init-6 .solution .tt .btn-go span {
  flex-shrink: 0;
}

#index-body .init-6 .solution li {
  position: relative;
}

#index-body .init-6 .solution li .img-box {
  border-radius: 60px;
}

#index-body .init-6 .solution li img {
  border-radius: 60px;
}

#index-body .init-6 .solution li.num1 {
  height: 594px;
  height: 766px;
  margin-bottom: 150px;
}

#index-body .init-6 .solution li.num2 {
  top: 210px;
  width: 517px;
  height: 666px;
  margin-bottom: 150px;
}

#index-body .init-6 .solution li.num3 {
  top: 360px;
  width: 414px;
  height: 534px;
  margin-bottom: 150px;
}

#index-body .init-6 .solution li.num4 {
  top: 50px;
  width: 488px;
  height: 666px;
}

#index-body .init-6 .solution li.num5 {
  width: 488px;
  height: 666px;
}

#index-body .init-6 .solution li.num6 {
  width: 562px;
  height: 766px;
  position: relative;
  z-index: 5;
}

#index-body .init-6 .sectt {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  width: 104%;
  top: 50%;
  left: -2%;
  transform: translateY(-54%) rotate(-4deg);
  transform-origin: center center;
}

#index-body .init-6 .sectt .toptt em {
  color: #a5acab;
}

#index-body .init-6 .sectt .bottomtt {
  line-height: 1;
}

#index-body .init-6 .sectt .ttico {
  top: 12px;
  right: 23%;
}

#index-body .init-7 .bannerText {
  background-color: var(--color);
  overflow: hidden;
}

#index-body .init-7 .bannerText .text {
  position: relative;
  padding: 24px 0;
  height: 90px;
}

#index-body .init-7 .bannerText .text .sub {
  position: absolute;
  left: 0;
  top: 24px;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
  animation: bannerAni 20s linear infinite;
  width: max-content;
}

#index-body .init-7 .bannerText .text .sub .black {
  color: #000;
}

#index-body .init-7 .bannerText .text .sub em {
  margin: 0 50px;
}

#index-body .init-7 .bannerText2 {
  background-color: #000;
  color: #fff;
}

#index-body .init-7 .bannerText2 .text .sub {
  left: auto;
  right: 0;
  animation: bannerAni2 20s linear infinite;
}

#index-body .init-8 .bottom .news-list .box {
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #666666;
  overflow: hidden;
  transition: all 0.5s;
}

#index-body .init-8 .bottom .news-list .box .ttbox {
  margin-right: 15%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  transition: all 0.5s;
}

#index-body .init-8 .bottom .news-list .box .ttbox a:hover {
  color: var(--color);
}

#index-body .init-8 .bottom .news-list .box .ttbox .category {
  right: 14%;
  top: -20px;
  transform: rotate(-90deg);
  transform-origin: top right;
  padding: 6px 25px 6px 20px;
  color: #fff;
  font-size: 13px;
  transition: all 0.5s;
}

#index-body .init-8 .bottom .news-list .box .ttbox .category::after {
  content: "";
  transform: skewX(45deg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  z-index: -1;
  transition: all 0.5s;
}

#index-body .init-8 .bottom .news-list .box .desc {
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
  min-height: 146px;
  transition: all 0.5s;
}

#index-body .init-8 .bottom .news-list .box .time {
  padding-top: 20px;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  transition: all 0.5s;
}

#index-body .init-8 .bottom .news-list .box .time .date {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.5);
  transition: all 0.5s;
}

#index-body .init-8 .bottom .news-list .box .time a {
  font-size: 16px;
  color: rgba(102, 102, 102, 0.6);
}

#index-body .init-8 .bottom .news-list .box .time a:hover img {
  transform: translateX(-10px);
}

#index-body .init-8 .bottom .news-list .box:hover {
  background-color: #000;
}

#index-body .init-8 .bottom .news-list .box:hover .ttbox {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

#index-body .init-8 .bottom .news-list .box:hover .ttbox .category {
  color: #000;
}

#index-body .init-8 .bottom .news-list .box:hover .ttbox .category::after {
  background-color: #fff;
}

#index-body .init-8 .bottom .news-list .box:hover .desc {
  color: rgba(255, 255, 255, 0.6);
}

#index-body .init-8 .bottom .news-list .box:hover .time {
  border-color: rgba(255, 255, 255, 0.4);
}

#index-body .init-8 .bottom .news-list .box:hover .time .date {
  opacity: 0.5;
  color: #fff;
}

#index-body .init-8 .bottom .news-list .box:hover .time .date img {
  filter: brightness(0) invert(1);
}

#index-body .init-8 .bottom .news-list .box:hover .time a {
  color: #fff;
}

#index-body .init-8 .bottom .news-list .box:hover .time a img {
  filter: brightness(0) invert(1);
}

.w-1670 {
  width: 1670px;
  margin: 0 auto;
  padding: 0 15px;
}

@keyframes rotateAround {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes td {
  0% {
    -webkit-transform: translateY(-33.33%);
    -moz-transform: translateY(-33.33%);
    transform: translateY(-33.33%);
  }

  100% {
    -webkit-transform: translateY(-66.66%);
    -moz-transform: translateY(-66.66%);
    transform: translateY(-66.66%);
  }
}

@keyframes bannerAni {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes bannerAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@keyframes toptran {
  0% {
    transform: translateY(6px);
  }

  100% {
    transform: translateY(-6px);
  }
}

#footer {
  background-image: url(../images/h-footerbg.png);
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: hidden;
}

#footer .footer-bg {
  margin-top: 90px;
  background-color: #000;
}

#footer .footer-userinfo {
  max-width: 93%;
}

#footer .footer-center .footer-t {
  display: flex;
  justify-content: space-between;
}

#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: flex;
  flex-direction: column;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  margin-bottom: 50px;
  font-family: "Unbounded";
  font-weight: bold;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .logo {
  margin-top: -10px;
  max-width: 365px;
}

#footer .footer-center .footer-t .footer-t-gird .logo span {
  color: #fff;
  position: relative;
  padding-left: 36px;
  line-height: 2;
  /*word-break: break-all;*/
}

#footer .footer-center .footer-t .footer-t-gird .logo span img {
  position: absolute;
  left: 0;
  top: 6px;
}

#footer .footer-center .footer-t .footer-t-gird .contact {
  max-width: 310px;
}

#footer .footer-center .footer-t .footer-t-gird .link span {
  margin-bottom: 30px;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}

#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .finquire {
  max-width: 270px;
}

#footer .footer-center .footer-t .footer-t-gird .finquire form input {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  color: #fff;
  background-color: transparent;
  margin-bottom: 20px;
  font-size: 14px;
}

#footer .footer-center .footer-t .footer-t-gird .finquire form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#footer .footer-center .footer-t .footer-t-gird .finquire form .send input[type="submit"] {
  width: auto;
  border: 0;
  font-size: 18px;
  font-family: "InterVariable";
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 10px;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .finquire form .send img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .finquire form .send:hover input[type="submit"] {
  color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .finquire form .send:hover img {
  filter: none;
}

#footer .footer-center .footer-b .share li {
  margin-right: 24px;
  border: solid 1px #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-center .footer-b .share li i {
  font-size: 20px;
  color: #fff;
}

#footer .footer-center .footer-b .go_top {
  width: 340px;
  height: 117px;
  background-image: url(../images/go-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "InterVariable";
  font-weight: 600;
}

#footer .footer-center .footer-b .go_top i {
  display: block;
}

#footer .footer-center .footer-b .go_top:hover {
  cursor: pointer;
}

#footer .footer-center .footer-b .go_top:hover i {
  animation: toptran 2s linear infinite;
}

#footer .footer-center .footer-b p {
  color: #fff;
  display: flex;
  max-width: 277px;
}

#footer .footer-center .footer-b p span {
  margin: 0 10px;
}

#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  margin-top: 1px;
}

@media (max-width: 1800px) {
  #banner .share {
    left: 30px;
  }
}

@media (max-width: 1700px) {
  .wrapper {
    width: 1400px;
  }

  #header .nav .ui.menu {
    width: 85%;
  }

  #header .nav .ui.menu .right .h-search {
    margin: 0 15px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 10px;
    font-size: 16px;
  }

  #banner .banner-content {
    min-height: unset;
  }

  #index-body .init-7 .bannerText .text {
    height: 80px;
  }
}

@media (max-width: 1450px) {
  .wrapper {
    width: 1200px;
  }

  #header .nav .ui.menu .right .h-inquire {
    zoom: 0.8;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 14px;
    margin: 0 5px;
  }

  #banner .banner-content .swiper-slide .txt-content {
    margin-top: 0;
  }

  #banner .banner-content .swiper-slide .txt-content h3,
  #banner .banner-content .swiper-slide .txt-content .text4 {
    max-width: 50%;
  }

  #banner .banner-content .swiper-slide>img {
    max-width: 50%;
  }

  #banner .banner-content .swiper-slide {
    background-position: center 0;
    background-size: auto;
  }

  #banner .share {
    left: 20px;
    top: auto;
    bottom: 28%;
    transform: none;
  }

  #index-body .init-1 {
    margin-top: 60px;
  }

  #index-body .init-1 .nav-list .left {
    padding-right: 78px;
  }

  #index-body .init-1 .nav-list .left .box .txt-box {
    width: 50%;
  }

  #index-body .init-1 .nav-list .left .box .big-img {
    width: 50%;
    padding-left: 50px;
  }

  #index-body .init-4 .h-ce {
    padding: 0 140px;
  }

  #index-body .init-5 .partners .right .box2 ul li a {
    height: 176px;
  }
}

@media (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }

  #banner .banner-content {
    height: 46vw;
  }

  #banner .share {
    bottom: 12%;
  }

  #index-body .init-2 .str-bottom .center {
    width: 26%;
  }

  #index-body .init-2 .str-bottom .center .bgt {
    width: 330px;
  }

  #index-body .init-2 .str-bottom .center .cpt {
    width: 61%;
  }

  #index-body .init-2 .str-bottom .right,
  #index-body .init-2 .str-bottom .left {
    width: 30%;
  }

  #index-body .init-4 .h-ce {
    padding: 0 90px;
  }

  #index-body .init-5 .partners .left {
    width: 44%;
  }

  #index-body .init-5 .partners .right .box2 ul li a {
    height: 136px;
  }

  #index-body .init-8 .bottom .news-list .box .ttbox .category {
    padding: 6px 10px;
    top: 0;
  }

  #index-body .init-8 .bottom .news-list .box .ttbox .category::after {
    transform: none;
  }

  #footer .footer-center .footer-t .footer-t-gird .finquire {
    max-width: 196px;
  }

  #footer .footer-center .footer-t .footer-t-gird .logo {
    max-width: 236px;
  }
}

@media (max-width: 1000px) {
  body {
    font-size: 16px;
  }

  #banner .share {
    display: none;
  }

  #index-body .init-1 {
    padding-top: 30px;
  }

  #banner .banner-content {
    height: 460px;
  }

  #index-body .init-1 .nav-list .thumbs {
    display: none;
  }

  #index-body .init-1 .nav-list .left {
    width: 100%;
    padding-right: 0;
  }

  #index-body .init-2 .str-bottom .center {
    display: none;
  }

  #index-body .init-2 .str-bottom .right,
  #index-body .init-2 .str-bottom .left {
    width: 50%;
    padding: 0 10px;
  }

  #index-body .init-2 .str-bottom .str-list {
    margin: 0 -10px;
    align-items: flex-start;
  }

  #index-body .init-2 .str-bottom li .box .intro {
    min-height: 80px;
  }

  #index-body .init-3 .imgBox>img {
    height: 242px;
  }

  #index-body .init-3 .imgBox .play {
    bottom: 30px;
    left: 30px;
  }

  #index-body .init-4 .h-ce {
    padding: 0;
  }

  #index-body .init-5 .partners .right .box2 {
    left: 0;
  }

  #index-body .init-5 .partners .right .box2 ul li a {
    height: 94px;
  }

  #index-body .init-6 .sectt {
    display: none;
  }

  #index-body .init-6 {
    zoom: unset !important;
  }

  #index-body .init-6 .w-1670 {
    width: 700px;
  }

  #index-body .init-6 .solution .tt {
    position: static;
  }

  #index-body .init-6 .solution ul {
    margin-top: 5%;
    margin-left: -10px;
    margin-right: -10px;
  }

  #index-body .init-6 .solution li {
    width: 50% !important;
    height: 420px !important;
    top: 0 !important;
    padding: 0 10px;
    margin-bottom: 20px !important;
  }

  #index-body .init-6 .solution li .img-box {
    height: 100%;
  }

  #index-body .init-6 .solution li img {
    object-fit: cover;
    height: 100%;
  }

  #index-body .init-7 .bannerText .text {
    height: 70px;
  }

  #index-body .init-8 .bottom .news-list .box .desc {
    min-height: 135px;
  }

  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }

  #footer .footer-center .footer-b {
    position: relative;
    padding-bottom: 100px;
    justify-content: center;
  }

  #footer .footer-center .footer-b .go_top {
    width: 300px;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #footer .footer-center .footer-b p {
    max-width: 100%;
    margin-top: 5%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 700px) {
  #banner .banner-content {
    height: auto;
  }

  #banner .banner-content .swiper-slide>img {
    position: static;
    max-width: none;
    margin-top: 5%;
  }

  #banner .banner-content .swiper-slide .txt-content {
    align-items: center;
  }

  #banner .banner-content .swiper-slide {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    justify-content: center;
  }

  #banner .banner-content .swiper-slide .txt-content h3,
  #banner .banner-content .swiper-slide .txt-content .text4 {
    max-width: 100%;
    text-align: center;
  }

  #index-body .init-1 .nav-list .left .box .txt-box {
    width: 100%;
  }

  #index-body .init-1 .nav-list .left .box .big-img {
    width: 70%;
    padding-left: 0;
    margin: 5% auto 0;
  }

  #index-body .init-5 .partners .right .box2 {
    transform: none;
    position: static;
  }

  #index-body .init-5 .partners .right .box2 ul:nth-child(1) {
    animation: none;
    margin: 0;
  }

  #index-body .init-5 .partners .right .box2 ul:nth-child(2) {
    display: none;
  }

  #index-body .init-5 .partners .left {
    width: 100%;
  }

  #index-body .init-5 .partners .right {
    width: 100%;
    margin-top: 5%;
  }

  #index-body .init-6 .w-1670 {
    width: 100%;
  }

  #index-body .init-6 .solution li {
    height: 380px !important;
  }

  #index-body .init-6 .solution .tt {
    flex-wrap: wrap;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: none !important;
    width: 100%;
  }

  #footer .footer-center .footer-t .footer-t-gird .logo {
    margin-top: 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .logo p img{
    height: 34px;
  }

  #footer .footer-center .footer-t .footer-t-gird .finquire {
    margin-top: 5%;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    margin-bottom: 20px;font-size: 20px;
  }

  #footer .footer-bg {
    margin-top: 36px;
  }
}

@media (max-width: 500px) {
  #index-body .init-1 .nav-list .left .box .big-img {
    width: 100%;
  }

  #index-body .init-2 .str-bottom .right,
  #index-body .init-2 .str-bottom .left {
    width: 100%;
  }

  #index-body .init-5 .partners .right .box2 ul li {
    width: 100%;
  }

  #index-body .init-6 .solution li {
    width: 100% !important;
    height: auto !important;
  }

  #index-body .init-8 .top .btn-go {
    margin-top: 5%;
  }
}

.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 90px;
}

.inner_banner .textAniC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.inner_banner .textAniC .text .c {
  font-size: 280px;
  font-family: "Unbounded";
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(205, 205, 205, 0.2);
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
  padding: 35px 0;
}

.inner_banner .container {
  position: relative;
  z-index: 2;
}

.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner_banner .cont {
  padding: 120px 0;
}

.inner_banner .cont .title {
  font-weight: 700;
}

.inner_banner .cont .mbx {
  font-size: 0;
  margin-top: 10px;
}

.inner_banner .cont .mbx span {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}

.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.inner_banner .cont .mbx a:hover {
  color: var(--color);
}

.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}

.inner_banner .cont .mbx a:first-child::before {
  display: none;
}

.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}

@media (max-width: 1500px) {
  .inner_banner .textAniC .text .c {
    font-size: 360px;
  }
}

@media (max-width: 1250px) {
  .inner_banner {
    margin-top: 40px;
  }


  .inner_banner .textAniC .text .c {
    font-size: 260px;
  }
}

@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }

  .inner_banner .textAniC .text .c {
    font-size: 126px;
  }

  .inner_banner .cont {
    padding: 50px 0;
  }
}

@media (max-width: 700px) {
  .inner_banner .textAniC .text .c {
    font-size: 100px;
  }
}

@media (max-width: 500px) {
  .inner_banner .textAniC {
    top: 30px;
  }

  .inner_banner .textAniC .text .c {
    font-size: 80px;
  }
}

@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.grid-box {
  font-size: 0;
  letter-spacing: -4px;
  font-size: 12px;
}

.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  letter-spacing: 0;
}

.grid-box .column {
  width: 100%;
}

.grid-box.two>.column {
  width: 50%;
}

.grid-box.three>.column {
  width: 33.33333%;
}

.grid-box.four>.column {
  width: 25%;
}

.grid-box.five>.column {
  width: 20%;
}

.grid-box.six>.column {
  width: 16.6666667%;
}

.grid-box.seven>.column {
  width: 14.285714%;
}

.grid-box.eight>.column {
  width: 12.55%;
}

.grid-box.nine>.column {
  width: 11.11111111%;
}

.grid-box.ten>.column {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 33.33333%;
  }

  .grid-box.four>.column {
    width: 33.33333%;
  }

  .grid-box.five>.column {
    width: 33.33333%;
  }
}

@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 50%;
  }

  .grid-box.four>.column {
    width: 50%;
  }

  .grid-box.five>.column {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%;
  }

  .grid-box.three>.column {
    width: 100%;
  }

  .grid-box.four>.column {
    width: 100%;
  }

  .grid-box.five>.column {
    width: 100%;
  }
}

.oem-page .oem-0 .top .left {
  width: 50%;
  padding-right: 50px;
}

.oem-page .oem-0 .top .left .desc {
  line-height: 2;
}

.oem-page .oem-0 .top .right {
  width: 50%;
  padding-left: 50px;
}

.oem-page .oem-0 .top .right img {
  border-radius: 40px;
}

.oem-page .oem-1 .top .left {
  width: 50%;
  padding-right: 50px;
}

.oem-page .oem-1 .top .left img {
  border-radius: 40px;
}

.oem-page .oem-1 .top .right {
  width: 50%;
  padding-left: 50px;
}

.oem-page .oem-1 .top .right .tt {
  line-height: 1.3;
}

.oem-page .oem-1 .top .right .desc p {
  padding: 5px 0;
  transition: all 0.5s;
}

.oem-page .oem-1 .top .right .desc p:hover {
  color: var(--color);
}

.oem-page .oem-2 {
  background-color: #f1f1f1;
}

.oem-page .oem-2 .bg {
  background-image: url(../images/oem-2.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.oem-page .oem-2 .con {
  border: solid 2px #ffffff;
  border-radius: 273px;
  height: 548px;
  width: 1358px;
  margin: 68px auto;
}

.oem-page .oem-2 .con .itembox {
  padding: 0 255px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.oem-page .oem-2 .con .itembox ul {
  margin-top: -68px;
}

.oem-page .oem-2 .con .itembox ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.oem-page .oem-2 .con .itembox ul li i {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/oem-3.png);
  margin-top: 30px;
}

.oem-page .oem-2 .con .itembox2 {
  top: auto;
  bottom: -68px;
}

.oem-page .oem-2 .con .itembox2 ul li i {
  margin-top: 0;
  margin-bottom: 30px;
}

.oem-page .oem-2 .xzjt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oem-page .oem-2 .xzjt .center {
  width: 884px;
  height: 203px;
  border-radius: 101px;
  border: solid 1px #adadad;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.oem-page .oem-2 .xzjt .center .txtbg {
  color: #e5e5e5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.oem-page .service-1 {
  padding-top: 110px;
}

.oem-page .service-1 .container ul {
  margin: 0 -17px;
  background: url("../images/oem-7.png") no-repeat center 80px;
}

.oem-page .service-1 .container ul li {
  padding: 0 17px;
}

.oem-page .service-1 .container ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.oem-page .service-1 .container ul li .img_box span {
  display: block;
  background-color: var(--color);
  color: #fff;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  font-family: "Unbounded";
  font-weight: bold;
}

.oem-page .service-1 .container ul li h4 {
  margin: 30px 0 15px;
}

.oem-page .service-2 .con {
  background-color: #f1f1f1;
  padding: 60px;
}

.oem-page .service-2 .container .left {
  width: 46%;
  padding-right: 20px;
}

.oem-page .service-2 .container .left .tt {
  text-transform: uppercase;
}

.oem-page .service-2 .container .right {
  width: 54%;
}

.oem-page .service-2 .container .right ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: #fff;
}

.oem-page .service-2 .container .right ul li.active .title h4 {
  color: #fff;
}

.oem-page .service-2 .container .right ul li.active .title span {
  background-color: #b1e9b6;
}

.oem-page .service-2 .container .right ul li.active .title span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.oem-page .service-2 .container .right ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 110px 30px 25px;
}

.oem-page .service-2 .container .right ul li {
  width: 100%;
}

.oem-page .service-2 .container .right ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.oem-page .service-2 .container .right ul li .title h4 {
  width: 90%;
  line-height: 1.6;
  /*text-transform: uppercase;*/
}

.oem-page .service-2 .container .right ul li .title:last-child {
  margin-bottom: 0;
}

.oem-page .service-2 .container .right ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.oem-page .service-2 .container .right ul li .title span:before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #fff;
}

.oem-page .service-2 .container .right ul li .title span:after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.oem-page .service-2 .container .right ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}

@media screen and (max-width: 1700px) {
  .oem-page .oem-0 .top .left {
    padding-right: 30px;
  }

  .oem-page .oem-0 .top .right {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1250px) {
  .oem-page .oem-2 .con .itembox ul li .text {
    zoom: 1.5;
  }

  .oem-page .service-1 .container ul {
    background: none;
  }

  .oem-page .service-1 .container ul li {
    width: 50%;
    margin: 1% 0;
  }

  .oem-page .service-2 .container .right ul li.active p {
    padding: 15px;
  }

  .oem-page .service-2 .con {
    padding: 30px;
  }
}

@media screen and (max-width: 1000px) {

  .oem-page .oem-0 .top .left,
  .oem-page .oem-1 .top .left {
    width: 100%;
    padding-right: 0;
  }

  .oem-page .oem-0 .top .right,
  .oem-page .oem-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .oem-page .oem-2 {
    zoom: unset !important;
  }

  .oem-page .oem-2 .bg {
    width: 700px;
    padding: 0 15px;
    margin: 0 auto;
    background: none;
  }

  .oem-page .oem-2 .con {
    width: 100%;
    border-radius: 50px;
    height: 388px;
  }

  .oem-page .oem-2 .con .itembox {
    padding: 0;
    top: -10px;
  }

  .oem-page .oem-2 .con .itembox2 {
    top: auto;
    bottom: -78px;
  }

  .oem-page .oem-2 .xzjt .center {
    width: 85%;
    height: auto;
  }

  .oem-page .oem-2 .xzjt .center .qjtxt {
    padding: 25px 0;
  }

  .oem-page .service-2 .container .left {
    width: 100%;
  }

  .oem-page .service-2 .container .right {
    width: 100%;
    margin-top: 5%;
  }

  .oem-page .service-2 .container .left .tt br {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .oem-page .oem-2 .bg {
    width: 100%;
  }

  .oem-page .oem-2 .xzjt>img {
    display: none;
  }

  .oem-page .oem-2 .con {
    border: 0;
    height: auto;
  }

  .oem-page .oem-2 .xzjt .center {
    position: static;
    transform: none;
    width: 100%;
  }

  .oem-page .oem-2 .con .itembox {
    position: static;
  }

  .oem-page .oem-2 .con .itembox ul li .text {
    zoom: 1;
  }

  .oem-page .oem-2 .con .itembox ul li i {
    margin-top: 10px;
  }

  .oem-page .oem-2 .con .itembox2 ul li i {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .oem-page .oem-2 .xzjt .center .txtbg {
    display: none;
  }

  .oem-page .oem-2 .con .itembox ul {
    margin-top: 0;
    margin: 0 -5px;
  }

  .oem-page .oem-2 .con .itembox ul li {
    width: 33.3%;
    padding: 0 5px;
  }

  .oem-page .oem-2 .con {
    margin: 0 auto;
  }

  .oem-page .service-2 .con {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .oem-page .oem-2 .con .itembox ul li {
    width: 100%;
    padding: 10px;
  }

  .oem-page .oem-2 .con .itembox ul li i {
    display: none;
  }

  .oem-page .service-1 .container ul li {
    width: 100%;
  }
}



.product-yd-page .container .list {
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}

.product-yd-page .container .list .shadow {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f4fff5;
  z-index: -1;
}

.product-yd-page .container .list .imgC {
  overflow: unset;
  z-index: 2;
  position: absolute;
  width: 500px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-yd-page .container .list .imgC img {
  display: block;
  width: auto;
  margin: auto;
}

.product-yd-page .container .list .textC {
  width: 700px;
}

.product-yd-page .container .list .textC .title {
  font-weight: 600;
}

.product-yd-page .container .list .textC .title:hover {
  color: var(--color);
}

.product-yd-page .container .list .textC .des {
  margin-top: 20px;
  color: #666666;
  max-height: 170px;
  padding-right: 4px;
  overflow-y: auto;
}

.product-yd-page .container .list .textC .more {
  margin-top: 30px;
  display: inline-flex;
}

.product-yd-page .container .list:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}

.product-yd-page .container .list:nth-child(2n) .shadow {
  left: unset;
  right: 0;
}

.product-yd-page .container .list:nth-child(2n) .imgC {
  right: unset;
  left: 0;
}

.product-yd-page .container .list:nth-child(2n) .textC {
  margin-left: auto;
}

@media (max-width: 1500px) {
  .product-yd-page .container .list .textC {
    width: 560px;
  }
}

@media (max-width: 1250px) {
  .product-yd-page .container .list {
    padding-right: 40px;
  }

  .product-yd-page .container .list:nth-child(2n) {
    padding-left: 40px;
  }

  .product-yd-page .container .list .imgC {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    width: auto;
  }

  .product-yd-page .container .list .shadow {
    width: 100%;
  }

  .product-yd-page .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .product-yd-page .container .list {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-yd-page .container .list .textC .more {
    margin-top: 10px;
  }

  .product-yd-page .container .list:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
}


.proSideCont .proSideRight .init-2 {
  line-height: 2;
}

.proSideCont .proSideLeft .catList .cat .item ul li a {
  font-size: 17px;
  line-height: 2;
  
}

.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  top: 110px;display: none;
}

.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 24px 20px;
  font-weight: 600;
}

.proSideCont .proSideLeft .catList .cat .item {
  font-size: 20px;
  position: relative;
}

.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 20px;
  padding-right: 50px;
}

.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 20px;
  font-weight: 600;
  z-index: 2;
}

.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}

.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
}

.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}

.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: var(--color);
}

.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: var(--color);
}

.proSideCont .proSideLeft .catList .cat .item:hover>a,
.proSideCont .proSideLeft .catList .cat .item.active>a {
  background-color: #e8f4f2;
  color: var(--color);
}

.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: var(--color);
}

/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}

.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 20px;
}

.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}

.proSideCont .proSideLeft .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}

.proSideCont .proSideRight {
  width: 100%;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.m-page {
  text-align: center;
}

.m-page span,
.m-page a {
  width: 30px;
  height: 30px;
  background-color: #b1b1b1;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-page span.current,
.m-page a.current {
  background-color: var(--color);
  color: #fff;
}

.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}

@media (max-width: 1250px) {


  .proSideCont .proSideLeft {
    display: none;
  }

  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }

}


.product-page .init-1 .title {
  font-weight: 600;
}

.product-page .init-1 .cat_des {
  margin-top: 20px;
  padding-right: 10px;
  overflow-y: auto;
  max-height: 116px;
}

.product-page .init-1 .content {
  padding-top: 40px;
}

.product-page .init-1 .content ul {
  margin: 0 -15px;
  margin-top: -60px;
}

.product-page .init-1 .content ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}

.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  padding: 40px;
}

.product-page .init-1 .content ul li .box .img img {
  width: 100%;
}

.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.product-page .init-1 .content ul li .box .text:hover {
  color: var(--color);
}

.product-page .init-1 .content ul li .box .text {
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width: 500px) {


  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }

  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }

  .product-page .init-1 .content ul {
    margin-top: 0;
  }

}


.moreCont {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  line-height: 1.4;
  overflow: hidden;
  min-width: 160px;
  text-align: center;
}

.moreCont .moreSub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.moreCont .moreText {
  position: relative;
  z-index: 2;
}

.moreCont:hover {
  color: var(--color);
}

.moreCont:hover .moreSub {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.tipsTitleC {
  position: relative;
}

.tipsTitleC .tipsTitleImg {
  width: 166px;
  height: 64px;
  position: absolute;
  left: -60px;
}

.tipsTitleC .tipsTitle {
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.proPublic .tipsTitleC {

  color: var(--color);
}

.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto
}

.proPublic .init-about .img {
  margin-top: 40px
}


.proPublic .init-honor .content {
  margin-top: 50px;
}

.proPublic .init-honor .content ul li .box .img {
  display: block;
}

.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}

.proPublic .init-news .content ul li .box .title {
  line-height: 1.8;
}


.proPublic .init-news .content {
  margin-top: 10px;
}

.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}

.proPublic .init-news .content ul li {
  height: auto;
}

.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background-color: #fff;
}

.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}

.proPublic .init-news .content ul li .box .title:hover {
  color: var(--color);
}

.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}

.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}


.proPublic .init-know .text {
  margin-top: 50px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}

.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}

.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.proPublic .init-releted .content .btn .btnImg {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}

.proPublic .init-releted .content .btn:hover {
  background-color: var(--color);
}

.proPublic .init-releted .content .prev {
  left: -90px;
}

.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}

.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}

.proPublic .init-releted .content ul li .box .text:hover {
  color: var(--color);
}


.prodet-page .init-1 .left {
  width: 50%;
  padding-right: 50px;
}

.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  padding: 60px;
}

.prodet-page .init-1 .right {
  width: 50%;
}

.prodet-page .init-1 .right .title {
  font-weight: 600;
}

.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
}

.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}

.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}

.prodet-page .init-1 .right .share {
  margin-top: 30px;
}

.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}

.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}

.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.prodet-page .init-1 .right .m-link {
  margin-top: 50px;
}

.prodet-page .init-1 .right .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
}

.prodet-page .init-1 .right .m-link a:hover {
  color: #fff;
  background-color: var(--color);
}

.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}

.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 700 !important;
  font-size: 16px !important;
}

.prodet-page .init-2 .des {
  margin-top: 30px;
}

.prodet-page .init-2 .des table {
  width: 100% !important;
}
.prodet-page .init-2 .des table tbody td{
  min-width: 200px;
}

@media (max-width: 1250px) {
  .proPublic .init-releted .content .btn {
    display: none;
  }
}

@media (max-width: 1000px) {

  .m-page {
    text-align: left;
  }

  .m-page span,
  .m-page a {
    margin: 5px;
  }

  .proPublic .tipsTitleC {
    margin-left: 0;
  }

  .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {

  .proPublic .init-about .des {
    margin-top: 10px;
  }

  .proPublic .init-honor .content {
    margin-top: 20px;
  }

  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }

  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }

  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}


.appdet-page .init-1 {
  padding: 30px 0;
}

.appdet-page .init-1 .container ul li .box {
  min-height: 190px;
  padding: 10px;
}

.appdet-page .init-1 .container ul li .box .img {
  display: block;
  height: 46px;
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.appdet-page .init-1 .container ul li .box .text {
  margin-top: 10px;
}

.appdet-page .init-1 .container ul li .box .text a {
  display: block;
  text-align: center;
}

.appdet-page .init-1 .container ul li .box:hover,
.appdet-page .init-1 .container ul li .box.active {
  background-color: var(--color);
  color: #fff;
}

.appdet-page .init-1 .container ul li .box:hover .imgC img,
.appdet-page .init-1 .container ul li .box.active .imgC img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.appdet-page .init-2 {
  z-index: 1;
  position: relative;
}

.appdet-page .init-2 .shadow {
  min-height: 160px;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}

.appdet-page .init-2 .container .des {
  color: #fff;
  margin: auto;
  /*max-width: 870px;*/
  /*text-align: center;*/
  padding-bottom: 30px;
}

.appdet-page .init-2 .container .img {
  margin-top: 40px;
  display: block;
  width: 100%;
}

@media (max-width: 1250px) {
  .appdet-page .init-1 {
    padding-bottom: 0;
  }
}

@media (max-width: 1000px) {
  .appdet-page .init-2 .shadow {
    display: none;
  }

  .appdet-page .init-2 .container .des {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .appdet-page .init-2 .container .img {
    margin-top: 20px;
  }
}


.news-page .init-2 .container ul li .box .right .title {
  font-size: 20px;
  line-height: 1.7;
}

.news-page .init-2 .container ul li .box .right .des {
  font-size: 15px;
}

.newdet-page .init-1 .container .content ul>li:before {
  content: '•';
  margin-right: 0.5em;
  color: #8a8a8a;
  font-size: 1.2em;
}

.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}

.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}

.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
}

.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}

.news-page .init-2 {
  background-color: #f9f9f9;
}

.news-page .init-2 .container ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.news-page .init-2 .container ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
  height: auto;
}

.news-page .init-2 .container ul li .box {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}

.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}

.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}

.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}

.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}

.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}

.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.news-page .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}

.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}

.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}

.newdet-page .init-1 .container .title {
  font-weight: 600;
}

.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}

.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}

.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}

.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}

.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}

@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }

  .news-page .init-2 .container ul li {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }

  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }

  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}


.proPublic .init-releted .content.sinewseo ul li .box .text {
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  font-weight: 600;
  padding: 15px 0;
}

.proPublic .init-releted .content.sinewseo ul li .box .des.font-16 {
  font-size: 15px;
  line-height: 2;
}

.proPublic .init-releted .content.sinewseo ul li .box .time.font-18 {
  font-size: 16px;
  margin-top: 15px;
}



.about-page .init-1 {
  position: relative;
  z-index: 2;
}

.about-page .init-1 .container .left {
  padding-right: 120px;
  width: 50%;
}

.about-page .init-1 .container .left .tipsTitleC {
  color: var(--color);
}

.about-page .init-1 .container .left .imgC {
  margin-top: 50px;
  height: 680px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
}

.about-page .init-1 .container .left .imgC .play {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

.about-page .init-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
}

.about-page .init-1 .container .left .imgC .play .cont i {
  margin-left: 2px;
}

.about-page .init-1 .container .left .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite linear;
  -moz-animation: ks 3s infinite linear;
  -o-animation: ks 3s infinite linear;
  animation: ks 3s infinite linear;
}

.about-page .init-1 .container .left .imgC .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.about-page .init-1 .container .left .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}

.about-page .init-1 .container .right {
  padding-bottom: 260px;
  width: 50%;
}

.about-page .init-1 .container .right .title {
  font-weight: 600;
}

.about-page .init-1 .container .right .des {
  margin-top: 30px;
  max-height: 430px;
  padding-right: 4px;
  overflow-y: auto;
}

.about-page .init-2 {
  margin-top: -210px;
  padding-top: 210px;
  padding-bottom: 90px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.about-page .init-2 .container ul {
  padding-top: 20px;
  max-width: 1250px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .init-2 .container ul li {
  margin-top: 40px;
}

.about-page .init-2 .container ul li .box {
  color: #fff;
  text-align: center;
}

.about-page .init-2 .container ul li .box .top {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}

.about-page .init-2 .container ul li .box .bottom {
  margin-top: 10px;
}

.about-page .init-3 .container .tipsTitleC {
  color: var(--color);
}

.about-page .init-3 .container .content .left {
  width: 48%;
  padding-right: 80px;
}

.about-page .init-3 .container .content .left .img {
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
}

.about-page .init-3 .container .content .right {
  width: 52%;
}

.about-page .init-3 .container .content .right ul {
  padding-top: 30px;
}

.about-page .init-3 .container .content .right ul li {
  margin-top: 40px;
}

.about-page .init-3 .container .content .right ul li .box {
  padding: 20px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.about-page .init-3 .container .content .right ul li .box .title {
  font-weight: 600;
}

.about-page .init-3 .container .content .right ul li .box .des {
  color: #666666;
  margin-top: 20px;
}

.about-page .init-3 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
}

.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.about-page .init-4 .content {
  padding-top: 80px;
}

.about-page .init-4 .content .swiper {
  padding-left: 1px;
}

.about-page .init-4 .content ul li {
  height: auto;
}

.about-page .init-4 .content ul li .box {
  height: 100%;
  margin-left: -1px;
  color: #fff;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}

.about-page .init-4 .content ul li .box .img {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
}

.about-page .init-4 .content ul li .box:hover .img {
  opacity: 1;
}

.about-page .init-4 .content ul li .box .year {
  padding-top: 140px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.about-page .init-4 .content ul li .box .des {
  margin-top: 20px;
  height: 204px;
  overflow-y: auto;
  padding-right: 4px;
}

.about-page .init-4 .content ul .swiper-slide-active .box .year {
  padding-top: 140px;
}

.about-page .init-4 .content ul .swiper-slide-next .box .year {
  padding-top: 100px;
}

.about-page .init-4 .content ul .swiper-slide-next+.swiper-slide .box .year {
  padding-top: 50px;
}

.about-page .init-4 .content ul .swiper-slide-next+.swiper-slide+.swiper-slide .box .year {
  padding-top: 0;
}

.about-page .init-4 .content .sPage {
  padding-bottom: 40px;
  margin-top: 100px;
}

.about-page .init-4 .content .sPage .btn {
  cursor: pointer;
  width: 54px;
  height: 40px;
}

.about-page .init-4 .content .sPage .prev:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}

.about-page .init-4 .content .sPage .next {
  margin-left: 80px;
}

.about-page .init-4 .content .sPage .next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.about-page .init-5 .container .tipsTitleC {
  color: var(--color);
}

.about-page .init-5 .container .content {
  margin-top: 80px;
}

.about-page .init-5 .container .content .left {
  width: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
}

.about-page .init-5 .container .content .left .title {
  /*max-width: 350px;*/
  font-weight: 600;
  margin: auto;
}

.about-page .init-5 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-page .init-5 .container .content .left .more {
  margin-top: 30px;
}

.about-page .init-5 .container .content .right {
  width: 60%;
  padding-left: 30px;
}

.about-page .init-5 .container .content .right img {
  width: 100%;
}

.about-page .init-5 .container .content2 {
  position: relative;
  margin-top: 10px;
}

.about-page .init-5 .container .content2 .btn {
  position: absolute;
  width: 40px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.about-page .init-5 .container .content2 .btn:hover {
  background-color: var(--color);
}

.about-page .init-5 .container .content2 .prev {
  right: unset;
  left: -80px;
}

.about-page .init-5 .container .content2 .swiper {
  margin: 0 -20px;
}

.about-page .init-5 .container .content2 ul li {
  height: auto;
  padding: 20px;
}

.about-page .init-5 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.about-page .init-5 .container .content2 ul li .box .img {
  display: block;
}

.about-page .init-5 .container .content2 ul li .box .img img {
  width: 100%;
}

.about-page .init-5 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}

@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .about-page .init-2 {
    padding-top: 40px;
    margin-top: 40px;
  }

  .about-page .init-5 .container .content .left {
    width: 100%;
  }

  .about-page .init-5 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-page .init-5 .container .content2 .btn {
    display: none;
  }
}

@media (max-width: 1000px) {
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .init-3 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }

  .about-page .init-3 .container .content .right ul li .box {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  }

  .about-page .init-4 .content ul li .box {
    padding-bottom: 20px;
  }

  .about-page .init-4 .content ul li .box .year {
    font-size: 40px;
    padding-top: 20px;
  }

  .about-page .init-4 .content ul .swiper-slide-active .box .year {
    padding-top: 20px;
  }

  .about-page .init-4 .content ul .swiper-slide-next .box .year {
    padding-top: 20px;
  }

  .about-page .init-4 .content ul .swiper-slide-next+.swiper-slide .box .year {
    padding-top: 20px;
  }
}

@media (max-width: 700px) {
  .about-page .init-1 .container .left .imgC {
    height: 90vw;
  }
}

@media (max-width: 500px) {
  .about-page .init-1 .container .left .imgC {
    margin-top: 20px;
  }

  .about-page .init-1 .container .right .des {
    margin-top: 16px;
  }

  .about-page .init-2 {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .about-page .init-2 .container ul {
    padding-top: 0;
  }

  .about-page .init-2 .container ul li {
    width: 100%;
  }

  .about-page .init-2 .container ul li .box .top {
    font-size: 40px;
  }

  .about-page .init-3 .container .content .left .img {
    margin-top: 20px;
  }

  .about-page .init-3 .container .content .right ul {
    padding-top: 0;
  }

  .about-page .init-3 .container .content .right ul li {
    margin-top: 20px;
  }

  .about-page .init-3 .container .content .right ul li .box {
    padding: 20px 16px;
  }

  .about-page .init-4 .content {
    padding-top: 20px;
  }

  .about-page .init-4 .content .sPage {
    margin-top: 20px;
  }

  .about-page .init-4 .content .sPage .btn {
    width: 30px;
    height: 16px;
  }

  .about-page .init-4 .content .sPage .next {
    margin-left: 20px;
  }

  .about-page .init-5 .container .content {
    margin-top: 20px;
  }

  .about-page .init-5 .container .content .left {
    padding: 20px 10px;
  }

  .about-page .init-5 .container .content .left .des {
    margin-top: 10px;
  }

  .about-page .init-5 .container .content .left .more {
    margin-top: 10px;
  }
}



.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}

.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}

.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-page .contact-1 .left form ul li .more {
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}

.contact-page .contact-1 .left form ul li .more p {
  color: #fff;
  font-size: 20px;
  margin-left: 0;
  padding-left: 0;
}

.contact-page .contact-1 .left form ul li .more .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}

.contact-page .contact-1 .left form ul li .more:hover {
  background: #000;
}

.contact-page .contact-1 .left form ul li .more:hover .img {
  transform: rotate(45deg);
}

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}

.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;

}

.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}

.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}

.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}

.contact-page .contact-1 .right {
  padding-left: 7.65%;
}

.contact-page .contact-1 .right .title {
  line-height: 1.2;
}

.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}

.contact-page .contact-1 .right .list {
  margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}

.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-2 {
  padding-top: 100px;
}

.contact-page .contact-2 #mapContainer {
  height: 520px;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}

@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}

@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .contact-page .contact-2 {
    padding-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}

@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }

  .contact-page .contact-1 .left form ul li p {
    display: block;
  }

  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }

  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }

  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }

  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }

  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}



.download-page {
  overflow: unset;
}

.download-page .slickBtn.pos div {
  position: absolute;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;

  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #9fdfa4;
  font-size: 20px;
}

.download-page .slickBtn.pos div:hover {
  color: #fff;
  background-color: var(--color);
}

.download-page .download-2 .slickBtn div {
  top: 40%;
  right: auto;
}

.download-page .download-2 .slickBtn .next {
  left: unset;
  right: 0;
}

.download-page span.h2 {
  display: block;
  line-height: 1.2;
}

.download-page .download-1 .list .swiper-slide {
  height: auto;
}

.download-page .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.download-page .download-1 .list a.flex span {
  margin: 0 15px;
}

.download-page .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #666;
}

.download-page .download-1 .list a.flex:hover {
  color: white;
  background-color: var(--color);
}

.download-page .download-1 .list a.flex:hover i {
  color: inherit;
}

.download-page .download-2 .list {
  position: relative;
}

.download-page .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.download-page .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}

.download-page .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}

.download-page .download-2 .slickBtn div {
  top: 40%;
}

.download-page .download-3 .container {
  overflow: unset;
}

.download-page .download-3 .flex {
  justify-content: space-between;
  align-items: flex-start;
}

.download-page .download-3 .left {
  position: sticky;
  top: 100px;
  width: 30%;
}

.download-page .download-3 .left .text {
  margin: 1em 0;
}

.download-page .download-3 .left .more {
  display: inline-block;
  padding: 10px;
  min-width: 210px;
  background: var(--color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all .5s;
}

.download-page .download-3 .left .more:hover {
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.download-page .download-3 .right {
  width: 55%;
}

.download-page .download-3 .right .list ul li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.download-page .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}

.download-page .download-3 .right .list ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}

.download-page .download-3 .right .list ul li span.h6 i:after,
.download-page .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}

.download-page .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.download-page .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.download-page .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
}

@media screen and (max-width: 1500px) {
  .download-page .download-2 .img {
    height: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .download-page .download-3 .left {
    position: relative;
    width: 100%;
    top: 0;
  }

  .download-page .download-3 .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .download-page .download-1 .list a.flex {
    padding: 15px;
  }

  .download-page .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .download-page .download-3 .flex .left {
    width: 100%;
    position: static;
  }

  .download-page .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}



.faq-page .init-1 .container .tipsTitleCont {
  max-width: 690px;
}

.faq-page .init-1 .container .content {
  padding: 0 120px;
  margin-top: 50px;
}

.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}

.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}

.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
  color: var(--color);
}

.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}

.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}

.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}

.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}

.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}

@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}

@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }

  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }

  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }

  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}



.cus-page {
  padding: 6% 0;
}

.cus-page .tit {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}

.cus-page .cus-1 .content {
  margin-top: 56px;
}

.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}

.cus-page .cus-1 .content .left {
  padding-right: 7px;
}

.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}

.cus-page .cus-1 .content .right {
  padding-left: 7px;
}

.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}

.cus-page .cus-1 .content .img {
  border-radius: 10px;
}

.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}

.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4B4B4B;
  margin-top: 24px;
}


.cus-page .cus-9 {
  padding-top: 6%;
}

.cus-page .cus-9 .content {
  margin-top: 66px;
}

.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}

.cus-page .cus-9 .content .img-box img {
  width: 100%;
}

.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}

.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}

.cus-page .cus-3 .content .left,
.cus-page .cus-3 .content .right {
  width: 48%;
}


@media screen and (max-width: 1440px) {
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }

  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }
}

@media screen and (max-width: 1230px) {
  .cus-page .tit {
    font-size: 36px;
  }

  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }

  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }

  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }

  .cus-page .cus-1 .content .right {
    width: 100%;
  }

  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }

  .cus-page .cus-9 .content {
    margin-top: 30px;
  }

  .cus-page .cus-3 .content .left,
  .cus-page .cus-3 .content .right {
    width: 100%;
  }

  .cus-page .cus-3 .content .right {
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {


  .cus-page .tit {
    font-size: 30px;
  }


  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }

  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }

  .cus-page .cus-9 .content {
    margin-top: 20px;
  }

  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }

}



.custom3-page .custom-2 .ui.container .bottom {
  border-radius: 56px;
  margin-top: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
  /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
  padding: 80px 80px 115px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom3-page .custom-2 .ui.container .bottom .left {
  padding-right: 80px;
}

.custom3-page .custom-2 .ui.container .bottom .left .h4 {
  font-size: 30px;

}

.custom3-page .custom-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom3-page .custom-2 .ui.container .bottom .right {
  /*padding-right: 80px;*/
}

.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}

.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;
}

.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top img{
  border-radius: 0;
}

.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}



.custom3-page .custom-4 {
  margin-top: 30px;
  background: #fff;
  padding: 50px;
}

.custom3-page .custom-4 .tit {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  max-width: 1104px;
  margin: 0 auto;

}

.custom3-page .custom-4 .form {
  margin-top: 40px;
}

.custom3-page .custom-4 .form ul {
  margin: -10px -2%;
}

.custom3-page .custom-4 .form ul li {
  padding: 10px 2%;
}

.custom3-page .custom-4 .form ul li input[type="text"],
.custom3-page .custom-4 .form ul li textarea {
  width: 100%;
  height: 50px;
  color: #ccc;
  background-color: #fbfbfb;
  border: 2px solid #ccc;
  font-size: 16px;
  padding: 6px 12px;
}

.custom3-page .custom-4 .form ul li input[type="text"]::-webkit-input-placeholder,
.custom3-page .custom-4 .form ul li textarea::-webkit-input-placeholder {
  color: #ccc;
}

.custom3-page .custom-4 .form ul li input[type="text"]:-moz-placeholder,
.custom3-page .custom-4 .form ul li textarea:-moz-placeholder {
  color: #ccc;
}

.custom3-page .custom-4 .form ul li input[type="text"]::-moz-placeholder,
.custom3-page .custom-4 .form ul li textarea::-moz-placeholder {
  color: #ccc;
}

.custom3-page .custom-4 .form ul li input[type="text"]:-ms-input-placeholder,
.custom3-page .custom-4 .form ul li textarea:-ms-input-placeholder {
  color: #ccc;
}

.custom3-page .custom-4 .form ul li input[type="text"]::placeholder,
.custom3-page .custom-4 .form ul li textarea::placeholder {
  color: #ccc;
}

.custom3-page .custom-4 .form ul li input[type="text"]:focus,
.custom3-page .custom-4 .form ul li textarea:focus {
  background: #fff;
  border-color: var(--color);
}

.custom3-page .custom-4 .form ul li textarea {
  height: 200px;
}

.custom3-page .custom-4 .form ul li input[type="submit"] {
  background: var(--color);
  color: #fff;
  border: 0;
  font-size: 16px;
  width: 100%;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.custom3-page .custom-4 .form ul li input[type="submit"]:hover {
  background: #000;
}

.custom3-page .custom-4 .form ul li:nth-child(1) input[type="text"]:focus {
  background: #fbfbfb;
  border-color: #ccc;
}

.custom3-page .custom-4 .form ul li.wid-100 {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .custom3-page .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .custom3-page .custom-2 .ui.container .bottom .right {
    padding-right: 0;
  }

  .custom3-page .custom-2 .ui.container .bottom {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 700px) {
  .custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }

  .custom3-page .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom3-page .custom-2 .ui.container .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }

  .custom3-page .custom-4 {
    padding: 0;
  }
}



.gallery-page .init-1 .container .cont {
  border-bottom: 1px solid #d2d2d2;
}

.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}

.gallery-page .init-1 .container .cont li:last-child {
  margin-right: 0;
}

.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}

.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #eb630c;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.gallery-page .init-2 {
  padding-top: 30px;
}

.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}

.gallery-page .init-2 .container ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}

.gallery-page .init-2 .container ul li .box video {
  display: block;
  width: 100%;
}

.gallery-page .init-2 .container ul li .box .title {
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}

.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}

.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}

.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}

@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }

  .gallery-page .init-2 {
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}




.c-splash-yerba_container {
  position: relative;
  -webkit-clip-path: inset(0 0 0 0 round 0 0 var(--border-radius-large) var(--border-radius-large));
  clip-path: inset(0 0 0 0 round 0 0 var(--border-radius-large) var(--border-radius-large));
}

.c-splash-yerba_perks {
  position: relative;
}

.i-advantage .c-splash-yerba_perks h1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.i-advantage .c-splash-yerba_perks .h1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.c-splash-yerba_title_line_inner {
  display: inline-block;
}

.c-splash-yerba_title {
  margin-bottom: 190px;
}

.i-advantage .c-splash-yerba_content .play {
  position: absolute;
  bottom: 60px;
  left: 80px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0;
}

.i-advantage .c-splash-yerba_content .is-inview .play {
  opacity: 1;
}

.i-advantage .c-splash-yerba_content .play i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 15px;
  position: relative;
  transition: all 0.5s;
}

.i-advantage .c-splash-yerba_content .play i::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  animation: ks2 3s infinite;
  display: block;
}

.i-advantage .c-splash-yerba_content .play:hover {
  color: var(--color);
}

.i-advantage .c-splash-yerba_content .play:hover i {
  background-color: var(--color);
}

.i-advantage .c-splash-yerba_content .play:hover i img {
  filter: brightness(0) invert(1);
}

@media (min-width: 1000px) {
  .c-splash-yerba_title_line.-last {
    text-align: right;
  }

  .c-splash-yerba_title_line.-first .c-splash-yerba_title_line_inner {
    -webkit-transform: translate(-webkit-calc(var(--smooth-progress)* 80%));
    -moz-transform: translate(-moz-calc(var(--smooth-progress)* 80%));
    -ms-transform: translate(calc(var(--smooth-progress)* 80%));
    transform: translate(calc(var(--smooth-progress)* 80%));
  }

  .c-splash-yerba_title_line.-last .c-splash-yerba_title_line_inner {
    -webkit-transform: translate(-webkit-calc(var(--smooth-progress)* 50%* -3));
    -moz-transform: translate(-moz-calc(var(--smooth-progress)* 50%* -3));
    -ms-transform: translate(calc(var(--smooth-progress)* 50%* -3));
    transform: translate(calc(var(--smooth-progress)* 50%* -3));
  }
}




.c-splash-yerba_visual-area {
  position: absolute;
  top: var(--top, 0);
  left: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}

.c-splash-yerba_list {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  text-wrap: balance;
}

.c-splash-yerba_item:not(:last-child) {
  margin-bottom: 85px;
}

.c-splash-yerba_label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}

.c-text.-large {
  font-size: 18px;
  line-height: 1.8;
}

.c-splash-yerba_icon {
  width: 3.125rem;
  margin-bottom: 15px;
  -webkit-transform: rotate(20deg) scale3d(0, 0, 1);
  -moz-transform: rotate(20deg) scale3d(0, 0, 1);
  transform: rotate(20deg) scale3d(0, 0, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.c-splash-yerba_item.is-inview .c-splash-yerba_icon {
  -webkit-transform: rotate(0) scaleZ(1);
  -moz-transform: rotate(0) scaleZ(1);
  transform: rotate(0) scaleZ(1);
  opacity: 1;
}

.c-splash-yerba_content {
  position: relative;
  z-index: 3;
}

.c-splash-yerba_content_text {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}

.c-splash-yerba_content_sticky.is-inview .c-splash-yerba_content_text {
  opacity: 1;
  line-height: 1.5;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.c-splash-yerba_content_sticky.is-inview .c-splash-yerba_content_rz {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}

.c-splash-yerba_background_visual:first-child .c-splash-yerba_background_visual_img {
  left: 0;
}

.c-splash-yerba_background_visual:last-child .c-splash-yerba_background_visual_img {
  right: 0;
}

.c-image.-cover .c-image_inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-image.-cover .c-image_img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (min-width: 1000px) {
  .c-splash-yerba_perks {
    padding-bottom: 500px;
  }

  .c-splash-yerba_list {
    max-width: 21.25rem;
    padding-bottom: 85px;
  }

  .c-splash-yerba_content {
    --button-color: #000000;
    --button-background: #FFFFFF;
    color: #fff;

    margin-top: 10vh;
  }

  .c-splash-yerba_content.-has-content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    opacity: -webkit-calc(var(--smooth-progress)* .75);
    opacity: -moz-calc(var(--smooth-progress)* .75);
    opacity: calc(var(--smooth-progress)* .75);
  }

  .c-splash-yerba_content_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: top 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
    -moz-transition: top 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: top 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  }

  html.is-scrolling-up .c-splash-yerba_content_sticky {
    top: var(--header-height);
  }

  .c-splash-yerba_content_text {
    padding-right: 15%;
    font-size: 48px;
    opacity: 0;
    -webkit-transform: translateY(2.5rem);
    -moz-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    -webkit-transition: opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    -moz-transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
  }

  .c-splash-yerba_content_rz {
    opacity: 0;
    -webkit-transform: translateY(2.5rem);
    -moz-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    -webkit-transition: opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    -moz-transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
  }

  .c-splash-yerba_background {
    -webkit-clip-path: inset(0 0 0 0 round 0 0 var(--border-radius-large) var(--border-radius-large));
    clip-path: inset(0 0 0 0 round 0 0 var(--border-radius-large) var(--border-radius-large));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .c-splash-yerba_background_sticky_area {
    position: absolute;

    bottom: 0;
    left: 0;
    width: 100%;
  }

  .c-splash-yerba_background_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 600px;
  }

  .c-splash-yerba_background_visual {
    position: absolute;
    top: 0;
    height: 100%;
    width: -webkit-calc(50% + 1px);
    width: -moz-calc(50% + 1px);
    width: calc(50% + 1px);
    overflow: hidden;
  }

  .c-splash-yerba_background_visual:first-child {
    left: 0;
  }

  .c-splash-yerba_background_visual:last-child {
    right: 0;
  }

  .c-splash-yerba_background_visual_img {
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
  }
}

:root {
  --grid-columns: 12;
  --grid-margin: 3.75rem;
  --grid-gutter: 1.25rem;
  --font: 'AcuminPro';
}

:root {
  --icon-width-arrow: 1rem;
  --icon-ratio-arrow: 1;
}

:root {
  --button-height: 2.5rem;
  --button-width: auto;
  --button-padding: 0 .9375rem 0 .9375rem;
  --button-radius: 4.375rem;
  --button-color: #FFFFFF;
  --button-background: #000000;
  --button-stroke-color: var(--button-background);
  --button-stroke-width: 1px;
  --button-color-hover: #000000;
  --button-background-hover: #D6D6D6;
  --button-stroke-color-hover: transparent;
  --button-color-active: #000000;
  --button-background-active: #FFFFFF;
  --button-stroke-color-active: var(--button-background-active);
}

:root {
  --grid-gutter-half: calc(.5* var(--grid-gutter));
  --font-size-h2-sans: clamp(40px, 55 / 2000* 100vw, 55px);
  --font-size-h3-sans: clamp(26px, 40 / 2000* 100vw, 40px);
  --spacing-tiny-mobile: 20;
  --spacing-tiny: 20;
  --spacing-small-mobile: 30;
  --spacing-small: 30;
  --spacing-medium-mobile: 40;
  --spacing-medium: 40;
  --spacing-large-mobile: 60;
  --spacing-large: 80;
  --spacing-big-mobile: 80;
  --spacing-big: 120;
  --spacing-huge-mobile: 100;
  --spacing-huge: 100;
  --spacing-enormous-mobile: 140;
  --spacing-enormous: 250;
}

.o-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--grid-margin);
  padding-right: var(--grid-margin);
}

@media (min-width: 700px) {
  :root {
    --padding-box: -webkit-calc(var(--grid-margin) - var(--grid-gutter));
    --padding-box: -moz-calc(var(--grid-margin) - var(--grid-gutter));
    --padding-box: calc(var(--grid-margin) - var(--grid-gutter));
  }
}

@media (min-width: 1000px) {
  :root {
    --border-radius: 30px;
    --border-radius-medium: 40px;
    --border-radius-large: 1px;
  }
}

@media (max-width: 1000px) {
  .i-advantage {
    display: none;
  }

  #index-body .init-3 {
    display: block;
  }
}



.product02-page {
  padding: 7% 0 0;
  position: relative;
  z-index: 1
}

.product02-page .Auxil-h1 {
  font-size: 28px;
  color: var(--color)
}

.product02-page .list .in-num {
  color: var(--color)
}

.product02-page .list .in-num:before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0
}

.product02-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%
}

.product02-page .list .title:hover {
  color: var(--color)
}

.product02-page .list {
  margin-top: 20px;
}

.product02-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 150px
}

.product02-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product02-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px
}

.product02-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, .6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 30px
}

.product02-page .list ul li .ig .text .more {
  margin-top: 46px
}

.product02-page .list ul li .ig .text .more:hover {
  color: #fff
}

.product02-page .list ul li .ig .text .more:hover:after {
  background: #000
}

.product02-page .list ul li .ig .text .more:hover i {
  color: #fff
}

.product02-page .list ul li .ig .img {
  width: 54.451%
}

.product02-page .list ul li .ig .img a {
  height: 447px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}

.product02-page .list ul li:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: -7%;
  width: 774px;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0 0 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.product02-page .list ul li:hover:after {
  background: rgb(240 255 241)
  /*var(--color)*/
}

.product02-page .list ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.product02-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px
}

.product02-page .list ul li:nth-child(even):after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0 289px 289px 0
}

.product02-page .list ul li:last-child {
  margin-bottom: 0
}

.product02-page:after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 384px;
  line-height: 1;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, .5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

@media screen and (max-width: 1700px) {
  .product02-page .list ul li:after {
    width: 700px;
    height: 500px
  }

  .product02-page .list ul li:nth-child(even):after {
    width: 820px;
    height: 500px
  }
}

@media screen and (max-width: 1450px) {
  .product02-page .list ul li .ig .text {
    padding-right: 40px
  }

  .product02-page:after {
    font-size: 300px;
    top: -20px
  }

  .product02-page .list ul li:after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0 0 200px;
    top: 8%
  }

  .product02-page .list ul li:nth-child(even):after {
    width: 720px;
    height: 400px;
    border-radius: 0 200px 200px 0
  }

  .product02-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px
  }
}

@media screen and (max-width: 1250px) {
  .product02-page:after {
    font-size: 260px;
    top: -20px
  }
  .product02-page .Auxil-h1 {
    font-size: 26px;
  }
  .product02-page .list .title {
    width: 100%
  }

  .product02-page .list ul li:after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0 0 150px;
    top: 24%
  }

  .product02-page .list ul li:nth-child(even):after {
    width: 620px;
    height: 300px;
    border-radius: 0 200px 200px 0
  }

  .product02-page .list ul li {
    margin-bottom: 80px
  }
}

@media screen and (max-width: 1100px) {
  .product02-page .list ul li:nth-child(even):after {
    width: 500px
  }
}

@media screen and (max-width: 1000px) {
  .product02-page:after {
    display: none
  }
    .product02-page .Auxil-h1 {
    font-size: 24px;
  }
  .product02-page .list ul li {
    margin-bottom: 30px;
    padding: 0
  }

  .product02-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0
  }

  .product02-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px
  }
  
  .product02-page .list ul li .ig .img {
    width: 100%
  }
.product02-page .list ul li .ig .img a{
  width: 100%;
  height: auto;
}
  .product02-page .list ul li:after {
    display: none
  }

  .product02-page .list ul li:nth-child(even) .ig .text {
    padding: 0
  }
}

@media screen and (max-width: 700px) {
  .product02-page .list .in-num:before {
    margin: 3px 7px 0 0
  }
      .product02-page .Auxil-h1 {
    font-size: 22px;
  }
  .font-36{
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .product02-page .list .in-num:before {
    margin: 0 7px 0 0
  }

  .product02-page .list ul li .ig .text .more {
    padding-left: 19px
  }
}



#index-body2 .about {
  position: relative;
  background-color: #f6f6f6;
}

#index-body2 .about .about-content {
  position: relative;
  height: 100%;
}

#index-body2 .about .about-content .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

#index-body2 .about .about-content .left .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body2 .about .about-content .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 50%;
}

#index-body2 .about .about-content .left .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(28, 227, 53, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: ks 2s infinite;
}

#index-body2 .about .about-content .left .play:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(28, 227, 53, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: ks 2s infinite;
  animation-delay: 0.6s;
}

#index-body2 .about .about-content .left .play img {
  position: relative;
  z-index: 10;
  filter: brightness(0) invert(1);
}

#index-body2 .about .about-content .content .right {
  width: 50%;
  margin-left: 50%;
  padding: 100px 0 100px 120px;
}

#index-body2 .about .about-content .content .right ul li {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index-body2 .about .about-content .content .right ul li span {
  color: var(--color);
  margin: 0 5px;
}

#index-body2 .about .about-content .content .right ul li::before {
  content: "\f058";
  font-size: 24px;
  color: var(--color);
  font-family: FontAwesome;
  margin-right: 10px;
}
@media (max-width: 1250px) {
  #index-body2 .about .about-content .content .right {
    padding: 60px 0 60px 50px;
  }
}
@media (max-width: 1000px) {
#index-body2 .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #index-body2 .about .about-content .left {
    width: 100%;
    position: relative;
  }

  #index-body2 .about .about-content .content .right {
    padding: 60px 0;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 500px) {
    #index-body2 .about .about-content .left .play {
    zoom: 0.8;
  }
}



.tag {
  color: var(--color);
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.seo_content .title small {
  display: block;
}

.seo_content .title {
  margin-bottom: 30px;
}

.seo_content .title em {
  color: var(--color)
}

.seo_content .seo_honor {
  padding: 5.782% 0 10.209%
}

.seo_content .seo_honor .content {
  margin-top: 29px
}

.seo_content .seo_honor .content ul {
  margin-right: -25px
}

.seo_content .seo_honor .content ul li {
  padding-right: 25px
}

.seo_content .seo_honor .content ul li .img-box img {
  width: 100%
}

.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0
}

.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.seo_content .seo_honor .content ul.slick-dots li button {
  display: none
}

.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color)
}

.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0
}


.news-page .seo_content .seo_news {
  background-color: transparent
}

.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 30px 0;
  padding-top: 60px
}

.seo_content .seo_news .content {
  margin-top: 61px
}

.seo_content .seo_news .content ul {
  margin-right: -25px;
  margin-bottom: 60px
}

.seo_content .seo_news .content ul li {
  padding-right: 60px
}

.seo_content .seo_news .content ul li::nth-child(3n) {
  padding-right: 0
}

.seo_content .seo_news .content ul li .img {
  position: relative
}

.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0
}

.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%
}

.seo_content .seo_news .content ul li .img .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, .2)
}

.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: var(--color);
  border-radius: 40px 40px 0 0;
  color: #fff;
  padding: 27px 33px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  padding-bottom: 7px
}

.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px
}

.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px
}

.seo_content .seo_news .content ul li .text .tit {
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color)
}

.seo_content .seo_news .content ul li .text .con {
  font-size: 16px;
  color: #737373;
  line-height: 2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.seo_content .seoIndustry {
  padding: 40px 0
}

.seo_content .seoIndustry .text {
  line-height: 1.8
}


@media screen and (max-width: 1000px) {
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px
  }
}
@media screen and (max-width: 700px) {
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px
  }

  .seo_content .seo_news .content ul li {
    padding-right: 10px
  }

  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0
  }
}
@media screen and (max-width: 500px) {
  .seo_content .seo_honor .content {
    margin-top: 10px
  }

  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px
  }

  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px
  }
    .seo_content .seo_news .content {
    margin-top: 20px
  }
}

.newdet-page.apps-page .init-1 .container .content .img{
  max-width: 36%;
}
.newdet-page.apps-page .init-1 .container .content .txt{
  max-width: 60%;
}
@media screen and (max-width: 1000px) {

.newdet-page.apps-page .init-1 .container .content .img{
  max-width: 100%;
}
.newdet-page.apps-page .init-1 .container .content .txt{
  max-width: 100%;
  margin-top: 5%;
}
}