@font-face {
  font-family: 'Coalition';
  src: url('../fonts/Coalition.eot');
  src: url('../fonts/Coalition.eot?#iefix') format('embedded-opentype'), url('../fonts/Coalition.woff2') format('woff2'), url('../fonts/Coalition.woff') format('woff'), url('../fonts/Coalition.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.bigTitl,
.coa {
  font-family: 'Coalition';
}
.arial {
  font-family: 'Arial';
}
#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;
}
.right_nav_list ul li .cont.whatsappBox {
  width: 180px;
  left: -180px;
  background-color: #333333;
  color: #fff;
}
@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: var(--color);
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Rany';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #fab700;
  --color2: #2c2b2b;
}
.container {
  width: 1550px;
  padding: 0 15px;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22 !important;
}
#innerMobileBanner .banner2 {
  background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
#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;
}
@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;
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes pxl_grid_fall {
  0% {
    top: 0%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
#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;
}
.search-box.sa form {
  left: auto;
  right: 50%;
}
.search-box.sa form input[type="submit"] {
  left: 15px;
  right: auto;
}
#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: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
  padding-top: 28px;
}
#header > .nav > .menu {
  width: 100%;
}
#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;
  position: relative;
  height: 107px;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  padding-left: 5.9895vw;
}
#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 {
  z-index: 2;
  text-align: center;
}
#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: 3.125vw;
  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:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#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: uppercase;
  color: #0e0e0e;
}
#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 .search {
  cursor: pointer;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
#header > .nav > .menu .menu-box .right .search img {
  width: 31px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 29px;
  height: 26px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .contact {
  background-color: var(--color);
  height: 107px;
  color: #ffffff;
  margin-left: 70px;
  position: relative;
  display: flex;
}
#header > .nav > .menu .menu-box .right .contact::before {
  content: '';
  width: 69px;
  height: 100%;
  position: absolute;
  left: -69px;
  bottom: 0;
  background-color: var(--color);
  -webkit-transform: skewX(-28deg);
  -moz-transform: skewX(-28deg);
  -ms-transform: skewX(-28deg);
  transform: skewX(-28deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  z-index: -1;
}
#header > .nav > .menu .menu-box::before {
  content: '';
  position: absolute;
  width: 71vw;
  max-width: 1300px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fafafa;
  transform: skewX(-25deg);
}
#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;
}
#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: -28px;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #333;
}
#banner {
  overflow-x: hidden;
}
#banner .swiper ul li {
  height: 62.45vw;
  color: #fff;
  padding-bottom: 14.32vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#banner .swiper ul li .container {
  z-index: 5;
}
#banner .swiper ul li img.img {
  width: 66.9vw;
  height: auto;
  top: 130px;
  right: 0;
}
#banner .swiper ul li .coa {
  font-size: var(--px112);
  line-height: 1;
}
#banner .swiper ul li .coa p.color {
  color: #ffbf00;
}
#banner .swiper ul li .txt {
  width: 100%;
  max-width: 830px;
}
#banner .swiper ul li.swiper-slide-active img.img {
  -webkit-animation: fadeInDownSmall 1s linear;
  -moz-animation: fadeInDownSmall 1s linear;
  -o-animation: fadeInDownSmall 1s linear;
  animation: fadeInDownSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .coa {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
.minTitl {
  color: #fff;
  padding-left: 15px;
}
.minTitl .color {
  display: block;
  background-color: var(--color);
  width: 30px;
  height: 58px;
  -webkit-transform: skewX(-28deg);
  -moz-transform: skewX(-28deg);
  -ms-transform: skewX(-28deg);
  transform: skewX(-28deg);
}
.Hbtn {
  color: #182541;
  padding-right: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  border-radius: 30px;
}
.Hbtn::before {
  content: '';
  width: 42px;
  height: 42px;
  background-color: #182541;
  border-radius: 21px;
  right: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn .round {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  color: #fff;
}
.Hbtn p {
  position: relative;
  z-index: 2;
}
.Hbtn:hover {
  color: #fff;
}
.Hbtn:hover::before {
  width: calc(100% - 18px);
}
.Hbtn1 {
  color: #fff;
  padding-right: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #282829;
  border-radius: 30px;
}
.Hbtn1::before {
  content: '';
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 21px;
  right: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn1 .round {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  color: #182541;
}
.Hbtn1 p {
  position: relative;
  z-index: 2;
}
.Hbtn1:hover {
  color: #182541;
}
.Hbtn1:hover::before {
  width: calc(100% - 18px);
}
.rollBox {
  width: 100vw;
  line-height: 1;
}
.rollBox .roll {
  width: auto;
  white-space: nowrap;
  -webkit-animation: lz 50s linear infinite;
  -moz-animation: lz 50s linear infinite;
  animation: lz 50s linear infinite;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  color: #fff;
}
#index-body .init-1 i.bg {
  background-image: url('../images/init-1Bg.png');
  width: 100%;
  top: -21%;
  height: 121%;
  z-index: 2;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
}
#index-body .init-1 .round {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  z-index: 3;
}
#index-body .init-1 .round img {
  display: block;
  margin-left: auto;
}
#index-body .init-1 .round2 {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 50px;
  top: 450px;
  left: 0;
  z-index: 2;
}
#index-body .init-1 .round2 img {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container {
  z-index: 2;
}
#index-body .init-1 .container .bigTitl {
  font-size: var(--px108);
}
#index-body .init-1 .container .item {
  width: 34.6875vw;
}
#index-body .init-1 .container .item .titl {
  line-height: 1.25;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#index-body .init-1 .container .item .titl:hover {
  color: var(--color);
}
#index-body .init-1 .container .item a .bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0));
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .container .item a .line {
  width: 89px;
  height: 0;
  background-color: var(--color);
}
#index-body .init-1 .container .item:hover a .bg {
  opacity: 0.8;
}
#index-body .init-1 .container .item:hover a .line {
  height: 7px;
}
#index-body .init-2 {
  background-color: #f9b218;
}
#index-body .init-2 i.bg {
  background-image: url('../images/init-2Bg1.png');
  width: 100%;
  top: -23%;
  height: 123%;
  z-index: 2;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
}
#index-body .init-2 .container {
  z-index: 3;
}
#index-body .init-2 .container .bottom .txt {
  background-image: url('../images/init-2BImg1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 14.8438vw;
}
#index-body .init-2 .swiper {
  width: 100%;
  z-index: 5;
}
#index-body .init-2 .swiper ul li {
  overflow: hidden;
}
#index-body .init-2 .swiper ul li .box {
  opacity: 0;
  position: relative;
  z-index: 5;
}
#index-body .init-2 .swiper ul li .titl:hover {
  color: #333;
}
#index-body .init-2 .swiper ul li .txt {
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  width: 100%;
  max-width: 770px;
}
#index-body .init-2 .swiper ul li .botBox .bot .titl {
  top: 4.6875vw;
  left: 0;
  z-index: 2;
}
#index-body .init-2 .swiper ul li.swiper-slide-active .box {
  opacity: 1;
}
#index-body .init-2 .swiper ul li .rollBox {
  width: 100vw;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  font-size: 15.2604vw;
  line-height: 1;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px white;
  opacity: 0;
}
#index-body .init-2 .swiper ul li .rollBox .roll {
  width: auto;
  white-space: nowrap;
  -webkit-animation: lz 20s linear infinite;
  -moz-animation: lz 20s linear infinite;
  animation: lz 20s linear infinite;
}
#index-body .init-2 .swiper ul li.swiper-slide-active .rollBox {
  opacity: .17;
}
#index-body .init-2 .btnBox {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
#index-body .init-2 .swiperBtn {
  width: auto;
  max-width: 200px;
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  z-index: 5;
}
#index-body .init-2 .swiperBtn .btn {
  width: 5.83vw;
  height: 5.83vw;
  position: static;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin-top: 0;
  color: #fff;
  margin-left: auto;
  opacity: 1;
}
#index-body .init-2 .swiperBtn .btn.swiper-button-prev {
  margin-bottom: 1.3021vw;
}
#index-body .init-2 .swiperBtn .btn::after {
  display: none;
}
#index-body .init-2 .swiperBtn .btn:hover {
  background-color: var(--color);
}
#index-body .init-2 .swiperBtn .swiper-pagination {
  position: static;
  color: #fff;
}
#index-body .init-2 .swiperBtn .swiper-pagination .swiper-pagination-current {
  font-size: var(--px60);
}
#index-body .init-2 .bigTitl {
  font-size: var(--px167);
}
#index-body .init-3 {
  position: relative;
  background-image: url('../images/bg.jpg');
  color: #fff;
}
#index-body .init-3 i.bg {
  width: 100%;
  height: 86%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 4%;
  z-index: 2;
  background-color: #353536;
  -webkit-transform: skew(0deg, -13deg);
  -moz-transform: skew(0deg, -13deg);
  -ms-transform: skew(0deg, -13deg);
  transform: skew(0deg, -13deg);
}
#index-body .init-3 .rollBox {
  font-size: var(--px200);
  position: relative;
  z-index: 3;
}
#index-body .init-3 .container {
  z-index: 2;
}
#index-body .init-3 .container .left .titleBox .titl {
  line-height: 1;
}
#index-body .init-3 .container .left .titleBox .titl .color1 {
  color: #ffba00;
}
#index-body .init-3 .container .left h1.txt {
  line-height: 1.35;
  color: #fff;
}
#index-body .init-3 .container .left hr {
  background-color: #59595a;
}
#index-body .init-3 .container .left ul.numberBox {
  color: #fff;
}
#index-body .init-3 .container .left ul.numberBox .list .text i {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #adadad;
  opacity: 0.3;
}
#index-body .init-3 .container .left ul.numberBox .list .num em {
  font-size: var(--px145);
  line-height: 0.8;
}
#index-body .init-3 .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 2;
}
#index-body .init-3 .container .right img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  transition: all 3s cubic-bezier(0.2, 1, 0.2, 1), color 0.1s linear, opacity 0.5s ease 0s;
  transform: translate3d(-23.43vw, 23.43vw, 0) scale(0.8) rotate(-15deg) skew(-20deg);
}
#index-body .init-3 .container .right img[data-show="1"] {
  opacity: 1;
  transform: translateZ(0) scale(1) rotate(0) skew(0);
  position: relative;
}
#index-body .init-3 .textBg {
  position: absolute;
  font-size: 14.5vw;
  opacity: 0.17;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  font-weight: bold;
  right: 0;
  top: 50%;
  z-index: 2;
  color: transparent;
  line-height: 0.8;
  left: -4.68vw;
}
#index-body .init-3 .bgL {
  left: 0;
  top: -13%;
  z-index: 2;
  width: 50%;
}
#index-body .init-3 .bgR {
  right: 0;
  top: 5%;
  z-index: 2;
  width: 15%;
}
#index-body .init-4 {
  background-image: url('../images/bg.jpg');
  margin-top: -11.197vw;
  color: #182541;
}
#index-body .init-4 .container {
  z-index: 2;
}
#index-body .init-4 .box {
  background-color: #fff;
  border-radius: 30px;
}
#index-body .init-4 .box .minTitl {
  color: #182541;
}
#index-body .init-4 .box .right {
  width: 70%;
  max-width: 830px;
}
#index-body .init-4 .box .right .item {
  border-bottom: 1px solid #7f7f7f;
}
#index-body .init-4 .box .right .item .dataBox .menu {
  background-color: #313132;
  border-radius: 17px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
