@font-face {
  font-family: 'Krona One';
  src: url('../fonts/KronaOne-Regular.eot');
  src: url('../fonts/KronaOne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KronaOne-Regular.woff2') format('woff2'), url('../fonts/KronaOne-Regular.woff') format('woff'), url('../fonts/KronaOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ko,
.titl {
  font-family: 'Krona One';
}
.ag {
  font-family: 'Aktiv';
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  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_from_s 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_from_s form {
  margin-top: 40px;
}
#pups_from_s 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_from_s i.close::after,
#pups_from_s 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_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s 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_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s 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_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  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 {
  background-color: #000;
}
.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;
}
@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;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Aktiv';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #4b9123;
}
#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: var(--color);
  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: var(--color);
}
#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;
}
@-webkit-keyframes shape1 {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(20%) rotateX(20deg);
    -moz-transform: translateY(20%) rotateX(20deg);
    transform: translateY(20%) rotateX(20deg);
  }
}
@-moz-keyframes shape1 {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(20%) rotateX(20deg);
    -moz-transform: translateY(20%) rotateX(20deg);
    transform: translateY(20%) rotateX(20deg);
  }
}
@keyframes shape1 {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(20%) rotateX(20deg);
    -moz-transform: translateY(20%) rotateX(20deg);
    transform: translateY(20%) rotateX(20deg);
  }
}
@-webkit-keyframes shape2 {
  0% {
    -webkit-transform: translateY(0) rotateX(15deg);
    -moz-transform: translateY(0) rotateX(15deg);
    transform: translateY(0) rotateX(15deg);
  }
  100% {
    -webkit-transform: translateY(-20%) rotateX(25deg);
    -moz-transform: translateY(-20%) rotateX(25deg);
    transform: translateY(-20%) rotateX(25deg);
  }
}
@-moz-keyframes shape2 {
  0% {
    -webkit-transform: translateY(0) rotateX(15deg);
    -moz-transform: translateY(0) rotateX(15deg);
    transform: translateY(0) rotateX(15deg);
  }
  100% {
    -webkit-transform: translateY(-20%) rotateX(25deg);
    -moz-transform: translateY(-20%) rotateX(25deg);
    transform: translateY(-20%) rotateX(25deg);
  }
}
@keyframes shape2 {
  0% {
    -webkit-transform: translateY(0) rotateX(15deg);
    -moz-transform: translateY(0) rotateX(15deg);
    transform: translateY(0) rotateX(15deg);
  }
  100% {
    -webkit-transform: translateY(-20%) rotateX(25deg);
    -moz-transform: translateY(-20%) rotateX(25deg);
    transform: translateY(-20%) rotateX(25deg);
  }
}
.Hbtn {
  color: #fefefe;
  background-color: var(--color);
  padding: 21px 27px;
}
.Hbtn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #000;
  opacity: 0;
}
.Hbtn span,
.Hbtn img {
  z-index: 2;
}
.Hbtn:hover::before {
  width: 100%;
  opacity: 1;
}
.Hbtn1 {
  background-color: transparent;
  color: #151515;
  border: 1px solid rgba(21, 21, 21, 0.3);
  padding: 16px 25px;
}
.Hbtn1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  opacity: 0;
  background-color: var(--color);
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  z-index: 1;
}
.Hbtn1 span {
  z-index: 2;
}
.Hbtn1:hover {
  color: #fefefe;
  border-color: var(--color);
}
.Hbtn1:hover::before {
  opacity: 1;
  width: 100%;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 7, 0.1);
}
#header > .nav .f-top {
  background-color: var(--color);
  color: #fff;
}
#header > .nav .f-top .container .right .seachBox form {
  height: 100%;
  background-color: rgba(0, 100, 116, 0.2);
  width: 317px;
  height: 50px;
}
#header > .nav .f-top .container .right .seachBox form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}
#header > .nav .f-top .container .right .seachBox form input::placeholder {
  color: #fff;
  opacity: 0.5;
  font-size: 16px;
}
#header > .nav .f-top .container .right .seachBox form input[type="submit"] {
  width: 27px;
  height: 27px;
  opacity: 0.8;
  background-image: url('../images/searchIcon.png');
  position: absolute;
  left: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#header > .nav .f-top .container .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav .f-top .container .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav .f-top .container .right .lang_cont .c_cont .textC .img {
  width: 30px;
  height: 30px;
}
#header > .nav .f-top .container .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav .f-top .container .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav .f-top .container .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu {
  padding: 15px 0 25px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 53px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
  color: #666666;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #000;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -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);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -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;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  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;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .formBtn .Hbtn {
  display: flex;
  padding: 16px 22px;
}
#header > .nav > .menu .menu-box .right .formBtn .Hbtn img {
  width: 21px;
  height: 15px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  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;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  color: #000;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active {
  top: -50px;
}
@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;
  }
}
.container {
  width: 1480px;
    font-family: 'Aktiv';
  padding: 0 15px;
}
.bigContainer {
  width: 1750px;
}
#banner {
  padding-top: 240px;
}
#banner ul li .left .titl {
  line-height: 1.33;
  color: #151515;
}
#banner ul li .right {
  margin-right: -3.5%;
  width: 34%;
}
#banner ul li.swiper-slide-active .left {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner ul li.swiper-slide-active .right {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
.titl {
  color: #151515;
}
.titl span {
  color: var(--color);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
}
#index-body .init-1 .playBox {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 2;
}
#index-body .init-2 {
  overflow: hidden;
  color: #151515;
}
#index-body .init-2 .left {
  width: 66.3%;
  margin-left: -16.3%;
}
#index-body .init-2 .right {
  width: 57%;
}
#index-body .init-2 .right .minTitl {
  font-style: italic;
  line-height: 1;
}
#index-body .init-2 .right .titl {
  line-height: 1.3;
}
#index-body .init-2 .right h1 {
  line-height: 1.6;
}
#index-body .init-2 .right .bot li img {
  filter: grayscale(1) brightness(1);
  -webkit-filter: grayscale(1) brightness(1);
  -moz-filter: grayscale(1) brightness(1);
  -o-filter: grayscale(1) brightness(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .right .bot li img:hover {
  filter: grayscale(0) brightness(1);
  -webkit-filter: grayscale(0) brightness(1);
  -moz-filter: grayscale(0) brightness(1);
  -o-filter: grayscale(0) brightness(1);
}
#index-body .init-2 .bottom {
  background-color: var(--color);
}
#index-body .init-2 .bottom ul li {
  /*width: 25%;*/
}
#index-body .init-3 .pageShapeContainer {
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
  -webkit-animation: shape1 20s infinite alternate linear, shape2 20s infinite alternate linear;
  -moz-animation: shape1 20s infinite alternate linear, shape2 20s infinite alternate linear;
  animation: shape1 20s infinite alternate linear, shape2 20s infinite alternate linear;
  background: url(../images/lines.png) no-repeat;
  background-size: 100% auto;
}
#index-body .init-3 .titlBox {
  color: #151515;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.2;
}
#index-body .init-3 .titlBox .txt {
  line-height: 1.6;
}
#index-body .init-3 .list .slickBtn > div {
  border-radius: 0;
  position: absolute;
  width: 50px;
  height: 88px;
  background-color: rgba(86, 170, 183, .5);
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-3 .list .slickBtn > div.prev {
  left: 6px;
}
#index-body .init-3 .list .slickBtn > div.next {
  right: 6px;
}
#index-body .init-3 .list .slickBtn > div:hover {
  background-color: var(--color);
}
#index-body .init-3 .list ul {
  margin-left: -1px;
  margin-right: -1px;
}
#index-body .init-3 .list ul li {
  padding: 1px;
  height: 668px;
}
#index-body .init-3 .list ul li .box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
}
#index-body .init-3 .list ul li .box .bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .init-3 .list ul li .box .bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#index-body .init-3 .list ul li .box .content {
  z-index: 1;
  left: 0%;
  top: 30%;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .init-3 .list ul li .box .content .txt {
  line-height: 1.6;
}
#index-body .init-3 .list ul li .box .content .arrow:hover {
  cursor: pointer;
  transform: translateX(5px);
}
#index-body .init-3 .list ul li .box .img {
  left: 10%;
  bottom: 50px;
  width: 90%;
  opacity: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .init-3 .list ul li .box .img img {
  margin-left: auto;
  display: block;
}
#index-body .init-3 .list ul li .box:hover .bg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .init-3 .list ul li .box .bg .name {
      -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}
