@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #ff7700;
  --fm: "Helvetica";
  font-family: Helvetica;
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  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_from1 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_from1 form {
  margin-top: 40px;
}
#pups_from1 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_from1 i.close::after,
#pups_from1 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_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 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_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 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_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  font-family: Helvetica;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: "Helvetica";
  font-family: Helvetica;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#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(255, 255, 255, 0.5);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 20px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: var(--px70);
}
#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: calc(2.6555vw + 14px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: calc(0.415vw + 14px);
  text-transform: capitalize;
  color: #fff;
  font-weight: normal;
  font-family: var(--fm);
}
#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;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .ppbtn {
  margin-left: var(--ft20);
  height: 54px;
  background: #ffffff;
  border-radius: 8px;
  font-weight: normal;
  font-size: var(--ft20);
  color: #116eb4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--ft24);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .ppbtn:hover {
  background: #116eb4;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 26px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 130px;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 27px;
  font-weight: normal;
  font-size: var(--ft20);
  color: #ffffff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: auto;
  vertical-align: middle;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC span {
  margin-top: 5px;
  margin-left: 6px;
  margin-right: 19px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#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 > .nav {
  background-color: rgba(0, 0, 0, 0.4);
}
@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;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1710px;
  padding: 0 15px;
}
@keyframes kf1 {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
#banner {
  overflow: hidden;
}
#banner .swiper1 {
  position: relative;
}
#banner .swiper1 i {
  width: 60px;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  font-size: var(--ft26);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#banner .swiper1 i:hover {
  background: var(--color);
}
#banner .swiper1 .banl {
  left: var(--ft30);
}
#banner .swiper1 .banr {
  right: var(--ft30);
}
#banner .swiper1 .sbg1 {
  position: absolute;
  bottom: var(--ft40);
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  animation: kf1 2s infinite alternate ease-in-out;
}
#banner .swiper1 .swiper3-dots {
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: var(--ft40);
  left: 50%;
  transform: translateX(-50%);
}
#banner .swiper1 .swiper3-dots .swiper3-dot {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: var(--ft30);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper1 .swiper3-dots .swiper3-dot:last-child {
  margin-right: 0;
}
#banner .swiper1 .swiper3-dots .swiper3-dot.active {
  width: 12px;
  height: 12px;
  background: #fff;
}
#banner .swiper1 .swiper-slide {
  position: relative;
}
#banner .swiper1 .swiper-slide .banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: calc(var(--px170) - 4px);
}
#banner .swiper1 .swiper-slide .banner-text .gx_btn {
  margin: 0 auto;
}
#banner .swiper1 .swiper-slide .banner-text .banner-ptn {
  display: flex;
  justify-content: center;
}
#banner .swiper1 .swiper-slide .banner-text .banner-p1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: calc(3.959vw + 14px);
  color: #ffffff;
  max-width: 1100px;
  text-transform: uppercase;
  line-height: 1.06;
  margin-bottom: var(--ft46);
  text-align: center;
}
#banner .swiper1 .swiper-slide .banner-text .banner-p2 {
  line-height: 1.1;
  font-weight: 400;
  font-size: calc(2.2385vw + 14px);
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: var(--ft24);
}
#banner .swiper1 .swiper-slide .banner-text .banner-p3 {
  font-weight: 300;
  font-size: var(--ft20);
  color: #ffffff;
  max-width: 552px;
}
.gx-h {
  font-weight: normal;
  font-size: var(--ft46);
  color: #222222;
  font-weight: bold;
  line-height: 1.15;
}
.gx_btn {
  cursor: pointer;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 18px;
  color: #0a0a0a;
  height: 54px;
  background: #ff7700;
  border-radius: 6px;
  display: inline-block;
  padding: 0 var(--ft24);
  line-height: 54px;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  transition: 0.5s !important;
}
.gx_btn span {
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  transition: 0.5s !important;
  line-height: 54px;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 18px;
}
.gx_btn:hover {
  transform: translateY(-8px) !important;
  color: #0a0a0a !important;
}
.gx-bbt {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gx-bbt img {
  filter: brightness(0) invert(1);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
}
.elementor-element-caed90b {
  background: url(../images/i1-banner.jpg) no-repeat center;
  background-size: cover;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #121212;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  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%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
.font-fm,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
b,
span {
  font-family: var(--fm) !important;
}
.dg-h {
  font-weight: bold !important;
  font-size: var(--ft60) !important;
  color: #0a0a0a !important;
  position: relative;
  max-width: 490px;
  line-height: 1;
  padding-bottom: var(--ft40) !important;
  background: url(../images/i1-3.png) no-repeat;
  padding-left: var(--ft48) !important;
}
.dg-h .span1 {
  position: relative;
  font-family: Helvetica;
  font-weight: bold !important;
  font-size: calc(3.4385vw + 14px) !important;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  text-stroke: 1px #d9d9d9;
  -webkit-text-stroke: 1px #d9d9d9;
  z-index: 1;
}
.dg-h .span2 {
  position: absolute;
  width: 322px;
  top: calc(2.6067vw + 10px);
  left: calc(calc(1.88vw + 14px) * 2);
  z-index: 2;
  font-weight: bold !important;
  font-size: var(--ft60) !important;
  color: #0A0A0A;
  line-height: 1.06 !important;
}
.elementor-button-text {
  text-transform: capitalize;
}
.i1-1p {
  font-weight: bold !important;
  font-size: var(--ft18) !important;
  color: #0a0a0a !important;
  text-transform: none !important;
  line-height: 1.5 !important;
  padding-top: var(--ft60) !important;
}
.i1-1p span {
  font-weight: bold;
  font-size: calc(0.415vw + 14px);
  color: #ff7700;
}
.elementor-counter-title-p1 {
  font-weight: bold !important;
  font-size: var(--ft18) !important;
  color: #0a0a0a !important;
  text-transform: none !important;
  text-align: center;
  max-width: 200px;
}
.elementor-counter-number-p1 {
  font-weight: bold !important;
  font-size: var(--ft40) !important;
  color: #ff7700 !important;
}
.elementor-counter-number-wrapper-p1 {
  justify-content: center !important;
}
.elementor-counter-number-p1 + .elementor-counter-number-suffix {
  font-weight: bold !important;
  font-size: var(--ft40) !important;
  color: #ff7700 !important;
  flex-grow: unset !important;
}
.elementor-25 .elementor-element.elementor-element-9fd0ad5 .elementor-heading-title {
  font-size: var(--ft18) !important;
}
.elementor-25 .elementor-element.elementor-element-726b42b {
  padding-left: calc(4.479vw + 14px) !important;
}
.elementor-25 .elementor-element.elementor-element-d6ec8e4 .elementor-heading-title {
  font-size: var(--ft30) !important;
  font-weight: bold !important;
}
.dg-ch {
  font-weight: bold !important;
  font-size: var(--ft60) !important;
  color: #0a0a0a !important;
  position: relative;
  line-height: 1;
  padding-bottom: var(--ft40) !important;
  background: url(../images/i1-3.png) no-repeat;
  padding-left: var(--ft48) !important;
  text-transform: uppercase;
}
.dg-ch .span1 {
  position: relative;
  font-family: Helvetica;
  font-weight: bold !important;
  font-size: calc(3.4385vw + 14px) !important;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  text-stroke: 1px #d9d9d9;
  -webkit-text-stroke: 1px #d9d9d9;
  z-index: 1;
}
.dg-ch .span2 {
  position: absolute;
  top: calc(2.6067vw + 10px);
  left: calc(calc(1.88vw + 14px) * 2);
  z-index: 2;
}
.dg-ch .span2 span {
  color: var(--color);
}
.elementor-25 .elementor-element.elementor-element-5473860:not(
    .elementor-motion-effects-element-type-background
  ) {
  background: url(../images/i5-6.png) no-repeat center;
}
.elementor-elementp5 {
  background: transparent !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.elementor-elementp5:hover {
  background: rgba(255, 119, 0, 0.8) !important;
}
.elementor-elementp5:hover .box5-bg {
  opacity: 0;
}
.elementor-elementp5:hover .box {
  opacity: 1;
}
.elementor-elementp5 .box {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 4;
}
.elementor-elementp5 .box5-bg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 0;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-elementp5 .box5-bg > img {
  border-radius: 10px;
}

.p5m {
  filter: brightness(0) invert(1);
}
.box > .elementor-element {
  margin-top: var(--ft30);
}
.init-dg4 {
  padding: var(--px110) 0;
}
.init-dg4 .i4-t {
  display: flex;
  margin-bottom: var(--px60);
}
.init-dg4 .i4-t > div {
  width: 50%;
}
.init-dg4 .i4-t .i4t-r {
  padding-top: var(--px70);
}
.init-dg4 .i4-t .i4t-r .i4-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #0a0a0a;
  margin-bottom: calc(2.6555vw + 14px);
}
.init-dg4 .swiper3 {
  overflow: hidden;
}
.init-dg4 .swiper3 .swiper-slide {
  background: #2c2c2c;
  border-radius: 8px;
  position: relative;
  padding: calc(1.77vw + 14px) calc(1.77vw + 14px) var(--ft30);
}
.init-dg4 .swiper3 .swiper-slide:hover .i2-bg {
  opacity: 1;
}
.init-dg4 .swiper3 .swiper-slide .i2-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.init-dg4 .swiper3 .swiper-slide .i2-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.init-dg4 .swiper3 .swiper-slide .i2-bg .i2b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: var(--ft46);
  padding-right: var(--ft46);
  padding-bottom: var(--ft30);
  font-weight: 400;
  font-size: calc(0.8345vw + 14px);
  color: #0a0a0a;
}
.init-dg4 .swiper3 .swiper-slide .i2-bg .i2b .i2b1 {
  text-transform: uppercase;
  line-height: 1.2;
    font-weight: 400 !important;
  font-size: calc(0.8345vw + 14px) !important;
  color: #0a0a0a !important;
}
.init-dg4 .swiper3 .swiper-slide .i2-bg .i2b .i2b2 {
  width: 34%;
  font-weight: 400;
  font-size: 18px;
  color: #ff7700;
  display: flex;
  align-items: end;
  padding-bottom: 12px;
}
.init-dg4 .swiper3 .swiper-slide .i2-bg .i2b .i2b2 .i2-m4 {
  margin-left: 11px;
  margin-bottom: 7px;
}
.init-dg4 .swiper3 .swiper-slide .i2-p1 {
  font-weight: 400;
  font-size: var(--ft30);
  text-transform: uppercase;
  color: #ffffff;
  padding-right: var(--ft62);
  line-height: 1.1;
  padding-top: var(--ft46);
  padding-bottom: var(--ft26);
  border-bottom: 1px solid rgba(242, 242, 242, 0.5);
  min-height: 139px;
}
.init-dg4 .swiper3 .swiper-slide .i2-m2 {
  border-radius: 6px;
  margin-top: var(--ft30);
  margin-bottom: var(--ft26);
}
.init-dg4 .swiper3 .swiper-slide .i2-m3 {
  filter: brightness(0) invert(1);
}
.i5-t {
  padding-top: var(--px80);
  display: flex;
  margin-bottom: 0;
}
.i5-t .dg-ch {
  background: url(../images/i1-3.png) no-repeat;
  background: transparent;
  width: 67%;
  position: relative;
}
.i5-t .dg-ch .dg-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.i5-t .dg-ch .span2 {
  color: #fff;
}
.i5-t .dg-ch .span1 {
  opacity: 0.3;
}
.i5-t .i4t-r {
  width: 33%;
  padding-top: var(--px70);
}
.i5-t .i4t-r .i4-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #fff;
  margin-bottom: calc(2.6555vw + 14px);
}
.i6-t {
  padding-top: var(--px80);
  display: flex;
  margin-bottom: 0;
  align-items: end;
}
.i6-t .dg-ch {
  background: url(../images/i1-3.png) no-repeat;
  background: transparent;
  width: 67%;
  position: relative;
}
.i6-t .dg-ch .dg-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.i6-t .i4t-r {
  width: 33%;
  padding-top: var(--px70);
}
.i6-t .i4t-r .i4-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #242424;
  margin-bottom: calc(2.6555vw + 14px);
}
.i6-p1 {
  font-weight: bold;
  font-size: calc(0.415vw + 14px) !important;
  color: #f2f2f2;
}
.elementor-icon-box-titlei6 {
  font-weight: bold !important;
  font-size: calc(0.575vw + 14px) !important;
  color: #f2f2f2 !important;
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.index--dg2 {
  background: url(../images/i7-1.png) no-repeat center bottom;
  background-size: cover;
  padding-bottom: var(--px110);
}
.index--dg2 .container {
  display: flex;
  justify-content: space-between;
}
.index--dg2 .container .i7-t {
  max-width: 630px;
  margin-bottom: 0;
  align-items: end;
}
.index--dg2 .container .i7-t .dg-ch {
  background: url(../images/i1-3.png) no-repeat;
  background: transparent;
  position: relative;
}
.index--dg2 .container .i7-t .dg-ch .dg-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.index--dg2 .container .i7-t .i4t-r {
  margin-top: var(--ft20);
}
.index--dg2 .container .i7-t .i4t-r .i4-p1 {
  font-weight: 400;
  font-size: var(--ft18);
  line-height: 1.7;
  color: #6a6a6a;
}
.index--dg2 .container .sw4-m {
  max-width: 770px;
  padding-top: var(--px70);
}
.index--dg2 .container .sw4-m .swiper4 {
  overflow: hidden;
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide {
  background: #2D2D2D;
  border-radius: 8px;
  padding: var(--ft40) var(--ft30);
  line-height: normal;
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide .i7-p1 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FF7700;
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide .i7-p1 img {
  margin-right: 8px;
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide .i7-p2 {
  font-weight: 400;
  font-size: calc(0.575vw + 14px);
  color: #F2F2F2;
  margin-top: var(--ft34);
  margin-bottom: var(--ft34);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide .i7-p2:hover {
  color: var(--color);
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide .i7-p3 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #CDCDCD;
  line-height: 1.6;
  margin-bottom: var(--px90);
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide .i7-p4 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FF7700;
  display: flex;
  align-items: end;
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide .i7-p4:hover {
  transform: translateY(-8px);
}
.index--dg2 .container .sw4-m .swiper4 .swiper-slide .i7-p4 img {
  margin-bottom: 7px;
  margin-left: 9px;
}
.i7-p9 h2 {
  font-weight: bold !important;
  font-size: var(--ft60) !important;
  color: #F2F2F2 !important;
}
.i7-p10 p {
  font-weight: 400 !important;
  font-size: var(--ft18) !important;
  color: #CDCDCD !important;
}

.dgp18 {
  font-weight: 400 !important;
  font-size: var(--ft18) !important;
  color: #FF7700 !important;
}
#ewm {
  width: 110px;
  height: 110px;
  border: 5px solid #FFf;
}
#ewm img,
#ewm canvas.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.share-dg {
  display: flex;
  align-items: center;
}
.share-dg a:hover {
  color: var(--e-global-color-5046f92);
  font-family: var(--e-global-typography-text-font-family), Anton, Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.share-dg a:hover i {
  color: var(--color);
}
.share-dg i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
  color: #cdcdcd;
}
.dgp18-2 {
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #CDCDCD !important;
}
.foot_form input {
  margin-bottom: var(--ft20);
  border: none !important;
  width: 280px !important;
  height: 50px !important;
  background: #2D2D2D !important;
  border-radius: 10px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #CDCDCD !important;
}
.foot_form .fb20 {
  margin-right: var(--ft20);
}
.foot_form li {
  display: flex;
}
.foot_form .fbtn-dg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #FF7700;
  border-radius: 10px;
  padding: 0 var(--ft18);
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  color: #141414;
  cursor: pointer;
  border: none !important;
}
.foot_form .fbtn-dg:hover {
  opacity: 0.8;
  border: none !important;
  background: var(--color) !important;
  color: #141414 !important;
}
.foot_form .fbtn-dg img {
  margin-left: 7px;
}

.elementor-element.elementor-elementpg h2 {
  font-weight: 400;
  font-size: var(--ft18) !important;
  color: #242424 !important;
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
.mbx.Auxil-crumbs a{
color: #fff !important;
line-height: 1.2 !important;
}
.mbx.Auxil-crumbs a:hover{
line-height: 1.2 !important;
color: var(--color);
}
@media (max-width: 1250px) {
  .inner-banner{
    display: none !important;
  }
  .index--dg2 .container {
    flex-wrap: wrap;
  }
  .index--dg2 .container > div {
    width: 100% !important;
    max-width: none !important;
  }
  #banner .swiper1 .swiper-slide .banner-text .banner-p1 {
    font-size: var(--ft60);
  }
  #banner .swiper1 .swiper-slide .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  .init-dg4 .i4-t > div,
  .i5-t > div,
  .i6-t > div {
    width: 100% !important;
  }
  .init-dg4 .i4-t,
  .i5-t,
  .i6-t {
    flex-wrap: wrap;
  }
  .i6-t .i4t-r .i4-p1 {
    margin-bottom: 0;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .i1-1p,
  .i6-t .i4t-r {
    padding-top: 0 !important;
  }
}
@media (max-width: 700px) {
  #banner .swiper1 i {
    width: 30px;
    height: 40px;
  }
  #banner .swiper1 .swiper3-dots {
    display: none;
  }
  .container {
    width: 100%;
  }
  #banner .swiper1 .swiper-slide > img {
    height: 380px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 500px) {
  .foot_form li {
    display: block;
  }
  .elementor-elementpg1 {
    display: none !important;
  }
}
.try8:hover{
  transform: translateY(-8px);
}
    .elementor-image-carousel-wrapper .swiper-wrapper {
      transition-timing-function: linear;
      /* 线性过渡 */
    }

    .elementor-image-carousel-wrapper .swiper-slide {
      backface-visibility: hidden;
      transform: translateZ(0);
      /* 启用硬件加速 */
    }
    .Auxil-crumbs.e-con-inner,
    .Auxil-crumbs.e-con-inner a{
      font-size: calc(.729vw + 14px) !important;
      font-weight: bold !important;
      color: #fff !important;
      line-height: 1.2 !important;
          -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    }
    .Auxil-crumbs.e-con-inner a:hover{
      color: var(--color) !important;
            line-height: 1.2 !important;
    }
.mf-input-label {
    display: block !important;
    color: var(--e-global-color-accent) !important;
    font-size: var(--e-global-typography-text-font-size)  !important;
    font-weight: var(--e-global-typography-text-font-weight)  !important;
    line-height: var(--e-global-typography-text-line-height) !important;
    margin: 0px 0px 16px 0px !important;
}
.elementor-739 .elementor-element.elementor-element-1ea33a0 {
    --display: flex !important;
    --flex-direction: row !important;
    --container-widget-width: initial !important;
    --container-widget-height: 100% !important;
    --container-widget-flex-grow: 1 !important;
    --container-widget-align-self: stretch !important;
    --flex-wrap-mobile: wrap !important;
    --padding-top: 0px !important;
    --padding-bottom: 0px !important;
    --padding-left: 0px !important;
    --padding-right: 0px !important;
}
.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input {
    font-size: 16px !important;
    -webkit-appearance: none !important;
}
.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input {
 
    font-size: var(--e-global-typography-accent-font-size)  !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
}
.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input {
    border-style: none !important;
}
.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input {
    color: var(--e-global-color-d5efdc6) !important;
}
.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input{
    padding: 16px 16px 16px 16px !important;
    border-radius: 10px !important;
}
.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input{
    background-color: var(--e-global-color-secondary) !important;
}
.elementor-icon-list-text{
transition: all 0.5s;
}
.elementor-icon-list-text:hover{
  color: var(--color) !important;
}
#cp-Nav{
  padding: 0 !important;
}
.product-page {
  padding: calc(4.479vw + 14px) 0 0!important;
  background: #fff;
}
.product-page .product-box {
  padding-left: 3.4rem;
  padding-top: 10rem;
}
.product-page .product-box .unpro1 {
  font-size: 26px;
  line-height: 2;
  margin-top: 10px;
  color: var(--color);
}
.product-page .product-box .unpro2 {
  font-size: 14px;
  line-height: 2;
}
.product-page .product-box .product-list {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-box .product-list li {
  padding: 0 1rem;
  width: 33.3333%;
  margin-bottom: 4.5rem;
}
.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 32px;
  line-height: 2;
  position: relative;
}
.product-page .product-box .product-list li a:hover .pro-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-page .product-box .product-list li a:hover .content {
  background: var(--color);
  border: 1px solid transparent;
}
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}
.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}
.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
}
.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
    -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .product-list li a .content {
  background: #fff;
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px 0;
}
.product-page .product-box .product-list li a .content h4 {
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'poppins-regular';
  position: relative;
  text-align: center;

}
/*.product-page .product-box .product-list li a .content h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}*/
.product-page .product-box .product-list li a .content p {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 3px;
  text-transform: uppercase;
  font-family: 'poppins-regular';
  color: #22221d;
  position: relative;
}
@media screen and (max-width:1430px){
    .product-page .product-box .product-list li a .content{
    width: 90%
  }
}
@media screen and (max-width:1230px){
  .product-page .product-box {
    padding-left: 0;
    padding-top: 0;
}
}
@media screen and (max-width:1000px){
  .product-page .product-box .product-list li{
  width: 50%;
}
}
@media screen and (max-width:500px){
  .product-page .product-box .product-list li{
  width: 100%;
}
 .product-page .product-box .product-list li a{
    padding-bottom: 10px;
  }
  .product-page .product-box .product-list li {
    width: 50%;
  }
  .product-page .product-box .product-list li a .content h4{
    font-size: 14px;
  }
  .product-page .product-box .product-list li a .content p{
    font-size: 14px;
    padding: 0;
  }
  .product-page .product-box .product-list li a .content{
    width: 100%;
  }
}
.product-page .product-box .product-list li a .content p.pcontent{
  font-size: 14px;
    line-height: 2;
}
.prodet-page {
  padding:  0 !important;
  background: #fff;
}
.prodet-page .det-1 {
  padding: 5rem 0;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
  margin-top: 10px;
  text-align: left;
  position: relative;
}
.prodet-page .det-1 .grid-box .left .gallery .plays{
  position: absolute;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.prodet-page .det-1 .grid-box .left .gallery .plays img{
  max-width: 60px;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size:calc(1.0385vw + 14px);
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  line-height: 1.8;
  color: #1c1c1c;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.prodet-page .det-1 .grid-box .right .text h6{
  font-size: 3.2rem;
  text-transform: uppercase;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 16px;
  line-height: 2;
  color: #616161;
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 3rem
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins-SemiBold';
    font-size: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 1.6rem;
}
.prodet-page .det-1 .grid-box .right .text .share .icon{
  display: flex;
    justify-content: center;
    margin-left: 1.5rem;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a{
  margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
    color: #000;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:hover{
  background: var(--color);
    border: 1px solid var(--color);
}
.prodet-page .det-1 .grid-box .right .text .more {
  left: 53%;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 2rem;
  margin-top: 4rem;
}
.prodet-page .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 700;
  border: 2px solid var(--color);
  color: #1c1c1c;
  padding: 11px 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: calc(0.8345vw + 14px);
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  color: #1c1c1c;
  padding: 8px 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a{
  color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 1.9rem;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  font-family: none;
}
.prodet-page .det-2 .related ul li .con p{
  font-family: none;
}
.prodet-page .det-2 .related ul li .con strong{
  font-weight: bold;
}
.prodet-page .det-2 .related ul li .con-img{
  display: flex;
  margin: 0 -1rem;
}
.prodet-page .det-2 .related ul li .con-img img{
  display: inline-block;
  padding: 0 1rem;
  width: 33.3333%;
}
.prodet-page .det-2 .related ul li .con table tbody tr td:nth-child(3) p{
  white-space: nowrap;
}
.prodet-page .det-2 .related ul li .con table tbody tr td p{
  font-size: 16px;
}
.prodet-page .det-2 .related ul li:nth-child(1) table{
  border: none;
}
.prodet-page .det-2 .related ul li:nth-child(1) table tr td{
      width: 50% !important;
      border: none;
      line-height: 2;
      padding: 30px 15px;
}
.prodet-page .det-2 .related ul li:nth-child(1) table.table-box tr td{
  width: auto !important;
}
.prodet-page .det-2 .related ul li:nth-child(1) table tr{
  border-bottom: 2px solid #e6e6e6;
  background: none;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tr td:nth-child(3){
  white-space: nowrap;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tr td{
  width: auto;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td{
  width: none !important;
}
.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 3.9rem;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
  position: relative;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 1.25rem;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    padding: 0 15px;
    margin: 3rem 0 2rem;
    font-size: 2.23rem;
    line-height: 2;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: 'Oswald-Bold';
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
.prodet-page .det-3 .det-3-box ul .slick-arrow{
  position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
  background-image: url("../images/banner-btn-l.png");
    left: -40px;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
  background-image: url("../images/banner-btn-r.png");
    right: -40px;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(5){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(6){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(7){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(8){
    width: 139px !important;
  }
.prodet-page .det-2 .related>ul>li:nth-child(2) table tr td:nth-child(2) {
    white-space: nowrap;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tbody tr td p{
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-2 .tabs ul {
    border: none;
  }
  .prodet-page .det-2 .tabs ul li {
    display: block;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width:1430px){
  .prodet-page .det-2 .related table p{
    font-size: 14px;
  }
  .prodet-page .det-2 .related table td{
    padding: 5px 6px;
  }
  .prodet-page .det-2 .related ul li:nth-child(2) .con table tbody tr td p{
    font-size: 13px;
  }
  .prodet-page .det-2 .related ul li:nth-child(1) table tr td{
    font-size: 16px;
  }
  .prodet-page .det-2 .related table td{
    font-size: 13px;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) table tr td:nth-child(2){
    white-space: nowrap;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(5){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(6){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(7){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(8){
    width: 139px !important;
  }
}
@media screen and (max-width:1000px){
  .prodet-page .det-1 .grid-box .left .gallery .plays{
      width: 33.333%;
}
}
@media screen and (max-width:700px){
  .prodet-page .det-2 .related ul li .con{
      overflow-x: scroll;
}
.prodet-page .det-2 .related ul li .con table{
  width: 674px !important;
}
}
@media screen and (max-width:700px){
  .prodet-page .det-1 .grid-box .left .gallery .plays{
      width: 50%;
}
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table {
  white-space: nowrap;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 70px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span.current{
  background: var(--color);
  color: #fff;
}

.inner-page .top h6 {
  padding: 0 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: var(--color);
  text-transform: uppercase;
  font-family: 'poppins-regular';
  position: relative;
  margin-bottom: 1.8rem;
}
.inner-page .top h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: var(--color);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .top h6::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: var(--color);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.inner-page .top h2 {
  font-size: 40px;
  line-height: 1.8;
  color: #010101;
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
}
.inner-page .top h2 span {
  color: var(--color);
}
.inner-page .top.center {
  text-align: center;
}
.inner-page .top.center h6::after {
  opacity: 1;
}
.inner-page p {
    padding: 0 0;
    font-size: 15.67px;
    line-height: 2;
    color: #404040;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left {
  width: 29%;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 72px;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 0 calc(1.3555vw + 14px);
  font-size: calc(0.525vw + 14px);
  color: #000;
  line-height: 1;
  font-family: 'poppins-regular';
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 67px;
  height: 67px;
  background: url(../images/product-s.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 3.8rem 4rem;
  border: 1px solid #aaa;
  margin-top: 3rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: calc(0.8345vw + 14px);
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  font-weight: 900;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 2.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 20px;
  background: #dddddd;
  margin-bottom: 10px;
  font-size: 18px;
  color: #7a7777;
  line-height: 1;
  font-family: 'poppins-regular';
  text-transform: uppercase;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active>a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:hover>a {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active >a .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:hover a .fa {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li ul li a{
  font-size: 14px;
  line-height: 1.5;
  background: #eee;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 4rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 2rem 10px 2rem 10px;
  margin-bottom: 1.8rem;
  display: flex;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--color);
      -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:hover::after{
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:hover img{
  filter: brightness(0) invert(1);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:hover p{
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li img{
  width: auto;
  object-fit: contain;
  margin-right: 13px;
  position: relative;
  z-index: 4;
      -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    position: relative;
  z-index: 4;
      -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  /*background: url(../images/p-phone.png) no-repeat 10px center;*/
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  /*background: url(../images/p-mail.png) no-repeat 10px center;*/
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  /*background: url(../images/p-add.png) no-repeat 10px 2rem;*/
}
.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}
.inner-page .sidebar-box .sidebar-right .tit{
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 2rem;
  padding-left: 3.4rem;
}
.inner-page .sidebar-box .sidebar-right .text{
  font-size: 16px;
  padding-left: 3.4rem;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width:1430px){
    .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 3.8rem 2rem;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
}
@media screen and (max-width:1230px){
    .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
.inner-page p {
    font-size: 16px;
}

.inner-page .sidebar-box .sidebar-left{
  display: none;
}
.inner-page .sidebar-box .sidebar-right {
    width: 100%;
}
}
@media screen and (max-width:1000px){
    .inner-page p {
    font-size: 14px;
}
}
@media screen and (max-width:700px){
    .inner-page .top h2{
        font-size: calc(0.8345vw + 14px);
  }
}
@media screen and (max-width:1000px){
    #index-body .init-1 .about-box .right h4 {
    font-size: 16px !important;
    line-height: 2 !important;
  }
}
#index-body .init-1 {
  padding: 9.5rem 4rem 12rem;
  background: url(../images/about-bg.jpg) no-repeat center center;
  background-size: cover;
}
#index-body .init-1 .about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-1 .about-box .left {
  width: 55%;
  position: relative;
}
#index-body .init-1 .about-box .left h3 {
  margin: -6rem auto 0;
  width: 90%;
  background: url(../images/title-bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  color: #313131;
  font-family: 'Oswald-Bold';
  padding: 3.2rem 0;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .about-box .right {
  width: 45%;
  padding-left: 4.5rem;
}
#index-body .init-1 .about-box .right .top {
  text-align: left;
}
#index-body .init-1 .about-box .right h4 {
  font-size: 2.6rem;
  line-height: 1;
  color: #000000;
  font-family: 'Oswald-Bold';
  text-transform: uppercase;
}
#index-body .init-1 .about-box .right .text {
  font-size: 16px;
  line-height: 2;
  color: #000000;
  font-family: 'Poppins-Light';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  margin: 2.5rem 0 7rem;
}
#index-body .init-1 .about-box .right .text h1 {
  font-size: 16px;
  color: #000000;
  font-family: 'Poppins-Light';
  display: inline;
}
#index-body .init-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 9.2rem;
  z-index: 5;
}
#index-body .init-1 ul li {
  width: 25%;
  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;
}
#index-body .init-1 ul li em {
  font-size: 6.475rem;
  line-height: 1;
  color: var(--color);
  padding-right: 2.5rem;
  font-family: 'Oswald-Bold';
  position: relative;
}
#index-body .init-1 ul li em::after {
  z-index: -1;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: attr(data-num);
  font-size: 12.4rem;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .init-1 ul li .text p {
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  font-family: 'Poppins-Light';
}
#index-body .init-1 ul li .text h4 {
  font-size: 19.8px;
  line-height: 1;
  color: #000000;
  font-family: 'Oswald-Bold';
  margin-top: 8px;
}
@media screen and (max-width:1600px){
    #index-body .init-1 {
    padding: 9.5rem 2rem 12rem;
  }
}
@media screen and (max-width:1430px){
    #index-body .init-1 .about-box .right p.text {
    -webkit-line-clamp: 6;
    margin: 2.5rem 0 4rem;
  }
}
@media screen and (max-width:1230px){
    #index-body .init-1 .about-box .right p.text {
    font-size: 16px;
  }
}
@media screen and (max-width:1100px){
    #index-body .init-1 {
    padding: 9.5rem 15px 12rem;
  }
}
@media screen and (max-width:1000px){
    #index-body .init-1 .about-box .right p.text {
    -webkit-line-clamp: 40;
  }
  #index-body .init-1 .about-box .left {
    width: 100%;
  }
  #index-body .init-1 .about-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width:700px){
    #index-body .init-1 ul {
    display: none;
  }
    #index-body .init-1 .about-box .right p.text {
    font-size: 14px;
  }
}
.about-page .about-1 .about-img .play,
#index-body .init-1 .about-box .left .play{
  position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          z-index: 6;
}
.about-page .about-1 .about-img .play::before,
#index-body .init-1 .about-box .left .play::before{
  content: '';
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.5);
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: 100% !important;
            border-radius: inherit;
            animation: ks 3s infinite;
            display: block;
            z-index: -1;
}
.about-page .about-1 .about-img .play::after,
#index-body .init-1 .about-box .left .play::after{
  content: '';
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 100% !important;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.5);
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            animation: ks 3s infinite;
            display: block;
            z-index: -1;
            animation-delay: .4s;
          
}
.faq-page {
  padding: 12rem 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Poppins-Light';
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1000px){
    .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
}
.gallery-page {
  padding: 12rem 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li:hover h5 {
  color: var(--color);
}
.gallery-page.solution-page .list ul li .content{
  padding: 2rem 2.5rem;
  border: 1px solid #ccc;
}
.gallery-page.solution-page .list ul li .content h5{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.035em;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 10px;
    text-align: left;
}
.gallery-page.solution-page .list ul li .content p{
      line-height: 1.5;
      font-size: 16px;
    padding: 0 0 3rem;
}
.gallery-page.solution-page .list ul li .content .more{
  display: inline-block;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 17px;
    background: #000;
    color: #fff;
    transition: .5s;
}
.gallery-page.solution-page .list ul li .content .more:hover{
  background: var(--color);
}
@media screen and (max-width:1000px){
    .gallery-page .list ul li h5 {
    font-size: 16px;
  }
}
.news-page {
  padding: 60px 0;
}

@media (max-width: 1250px) {
    .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6{
    font-size: 14px;
    line-height: 2;
  }
   .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .newdet-page .sideBarBox .sideBarRight h1{
    font-size: 18px;
  }
}
.inner-page.contact-page,.inner-page.news-page,.inner-page.aboutChange-page,.inner-page.about-page{
  padding: var(--px100) 0 var(--px60) !important;
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 0 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i,.tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .mores i img,.tabbox .mores i img {
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.mores.prev i img,.tabbox a.mores.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i,.tabbox .mores:hover i {
  background: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i img,.tabbox .mores:hover i img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page{
  padding-top: var(--px80) !important;
}
@media (max-width: 700px) {
     .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.inner-page.newdet-page{
 padding: var(--px80) 0!important
}
@media (max-width: 1250px) {
   .newdet-page .sideBarBox .sideBarRight h1{
    font-size: 18px;
  }
}
.font-30 a{
  font-size: calc(0.8345vw + 14px) !important;
  font-weight: bold !important;

}
.font-30 a:hover{
    font-size: calc(0.8345vw + 14px) !important;
  font-weight: bold !important;
  
}
.newdet-page .ui.container h1{
      font-size: calc(0.8345vw + 14px) !important;
  font-weight: bold !important;
}
@media screen and (max-width: 700px) {
  .about-0-page .about-3-add .left .title {
        font-size: 46px;
    }
    .about-0-page .service-2  .box .content {
    max-width: 100%;
  }
  .about-0-page .service-2  .box {
    height: auto;
  }
  .about-0-page .service-2  .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .flexBottom a{
    display: block;
  }
  .flexBottom i{
    display: none;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3{
    font-size: calc(0.8345vw + 14px);
    margin-bottom: 1em;
  }
  .inner-page.product-det-page .miaoshu-det{
    margin-bottom: 0;
  }
  .product-det-page .product-det-2{
    padding: 30px 0;
  }
}
.product-det-page .product-det-2 {
  padding: 60px 0;
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 4.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
}
.product-det-page .product-det-2 .left .navList {
  background-color: #fff;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: #fff;
  background-color: #000;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
  cursor: hand;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: 400;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: 0.5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: calc(1.1465vw + 14px) !important;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.2;
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: 400;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: calc(1.1465vw + 14px) !important;
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: 0.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: 400;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: var(--color);
  border-bottom-color: var(--color);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
margin-bottom: 2em;
    display: inline-block;
    z-index: 1;
    font-size: calc(1.1465vw + 14px) !important;
    text-transform: capitalize;
    font-weight: 700;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -15px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 15px;
}
@media screen and (max-width:1700px){
      .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 28px;
  }
}
@media screen and (max-width:1250px){
    .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 24px;
  }
}
@media screen and (max-width:700px){
      .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 20px;
  }
}
@media screen and (max-width:700px){
      .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3{
    font-size: calc(0.8345vw + 14px);
    margin-bottom: 1em;
  }
    .product-det-page .product-det-2{
    padding: 30px 0;
  }
}
.inner-page .dotsBox {
  margin-top: 50px;
  text-align: center;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox .dots,
.inner-page .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #c3deff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.inner-page .dotsBox .prev:after,
.inner-page .dotsBox .next:after,
.inner-page .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .dotsBox .prev:hover,
.inner-page .dotsBox .next:hover,
.inner-page .dotsBox button:hover,
.inner-page .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
.inner-page .productList ul li .content span.h6 a{
  font-size: calc(0.315vw + 14px) !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
}
.inner-page .productList ul li .content span.h6 a:hover{
  font-size: calc(0.315vw + 14px) !important;
  font-weight: bold !important;
  color: var(--color) !important;
    line-height: 1.8 !important;
}
.spiu       svg {
        height: 30px;
        width: auto;
        fill: rgba(255, 255, 255, 1);
        position: relative;
        top: 4px;
      }
      .init-dg4 .swiper3 a{
        line-height: 1.2 !important;
      }
      .init-dg4 .swiper3 a:hover{
         line-height: 1.2 !important;
      }
.text.more_cont img{
  filter: brightness(0) invert(1);
}
.elementor-elementp5 .box .elementor-button-text{
  color: #fff !important;
}
.fancybox-button{
  padding: 0 !important;
}
.qodef-qi-text-marquee .qodef-e-icon-holder{
  width: 46px;
}
.elementor-25 .elementor-element .elementor-icon{
width: 66px;
height: 64px;
}
.tfe{
  text-transform: capitalize !important;
}
.elementor-345 .elementor-element.elementor-element-e47d308{
display: block;
background: #171717;
border-radius:10px; 
}
.swiper7-abm{
  padding: calc(4.479vw + 14px) calc(2.3955vw + 14px);
}
.swiper7-ab{
  overflow: hidden;
}
.swiper7-abtn{
  display: flex;
  justify-content: center;
  margin-top: var(--ft40);
  
}
.swiper7-abtn i{
  width: calc(1.0385vw + 34px);
  height: calc(1.0385vw + 34px);
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ft30);
  color: #000;
  margin-right:  var(--ft40);
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper7-abtn i:hover{
  opacity: 0.6;
}
.swiper7-abtn i:last-child{
    margin-right:  0;
}
.about-page .about-5 .left {
  width: 45%;
  padding-right: 8%;
}
.about-page .about-5 .left .scrollPage > div {
  background-color: #f3f3f3;
}
.about-page .about-5 .left .scrollPage > div.page {
  background-color: var(--color);
}
.about-page .about-5 .left .scrollPage > div:hover {
  background-color: var(--color);
}
.about-page .about-5 .right {
  width: 55%;
  position: relative;
  top: -35px;
}
.about-page .about-5 .right .list .slick-list {
  padding-bottom: 10%;
  margin-bottom: -10%;
}
.about-page .about-5 .right .list ul {
  margin: -10px;
}
.about-page .about-5 .right .list ul li {
  padding: 10px;
}
.about-page .about-5 .right .list ul .slick-slide {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .right .list ul .slick-current li img {
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
}
.about-page .about-5 .right .list ul .slick-current ~ div {
  -webkit-transform: rotate(12deg) scale(0.8);
  -moz-transform: rotate(12deg) scale(0.8);
  -ms-transform: rotate(12deg) scale(0.8);
  transform: rotate(12deg) scale(0.8);
}
.about-page .about-5 .msg {
  font-weight: bold;
  height: 2.61111111em;
  text-transform: uppercase;
  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;
  border-radius: 1.30555556em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 3.33333333em;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-5 .msg:hover {
  background-color: #221100;
}
@media screen and (max-width:1000px){
   .about-page .about-5 .right {
    top: 0;
  }
  .about-page .about-5 span.h2 {
    margin-bottom: .5em;
  }
  .scrollPage .page span.line {
    display: none;
  }
  .about-page .about-5 .left {
    padding-right: 3%;
  }
  .about-page .about-5 .right .list ul .slick-current ~ div {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-5 .right .list {
    padding-right: 30%;
    overflow: hidden;
  }
  .about-page .about-5 .right .list .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: unset;
  }
}
@media screen and (max-width:700px){
   .about-page .about-5 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-5 .left .scrollPage {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .right .list {
    padding-right: 0;
  }
}
.scrollPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.scrollPage > * {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage > * i.iconfont {
  font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
  background-color: var(--color);
  color: white;
}
.scrollPage .page {
  margin: 0 1em;
  padding: 0.3125em;
  background-color: var(--color);
  color: white;
  width: auto;
  border-radius: 2.1875em;
}
.scrollPage .page span.num {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  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;
  border-radius: 100%;
}
.scrollPage .page span.line {
  width: 0;
  height: .6em;
  border-radius: .3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.scrollPage .page span.line i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 0;
  background-color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage:hover .page {
  max-width: 100%;
}
.scrollPage:hover .page span.line {
  margin: 0 1em;
  width: 11.25em;
}
@media screen and (max-width:1000px){
    .scrollPage .page span.line {
    display: none;
  }
}
.inner-page p {
    margin-block-end: 0;
    margin-block-start: 0;
    margin-bottom: 0 !important;
}
.Auxil-news .h6 a{
      transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  -webkit-transition: all 0.5s;
                  -o-transition: all 0.5s;
  font-size: calc(.729vw + 14px) !important;
  font-weight: bold;
  line-height: 1.2;
}
.Auxil-news .h6 a:hover{
    font-size: calc(.729vw + 14px) !important;
  font-weight: bold;
  color: var(--color);
   line-height: 1.2;
}
.Auxil-news .h7{
    font-size: calc(0.2085vw + 14px) !important;
    margin:  calc(0.2085vw + 14px) 0!important
}
button.metform-btn span{
  color: #000;
}
button.metform-btn:hover{
  transform: translateY(-8px);

}
.inner-page .sidebar-c-box  .sidebar-left {
    width: 30%;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
}
.inner-page .sidebar-c-box  .sidebar-right {
    width: 70%;
}

.inner-page .sidebar-c-box  .sidebar-left .inner .inner-title {
    font-size: 34px;
    font-family: var(--font);
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-c-box  .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/inner-s.jpg) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-cat ul li {
    padding: 4px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-cat ul li.active a {
    color: var(--color);
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-cat ul li:first-child {
    padding-top: 0;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-cat ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-cat ul li a {
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-size: calc(0.2085vw + 14px);
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li a {
    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;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.inner-page .sidebar-c-box  .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 16px;
    line-height: 2;
}


@media screen and (max-width: 1000px) {
    .inner-page .sidebar-c-box  .sidebar-right{
        width: 100%;
        padding-right: 0;
    }
    .inner-page .sidebar-c-box  .sidebar-left{
        display: none;
    }

    .jianfengyj, .Auxil-industry {
        display: none !important;
    }
}
.list.newsList ul li {
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
    background-color: var(--color);
    color: white;
    font-size: 28px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0 6px 0;
    margin-bottom: 12px;
}

.list.newsList ul li .content {
    display: flex;
}
.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d7f0ef;
    color: #2b2b2b;
}
.list.newsList ul li .content .right h3 a {
    /*font-family: var(--font);*/
    color: #000;
    font-size: calc(.729vw + 14px);

    font-weight: bold;
}
.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.list.newsList ul li .content .right p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 21px;
}
.list.newsList ul li .content .right a {

    color: var(--color);
    transition: all 0.5s ease;
    text-transform: capitalize;
    line-height: 2;
    font-size: calc(0.2085vw + 14px);
}
.list.newsList ul li .content .right h3{
    font-size: calc(.729vw + 14px);
    line-height: 1.2;
}
.list.newsList ul li:hover .content .right h3 a{
  color: var(--color);
  
}
@media screen and (max-width: 1000px) {
    .list.newsList ul li{
        padding: 15px;
    }

    .list.newsList ul li .content .right{
        margin-left: 20px;
        padding-left: 20px;
    }

    .list.newsList ul li .content .left.txt-center span{
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
.elementor-377 .elementor-element.elementor-element-12c3d9d:nth-of-type(2n+1)  .elementor-element.elementor-element-7b75c5f{
  flex-direction: row-reverse;
}
@media screen and (max-width:1000px){
  .elementor-345 .elementor-element.elementor-element-8ab58f1{
    margin-top: 20px !important;
  }
}
.init-dg4 .swiper3 .swiper-wrapper .swiper-slide{
  width: 31%;
}
.init-dg4 .swiper3 .swiper-wrapper {
  justify-content: space-between;
}
@media screen and (max-width:1000px){
  .init-dg4 .swiper3 .swiper-wrapper .swiper-slide{
  width: 100%;
  margin-bottom: calc(.729vw + 14px);
}
.init-dg4 .swiper3 .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}
}
@media screen and (max-width:1024px){
  .elementor-345 .elementor-element.elementor-element-8ab58f1{
    margin-top: 0;
  }

}
@media screen and (max-width:768px){
  .elementor-75 .elementor-element.elementor-element-b44e1e0{
    display: block;
  }
}
.page-header02{
  position: fixed;
  width: 100%;
}
@media (max-width: 1250px) {
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
@media screen and (max-width:1024px){
  .elementor-element.elementor-element-66a5527>.elementor-element.elementor-element{
    width: 33.333%;
  }
  .elementor-345 .elementor-element.elementor-element-6363f73{
    flex-wrap: wrap;
  }
  .elementor-345 .elementor-element.elementor-element-3402808,
  .elementor-345 .elementor-element.elementor-element-9d47ff0,
  .elementor-345 .elementor-element.elementor-element-7a0e480{
    width: 100%;
  }
}
@media screen and (max-width:768px){
    .elementor-element.elementor-element-66a5527>.elementor-element.elementor-element{
    width: 50%;
  }
}
@media screen and (max-width:500px){
  .list.newsList ul li .content .right{
    margin-left: 0;
  }
  .list.newsList ul li .content .left{
    display: flex;
    align-items: center;
  }
  .list.newsList ul li .content .left span{
    margin-right: 14px;
  }
  .list.newsList ul li .content{
    display: block
  }
    .elementor-element.elementor-element-66a5527>.elementor-element.elementor-element{
    width: 100%;
  }
}
.mobileForm input{
  font-size: 18px;
}
@media screen and (max-width:1430px){}
@media screen and (max-width:1430px){}
@media screen and (max-width:1430px){}
@media screen and (max-width:1430px){}
@media screen and (max-width:1430px){}
@media screen and (max-width:1430px){}