#index-body .init-4 .box .right .item .titl {
  width: calc(100% - 290px);
}
#index-body .init-4 .box .right .item .titl:hover {
  color: var(--color);
}
#index-body .init-4 .box .right .item:first-child {
  padding-top: 0;
}
#index-body .init-5 {
  background-image: url('../images/bg.jpg');
}
#index-body .init-5 .minTitl span.color {
  background-color: #353536;
}
#index-body .init-5 .titleBox .titl {
  color: #353536;
}
#index-body .init-5 .swiperBox {
  overflow: hidden;
  -webkit-transform: skewX(-28deg);
  -moz-transform: skewX(-28deg);
  -ms-transform: skewX(-28deg);
  transform: skewX(-28deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
#index-body .init-5 .swiperBox .swiper {
  height: 615px;
}
#index-body .init-5 .swiperBox .swiper ul {
  height: 100%;
}
#index-body .init-5 .swiperBox .swiper ul li {
  height: 100%;
  overflow: hidden;
  color: #fff;
}
#index-body .init-5 .swiperBox .swiper ul li .list {
  width: 100%;
  -webkit-transform: skewX(28deg);
  -moz-transform: skewX(28deg);
  -ms-transform: skewX(28deg);
  transform: skewX(28deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
#index-body .init-5 .swiperBox .swiper ul li .bg {
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#index-body .init-5 .swiperBox .swiper ul li .bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(to top, #000, transparent);
}
#index-body .init-5 .swiper-pagination {
  position: relative;
  width: 78.3%;
  height: 4px;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#0c1019, #0c1019);
  background-blend-mode: normal, normal;
  border-radius: 2px;
}
#index-body .init-5 .swiper-pagination::before {
  content: '';
  position: absolute;
  left: var(--progress-left, 0);
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  box-shadow: 16px 7px 18px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: transparent;
}
#index-body .init-6 {
  padding-bottom: 26.8229vw;
  background-color: #353536;
}
#index-body .init-6 i.bg {
  width: 100%;
  height: 120%;
  top: -20%;
  left: 0;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url('../images/init-6Bg.png');
}
#index-body .init-6 .container {
  z-index: 3;
  color: #fff;
}
#index-body .init-6 .container .titleBox .titl .color {
  color: var(--color);
}
#index-body .init-6 .container .titleBox .txt {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
#index-body .init-6 .container .Hbtn1 {
  background-color: var(--color);
}
#index-body .init-6 .container .Hbtn1:hover {
  color: var(--color);
}
#index-body .init-6 .container .Hbtn1:hover .round {
  color: var(--color);
}
#index-body .init-7 {
  color: #fff;
  background-color: transparent;
  margin-top: -9.375vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .init-7 .rollBox {
  font-size: var(--px159);
  overflow: hidden;
}
#index-body .init-7 .rollBox .roll {
  -webkit-animation: lz 80s linear infinite;
  -moz-animation: lz 80s linear infinite;
  animation: lz 80s linear infinite;
  line-height: 0.8;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #353536;
  color: #fff;
}
#footer .f-top .line {
  width: 2px;
  height: 114px;
  background-color: #4c4e55;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