#index-body .init-3 .list ul li .box:hover .bg .name {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
#index-body .init-3 .list ul li .box:hover .bg::before {
  opacity: 1;
}
#index-body .init-3 .list ul li .box:hover .content {
  top: 10%;
  opacity: 1;
}
#index-body .init-3 .list ul li .box:hover .img {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#index-body .init-4 ul li .list {
  width: 100%;
  height: 100%;
}
#index-body .init-4 ul li .list .title {
  line-height: 1.6;
  display: inline-block;
}
#index-body .init-4 ul li .list .title:hover {
  color: var(--color);
}
#index-body .init-4 .slickDots {
  height: 20px;
}
#index-body .init-4 .slickDots li {
  width: 20px;
  height: 20px;
  margin: 0 18px;
  background-color: #aeaeae;
  border: none;
}
#index-body .init-4 .slickDots li.slick-active {
  background-color: var(--color);
}
#index-body .init-5 {
  background-image: url('../images/init-5Bg.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#index-body .init-5 .left {
  color: #151515;
}
#index-body .init-5 .left .titl {
  line-height: 1.26;
}
#index-body .init-5 .left .txt {
  line-height: 1.5;
}
#index-body .init-5 .left ul li .list .listTit {
  line-height: 1.7;
}
#index-body .init-5 .left ul li .list .txt {
  line-height: 1.2;
}
#index-body .init-5 .left ul li .list:hover img {
  transform: rotateY(360deg);
}
#index-body .init-5 .right {
  width: 66%;
  margin-right: -16%;
}
#index-body .init-6 .titleBox {
  color: #151515;
}
#index-body .init-6 .titleBox .titl {
  line-height: 1.16;
  width: 58%;
}
#index-body .init-6 .titleBox .txt {
  line-height: 1.5;
  opacity: 0.75;
  width: 42%;
}
#index-body .init-6 .bottom .leftBg {
  bottom: 0;
  width: 48%;
  left: -16%;
}
#index-body .init-6 .bottom ul.left li {
  padding-left: 55px;
}
#index-body .init-6 .bottom ul.left li::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--color);
  left: 4px;
  top: 12px;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .bottom ul.left li.active {
  color: var(--color);
}
#index-body .init-6 .bottom ul.left li.active::before {
  width: 40px;
}
#index-body .init-6 .bottom .right .roundBox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
#index-body .init-6 .bottom .right .roundBox .countryBox {
  width: 100%;
  height: 100%;
}
#index-body .init-6 .bottom .right .roundBox .countryBox .country {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
#index-body .init-6 .bottom .right .roundBox .countryBox .country .round {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #4b9123;
  border-radius: 50%;
}
#index-body .init-6 .bottom .right .roundBox .countryBox .country .round i.txt {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 100%;
  z-index: -1;
  opacity: 0;
}
#index-body .init-6 .bottom .right .roundBox .countryBox .country .round span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 4;
}
#index-body .init-6 .bottom .right .roundBox .countryBox .country .round span::after,
#index-body .init-6 .bottom .right .roundBox .countryBox .country .round span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: 1;
  background-color: var(--color);
}
#index-body .init-6 .bottom .right .roundBox .countryBox .country .round span::after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .init-6 .bottom .right .roundBox .countryBox .country.active {
  opacity: 1;
  z-index: 2;
}
#index-body .init-6 .bottom .right .roundBox .countryBox .country1 .round1 {
  left: 78%;
  top: 42%;
}
#index-body .init-6 .bottom .right .logoBox {
  color: #000;
  right: 0;
  top: 48%;
}
#index-body .init-7 {
  overflow: hidden;
}
#index-body .init-7 .left {
  width: 58.5%;
  margin-left: -16.1%;
}
#index-body .init-7 .right {
  color: #151515;
  width: 55%;
}
#index-body .init-7 .right .titl {
  line-height: 1.16;
}
#index-body .init-7 .right .txt {
  line-height: 1.5;
}
#index-body .init-7 .right ul li {
  color: #000;
}
#index-body .init-7 .right ul li img {
  display: block;
  margin: 0 auto;
  height: 100px;
}
#index-body .init-7 .right ul li p {
  opacity: 0.75;
}
#index-body .init-8 {
  background-image: url('../images/init-8Bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
#index-body .init-8 .minTitl {
  max-width: 860px;
  line-height: 1.5;
  color: #414141;
  margin: 9px auto;
}
#index-body .init-8 .bottom .left {
  width: 49%;
}
#index-body .init-8 .bottom .left ul li {
  width: 100%;
  height: 100%;
}
#index-body .init-8 .bottom .left ul li .list {
  width: 100%;
  height: 100%;
}
#index-body .init-8 .bottom .left ul li .list img {
  z-index: 1;
  width: 100%;
}
#index-body .init-8 .bottom .left ul li .list::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #4b9123 5%, rgba(86, 170, 183, 0) 55%);
  z-index: 2;
}
#index-body .init-8 .bottom .left ul li .list .txt {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
}
#index-body .init-8 .bottom .left ul li .list .txt .date img {
  width: 24px;
  height: 24px;
}
#index-body .init-8 .bottom .left ul li .list .txt .date span {
  line-height: 1;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
#index-body .init-8 .bottom .left ul li .list .title {
  line-height: 2;
}
#index-body .init-8 .bottom .left ul li .list .title:hover {
  color: #000;
}
#index-body .init-8 .bottom .left .slickDots li {
  width: 36px;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
}
#index-body .init-8 .bottom .left .slickDots li.slick-active {
  background-color: var(--color);
}
#index-body .init-8 .bottom .right {
  width: 50%;
}
#index-body .init-8 .bottom .right ul::before {
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-8 .bottom .right ul li.list .date img {
  max-width: 20px;
  max-height: 20px;
}
#index-body .init-8 .bottom .right ul li.list .title {
  line-height: 1.5;
}
#index-body .init-8 .bottom .right ul li.list .txt {
  line-height: 1.625;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1a1a1a;
}
#footer .top {
  border-bottom: 1px solid #4c4c4e;
}
#footer .top form {
  width: 83%;
  background-color: #2c2c2c;
}
#footer .top form input {
  padding-left: 8px;
  padding-top: 3px;
  height: 36px;
  margin-top: 17px;
  margin-bottom: 17px;
  background-color: transparent;
  color: #fff;
  border: none;
  border-left: 1px solid #4b4b4b;
  font-size: 16px;
  width: 25%;
}
#footer .top form input::placeholder {
  color: #fff;
  opacity: 0.27;
}
#footer .top form input.mes {
  width: 31.5%;
}
#footer .top form button.inquery {
  background-color: #7b7b7b;
  border: none;
  height: 70px;
  width: 17%;
}
#footer .top form button.inquery:hover img {
  transform: rotate(45deg);
}
#footer .center {
  border-bottom: 1px solid #4c4c4e;
  padding-bottom: 88px;
}
#footer .center .item1 {
  max-width: 355px;
}
#footer .center .item1 .add .txt {
  line-height: 1.5;
}
#footer .center .item1 .add .txt.mail {
  color: var(--color);
  text-decoration: underline;
}
#footer .center .item1 .share li {
  margin-right: 6px;
  position: relative;
  z-index: 2;
}
#footer .center .item1 .share li a.qr .qrImg {
  left: 120%;
  max-width: none;
  z-index: -1;
  opacity: 0;
  height: 0;
  width: 0;
}
#footer .center .item1 .share li:hover {
  transform: translateY(-5px);
}
#footer .center .item1 .share li:hover a.qr .qrImg {
  width: 100px;
  height: 100px;
  opacity: 1;
  transform: translateY(5px);
}
#footer .center .item p.regular {
  line-height: 1.2;
  margin-bottom: 10px;
}
#footer .center .item p.regular a:hover {
  color: var(--color);
}
#footer .center .item3 {
  width: 30.5%;
}
#footer .center .item3 .aBox .left p:nth-child(n+7) {
  display: none;
}
#footer .center .item3 .aBox .right p:nth-child(-n+6) {
  display: none;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #7b7b7b;
}
#footer .copyright .container {
  padding-top: 49px;
  padding-bottom: 49px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #7b7b7b;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #7b7b7b;
  margin-right: 10px;
}
@media screen and (max-width: 1450px) {
  #header > .nav .f-top .container .right .seachBox form {
    width: 230px;
  }
  #header > .nav .f-top .container .right .seachBox form input {
    padding-left: 40px;
  }
  #header > .nav .f-top .container .right .seachBox form input[type="submit"] {
    padding-left: 0;
    left: 8px;
  }
  #header > .nav .lang_cont {
    margin-left: 20px;
  }
  #header > .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 25px;
  }
  #header > .nav .menu .menu-box .right .formBtn .Hbtn1 {
    padding: 10px 15px;
  }
  #banner ul li .left {
    width: 66%;
  }
  #index-body .init-4 .slickDots {
    height: 15px;
  }
  #index-body .init-4 .slickDots li {
    margin: 0 10px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1250px) {
  #banner {
    padding-top: 0;
  }
  #banner ul li .right {
    margin-right: 0;
    width: 30%;
  }
  #banner ul li .left {
    width: 70%;
  }
  #index-body .init-2 .left {
    width: 55%;
  }
  #index-body .init-2 .bottom ul li {
    width: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #index-body .init-3 .list ul li .box .bg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #index-body .init-3 .list ul li .box .bg::before {
    opacity: 1;
  }
  #index-body .init-3 .list ul li .box .content {
    top: 10%;
    opacity: 1;
  }
  #index-body .init-3 .list ul li .box .img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  #index-body .init-3 .list ul li .box .bg .name {
    opacity: 0;
  }
  #index-body .init-5 .right {
    width: 55%;
  }
  #index-body .init-5 .left {
    width: 60%;
  }
  #index-body .init-6 .bottom ul.left {
    display: flex;
    align-items: center;
  }
  #index-body .init-6 .bottom ul.left li {
    margin-right: 20px;
    padding-left: 50px;
  }
  #index-body .init-6 .bottom ul.left li::before {
    top: 10px;
  }
  #index-body .init-6 .bottom .leftBg {
    display: none;
  }
  #footer .center .item3 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .font-25 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 18px;
  }
  #index-body .init-2 .left {
    margin-left: 0;
    display: block;
    margin: 10px auto;
  }
  #index-body .init-4 .slickDots {
    height: 10px;
  }
  #index-body .init-4 .slickDots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  #index-body .init-5 .right {
    margin-right: 0;
    margin-top: 20px;
  }
  #index-body .init-6 {
    display: none;
  }
  #index-body .init-6 .titleBox {
    text-align: center;
  }
  #index-body .init-6 .titleBox .txt {
    text-align: center;
    margin-top: 20px;
  }
  #index-body .init-6 .bottom .right .logoBox {
    display: none;
  }
  #index-body .init-7 .left {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #footer .top .logo {
    margin: auto;
  }
  #footer .top form {
    margin-top: 20px;
    width: 100%;
  }
  #footer .center .item4 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner ul li .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #banner ul li .container {
    flex-wrap: wrap;
  }
  #banner ul li .right {
    width: 60%;
    display: block;
    margin: auto;
  }
  #footer .top form input {
    width: 100%;
  }
  #footer .top form input.mes {
    width: 100%;
  }
  #footer .top form button.inquery {
    width: 200px;
    height: 50px;
  }
  #footer .center .item1 {
    max-width: none;
    width: 100%;
  }
  #footer .center .item2 {
    display: none;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .playBox img {
    width: 75px;
  }
  #index-body .init-2 .right .bot li {
    width: 50%;
    margin-bottom: 10px;
  }
  #index-body .init-2 .right .bot li img {
    display: block;
    margin: auto;
  }
  #index-body .init-2 .bottom ul li {
    width: 100%;
  }
  #index-body .init-4 .slickDots li {
    display: none;
  }
}

.inner-banner {
  padding-top: 205px;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 1.6;
  font-family: 'BarlowCondensed';
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .img {
  position: relative;
  background-attachment: fixed;
}
.inner-banner .img .bg {
  padding-top: 300px;
  background-attachment: fixed;
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
      text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 38px;
  line-height: 1.7;
  font-family: 'Krona One';
  font-weight: bold;
}
.m-link {
  margin-top: 16px;
}

.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-link a:hover {
  color: var(--color);
}

.inner-page .m-page {
  margin-top: 40px;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}

@media screen and (max-width: 1250px) {
  #innerMobileBanner .banner2 {
    padding-top: 70px;
  }
}