#footer .f-top .line p {
  width: 2px;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #73757a;
  -webkit-animation: pxl_grid_fall 5s linear infinite;
  -khtml-animation: pxl_grid_fall 5s linear infinite;
  -moz-animation: pxl_grid_fall 5s linear infinite;
  -ms-animation: pxl_grid_fall 5s linear infinite;
  -o-animation: pxl_grid_fall 5s linear infinite;
  animation: pxl_grid_fall 5s linear infinite;
}
#footer .f-top .btn {
  background-color: var(--color);
  border-radius: 77px;
}
#footer .f-top .btn span {
  display: inline-block;
  width: calc(100% - 76px);
  text-align: center;
}
#footer .f-top .btn:hover {
  background-color: #2f2e2c;
}
#footer .f-top .menuBox .left {
  width: 27%;
}
#footer .f-top .menuBox .right {
  width: 32%;
}
#footer .f-top .menuBox .right .link span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.8;
}
#footer .f-top .menuBox .right .link a {
  text-transform: uppercase;
}
#footer .f-top .menuBox .right .link a:hover {
  color: var(--color);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 10px;
  border-top: solid 2px #2c2f3b;
  font-weight: 300;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ababab;
  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: #ababab;
  margin-right: 10px;
}
#footer .copyright .container .left .cms {
  color: #fff;
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box::before {
    width: 78vw;
  }
  #footer .f-top .menuBox .right {
    width: 40%;
  }
  #footer .f-top .menuBox .left {
    width: 30%;
  }
}
@media (max-width: 1250px) {
  #banner .swiper ul li {
    padding-bottom: 17.5vw;
  }
  #banner .swiper ul li img.img {
    top: 0;
  }
  #index-body .init-2 .bigTitl {
    font-size: var(--px120);
  }
  #footer .f-top .menuBox .right {
    width: 50%;
  }
  #footer .f-top .menuBox .left {
    width: 35%;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li {
    padding-bottom: 20%;
  }
  #index-body .init-1 .container .bigTitl {
    font-size: var(--px60);
  }
  #index-body .init-1 .container .left,
  #index-body .init-1 .container .right {
    width: 49%;
  }
  #index-body .init-1 .container .left .item,
  #index-body .init-1 .container .right .item {
    width: 100%;
  }
  #index-body .init-4 .box .right {
    margin-top: 30px;
  }
  #index-body .init-5 .swiperBox .swiper ul li .list {
    padding-left: 90px;
  }
  #index-body .init-5 .swiper-pagination {
    margin-top: 10px;
    width: 90%;
  }
  #footer .f-top .addBox .add {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .Hbtn .round,
  .Hbtn::before {
    width: 35px;
    height: 35px;
  }
  #banner .swiper ul li {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 30vw;
  }
  #banner .swiper ul li img.img {
    position: static;
    display: block;
    margin-left: auto;
  }
  #index-body .init-1 i.bg {
    top: -3.4%;
    height: 103.4%;
    background-position: right;
  }
  #index-body .init-1 .container {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .left,
  #index-body .init-1 .container .right {
    width: 100%;
  }
  #index-body .init-2 {
    padding-top: 20px;
  }
  #index-body .init-2 i.bg {
    top: -15%;
    height: 115%;
  }
  #index-body .init-2 .swiper ul li .botBox .bot {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  #index-body .init-2 .swiper ul li .botBox .bot .titl {
    position: static;
    width: 100%;
  }
  #index-body .init-4 .box .right .item .titl {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  #index-body .init-5 .swiperBox {
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  #index-body .init-5 .swiperBox .swiper {
    height: 500px;
  }
  #index-body .init-5 .swiperBox .swiper ul li .list {
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    padding-left: 40px;
  }
  #index-body .init-5 .swiperBox .swiper ul li .bg {
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
  }
  #footer .f-top .menuBox .left {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-top .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .f-top .btn span {
    width: calc(100% - 35px);
  }
  #footer .f-top .btn img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .swiperBox {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-5 .swiperBox .swiper {
    height: 500px;
  }
  #index-body .init-5 .swiperBox .swiper ul li .list {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    padding-left: 20px;
  }
  #index-body .init-5 .swiperBox .swiper ul li .bg {
    width: 100%;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  #index-body .init-6 i.bg {
    top: -12%;
    height: 112%;
  }
}
#index-body.actived .init-7 {
  background-color: #353536;
  margin-top: 0;
  padding-top: 20px;
}
.gallery-page .content ul {
  margin: -10px;
}

.gallery-page .content ul li {
  padding: 10px;
  color: #fff;
}

.gallery-page .content ul li .img-box {
  border-radius: 20px;
}