.oem-page .topp .left {
  width: 51.5%;
}
.oem-page .topp .left .tit {
  /*font-weight: 600;*/
  color: #000000;
}
.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}
.oem-page .acc1 {
  padding-bottom: 130px;
}
.oem-page .img {
  overflow: hidden;
}
.oem-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.oem-page .oem-1 {
  padding: 88px 0 72px;
  text-align: center;
}
.oem-page .oem-1 .mbx {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-weight: 500;
  color: #1D1D1D;
  margin-bottom: 25px;
}
.oem-page .oem-1 p {
  font-size: 18px;
  line-height: 1.7;
  color: #1D1D1D;
  /*font-family: poppins;*/
  max-width: 1300px;
  margin: 0 auto;
}
.oem-page .oem-1 .btn {
  margin-top: 35px;
}
.oem-page .oem-1 .btn a {
  display: inline-block;
  font-size: 16px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: var(--color);
  border-radius: 5px;
  text-transform: uppercase;
}
.oem-page .oem-1 .btn a:hover {
  background: #e37600;
}
.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}
.oem-page .oem-3 {
  margin: auto;
}
.oem-page .oem-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .oem-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  
  font-weight: 400;
  color: var(--color);
  line-height: 2;
  /*letter-spacing: 3.5px;
  text-transform: uppercase;*/
}
.oem-page .oem-3 .title .acc p {
  font-size: 24px;
  
  font-weight: 300;
  color: #1D1D1D;
  max-width: 738px;
  margin-top: 30px;
}
.oem-page .oem-3 .title .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.oem-page .oem-3 .title .btn a p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  /*text-transform: uppercase;*/
  /*font-family: poppins;*/
}
.oem-page .oem-3 .title .btn a i {
  display: inline-block;
  width: 39px;
  height: 6px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 40px;
}
.oem-page .oem-3 .options {
  margin-top: 55px;
}
.oem-page .oem-3 .options ul {
  margin: 0 -5px;
}
.oem-page .oem-3 .options ul li {
  padding: 0 5px;
  min-width: 280px;
}
.oem-page .oem-3 .options ul li h4 {
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .oem-3 .options ul li h4:hover {
  background: var(--color);
  color: #fff;
}
.oem-page .oem-4 .topp .left {
  padding-right: 50px;
}
.oem-page .oem-4 .topp .left .acc {
  margin-top: 38px;
}
.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}
.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
}
.oem-page .oem-4 .topp .left .acc ul li .tit4,.oem-page .oem-7 .topp .left .acc ul li .tit4 {
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 5px;
  text-align: center;
}
.oem-page .oem-5 .topp .left {
  padding-left: 60px;
  vertical-align: middle;
}
.oem-page .oem-5 .topp .left .acc {
  margin-top: 40px;
}
.oem-page .oem-5 .topp .left .acc ul {
  margin: -20px -14px;
}
.oem-page .oem-5 .topp .left .acc ul li {
  padding: 20px 14px;
  text-align: center;
}
.oem-page .oem-5 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-5 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-6 .topp .left {
  padding-right: 60px;
  margin-top: 13px;
}
.oem-page .oem-6 .topp .left .acc {
  margin-top: 60px;
}
.oem-page .oem-6 .topp .left .acc ul {
  margin: -20px -27px;
}
.oem-page .oem-6 .topp .left .acc ul li {
  padding: 20px 27px;
  text-align: center;
}
.oem-page .oem-6 .topp .left .acc ul li .tit4,.oem-page .oem-8 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-6 .topp .left .acc ul li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  /*background: url(../images/oem-61.png) no-repeat center;*/
}
.oem-page .oem-7 .topp .left {
  vertical-align: middle;
  padding-left: 56px;
}
.oem-page .oem-7 .topp .left p {
  color: #000000;
  opacity: 0.8;
  margin-top: 18px;
}
.oem-page .oem-7 .topp .left .acc {
  margin-top: 30px;
}
.oem-page .oem-7 .topp .left .acc ul {
  margin: 0 -28px;
}
.oem-page .oem-7 .topp .left .acc ul li {
  padding: 0 28px;
}
.oem-page .oem-7 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-8 .topp .left {
  padding-right: 60px;
}
.oem-page .oem-8 .topp .left p {
  font-size: 18px;
  color: #000000;
  opacity: 0.8;
  margin-top: 20px;
}
.oem-page .oem-8 .topp .left .acc {
  margin-top: 50px;
}
.oem-page .oem-8 .topp .left .acc ul {
  margin: -17.5px -28px;
}
.oem-page .oem-8 .topp .left .acc ul li {
  padding: 17.5px 28px;
}

@media screen and (max-width: 1320px) {
  .oem-page .oem-3 {
    padding: 80px 15px;
  }

  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }
  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }
  .oem-page .oem-4 .topp .left {
    padding-right: 30px;
  }
  .oem-page .acc1 {
    padding-bottom: 50px;
  }
  .oem-page .oem-7 .topp .left .acc {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .oem-page .oem-3 .title .acc {
    width: calc(100% - 250px);
  }
  .oem-page .oem-3 .options ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1100px) {
  .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }
  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .oem-page .oem-3 {
    padding: 60px 15px;
    margin: auto;
  }
  .oem-page .oem-3 .options ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-3 .title .acc {
    width: 100%;
    margin-bottom: 20px;
  }
  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }
  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }
  .oem-page .oem-3 .options ul li {
    width: 100%;
  }
}

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

  .oem-page .oem-3 .options ul li {
    width: 100%;
  }
  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }
  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .oem-page .oem-3 .options ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .oem-page .oem-7 .topp .left .acc ul li img {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 450px) {

  .oem-page .oem-3 .title .acc p {
    font-size: 18px;
    /*font-family: poppins;*/
  }
}


.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 37px;
  
  color: #1d1d1d;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 50%;
  padding-right:3%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 50%;
  line-height: 1.8;
  margin-top: 12px;
  
  color: #1d1d1d;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
  color: #fff;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.3;
  
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  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;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  /*color: rgba(40, 39, 39, 0.87);*/
  margin-top: 40px;
  
  color: #2c2c2c;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  
  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: #fff;
}
.mana-page .mana-4 .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div {
  height: 50%;
}
.mana-page .mana-4 .content ul li p.text {
  margin-top: 8px;
}
.mana-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}
.mana-page .mana-4 .header .title::before {
  background: #fff;
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content .swiper {
  margin: 0 0 -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 0 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
/*.slick-slider:not(.slick-vertical) .slick-track .slick-slide>div {
  height: auto;
}*/
.mana-page .mana-2 .ces {
  margin-top: 40px;
  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;
  justify-content: center;
}

.mana-page .mana-2 .ces .ce {
  margin-right: 70px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
@media screen and (max-width: 1680px) {
  .mana-page .title::before {
    left: -160px;
  }
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .ces .ce {
    margin-right: 20px;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 {
    padding: 80px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    line-height: 1.5;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .ces {
    flex-wrap: wrap;
  }
  .mana-page .mana-2 .ces .ce {
    margin-top: 10px;
  }
}


.about-page .about-1 {
  padding-top: 4.688%;
}

.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}

.about-page .about-1 .content .con {
  width: 62%;
  font-size: 18px;
  /*font-family: poppins;*/
  font-weight: 400;
  color: #282727;
  line-height: 1.8;
}

.about-page .about-1 .content .right {
  width: 38%;
}

.about-page .about-1 .content .right .ig {
  max-width: 365px;
  margin: 0 0 0 auto;
  text-align: center;

  font-weight: bold;
}

.about-page .about-1 .content .right span {
  font-size: 170px;
  line-height: 1;
  color: var(--color);
}

.about-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 1.3;
  margin-top: 24px;
}

.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}

.about-page .about-2 {
  padding-top: 5.99%;
}

.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}

.about-page .about-2 .text {
  width: 48.552%;
  padding: 65px 0 0 66px;
}

.about-page .about-2 .text .title::before {
  display: none;
}

.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}

.about-page .about-2 .text .con {
  font-size: 18px;
  /*font-family: poppins;*/
  color: #282727;
  line-height: 1.7;
  margin-top: 42px;
}

.about-page .about-3 {
  padding-top: 5.782%;
}

.about-page .about-3 .header {
  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;
}

.about-page .about-3 .content {
  margin-top: 70px;
}

.about-page .about-3 .content ul {
  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;
  position: relative;
  height: 1130px;
}

.about-page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
}

.about-page .about-3 .content ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .about-3 .content ul li .box {
  background: #fff;
  padding: 90px 75px 92px 59px;
  height: 380px;
}

.about-page .about-3 .content ul li .box .tit {
  font-size: 36px;
  line-height: 1.3;

  font-weight: bold;
  color: var(--color);
}

.about-page .about-3 .content ul li .box .con {
  font-size: 18px;
  line-height: 1.8;
  color: #282727;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about-page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}

.about-page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}

.about-page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 380px;
  left: 33.334%;
}

.about-page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}

.about-page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-page .about-4 {
  padding: 1% 0 0;
}

.about-page .about-4 .box {
  background: var(--color);
}

.about-page .about-4 .box .left {
  vertical-align: middle;
  color: #fff;
  padding-left: 80px;
}
.about-page .about-4 .box .left .Hbtn {
  background-color: #fefefe;
  color: var(--color);
}
.about-page .about-4 .box .left .Hbtn:hover {
  color: #fefefe;
}
.about-page .about-4 .box .left .tit {
  font-size: 30px;
  line-height: 1.3;
  font-family: 'Krona One';
  /*font-weight: bold;*/
}

.about-page .about-4 .box .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 26px;
  /*width: 76%;*/
}

.about-page .about-4 .box .left .more {
  background: #fff;
  color: var(--color);
  margin-top: 72px;
}

.about-page .about-4 .box .left .more::after {
  background: var(--black);
}

.about-page .about-4 .box .left .more:hover {
  color: #fff;
}

.about-page .about-4 .box .right {
  vertical-align: middle;
}

.about-page .about-4 .box .right ul {
  max-width: 602px;
  margin: 0 0 0 auto;
}

.about-page .about-4 .box .right ul li {
  line-height: 234px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}

.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
  background-color: #1e4c00;
}

.about-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}

#index-body .about .bottom {
  text-align: center;
  padding: 16.448% 0;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#index-body .about .bottom .play {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#index-body .about .bottom .play::before,
#index-body .about .bottom .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}

#index-body .about .bottom .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

#index-body .about .data {
  padding: 65px 6.579% 0 10%;
}

#index-body .about .data ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index-body .about .data ul li {
  display: inline-block;
}

#index-body .about .data ul li .num em {
  display: inline-block;
   font-family: 'Krona One';
  vertical-align: bottom;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color);
}

#index-body .about .data ul li .num span {
  /*display: inline-block;*/
  vertical-align: bottom;
  font-size: 16px;
  color: #080808;
  line-height: 1.5;
  width: 50%;
  padding-left: 9px;
  margin-bottom: -5px;
}

#index-body .about .data ul li:nth-child(2) .num span {
  width: 37%;
}


@media screen and (max-width: 1700px) {
  .about-page .about-1 .content .right span {
    font-size: 144px;
  }
}

@media screen and (max-width: 1280px) {
  .about-page .about-1 .content .right span {
    font-size: 130px;
  }
  .about-page .about-3 .content ul {
    height: 1000px;
  }

  .about-page .about-3 .content ul li {
    height: 350px;
  }

  .about-page .about-3 .content ul li .box {
    height: 350px;
    padding: 60px 50px 30px 40px;
  }

  .about-page .about-3 .content ul li .box .tit {
    font-size: 34px;
  }

  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 700px;
  }

  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 350px;
  }

  .about-page .about-4 .box .left {
    padding-left: 50px;
  }

  .about-page .about-4 .box .left .con {
    width: 92%;
  }

  .about-page .about-4 .box .left .more {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .about-page .about-2 .text {
    padding: 65px 0 0 40px;
  }

  .about-page .about-3 .content ul {
    height: 900px;
  }

  .about-page .about-3 .content ul li {
    height: 300px;
  }

  .about-page .about-3 .content ul li .box {
    height: 300px;
    padding: 40px 30px 30px 20px;
  }

  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 600px;
  }

  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 300px;
  }
}
@media screen and (max-width: 1000px) {

.about-page .about-4 .box .right ul {
      max-width: none;
}
  .about-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .about-page .about-1 .content .con {
    width: 100%;
  }

  .about-page .about-1 .content .right {
    display: none;
  }

  .about-page .about-2 .img {
    width: 100%;
  }

  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-3 .content {
    margin-top: 30px;
  }

  .about-page .about-3 .content ul {
    height: 800px;
  }

  .about-page .about-3 .content ul li {
    height: 260px;
  }

  .about-page .about-3 .content ul li .box {
    height: 260px;
    padding: 20px 15px 0 15px;
  }

  .about-page .about-3 .content ul li .box .tit {
    font-size: 25px;
  }

  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 540px;
  }

  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 260px;
  }
  .about-page .about-4 .box {
    padding: 20px;
  }
  .about-page .about-4 .box .left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .about .data {
    padding: 20px;
  }
  #index-body .about .data ul {
    flex-wrap: wrap;
  }
  #index-body .about .data ul li {
    width: 100%;
    margin: 10px 0;
  }
  .about-page .about-3 .content ul {
    height: auto;
  }

  .about-page .about-3 .content ul li {
    height: auto;
    width: 50%;
  }

  .about-page .about-3 .content ul li .box {
    height: auto;
    padding: 20px 15px;
  }

  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: auto;
  }

  .about-page .about-3 .content ul li:nth-child(4),
  .about-page .about-3 .content ul li:nth-child(5),
  .about-page .about-3 .content ul li:nth-child(6),
  .about-page .about-3 .content ul li:last-child {
    position: initial;
  }

  .about-page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }

  .about-page .about-4 .box .right {
    width: 100%;
  }

  .about-page .about-4 .box .right ul li {
    line-height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 #index-body {
    margin-top: 20px;
  }

  .about-page .about-2 .text .con {
    margin-top: 20px;
  }

  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-3 .header .more {
    margin-top: 15px;
  }

  .about-page .about-3 .content ul li {
    width: 100%;
  }

  .about-page .about-4 .box .left .tit {
    font-size: 32px;
  }

  .about-page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }

  .about-page .about-4 .box .left .more {
    margin-top: 20px;
  }

  .about-page .about-4 .box .right ul li {
    line-height: 150px;
  }
}
/* about-history */

.about-page .about-5 .content {
  position: relative;
  padding: 0 40px;
}

.about-page .about-5 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}

.about-page .about-5 .content ul li .tit {
  color: #4b9123;
}

.about-page .about-5 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  line-height: 1.5;
  /*height: 6em;*/
  overflow-y: auto;
  font-family: 'poppins';
}

.about-page .about-5 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}

.about-page .about-5 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-5 .content ul li:hover::after {
  background: #4b9123;
}

.about-page .about-5 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}

.about-page .about-5 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
  width: calc(100% - 6.25vw);
  border-radius: 0 300px 300px 0;
  position: relative;
  z-index: 1;
}

.about-page .about-5 .bottom ul {
  margin-right: -16px;
}

.about-page .about-5 .bottom ul li {
  padding-right: 16px;
}