.gallery-page .content ul li .img-box img {
  /* margin: 10px;*/
}
@media screen and (max-width: 1250px) {
  .gallery-page .content ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .content ul li {
    width: 100%;
  }
}
i.bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  background-position: center top;
  background-size: cover !important;
}
.inner-banner {
  color: white;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.inner-banner .ui {
  z-index: 1;
}
.inner-banner .mbx {
  max-width: 50%;
  margin-left: auto;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color2);
}
.inner-banner i.bg {
  width: 100%;
  height: 30.2929vw;
  top: 100%;
  margin-top: -30.2929vw;
  z-index: -2;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-clip-path: polygon(0 30.2929vw, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 30.2929vw, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
  background-color: #353536;
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  background-position: center top !important;
}
.inner-banner.contact i.bg {
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png") !important;
  background-color:#141414 !important;
  background-repeat: repeat !important;
  background-size: auto !important;

}
.inner-banner.contact .mbx {
    color: #fff;
}
.inner-banner .posLine i {
  z-index: -1;
}
.inner-banner .posLine i:nth-child(1) {
  left: 35%;
  top: 10%;
}
.inner-banner .posLine i:nth-child(2) {
  left: 75%;
  top: 30%;
}

.posLine i {
  width: 4px;
  height: 320px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  -webkit-transform: skewX(-28deg);
  -moz-transform: skewX(-28deg);
  -ms-transform: skewX(-28deg);
  transform: skewX(-28deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  margin-left: 9%;
}
.posLine i.full-2 {
  background-color: rgba(150, 185, 255, 0.8);
}
.posLine i.full-3 {
  background-color: #2856eb;
}

.inner-page .posLine i {
  z-index: -1;
}
.inner-page .posLine i.full-4 {
  background-color: var(--color2);
}
.inner-page .posLine i:nth-child(1) {
  left: -3%;
  top: -5%;
}
.inner-page .posLine i:nth-child(2) {
  left: 30%;
  top: 0%;
}
.inner-page .posLine i:nth-child(3) {
  left: 40%;
  top: 20%;
}
.inner-page .posLine i:nth-child(4) {
  left: 65%;
  top: -10%;
}
.inner-page .posLine i:nth-child(5) {
  right: 0;
  left: auto;
  top: 10%;
}
@media screen and (max-width: 1700px) {
  .posLine i {
    height: 220px;
  }
}
@media screen and (max-width: 1250px){
  .posLine i {
    height: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .posLine i {
    zoom: .7;
  }
}
@media screen and (max-width: 700px) {

  .posLine {
    display: none;
  }
}

.inner-page {
  z-index: 2;
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
  background-color: #141414 !important;
}
.inner-page i.bg {
  width: 100%;
  height: 90vw;
  top: -31vw;
  z-index: -3;
  -webkit-clip-path: polygon(0 20vw, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 20vw, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
  background-color: var(--color);
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  background-position: center top !important;
}
.inner-page .bgfull {
  position: relative;
  color: white;
  z-index: 1;
}
.inner-page .bgfull:not(.pb-200) {
  padding-bottom: 20vw;
}
.inner-page .bgfull:not(.pb-200):after {
  content: '';
  width: 100%;
  height: 20vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(0 20vw, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 20vw, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
  background-color: white;
  z-index: -1;
}
.inner-page .bgfull:not(.pb-200) i.bg {
  background-color: var(--color);
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 60% 100%);
  clip-path: polygon(0 0, 0% 100%, 60% 100%);
  z-index: -2;
  width: 100%;
  height: 20vw;
  top: auto;
}
.inner-page .bgfull:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: -2;

}

.product-page .bgfull {
  color: #fff;
}
.product-page .bgfull:before {
  background-color: #141414 !important;
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
}
.product-page .bgfull:after {
  background-color: white !important;
  bottom: -1px !important;
}
.product-page span.tag {
  font-size: 16px;
  color: var(--color);
  display: block;
  margin-bottom: 0;
}
.product-page span.tag:before {
  content: '';
  width: 1em;
  height: 2px;
  background: var(--color);
  display: inline-block;
  margin-right: 0.5em;
}
.product-page h2 {
  font-size: var(--px36);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.product-page h1 {
  font-size: var(--px36);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.product-page .content {
  margin-top: 1.8229vw;
  font-weight: 300;
  font-size: var(--px18);
  line-height: 1.6;
  color: #000;
  word-break: break-word;
}
.product-page .text .content {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #000;
}
.product-page .content:after {
  content: '';
  display: block;
  clear: both;
}
.product-page .content .slick.fr {
  padding-left: 5%;
  padding-bottom: 5%;
}
.product-page .product-list {
  margin-top: 3.6458vw;
}
.product-page .sidebar-box .max-300 {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .product-list .slide {
  margin-bottom: 0.6458vw;
}
.product-page .product-list .slide:last-child {
  margin-bottom: 0;
}
.product-page .product-list .slide .left {
  padding-right: 1.5625vw;
}
.product-page .product-list .slide .left .slick {
  padding: 0.60416vw;
  display: block;
  width: 100%;
}
.product-page .product-list .slide .left .slick a {
  display: block !important;
}
.product-page .product-list .slide .right h3 {
  font-size: var(--px42);
  font-weight: 700;
  padding-bottom: .5em;
  border-bottom: 1px solid #fab700;
}
.product-page .product-list .slide .right h3.title {
  padding-right: 4.166vw;
}
.product-page .product-list .slide .right h3.title:hover {
  color: var(--color);
}
.product-page .product-list .slide .right h3.title i {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--px18);
  color: #fff;
  background: var(--color);
  position: absolute;
  right: 0;
  bottom: -35px;
}
.product-page .product-list .slide .right h4 {
  font-size: var(--px18);
  color: var(--color);
  font-weight: 700;
}
.product-page .product-list .slide .right .box2 {
  margin-top: 20px;
}
.product-page .product-list .slide .right .text {
  margin-top: 10px;
  font-size: var(--px18);
  color: #fff;
  opacity: .73;
  font-weight: 300;
  word-break: break-word;
  max-height: 5.4em;
  overflow: auto;
}
.product-page .product-list .slide .right .slick {
  margin: -10px;
  padding-top: 20px;
}
.product-page .product-list .slide .right .slick a {
  display: block;
  padding: 10px;
}
.product-page .product-list .slide .right .slick a img {
  
  border-radius: 50%;
}
.product-page .product-list .slide .right .faqList h5 i.fa {
  float: right;
  margin-left: 0.5em;
}
.product-page .product-list .list2 ul li .text span.h6 a:hover {
  color: var(--color);
}
.maxH-200 {
  max-height: 200px;
  overflow-y: auto;
}
.product-page .pro_init_1 {
  padding-top: 4.166vw;
}
.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}
.product-page .pro_init_1 .container .left .smallImg {
  width: 22.6%;
  float: left;
}
.product-page .pro_init_1 .container .left .smallImg .slick-track {
  display: block;
}
.product-page .pro_init_1 .container .left .smallImg .slick-track .slick-slide>div {
  height: auto;
}
.product-page .pro_init_1 .container .left .smallImg ul {
  margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
  padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.product-page .pro_init_1 .container .left .bigImg {
  width: 77.4%;
  padding-left: 4%;
  display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li {
  padding: 1px;
}
.product-page .pro_init_1 .container .left .bigImg ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img {
  border: 1px solid #dcdcdc;
  background: #fff;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: #fffef9;
  color: transparent;
  font-size: 0;
  border: none;
  opacity: .8;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
  background-image: url("/template/en/images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
  background-image: url("/template/en/images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
  background: var(--color);
}
.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}
.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page .pro_init_1 .container .right {
  width: 46%;
}
.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}
.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: var(--px18);
  line-height: 1.7;
  color: #a8a8a8;
  font-weight: 500;
}
.product-page .pro_init_1 .container .right .text_2 {
  font-size: var(--px42);
  line-height: 1.4;
  color: #fff;
 
}
.product-page .pro_init_1 .container .right .shangxia a {
  display: block;
}
.product-page .pro_init_1 .container .right .shangxia a:hover span {
  color: var(--color);
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}
.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}
.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: var(--px18);
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight: 700;
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: var(--px30);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .content {
  font-size: var(--px18);
  color: #fff;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
  background: var(--color);
}
.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
  font-size: var(--px20);
  font-weight: 700;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: var(--px17);
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more {
  margin-top: 30px;
  padding: 0 2em;
  background-color: var(--color);
  color: white;
}
.product-page .pro_init_1 .container .right .more:hover {
  background-color: var(--color2);
}
.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 2.8645vw;
  border-color: #000;
  color: #000;
}
.product-page .pro_init_1 i.bg {
  background-color: var(--color) !important;
}
.product-page .pro_init_1:after {
  background-color: white !important;
  background-image: url(../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png) !important;
}
.product-page .prodet-2 {
  z-index: 1;
    background-color: white !important;
  background-image: url(../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png) !important;
  color: #000;
}
.product-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
  margin-right: 5.2083vw;
  font-size: var(--px36);
  font-weight: 700;
  color: #121212;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: var(--font-en);
}
.product-page .prodet-2 .options ul li:after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
  color: #000;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
  width: 100%;
}
.product-page .prodet-2 .ret {
  margin-top: 2.6041vw;
}
.product-page .prodet-2 .ret .content {
  font-size: var(--px18);
  line-height: 1.7;
}
.product-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
  font-size: var(--px30);
  line-height: 1.2;
  margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: var(--px18);
  line-height: 1.8;
}
.product-page .prodet-2 .ret .det table tbody tr {
  display: flex;
  align-items: stretch;
}
.product-page .prodet-2 .ret .det table tbody td {
  width: 50% !important;
  flex-shrink: 0;
  white-space: normal;

}
.product-page .prodet-3 {color: #fff;}
@media screen and (max-width: 1250px) {
  
  .product-page .prodet-2 .options ul li {
    margin-right: 2em;
  }
  .product-page .prodet-2 .ret .content {
    font-size: 14px;
  }
  .product-page .pro_init_1 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px){
  .product-page .product-list .slide .left {
    width: 100%;
    padding: 0;
  }
  .product-page .product-list .slide .right {
    width: 100%;
    margin-top: 30px;
  }
  .product-page .product-list .slide .right .text {
    max-height: none;
  }
}
@media screen and (max-width: 500px) {
  .product-page .prodet-2 .options {
    display: none;
  }
  .product-page .prodet-2 .ret {
    margin-top: 0;
  }
  .product-page .prodet-2 .ret .slide {
    display: block !important;
  }
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.inner-page .m-page {
  text-align: center;
  margin-top: 3em;
}

.inner-page .m-page>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5em;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border: 1px solid var(--color);
}

.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}