.about-page .about-5 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1100px) {
  .about-page .about-5 .content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-5 .content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-5 .content ul li {
    padding: 0 0 88px 0;
  }

  .about-page .about-5 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }

  .about-page .about-5 .content ul li::before {
    left: 11px;
  }

  .about-page .about-5 .bottom {
    padding-right: 0;
  }
}
.inner-page .title em {
  color: var(--color);
}

.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}

.honor-page .container .tips_title {
  /*font-weight: bold;*/
  text-align: center;

  margin-bottom: -30px;
  /*text-transform: uppercase;*/
}

.honor-page .container .content {
  margin-top: 50px;
}

.honor-page .container .content ul {
  margin: 0 -50px;
}

.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
  text-align: center;
}

.honor-page .container .content ul li .box a {
  display: block;
}

.honor-page .container .content ul li .box .text {
  margin-top: 30px;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }

  .honor-page .container .content ul li {
    padding: 0 10px;
  }

  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }

  .honor-page .container .content {
    margin-top: 0;
  }
}

.faq-page {
  padding-bottom: 110px;
}

.faq-page .container .tips_title {
  font-weight: bold;
  padding-left: 60px;

  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}

.faq-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}

.faq-page .container .content {
  margin-top: 60px;
}

.faq-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
}

.faq-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}

.faq-page .container .content ul li>i {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--color);
}

.faq-page .container .content ul li .title {
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
  font-size: 26px;
}

.faq-page .container .content ul li .title::before {
  display: none;
}

.faq-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
}

.faq-page .container .content ul li.active .title {
  background-color: var(--color);
  color: #fff;
}

.faq-page .container .content ul li.active>i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1000px) {
  .faq-page {
    text-align: center;
  }

  .faq-page .container .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-page .container .content ul {
    text-align: left;
  }

  .faq-page .container .content {
    text-align: left;
  }
}

@media (max-width: 500px) {
  .faq-page .container .content {
    margin-top: 30px;
  }

  .faq-page .container .content ul li .title {
    padding: 20px 30px 20px 16px;
  }

  .faq-page .container .content ul li>i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 28px;
  }

  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}

.sustainability-page.pb_0 {
  padding-bottom: 0;
}

.sustainability-page .init-0 {
  padding: 80px 0 0px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sustainability-page .init-0 .ui.container {
  padding: 150px 15px;
}

.sustainability-page .title::before {
  display: none;
}

.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 1060px;
  line-height: 2;
  font-size: 18px;
}

.sustainability-page .init-1 {
  margin-top: 30px;
}

.sustainability-page .init-1 .container {
  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;
}

.sustainability-page .init-1 .container .list {
  margin-top: 30px;
  text-align: center;
  width: 20%;
  padding: 10px 0;
  transition: 0.5s;
}

.sustainability-page .init-1 .container .list img {
  display: block;
  height: 88px;
  width: auto;
  margin: auto;
}

.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
  font-size: 18px;
}

.sustainability-page .init-1 .container .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sustainability-page .init-2 {
  padding-top: 30px;
}

.sustainability-page .init-2 .container .list {
  margin-top: 60px;
}

.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}

.sustainability-page .init-2 .container .list .left {
  width: 45%;
}

.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}

.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 150px 20px 72px;
}


.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 10px;
  width: 80px;
}

.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 1.6;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}

.sustainability-page .init-3 {
  padding: 0 240px;
  margin: 100px 0 20px;
}

.sustainability-page .init-3 .container {
  width: 100%;
}

.sustainability-page .init-3 .container .content {
  margin: -15px;
}

.sustainability-page .init-3 .container .content .list {
  padding: 0 15px;
}

.sustainability-page .init-3 .container .content .list img {
  width: 100%;
}

.sustainability-page .init-4 {
  text-align: center;
  margin-top: 80px;
}

.sustainability-page .init-4 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-4 .container .des {
  color: #747474;
  margin: 20px auto 0;
  max-width: 880px;
  line-height: 2;
  font-size: 16px;
}

.sustainability-page .init-4 .container .index_line {
  height: 5px;
  margin: 20px auto 0;
}

.sustainability-page .init-4 .container .content {
  margin-top: 60px;
}

.sustainability-page .init-4 .container .content ul li {
  padding: 0 15px;
}

.sustainability-page .init-4 .container .content ul li .box {
  border: 1px solid #d8d8d8;
}

.sustainability-page .init-4 .container .content ul li .box .img {
  display: block;
  height: 108px;
}

.sustainability-page .init-4 .container .content ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1450px) {
  .sustainability-page .init-2 .container .list .right {
      padding: 20px 70px 20px 70px;
  }
}

@media screen and (max-width: 1000px) {
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }

  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
}

@media screen and (max-width: 700px) {
  .sustainability-page .init-3 {
    padding: 0;
  }

  .sustainability-page .init-3 .container .content {
    margin: 0;
  }

  .sustainability-page .init-3 .container .content .list {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sustainability-page .init-1 .container .list {
    width: 33%;
  }
}

@media screen and (max-width: 500px) {
  .sustainability-page .init-0 {
    padding: 40px 0;
  }
  .sustainability-page .init-1 .container {
    flex-wrap: wrap;
  }
  .sustainability-page .init-1 .container .list {
    width: 100%;
  }
  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }

  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }

  .sustainability-page .init-4 .container .content {
    margin-top: 20px;
  }

  .sustainability-page .init-4 .container .content ul li {
    padding: 0 4px;
  }
}

.news-page .tips_title {
  /*font-weight: bold;*/
  padding-left: 60px;
  /*text-transform: uppercase;*/
  font-family: 'Krona One';
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}

.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}

.news-page .content {
  margin-top: 50px;
}


.news-page .content ul li {
  position: relative;
}

.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}

.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 100%;
  min-height: 290px;
  padding: 30px 50px;
  background-color: #fff;
}
.news-page .content ul li .box .Hbtn {
  padding: 8px 20px;
  display: inline-block;
}

.news-page .content ul li .box .title {
  display: block;
}

.news-page .content ul li .box .title::before {
  display: none;
}

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

.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}

.news-page .content ul li .box .des:hover {
  color: var(--color);
}

.news-page .content ul li .box .info_c {
  margin-top: 30px;
}

.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}

.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}

.news-page .content ul li:hover {
  z-index: 2;
}

.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.newdet-page .init-1 .container .title::before {
  display: none;
}

.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}

.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #525252;
  padding: 30px 0;
  line-height: 30px;
}

.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}

.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 200px);
  padding-right: 20px;
}

.newdet-page .init-1 .container .bottom_cont .right {
  width: 200px;
}

.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}

.pro_public .init-related {
  background-color: #f7f7f7;
}

.pro_public .init-related .container .tips {
  text-align: center;

  /*font-weight: bold;*/
}

.pro_public .init-related .container .content {
  margin-top: 40px;
}

.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}

.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}

.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 1px;
}

.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
}

.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--color);
}

@media screen and (max-width: 1000px){
  .news-page {
    text-align: center;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }

  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }

  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }

  .m-link {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 16px;
  }

  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }

  .news-page .content ul li .box .title {
    font-size: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }

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

.contact-page .container {
  max-width: 1230px;
}
.contact-page .contact-1 .top .tit {
  font-size: 30px;
  font-family: Krona One;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left {
  width: 62.5%;
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form ul li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
}
.contact-page .contact-1 .top .left .form ul li label {
  display: block;
  font-size: 16px;
  font-family: Krona One;
  /*font-weight: bold;*/
  color: #000000;
  line-height: 1;
  margin-bottom: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li input[type=text],
.contact-page .contact-1 .top .left .form ul li select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  font-size: 14px;
  /*font-family: Krona One;*/
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li select {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .contact-1 .top .left .form ul li .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form ul li .acc div {
   width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
 font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}

.contact-page .contact-1 .top .left .form ul li input[type=file] {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
}
.contact-page .contact-1 .top .left .form ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/contact-16.png) 330px center no-repeat;
  color: rgba(0, 0, 0, 0.55);
}
.contact-page .contact-1 .top .left .form ul li textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  line-height: 2;
  font-size: 16px;
  /*font-family: Krona One;*/
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;

}
.contact-page .contact-1 .top .left .form ul li p.acc {
  font-size: 16px;
  /*font-family: Krona One;*/
  /*font-weight: 300;*/
  color: #000000;
  opacity: 0.6;
  line-height: 1;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit] {
  width: 196px;
  height: 48px;
  background: var(--color);
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  font-family: Krona One;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  margin-top: 12px;
  transition: 0.3s;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit]:hover {
  background: #e37600;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  font-family: Krona One;
  font-weight: 300;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #C1C1C1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid var(--color);
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir div {
  background: var(--color);
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right {
  width: 37.5%;
  padding-left: 85px;
}
.contact-page .contact-1 .top .right .tit {
  padding: 0;
  border: none;
}
.contact-page .contact-1 .top .right .acc ul li {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 50px;
  position: relative;
}
.contact-page .contact-1 .top .right .acc ul li .img {
  position: absolute;
  left: 0;
  top: 40px;
}
.contact-page .contact-1 .top .right .acc ul li p {
  font-size: 18px;
  /*font-family: Krona One;*/
  font-weight: 400;
  color: #5D5D5D;
  line-height: 2;
  margin: 7px 0;
}
.contact-page .contact-2 {
  padding: 115px 0 85px;
}
.contact-page .contact-1 .top .left .form ul li .Hbtn {
  display: inline-block;
  padding: 8px 15px;
  background-color: var(--color);
}
@media screen and (max-width: 1100px) {
  .contact-page .contact-1 .top .left .form ul {
    margin: 0 auto;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .contact-1 .top .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .contact-page .contact-1 .top .left .form ul li select {
    background: url(../images/contact-16.png) 95% center no-repeat;
  }
}
@media screen and (max-width: 450px){
  .contact-page .contact-1 .top .left .form ul li label {
    line-height: 1.2;
  }
}

.product-page .product-1 .top .left {
  width: 20%;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.product-page .product-1 .top .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .product-1 .top .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .product-1 .top .left #product-list li a {
  display: inline-block;
  font-size: 16px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}
.product-page .product-1 .top .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .product-1 .top .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .product-1 .top .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}
.product-page .product-1 .top .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}
.product-page .product-1 .top .left #product-list li.active > a {
  color: var(--color);
}
.product-page .product-1 .top .right {
  width: 80%;
  padding-left: 60px;
}
.product-page .product-1 .top .right .cate-img {
  position: relative;
  /*padding-bottom: 50px;*/
  
}
.product-page .product-1 .top .right .cate-img .mask {
  /*position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  width: 100%;
  text-align: left;
  /*max-width: 1000px;*/
  margin: 0 auto;
}
.product-page .product-1 .top .right .cate-img .mask .tit {  
  font-weight: 400;
  color: #151515;
  line-height: 1.2;
}
.product-page .product-1 .top .right .cate-img .mask .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #151515;
  line-height: 2;
  opacity: 0.7;
  margin-top: 20px;
  /*max-height: 100px;*/
  overflow-y: auto;
  margin-bottom: 20px;
}
/*.product-page .product-1 .top .right .bottom {
  padding-top: 20px;
}*/
.product-page .product-1 .top .right .bottom ul {
  margin: 40px -16px;
}
.product-page .product-1 .top .right .bottom ul li {
  padding: 0 16px;
  margin-bottom: 62px;
}
.product-page .product-1 .top .right .bottom ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.product-page .product-1 .top .right .bottom ul li .box .img {
  margin: 11px;
  position: relative;
  padding-bottom: 0;
  background: #eeeeee;
  padding-bottom: 40px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a p {
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover {
  background: var(--color);
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover p,
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover i {
  color: #fff;
}
.product-page .product-1 .top .right .bottom ul li .box .tit {
  font-size: 18px;
  
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 10px 10px 10px;
  text-align: center;
  height: 120px
}
.product-page .product-1 .top .right .bottom ul li .box .tit:hover {
  color: var(--color);
}
.seoPublic .title {
  font-family: 'Krona One';
}

.prodet2-page .news-page {
  padding: 0
}

.prodet2-page .prodet-page {
  padding: 0
}

.prodet2-page .prodet-page .prodet-3 {
  padding: 0
}
.prodet2-page .container {
  width: 1430px;
}

.prodet2-page .tit3 {
  /*font-weight: bold;*/
  color: #000000;
  line-height: 1;
}

.prodet2-page .title4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.prodet2-page .title4 .btn a {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 2px solid #000000;
}

.prodet2-page .title4 .btn a span {
  display: inline-block;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  /*text-transform: uppercase;*/
}

.prodet2-page .title4 .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 15px;
}

.prodet2-page p.acp {
  margin-top: 25px;
  font-size: 16px;

  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  width: 89%;
}

.prodet2-page .mbx {
  padding-top: 45px;
  font-size: 14px;

  font-weight: 400;
  color: #000000;
  line-height: 1.5
}

.prodet2-page .prodet2-1 {
  margin-top: 74px;
}
.prodet2-page .prodet2-1 .top {
  position: relative;
}
.prodet2-page .prodet2-1 .top .left {
  position: -webkit-sticky;
  position: sticky;
  top: 210px;
  left: 0;
  z-index: 9;
}
.prodet2-page .prodet2-1 .top .left .img {
  background: #f6f6f6
}
.prodet2-page .prodet2-1 .top .left .img img{
  margin: auto;
}

.prodet2-page .prodet2-1 .top .left .small {
  margin-top: 16px;
}

.prodet2-page .prodet2-1 .top .left .small ul {
  margin: 0 -10px;
}

.prodet2-page .prodet2-1 .top .left .small ul .slick-slide {
  padding: 0 10px;
}

.prodet2-page .prodet2-1 .top .right {
  margin-top: 45px;
  
}

.prodet2-page .prodet2-1 .top .right span.ads {
  display: inline-block;
  font-size: 16px;

  font-weight: 500;
  color: var(--color);
  line-height: 1.5;
  /*text-transform: uppercase;
  letter-spacing: 3.5px;*/
}

.prodet2-page .prodet2-1 .top .right h1 {
  font-size: 30px;
 font-family: 'Krona One';
  /*font-weight: bold;*/
  color: #333333;
  line-height: 2;
  margin-top: 25px;
  /*text-transform: uppercase;*/
}

.prodet2-page .prodet2-1 .top .right .tit5 {
  font-size: 18px;

  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-top: 50px;
}

.prodet2-page .prodet2-1 .top .right .cona {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}
.prodet2-page .prodet2-1 .top .right .cona table tbody {
  min-width: auto;
}
.prodet2-page .prodet2-1 .top .right .cona table tbody tr td:first-child {
  text-align: left !important;
  vertical-align: baseline;
}
.prodet2-page .prodet2-2 {
  margin-top: 160px;
}

.prodet2-page .prodet2-2 .list {
  margin-top: 60px;
}

.prodet2-page .prodet2-2 .list ul {
  align-items: center
}

.prodet2-page .prodet2-3 {
  margin-top: 100px;
}

.prodet2-page .prodet2-3 .options {
  margin-top: 65px;
}

.prodet2-page .prodet2-3 .options ul {
  margin: 0 -5px;
}

.prodet2-page .prodet2-3 .options ul li {
  padding: 0 5px;
  height: 100%;
}

.prodet2-page .prodet2-3 .options ul li h4 {
  height: 100%;
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  /*font-weight: bold;*/
  color: #000000;
  line-height: 1.5;
  padding: 45px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prodet2-page .prodet2-3 .options ul li h4:hover {
  background: var(--color);
  color: #fff;
}

.prodet2-page .prodet2-4 .top ul {
  margin: 0 -17px;
}

.prodet2-page .prodet2-4 .top ul li {
  text-align: center;
  margin-top: 50px;
}

.prodet2-page .prodet2-4 .top ul li .tit4,
.prodet2-page .prodet2-5 .top ul li .tit4 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 5px;
}

.prodet2-page .prodet2-5 .top ul {
  margin: 0 -24px;
}

.prodet2-page .prodet2-5 .top ul li {
  /*padding: 0 24px;*/
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.prodet2-page .prodet2-5 .top ul li .tit5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 35px;
  color: #000000;
  opacity: 0.8;
}

.prodet2-page .prodet2-5 .top ul li .img {
  position: relative;
}

.prodet2-page .prodet2-5 .top ul li .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/oem-61.png) no-repeat center;
}