.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover {
  color: white;
  background-color: var(--color2);
  border-color: var(--color2);
}

.seoPublic .bgfull {
  color: black;
}

.seoPublic>div.bgfull:before {
  background-color: transparent !important;
}

.seoPublic>div:nth-child(odd).bgfull:after {
  background-color: #dfe5ee !important;
}

.seoPublic>div:nth-child(even).bgfull:before {
  background-color: #dfe5ee !important;
  background-image: url(../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png) !important;
}

.seoPublic>div:last-child.bgfull:after {
  background-color: #353536 !important;
  background-image: unset !important;
}

.seoPublic>div:nth-child(odd) {
  background: transparent !important;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  line-height: 1.2;
  height: auto;
  padding: 10px 20px;
}

.about-page .text table tr {
  background-color: transparent !important;
}

.about-page .text table td {
  width: 30% !important;
  padding: 1em;
  border: none;
  position: relative;
}

.about-page .text table td:before {
  content: '';
  background-color: var(--color);
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 99%;
}

.about-page .text table td:first-child {
  font-weight: bold;
}

.about-page .text table td:last-child {
  width: 70% !important;
}

.about-page .text table td:last-child:before {
  background-color: #a2a2a2;
  height: 1px;
}
.about-page .about-1 span.tag::before {
  background-color: var(--color);
}
.about-page .text table td img {
  width: 19%;
}
.about-page .about-3 {
  min-height: 61vw;
}
.about-page .about-2{  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
  background-color: white;}
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 30.2929vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 30.2929vw, 0 100%, 100% 0%, 0% 0%);
  clip-path: polygon(0 30.2929vw, 0 100%, 100% 0%, 0% 0%);
  pointer-events: none;
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
  background-color: white;
  z-index: -1;
}

.about-page .about-3:after {
  background-color: #dfe5ee !important;
}

.about-page .about-4 {
  color: black;
}

.about-page .about-4:before {
  background-color: #dfe5ee !important;
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
}

.about-page .about-4 .text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-page .about-5 {
  color:#fff;
  
}

.about-page .about-5:before {
  background-color: #141414 !important;
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
}