.prodet2-page .prodet2-6 .top ul {
  margin: 0 -30px;
}

.prodet2-page .prodet2-6 .top ul li {
  /*padding: 0 30px;*/
  text-align: center;
  margin-top: 50px;
}
.prodet2-page .prodet2-6 .top ul li .tit4 {
  margin-top: 5px;
}

.prodet2-page .btnac {
  margin-top: 84px;
  text-align: center;
}

.prodet2-page .btnac a {
  width: 100%;
  height: 67px;
  font-family: 'Krona One';
  background: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;

  /*font-weight: bold;*/
  color: #FFFFFF;
  line-height: 1;
  /*border-radius: 34px;*/
  margin: 0 auto;
}

.prodet2-page .prodet2-7 .title5 {
  text-align: center;
}

.prodet2-page .prodet2-7 .title5 .tit3 {
  text-transform: uppercase;
}

.prodet2-page .prodet2-7 .title5 p {
  font-size: 16px;

  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.8;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
}

.prodet2-page .prodet2-7 .list {
  margin-top: 70px;
}

.prodet2-page .prodet2-7 .list ul li .box .img {
  height: 60px;
}

.prodet2-page .prodet2-7 .list ul li .box .tit4 {
  font-size: 18px;

  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  margin-top: 35px;
}

.prodet2-page .prodet2-7 .list ul li .box .cona {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-top: 25px;
}

.prodet-page .prodet-2 span {
  display: block;
  font-size: 16px;

  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.5px;
}

.prodet-page .prodet-2 .list {
  margin-top: 80px;
}
.prodet-page .prodet-2 .list ul li {
  height: auto;
}

.prodet-page .prodet-2 .list ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
  height: 100%;
}

.prodet-page .prodet-2 .list ul li .box .img {
  margin: 11px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  background: #EEEEEE
}

.prodet-page .prodet-2 .list ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}

.prodet-page .prodet-2 .list ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prodet-page .prodet-2 .list ul li .box .img .btn a p {
  font-size: 16px;

  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}

.prodet-page .prodet-2 .list ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;

  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 20px;
}

.prodet-page .prodet-2 .list ul li .box .img .btn a:hover {
  background: var(--color);
}

.prodet-page .prodet-2 .list ul li .box .img .btn a:hover p,
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover i {
  color: #fff;
}

.prodet-page .prodet-2 .list ul li .box .tit {
  font-size: 20px;

  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  /*height: 120px;*/
}

.prodet-page .prodet-2 .list ul li .box .tit:hover {
  color: var(--color);
}


@media screen and (max-width: 1630px) {
  
  .product-page .product-1 .top .right {
    padding-left: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    padding: 12px 15px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn {
    width: 85%;
  }
  .prodet2-page .prodet2-1 .top .right {
    padding-left: 40px;
  }

  .prodet2-page .prodet2-1 .top .right h1 {
    margin-top: 15px;
  }

  .prodet2-page .prodet2-1 .top .right .tit5 {
    margin-top: 30px;
  }

  .prodet2-page .prodet2-3 .options ul li h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet2-page .prodet2-3 .options ul li {
    height: auto;
    margin-bottom: 20px;
  }
  .prodet2-page .prodet2-3 .options ul li h4 {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1320px) {
    .product-page .product-1 .top .right .cate-img .mask .cona {
      margin-top: 10px;
    }
    .product-page .product-1 .top .left {
    display: none;
  }
  .product-page .product-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  
  .prodet2-page .prodet2-1 .top .right {
    margin-top: 20px;
    padding-left: 30px;
  }

  .prodet2-page .prodet2-2 {
    margin-top: 80px;
  }

  .prodet2-page .prodet2-3 .options ul li {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .list ul li .box {
    text-align: center;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    padding: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .prodet2-page .prodet2-1 .top .right {
    width: 100%;
    padding: 0;
  }

  .prodet2-page .prodet2-1 .top .left {
    width: 100%;
    text-align: center;
    position: static;
  }

  .prodet2-page .prodet2-1 .top .left .slick-slide img {
    margin: 0 auto;
  }
  .prodet-page .prodet-2 .list {
    margin-top: 30px;
  }
  .prodet2-page {
    overflow-x: hidden;
  }

}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .top .right .bottom ul li {
    margin-bottom: 40px;
  }
  .seoPublic .seoIndustry {
    display: none;
  }

  .prodet2-page .title4 .btn {
    display: none;
  }

  .prodet2-page .title4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .product-page .product-1 .top .right .cate-img .mask {
    position: static;
    padding: 30px 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .product-page .product-1 .top .right .cate-img .mask .cona {
    color: #000;
  }
  .product-page .product-1 .top .right .bottom ul li {
    width: 100%;
    text-align: center;
  }

  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .prodet2-page .tit3 {
    line-height: 1.5;
  }

  .prodet2-page .btnac a {
    width: 80%;
    font-size: 18px;
  }

  .prodet2-page .prodet2-7 .list,
  .prodet2-page .prodet2-2 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
   .prodet-page .prodet-2 .list ul li .box .img .btn {
    width: 95%;
  }
  .prodet2-page .tit3 {
    font-size: 24px;
  }

  .prodet2-page .prodet2-4 .top ul,
  .prodet2-page .prodet2-5 .top ul,
  .prodet2-page .prodet2-6 .top ul {
    margin: 0 -10px;
  }

  .prodet2-page .prodet2-4 .top ul li,
  .prodet2-page .prodet2-5 .top ul li,
  .prodet2-page .prodet2-6 .top ul li {
    padding: 0 10px;
  }
}
.seoPublic .title {
  font-family: 'Krona One';
  font-weight: normal;
}