.about-page .about-5 .text {

  margin-left: auto;
  margin-right: auto;
}
.about-page .about-5.bgfull {background-color: #353536; background-image: none;}
.inner-page .about-5.bgfull:not(.pb-200):after{background-color: #353536; background-image: none;}
.about-page .about-5 .list {

  margin-left: auto;
  margin-right: auto;
}
.inner-page hr.smallLine {
  height: .15em;
  width: 2em;
  background-color: var(--color);
  display: block;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1250px)  {
  #innerMobileBanner .banner2 {
    padding-top: 70px;
  }
  .about-page .text table tbody{
    min-width: auto !important;
    white-space: normal !important;
  }
  .about-page .aboutBannerBg i.bg {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .text table td img {
    width: 32%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .text table td img {
    width: 49%;
  }
}
span.tag {
  line-height: .8;
}

span.tag:before {
  content: '';
  width: 1em;
  height: 2em;
  background-color: var(--color);
  -webkit-transform: skewX(-28deg);
  -moz-transform: skewX(-28deg);
  -ms-transform: skewX(-28deg);
  transform: skewX(-28deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  margin-right: 1.2em;
}
.faq-page .bgfull {
  color: #fff;
}

.faq-page .bgfull:after {
  background-color: #353536 !important;
  background-image: unset !important;
  bottom: -1px !important;
}

.faq-page .list {
  margin-top: 60px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.faq-page .list ul li {
  padding: 35px 30px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.6;
}

.faq-page .list ul li h6 {
  font-weight: 600;
  padding-right: 80px;
  position: relative;
  color: #000;
}

.faq-page .list ul li h6 i {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #c3c3c3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.faq-page .list ul li h6 i:after,
.faq-page .list ul li h6 i:before {
  content: '';
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.faq-page .list ul li h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .list ul li h6 i.active {
  background: #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.faq-page .list ul li h6 i.active:after,
.faq-page .list ul li h6 i.active:before {
  background-color: white;
}

.faq-page .list ul li .text {
  margin-top: 20px;
  color: #a5a5a5;
  display: none;
  line-height: 40px;
}
@media screen and (max-width: 1250px){
  .faq-page .list ul li h6 i {
    zoom: .5;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .list ul li {
    padding: 20px;
  }
}

.news-page .bgfull {
  color: black;
}

.news-page .bgfull:before {
  background-color: #141414 !important;
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");

}

.news-page .bgfull:after {
  background-color: #353536 !important;
  background-image: unset !important;
  bottom: -1px !important;
}

.news-page .ui.container {
  max-width: 1300px;
}
.news-page .newsTop .right{ color: #fff;}

.news-page .list ul li {
    color: #fff;
  border-bottom: 1px solid #7f7f7f;
}

.news-page .list ul li:last-child {
  margin-bottom: 0;
}

.news-page .list ul li time {
  white-space: nowrap;
}

.news-page .list ul li .cat {
  height: 2em;
  padding: 0 1em;
  border-radius: 1em;
  background-color: var(--color);
  color: white;
}
.news-page .news1{color: #fff;}
@media screen and (max-width: 700px){
  .news-page h1 {
    font-size: 20px;
  }

  .news-page .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-page .list ul li .title {
    margin-top: 1em;
  }
}



.project-page .bgfull {color: #fff;}
.project-page .bgfull:after {
  background-color: #353536 !important;
  background-image: unset !important;
  bottom: -1px !important;
  color: #000;
}

.project-page .init-1 .container .left {
  font-weight: 600;
  text-transform: uppercase;
}

.project-page .init-1 .container .list {
  width: 33.33%;
}

.project-page .init-2 .container .content {
  
  border-bottom: 1px solid #e5e5e5;
}

/*.project-page .init-2 .container .content ul li {
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}*/

.project-page .init-2 .container .content ul li .box {
  height: 100%;
  padding: 20px;
}
.project-page .init-2 .container .content ul li .box:hover{color: #000;}
.project-page .init-2 .container .content ul li .box .content {
  padding: 10px;
}

.project-page .init-2 .container .content ul li .box .content .text p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: .5em;
  margin-top: .2em;
  display: inline-block;
}

.project-page .init-2 .container .content ul li .box .font-32 {
  font-weight: 600;
}

.project-page .init-2 .container .content ul li .box .img {
  width: 95%;
  display: block;
  margin: auto;
  flex-shrink: 0;
}

.project-page .init-2 .container .content ul li .box:hover {
  background-color: #f7f7f7;
}

.project-page .init-2 .container .content ul li .box:hover .font-32 {
  color: #008cd6;
}

.project-page .init-2 .container .pageC {
  padding: 40px 0;
  background-color: #fff;
}
.contact-page .bgfull {
  color: black;
}
.contact-page .Hbtn::before {
  display: none;
}
.contact-page .bgfull:before {
  background-color: #141414 !important;
  background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
  color: #fff;
}

.contact-page .bgfull:after {
  background-color: #353536 !important;
  background-image: none !important;
  bottom: -1px !important;
}

.contact-page span.h2 {
  line-height: 1.4;
  color: #fff;
}

.contact-page .ui.container {
  max-width: 1200px;
}

.contact-page .phone {
  padding: 3% 5%;
  background-color: black;
  color: white;
}

.contact-page .phone strong {
  line-height: 1.2;
}

.contact-page .form {
  text-align: left;
  padding: 5%;
  background-color: white;
}

.contact-page .form label {
  border-left: 5px solid var(--color);
  padding-left: .5em;
  line-height: 1;
  font-weight: bold;
}

.contact-page .form label span {
  color: var(--color2);
}

.contact-page .form input,
.contact-page .form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .form input:focus,
.contact-page .form textarea:focus {
  border-color: var(--color);
}

.contact-page .form textarea {
  height: 200px;
}

.contact-page .form button {
  border: none;
  min-width: 200px;
  background-color: var(--color);
  color: white;
}

.contact-page .form button:hover {
  background-color: var(--color2);
}

.contact-page .map iframe {
  width: 100%;
  border: none;
  background-color: #eee;
  display: block;
}
@media screen and (max-width: 1250px){
  .contact-page .map iframe {
    height: 360px;
  }
  .contact-page .contactBanner {
    display: none;
  }
  .contact-page .contact-1 {
    padding-top: 30px;
  }
}
.decar-page .bgfull {
  color: #000;
}
.decar-page .bgfull::before {
  background-color: #dfe5ee !important;
  background-image: url(../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png);
}
.decar-page .bgfull:not(.pb-200)::after {
  background-color: var(--color2);
  background-image: none !important;
}
.decar-page .sustainable-5.bgfull {
  padding-bottom: 60px;
}
.decar-page .sustainable-5::after {
  display: none;
}

.decar-page .sustainable-5 .top .titl {
  line-height: 1.2;
}
.decar-page .sustainable-5 .top .titl span {
  color: #7c902f;
}
.decar-page .sustainable-5 img.img {
  display: block;
  margin: auto;
}
.decar-page .sustainable-6 .item {
  border-bottom: 3px solid #c1c1c1;
}
.decar-page .sustainable-6 .item .left img {
  display: block;
  margin: auto;
}
.decar-page .sustainable-7 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.decar-page .sustainable-7 .left ul li.list p {
  width: calc(100% - 110px);
}
.decar-page .sustainable-7 .right img {
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .decar-page .sustainable-5 .top .titl {
    margin-bottom: 20px;
  }
  .decar-page .sustainable-7 .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .decar-page .sustainable-7 .left ul li.list p {
    width: 100%;
    margin-top: 10px;
  }
}
.dealers-page{background-color: #141414; }
.dealers-page .text {
  font-size: var(--px18);
  line-height: 1.8;
  color: #fff;
}
.dealers-page .text p {
  font: inherit;
}
.dealers-page .text span {
  font-size: 120%;
  font-weight: bold;
}
.dealers-page .bgfull:not(.pb-200)::after {
  background-color: #353536;
  background-image: none;
}
.dealers-page .bgfull::before {
  background-color:#353536;
}

.dealers-page .dealers-1 {
  padding: 0 0 70px;
    color: #fff;
}
.dealers-page .dealers-1 .left {
  vertical-align: bottom;
}
.dealers-page .dealers-1 .left h2 {
  margin-top: 2em;

}
.dealers-page .dealers-1 .left .text p {
  margin-top: 1em;
}
.dealers-page .dealers-1 .left .text p:first-child {
  margin-top: 0;
}
.dealers-page .dealers-1 .right {
  text-align: center;
  padding: 0 5%;
  vertical-align: bottom;
}
.dealers-page .dealers-1 .right img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--color);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.dealers-page .dealers-3 {
  text-align: center;
}
.dealers-page .dealers-3 h2{color: #fff;}
.dealers-page .dealers-4 .box {
  display: flex;
}
.dealers-page .dealers-4 .left {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.dealers-page .dealers-4 .right {
  width: 50%;
  margin-left: auto;
}


.dealers-page .dealers-4 .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}

.dealers-page .dealers-4 .box .right {
  padding: 50px 5%;
  background: #333;
  color: white;
}

.dealers-page .dealers-4 .box .right form {
  margin-top: 30px;
}

.dealers-page .dealers-4 .box .right form ul {
  margin: -10px;
}

.dealers-page .dealers-4 .box .right form ul li {
  padding: 10px;
  width: 100%;
}

.dealers-page .dealers-4 .box .right form ul li input,
.dealers-page .dealers-4 .box .right form ul li textarea {
  padding: .5em;
  font-size: 16px;
  background: white;
  border: 1px solid #eee;
  transition: .5s;
  color: black;
  width: 100%;
}

.dealers-page .dealers-4 .box .right form ul li textarea {
  height: 120px;
}

.dealers-page .dealers-4 .box .right form ul li input:focus,
.dealers-page .dealers-4 .box .right form ul li textarea:focus {
  border-color: var(--color);
}

.dealers-page .dealers-4 .box .right form ul li input[type="submit"] {
  width: auto;
  padding: .5em 2em;
  background: var(--color);
  color: white;
  border: none;
}
.dealers-page .dealers-4 .box .right form ul li input[type="submit"]:hover {
  background: var(--color2);
}

.dealers-page .init-4 a.more {
  line-height: 3.85714286em;
  height: 3.5714286em;
  padding: 0 4.28571429em;
  font-size: 14px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.dealers-page .init-4 a.more i.fa-eye {
  margin-right: 0.35714286em;
}

.dealers-page .init-4 a.more:hover {
  background: #000;
}

.dealers-page .init-4 h2.title {
  font-size: 48px;
  line-height: 1.2;
  margin-top: 50px;
}

.dealers-page .init-4 h2.title i.dots {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000;
  white-space: nowrap;
  position: relative;
  margin-top: 12px;
  margin-left: 5px;
}

.dealers-page .init-4 h2.title i.dots:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: var(--color);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}

.dealers-page .init-4 .text {
  font-size: 18px;
  line-height: 1.94444444;
}

.dealers-page .init-4 {
  text-align: center;
  background: #f8f8f8;
}

.dealers-page .init-4 .block {
  position: relative;
  text-align: left;
}

.dealers-page .init-4 .imgList {
  background: black;
}

.dealers-page .init-4 .imgList ul li a.img-box {
  height: 800px;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.dealers-page .init-4 .imgList ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.dealers-page .init-4 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dealers-page .init-4 .list ul {
  height: 100%;
  width: 100%;
  display: block;
}

.dealers-page .init-4 .list ul .slick-list,
.dealers-page .init-4 .list ul .slick-track,
.dealers-page .init-4 .list ul .slick-slide,
.dealers-page .init-4 .list ul .slick-slide>div {
  height: inherit;
}

.dealers-page .init-4 .list ul li {
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block !important;
}

.dealers-page .init-4 .list ul li .content {
  position: absolute;
  top: 28%;
  color: white;
  padding: 0 10%;
}

.dealers-page .init-4 .list ul li .content span.tag {
  display: block;
  font-size: 28px;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.dealers-page .init-4 .list ul li .content span.icon {
  display: block;
  margin: 20px 0 15px;
  height: 50px;
  line-height: 50px;
}

.dealers-page .init-4 .list ul li .content span.icon img {
  display: inline-block;
  vertical-align: middle;
}

.dealers-page .init-4 .list ul li .content h6 {
  font-size: 28px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dealers-page .init-4 .list ul li .content .text {
  line-height: 1.875;
  margin: 20px 0 50px;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  color: white;
}

.dealers-page .init-4 .list ul li .content a.link {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.dealers-page .init-4 .list ul li .content a.link img {
  display: inline-block;
  vertical-align: middle;
}

.dealers-page .init-4 .list ul .slick-arrow {
  width: 65px;
  height: 65px;
  background: url("../images/icon-init-4-btn.png") center center no-repeat;
  background-size: cover;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: 1;
}

.dealers-page .init-4 .list ul .slick-arrow.slick-prev {
  left: .5%;
}

.dealers-page .init-4 .list ul .slick-arrow.slick-next {
  right: .5%;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  -ms-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.dealers-page .init-4 .list ul .slick-current li {
  background: rgba(250, 183, 0, 0.8);
}

.dealers-page .init-4 .list ul .slick-current li span.tag {
  -webkit-transform: scale(3.44444444);
  -moz-transform: scale(3.44444444);
  -ms-transform: scale(3.44444444);
  transform: scale(3.44444444);
  opacity: .3;
}

.dealers-page .init-4 .list ul .slick-current li a.link,
.dealers-page .init-4 .list ul .slick-current li .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.dealers-page .init-4 a.link2 {
  margin: 45px auto 55px;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  font-size: 16px;
  color: black;
  display: inline-block;
  border: 1px solid rgba(190, 6, 16, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.dealers-page .init-4 a.link2 img {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.dealers-page .init-4 a.link2:hover {
  background: var(--color);
  color: white;
}

.dealers-page .init-4 a.link2:hover img {
  left: 5px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1700px) {
  .dealers-page .init-4 a.more {
    font-size: 13px;
  }

  .dealers-page .init-4 h2.title {
    font-size: 42px;
  }

  .dealers-page .init-4 .text {
    font-size: 16px;
  }

  .dealers-page .init-4 .imgList ul li a.img-box {
    height: 600px;
  }

  .dealers-page .init-4 .list ul li .content {
    top: 20%;
    padding: 0 5%;
  }

  .dealers-page .init-4 .list ul .slick-current li span.tag {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
  }

  .dealers-page .init-4 .list ul li .content span.icon {
    margin: 10px 0;
  }

  .dealers-page .init-4 .list ul li .content h6 {
    font-size: 28px;
  }

  .dealers-page .init-4 .list ul li .content .text {
    line-height: 1.6;
    margin: 10px 0 30px;
  }

  .dealers-page .init-4 .list ul li .content a.link {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }

  .dealers-page .init-4 .list ul .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .dealers-page .init-4 a.link2 {
    margin: 30px auto;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1450px) {
  .dealers-page .init-4 a.more {
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
  }

  .dealers-page .init-4 h2.title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px) {
  .dealers-page .init-4 .list ul li .content h6 {
    font-size: 22px;
  }

  .dealers-page .init-4 .list ul li .content .text {
    font-size: 14px;
  }

  .dealers-page .init-4 .imgList ul li a.img-box {
    height: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .dealers-page .init-4 .list ul .slick-arrow {
    display: none !important;
  }

  .dealers-page .init-4 h2.title {
    font-size: 28px;
  }
  .dealers-page .init-4 .imgList ul li a.img-box {
    background-size: cover;
  }
  .dealers-page .dealers-4 .left {
    position: static;
    width: 100%;
    height: 350px;
  }
  .dealers-page .dealers-4 .box .right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .dealers-page .init-4 h2.title {
    font-size: 24px;
  }

  .dealers-page .init-4 .text {
    font-size: 14px;
  }

  .dealers-page .init-4 .list ul .slick-current li {
    background: rgba(250, 183, 0, 0.3);
  }
}
.project-page .bgfull .init-2 .swiper ul li {
  width: 25%;
}
.seoPublic.inner-page{
  background-image: url(../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png);
  background-color: white!important;
}
.inner-page.gallery-page .bgfull:not(.pb-200)::after {
  background-color: #353536;
  background-image: none;
}
.product-page .product-list .detBox {
  color: #fff;
}
.product-page .product-list .detBox .menu {
  border-bottom: 3px solid #282525;
}
.product-page .product-list .detBox .menu .item {
  display: inline-block;
  margin-bottom: -2px;
  border-bottom: 3px solid transparent;
}
.product-page .product-list .detBox .menu .item:hover {
  border-color: var(--color);
}
.product-page .product-list .detBox .itemBox h3 {
  padding-top: var(--px60);
  margin-bottom: var(--px30);
}
.product-page .product-list .detBox .itemBox h3 span {
  position: relative;
  padding-left: 74px;
  min-height: 60px;
  display: inline-block;
  font-size: var(--px36) !important;
}
.product-page .product-list .detBox .itemBox h3 span::before {
  content: '';
  position: absolute;
  background-color: var(--color);
  width: 30px;
  height: 58px;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-28deg);
  -moz-transform: skewX(-28deg);
  -ms-transform: skewX(-28deg);
  transform: skewX(-28deg);
}
.product-page .product-list .detBox #det1 .wscnph {
  display: block;
  margin-left: auto;
}
.product-page .product-list .detBox .itemBox2 ul {
  margin-right: -20px;
  align-items: stretch;
}

.product-page .product-list .detBox .itemBox2 ul li {
  background-color: var(--color);
  padding-left: var(--px50);
  padding-right: var(--px50);
  padding-top: var(--px24);
  padding-bottom: var(--px20);
  margin-bottom: var(--px27);
  margin-right: 20px;
  width: calc(33.33% - 20px);
  color: #434343;
  text-align: center;
  flex-shrink: 0;
}
.product-page .product-list .detBox .itemBox2 ul li:first-child {
  background-color: transparent;
  color: #fff;
  text-align: left;
}
.product-page .product-list .detBox .itemBox2 ul li h4 span {
  display: inline-block;
  margin-top: var(--px30);
  margin-bottom: var(--px20);
  font-size: var(--px24) !important;
  position: relative;
  
}
.product-page .product-list .detBox .itemBox3 table tbody td,.product-page .product-list .detBox .itemBox3 table tbody th {
  border: none;
}
.product-page .product-list .detBox .itemBox3 table tbody tr {
  text-align: left;
}
.product-page .product-list .detBox .itemBox3 table tbody tr td {
  width: 49% !important;
}
.product-page .product-list .detBox .itemBox3 table tbody tr:nth-child(even) {
  background-color: transparent;
  
}
.product-page .product-list .detBox .itemBox3,.product-page .product-list .detBox .itemBox3 p,.product-page .product-list .detBox .itemBox3 strong {
  color: #fff!important;
}
.product-page .product-list .detBox .itemBox3 h4 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.product-page .product-list .detBox .itemBox3 h4 span {
  color: #fff !important;
  font-size: var(--px24) !important;
}
.product-page .product-list .detBox .itemBox3 h4::after {
  width: var(--px48);
  height: 6px;
  content: '';
  position: absolute;
  bottom:0; 
  background-color: var(--color);
}
.product-page .product-list .detBox .itemBox3 table tbody tr .wscnph {
  display: block;
}
.product-page .product-list .detBox .itemBox3 table tbody tr:nth-child(odd) h4::after {
  left: 4px;
}
.product-page .product-list .detBox .itemBox3 table tbody tr:nth-child(even) h4::after {
  left: 4px;
}
.product-page .product-list .detBox .itemBox3 table tbody tr:nth-child(odd) .wscnph {
  margin-left: auto;
}
.product-page .product-list .detBox .itemBox3 table tbody tr td {
  padding-left: var(--px20);
  padding-right: var(--px20);
}
.product-page .product-list .detBox .itemBox4 p {
  padding-bottom: var(--px25);
}
@media screen and (max-width: 1000px) {
  .product-page .product-list .detBox #det1 .wscnph {
    margin-top: 30px;
  }
  .product-page .product-list .detBox .itemBox2 ul li {
    width: calc(50% - 20px);
  }
  .product-page .product-list .detBox .itemBox3 table tbody {
    white-space: break-spaces !important;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-list .detBox .itemBox h3 span {
    padding-left: 35px;
  }
  .product-page .product-list .detBox .itemBox h3 span::before {
    width: 20px;
    height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list .detBox .itemBox2 ul li {
    width: calc(100% - 20px);
  }
}