/*@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Bold.eot');
  src: url('../fonts/Grift-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Bold.woff2') format('woff2'), url('../fonts/Grift-Bold.woff') format('woff'), url('../fonts/Grift-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Medium.eot');
  src: url('../fonts/Grift-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Medium.woff2') format('woff2'), url('../fonts/Grift-Medium.woff') format('woff'), url('../fonts/Grift-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Regular.eot');
  src: url('../fonts/Grift-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Regular.woff2') format('woff2'), url('../fonts/Grift-Regular.woff') format('woff'), url('../fonts/Grift-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-SemiBold.eot');
  src: url('../fonts/Grift-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-SemiBold.woff2') format('woff2'), url('../fonts/Grift-SemiBold.woff') format('woff'), url('../fonts/Grift-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}*/
@font-face {
    font-family: 'Croih';
    src: url('../fonts/Croih-Bold.eot');
    src: url('../fonts/Croih-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Croih-Bold.woff2') format('woff2'),
        url('../fonts/Croih-Bold.woff') format('woff'),
        url('../fonts/Croih-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Croih';
    src: url('../fonts/Croih-SemiBold.eot');
    src: url('../fonts/Croih-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Croih-SemiBold.woff2') format('woff2'),
        url('../fonts/Croih-SemiBold.woff') format('woff'),
        url('../fonts/Croih-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.roboto {
  font-family: 'Roboto';
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #444545;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #444545;
}
.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: 500;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Croih';
  font-weight: 400;
  margin: 0 auto;
  color: #444545;
  font-size: 16px;
  height: auto;
  --color: #95979a;
}
.container {
  width: 1600px;
  padding: 0 15px;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22;
}
#innerMobileBanner .banner2 {
  background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes slideRightActive {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-9%);
  }
}
@keyframes slideRightActiveSp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-12%);
  }
}

@-webkit-keyframes scroll_Up {
  0% {
    -webkit-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    transform: translateY(0) rotate3d(1, 0, 0, 15deg);
  }
  100% {
    -webkit-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
  }
}
@-moz-keyframes scroll_Up {
  0% {
    -moz-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    transform: translateY(0) rotate3d(1, 0, 0, 15deg);
  }
  100% {
    -moz-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
  }
}
@keyframes scroll_Up {
  0% {
    -webkit-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    -moz-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    transform: translateY(0) rotate3d(1, 0, 0, 15deg);
  }
  100% {
    -webkit-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    -moz-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
  }
}
.textUp > span {
  position: relative;
  overflow: hidden;
  display: block;
}
.textUp > span > span {
  transform: translateY(100%);
  will-change: transform;
  display: block;
}
.hover {
  transform: translateY(-250%);
  display: block;
  transition: all 0.5s;
}
.hoverable {
  overflow: hidden;
  position: relative;
}
.hoverable span {
  position: relative;
}
.hoverable span::before {
  color: var(--color);
  content: attr(data-hover);
  position: absolute;
  transform: translateY(250%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn1 {
  border-radius: 28px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.Hbtn1 .por {
  z-index: 3;
}
.Hbtn1 img {
  margin-left: 29px;
}
.Hbtn1::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 28px;
  background: #444545;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn1:hover {
  color: #fff;
}
.Hbtn1:hover::before {
  width: calc(100% - 22px);
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #444545;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box.sa form {
  left: auto;
  right: 50%;
}
.search-box.sa form input[type="submit"] {
  left: 15px;
  right: auto;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 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;
  padding-left: 3.6458vw;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
  width: 210px;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 3.28125vw;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  padding-top: 25px;
  backdrop-filter: blur(5px);
}
#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;
  color: #444545;
  font-weight: 500;
}
#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: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #444545;
  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: 18px;
  padding: 16px 32px;
  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: #444545;*/
  color: var(--color);
}
#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 .menuR {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .menuR .searchBox {
  color: #444545;
  border-bottom: 1px solid #e5e5e5;
  width: 236px;
  margin-right: 2.8646vw;
}
#header > .nav > .menu .menu-box .menuR .searchBox form {
  width: 100%;
  position: relative;
  padding-bottom: 7px;
}
#header > .nav > .menu .menu-box .menuR .searchBox form input {
  border: none;
  background-color: #fff;
}
#header > .nav > .menu .menu-box .menuR .searchBox form input::placeholder {
  color: #444545;
  font-size: var(--px18);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header > .nav > .menu .menu-box .menuR .searchBox form input[type="text"] {
  padding-right: 25px;
}
#header > .nav > .menu .menu-box .menuR .searchBox form input[type="text"]::placeholder {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menuR .searchBox form input[type="submit"] {
  width: 20px;
  height: 20px;
  background-image: url('../images/index_2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 5px;
  bottom: 8px;
}
#header > .nav > .menu .menu-box .menuR .line {
  border-left: 1px solid #ccc;
  height: 30px;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC {
  color: #444545;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC span {
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC img {
  width: 8px;
  height: 4px;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .menuR .contactBtn {
  height: 104px;
  background-color: #95979a;
  color: #fff;
  display: flex;
  padding: 0 3.125vw;
}
#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;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}
#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: #444545;*/
  color: var(--color);
}
#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: #444545;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
#banner {
 
  position: relative;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .swiper {
  height: 95vh;
}
#banner .banner-content .swiper ul li {
  overflow: hidden;
  width: 100%;
}
#banner .banner-content .swiper ul li .slide-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  left: 0;
  top: 0;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transition-timing-function: cubic-bezier(0.7, 0.01, 0.4, 1);
}
#banner .banner-content .swiper ul li .slide-inner div {
  width: 110%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--bg-url);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
#banner .banner-content .swiper ul li.swiper-slide-active .slide-inner div {
  animation: slideRightActive 10s linear forwards;
}
#banner .small {
  position: absolute;
  left: 9px;
  top: 60%;
  width: 250px;
}
#banner .small .swiper ul li img {
  border-radius: 57px;
  border: solid 4px #ffffff;
}
#banner .textContainer {
  top: -4.2vw;
  z-index: 6;
}
#banner .textContainer .box {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
}
#banner .textContainer .box .titl {
  color: #444545;
  line-height: 1;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  color: #535353;
}
#index-body .init-1 .container .textUp {
  color: ;
}
#index-body .init-1 .container .titleBox {
  padding-right: 2vw;
  padding-left: 2vw;
}
#index-body .init-1 .container .listBox {
  margin: 0 -2vw;
}
#index-body .init-1 .container .listBox .list {
  padding: 0 2vw;
}
#index-body .init-1 .container .listBox .list .bgBox {
  width: 100%;
  height: 100%;
  background-color: #e9ebee;
  color: #515151;
  overflow: hidden;
}
#index-body .init-1 .container .listBox .list .bgBox .titl {
  width: 100%;
  left: 0;
  bottom: 2.60416vw;
  z-index: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .init-1 .container .listBox .list .bgBox .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  width: 100%;
}
#index-body .init-1 .container .listBox .list .bgBox .bgImg {
  /*position: absolute;
  width: 100%;
  height: 100%;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-animation: clipToDown 0.5s linear;
  -moz-animation: clipToDown 0.5s linear;
  -o-animation: clipToDown 0.5s linear;
  animation: clipToDown 0.5s linear;
  opacity: 0;
  display: block;
  width: 100%;
}
#index-body .init-1 .container .listBox .list .bgBox .bgImg img {
  width: 100%;
  height: auto;
}
#index-body .init-1 .container .listBox .list .bgBox:hover {
  color: #fff;
}
#index-body .init-1 .container .listBox .list .bgBox:hover .img {
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
}
#index-body .init-1 .container .listBox .list .bgBox:hover .titl {
  text-align: center;
  bottom: 52%;
  transform: translateY(50%);
}
#index-body .init-1 .container .listBox .list .bgBox:hover .titl:hover {
  color: #444545;
}
#index-body .init-1 .container .listBox .list .bgBox:hover .bgImg {
  z-index: 2;
  opacity: 1;
  -webkit-animation: clipToUp 0.5s linear;
  -moz-animation: clipToUp 0.5s linear;
  -o-animation: clipToUp 0.5s linear;
  animation: clipToUp 0.5s linear;
}
#index-body .init-1 .container .listBox1 .list:last-child {
  margin-bottom: 0;
}
#index-body .init-1 .container .Hbtn {
  border-bottom: 1px solid #444545;
}
#index-body .init-2 .container .titleBox .titl .line {
  width: 212px;
  height: 2px;
  background-color: #444545;
}
/*#index-body .init-2 .swiper {
  width: 100vw;
}*/
#index-body .init-2 .swiper ul li {
  width: 25%;
}
#index-body .init-2 .swiper ul li img {
  display: block;
  margin: auto;
}
#index-body .init-2 .swiper ul li .titl:hover {
  color: var(--color);
}
#index-body .init-2 .swiperBtn .btn i {
  font-size: 34px;
}
#index-body .init-2 .swiperBtn .btn:hover {
  color: var(--color);
}
#index-body .init-2 .swiperBtn .btn {
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
}
#index-body .init-2 .swiperBtn .btn.prev {
  left: 0;
}
#index-body .init-2 .swiperBtn .btn.next {
  right: 0;
}
#index-body .init-3 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: relative;
}
#index-body .init-3 .container .left .titl {
  color: #444545;
}
#index-body .init-3 .container .left ul {
  margin: -0.83vw;
}
#index-body .init-3 .container .left ul li {
  padding: 0.83vw;
  width: 50%;
}
#index-body .init-3 .container .left ul li .list {
  background-color: #f6f7f8;
  border-radius: 8px;
  min-height: 150px;
}
#index-body .init-3 .container .left ul li .list .txt {
  color: #282828;
}
#index-body .init-3 .container .right .round {
  background-color: #474747;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  color: #fff;
}
#index-body .init-3 .container .right .round .num {
  font-size: var(--px156);
  line-height: 0.7;
}
#index-body .init-3 .map {
  top: 0;
  right: 0;
  z-index: -1;
  width: 63vw;
}
#index-body .init-4 {
  background: linear-gradient(to top, #fafafa, #ffffff);
}
#index-body .init-4 .container .right .items .item {
  border-bottom: 1px solid #e4e5e6;
  color: #432706;
}
#index-body .init-4 .container .right .items .item .menu {
  background-color: #a2a2a2;
  color: #fff;
}
#index-body .init-4 .container .right .items .item .titl:hover {
  color: var(--color);
}
#index-body .init-4 .container .right .items .item .btn:hover {
  transform: translateX(5px);
}
#index-body .init-4 .container .right .items .item .textBpx {
  width: calc(100% - 20px);
}
#index-body .init-4 .container .right .items .item .textBpx a.img-box {
  width: 17.6%;
}
#index-body .init-5 {
  background: linear-gradient(to top, #efefef, #fafafa);
}
#index-body .init-5 .formBox {
  margin: 0 auto;
  width: 100%;
  max-width: 590px;
  background-color: #fff;
  border-radius: 12px;
}
#index-body .init-5 .formBox form {
  color: #444545;
}
#index-body .init-5 .formBox form input {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d4d4d5;
}
#index-body .init-5 .formBox form input,
#index-body .init-5 .formBox form textarea {
  width: 100%;
}
#index-body .init-5 .formBox form input::placeholder,
#index-body .init-5 .formBox form textarea::placeholder {
  color: #444545;
}
#index-body .init-5 .formBox form textarea {
  min-height: 186px;
  border: 1px solid #d4d4d5;
  border-radius: 8px;
  padding-bottom: 80px;
}
#index-body .init-5 .formBox form .btnBox {
  position: absolute;
  bottom: 25px;
  right: 19px;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;

  background-color: #000;
  /*background-image: url('../images/footerBg.jpg');*/
}
#footer .fTop .item {
  line-height: 3.25;

    color: #bbbbbb;
}
#footer .fTop .item .link {
  font-weight: 500;
 
}
#footer .fTop .item .link a:hover {
  color: var(--color);
}
#footer .fTop .item1 {
  width: 27.5%;
  line-height: 2;
}
#footer .fTop .item1 .txt {
  line-height: 2;
}
#footer .fTop .item1 a.logo {
  width: 210px;
  display: inline-block;
}
#footer .fTop .item4 .titl {
  color: #696969;
  background-color: #fff;
  line-height: 39px;
  border-radius: 4px;
  display: inline-block;
}
#footer .fTop .item5 {
  max-width: 510px;
  width: 30%;
}
#footer .copyright {
  position: relative;
  font-weight: 400;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
 
}
#footer .copyright .container .left svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.5);
  position: relative;
  top: 4px;
}
#footer .copyright .container .left a {
  margin: 0 5px;
}
#footer .copyright .container .left a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .share {
  padding-bottom: 6px;
}
#footer .copyright .container .share a:hover {
  /*color: var(--color);*/
  /*box-shadow: 2px 3px 3px 3px rgba(149, 151, 154,.6);*/
}
@media (max-width: 1800px) {
  .container {
    width: 1690px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 1.5vw;
  }
  #header > .nav > .menu .menu-box .menuR .searchBox {
    width: 200px;
  }
  #banner .textContainer .box {
    max-width: 770px;
  }
  #index-body .init-3 .container .left {
    width: 60%;
  }
  #index-body .init-3 .container .left ul li .list {
    min-height: 130px;
  }
  #index-body .init-3 .container .right {
    width: 40%;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner .banner-content .swiper {
    height: 70vh;
  }
  #index-body .init-1 {
    padding: 20px;
  }
  #index-body .init-1 .container .listBox {
    width: 50%;
  }
  #index-body .init-1 .container .listBox1 .titleBox {
    padding-top: var(--px60);
    padding-bottom: var(--px50);
  }
  #index-body .init-1 .container .listBox1 {
    margin-bottom: var(--px40);
  }
  #index-body .init-1 .container .listBox4 {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  #banner {
    display: flex;
    flex-wrap: wrap;
  }
  #banner .banner-content .swiper {
    height: 60vh;
  }
  #banner .small {
    width: 200px;
    top: auto;
    position: static;
    padding-bottom: 20px;
  }
  #banner .textContainer {
    top: 0;
    padding: 15px;
    width: calc(100% - 200px);
  }
  #index-body .init-1 .container .titleBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #index-body .init-1 .container .listBox3 {
    margin-top: 1%;
  }
  #index-body .init-2 .swiperBox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-3 .container .right {
    margin-top: 20px;
    justify-content: center;
  }
  #index-body .init-3 .container .right .flex {
    justify-content: center;
  }
  #index-body .init-3 .container .right .round {
    width: 270px;
    height: 270px;
  }
  #index-body .init-4 .right {
    margin-top: 20px;
  }
  #footer .fTop .item1 {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .fTop .item5 {
    width: 60%;
  }
}
@media (max-width: 700px) {
  #banner .textContainer {
    width: 100%;
  }
  #banner .small {
    margin-top: 15px;
  }
  #index-body .init-1 .container .listBox {
    width: 49%;
    padding-top: 0;
    margin: 0;
  }
  #index-body .init-1 .container .listBox .bgBox .bgImg img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
  #index-body .init-1 .container .listBox3 {
    margin-top: var(--px30);
  }
  #index-body .init-1 .container .listBox .list {
    padding: 0;
  }
  #index-body .init-1 .container .titleBox {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #index-body .init-3 .container .left ul li .list {
    min-height: 160px;
  }
  #index-body .init-4 .container .right .items .item .textBpx {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container .right .items .item .textBpx .text {
    width: 100%;
    text-align: center;
  }
  #index-body .init-4 .container .right .items .item .textBpx .text .dateBox {
    justify-content: center;
  }
  #index-body .init-4 .container .right .items .item .textBpx a.img-box {
    margin: 10px auto;
    width: 35%;
  }
  #footer .fTop .item5 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .listBox {
    width: 100%;
    padding-top: var(--px40);
  }
  #index-body .init-3 .container .left ul {
    margin: 0;
  }
  #index-body .init-3 .container .left ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #index-body .init-3 .container .left ul li .list {
    min-height: auto;
    padding-bottom: 15px;
  }
  #index-body .init-3 .container .right .flex img {
    width: auto;
  }
}

.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 120px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 110px;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
  background-image: none;
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f6f6f6;
  color: black;
}
.inner-banner .ui.container{
  max-width: 1700px;
}
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: var(--px30);
  line-height: 1.8;
  font-weight: 900;
  color: var(--color);
}
.inner-banner .text .mbx { 
  font-size:14px;
  margin-top: 12px;
  color: #666;
}
.inner-banner .text .mbx a {
  padding-right: 10px;
  padding-left: 10px;
}
.inner-banner .text .mbx a:first-child {
  padding-left: 0;
}
.inner-banner .text .mbx span {
  padding-left: 10px;
}
.inner-banner::after {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);*/
}
.inner-banner.factory_banner::after{
  content: none;
}

.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 40px;
  width: 100%;
  margin-top: 60px;
}

/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: var(--px18);
  color: #444545;
  line-height: 1.5;
}
.about-page .about-1 .left .con .eagImg {
  /*border-radius: 15px;*/
}
.about-page .about-1 .left .con .eagImg:hover {
  /*box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.2);*/
  filter: drop-shadow(0 8px 10px rgba(124, 124, 124, 0.5));
}

.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}

.about-page .about-1 .img-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}

.about-page .about-1 .play:hover {
  background: #cca255
}

.about-page .about-1 .play i {
  position: relative;
  left: 3px;
}

.about-page .about-1 .right .data {
  margin-top: 20px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 60px 30px;
}

.about-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-page .about-1 .right .data ul li {
  display: inline-block;
 
  color: #161616;
  font-size: var(--px18);
  line-height: 1.8;
}

.about-page .about-1 .right .data ul li span {
  line-height: 1.8;
}

.about-page .about-1 .right .data ul li .num {
  font-size: var(--px60);
  line-height: 0.6;
  transition: .5s;
  margin-top: 10px
}

.about-page .about-1 .right .data ul li:hover .num {
  color: #cca255
}

.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}

.about-page .about-6 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-page .about-6 ul li {
  width: 33.3%;
  position: relative;
}

.about-page .about-6 ul li img {
  min-height: 500px;
  object-fit: cover;
}

.about-page .about-6 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4.166vw;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-page .about-6 ul li .text .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}

.about-page .about-6 ul li .text .box .cont {
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
}

#index-body .i-why {
  background: #f5f5f5
}

#index-body .i-why .top {
  margin-bottom: 54px;
}

#index-body .i-why .top .left .i-title {
  display: inline-block;
}

#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}

#index-body .i-why .top .right {
  padding-left: 70px;
}

#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}

#index-body .i-why .top .right .des.active {
  display: block
}

#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}

#index-body .i-why .wrap .left ul {
  margin: -13px;
}

#index-body .i-why .wrap .left ul li {
  padding: 13px;
}

#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}

#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  /*-webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);*/
}

#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}

#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: var(--px20);
  line-height: 1.5;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}

#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: var(--color);
  color: #fff;
}

#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}

#index-body .i-why .wrap .right ul li {
  height: 415px;
}

#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .about-7 {
  position: relative;
}

.about-page .about-7 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff
}

.about-page .about-7 .text .box {

  margin: 0 0 0 auto;
  text-align: center;
}

.about-page .about-7 .Hbtn {
  color: #fff;
  border-color: #fff;
}

.about-page .about-7 .Hbtn:hover {
  border-color: var(--color);
}

.advantage .pr {
  position: relative;
}

.advantage .top .btn {
  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;
}

.advantage .top .btn .more {
  position: relative;
}

.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.advantage .header {
  text-align: left;
}

.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}

.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.advantage2 .content ul li {
  width: 16%;
  overflow: hidden;
}

.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 480px;
}

.advantage .content ul li .ig i {
  display: block;
}

.advantage .content ul li .ig .tit {
  position: absolute;
  /*text-transform: uppercase;*/
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  font-weight: 500;
}

.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  transition: all .3s linear;
  /*-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);*/
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}

.advantage .content ul li.active {
  width: 50%;
}

.advantage .content ul li.active .box .t1 {
  line-height: 1.2;
  color: var(--color);
  font-size: 36px;
  font-weight: 500;
}

.advantage .content ul li.active .box .cont {
  margin-top: 30px;
  color: #666;
  line-height: 1.5;
}

.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.advantage .content ul li.active .tit {
  opacity: 0;
}

.about-page .about-5 {
  padding: 0% 0 0%;
  overflow-x: hidden;
}

.about-page .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}

.about-page .about-5 .title {
  font-size: var(--px60);
  line-height: 1;
  font-weight: 900;
  color: #323232;
}
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding: 0 10px;*/
}

.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}

.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}

.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .right .data ul li .num {
    line-height: 1;
  }
  .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }

  .about-page .about-1 .right {
    padding-left: 30px;
  }

  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  #index-body .i-why .wrap .right {
    display: none;
  }

  #index-body .i-why .wrap .left {
    width: 100%;
  }
  .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
} 
@media screen and (max-width: 1000px){
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }

  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    padding-left: 0;
    width: 100%;
  }
  .about-page .about-1 .right .data ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .about-page .about-6 ul li {
    width: 50%
  }
  #index-body .i-why .top .left {
    width: 100%;
  }

  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }

  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
  .about-page .about-7 .text .box {
    width: 100%
  }
  .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }

  .advantage .content ul li .ig .tit {
    display: none;
  }

  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .advantage .content ul li.active {
    width: 50%;
  }

  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }
   .about-page .about-5 .content ul {
    margin-right: -40px;
  }

  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }

}
@media screen and (max-width: 700px) {
  .about-page .about-6 ul li {
    width: 90%;
  }
  .about-page .about-6 ul li img {
    margin: auto;
    display: block;
  }
  .about-page .about-7>img {
    height: 320px;
    object-fit: cover;
  }

  .about-page .about-7 .text {
    bottom: 40px
  }

  .about-page .about-5 .content ul {
    margin-right: -20px;
  }

  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }

  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }

  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }

  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .right .data ul li {
    width: 100%;
    text-align: center;
  }
  .about-page .about-7>img {
    height: 420px
  }
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }

  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }

  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }

  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}
.manufacture-page .manu-1 .right {
  width: 100%;
}
.manufacture-page .manu-1 .right .des {
  line-height: 30px;
}
.manufacture-page .manu-1 .right .box {
  position: relative;
}
.manufacture-page .manu-1 .right .box img {
  max-width: 600px;
  width: 40%;
}
.manufacture-page .manu-1 .right .box .h4 img {
  vertical-align: middle;
  margin-right: 35px;
}
.manufacture-page .manu-1 .right .box ul li {
  color: #444545;
  opacity: 0.7;
  -webkit-transition: 0.3;
  -moz-transition: 0.3;
  transition: 0.3;
  font-weight: 500;
}
.manufacture-page .manu-1 .right .box ul li em {
  font-weight: 500;
  font-size: var(--px35);
  margin-right: 30px;
  vertical-align: middle;
  position: relative;
}
.manufacture-page .manu-1 .right .box ul li em::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
  background-color: white;
}
.manufacture-page .manu-1 .right .box ul li:hover {
  opacity: 1;
}
.manufacture-page .manu-1 .right .box::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;

  height: 120%;

}
.manufacture-page .manu-2 {
  position: relative;
}
.manufacture-page .manu-2 .ui.container {
  z-index: 3;
}
.manufacture-page .manu-2 p.text {
  line-height: 30px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manu-2 ul {
  color: white;
}
.manufacture-page .manu-2 .bottom {
  color: white;
}
.manufacture-page .manu-2 .bottom .more {
  background-color: white;
  color: black;
}
.manufacture-page .manu-2 .bottom .more span {
  background-color: #444545;
  color: white;
}
.manufacture-page .manu-2 .bottom .more:hover {
  background-color: var(--color);
  color: white;
}
.manufacture-page .manu-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-color: #444545;
}
.factory-page .manu-3 ul li {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.factory-page .manu-3 ul li .icon {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 102px;
  margin: 25px auto;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  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;
}
.factory-page .manu-3 ul li .icon img {
  vertical-align: middle;
}
.factory-page .manu-3 ul li .icon::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 350%;
  height: 1px;
  background-color: #e7e7e7;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
}
.factory-page .manu-3 ul li .icon::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 350%;
  height: 1px;
  background-color: #e7e7e7;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
}
.factory-page .manu-3 ul li p {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.factory-page .manu-3 ul li:hover {
  color: #444545;
}
.factory-page .manu-3 ul li:hover p {
  opacity: 1;
}
.factory-page .manu-3 ul li:hover .icon {
  background-color: #444545;
}
.manufacture-page .manu-4 .ui.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.manufacture-page .manu-4 .left {
  width: 47%;
  padding-left: 7%;
}
.manufacture-page .manu-4 .left .text {
  line-height: 30px;
}
.manufacture-page .manu-4 .left ul li {
  position: relative;
  padding-right: 60px;
  margin-bottom: 40px;
}
.manufacture-page .manu-4 .left ul li img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manufacture-page .manu-4 .right {
  width: 53%;
}
.manufacture-page .manu-4 .right img {
  width: 100%;
}
.manufacture-page .manu-5 .text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manu-5 ul li img {
  margin: auto;
}
@media screen and (max-width: 1450px){
  .manufacture-page .manu-4 .left {
    padding-left: 3%;
  }
  .manufacture-page .manu-1 .right .box::after {
    width: 110px;
  }
}
@media screen and (max-width: 1250px){
  
  .manufacture-page .manu-1 .left {
    width: 100%;
  }
  .manufacture-page .manu-1 .left img {
    display: block;
    margin: auto;
  }
  .manufacture-page .manu-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .manufacture-page .manu-4 .right {
    display: none;
  }
  .manufacture-page .manu-4 .left {
    width: 100%;
    text-align: left;
  }
  .manufacture-page .manu-4 .left ul li {
    padding-left: 60px;
    padding-right: 0;
  }
  .manufacture-page .manu-4 .left ul li img {
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .manu-3 ul li p {
    opacity: 1;
  }
  .factory-page .manu-3 ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .manufacture-page .manu-1 .right .box img {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .factory-page .manu-3 .top .left {
    width: 100%;
  }
  .factory-page .manu-3 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .manufacture-page .manu-1 .right .box ul li {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .manufacture-page .manu-1 .right .box ul li em {
    margin-right: 15px;
  }
  .manufacture-page .manu-1 .right .box img {
    width: 100%;
  }
}

.why-page .why-1 .ny-title {
  margin-top: 0;
}
.why-page .why-1 .right {
  padding-right: 40px;
  width: 50%;
}
.why-page .why-2 ul li {
  border-right: 1px solid #ccc;
}
.why-page .why-2 ul li i {
  line-height: 99px;
  display: block;
}
.why-page .why-2 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.why-page .why-2 ul li:first-child {
  padding-left: 0;
}
.why-page .why-2 ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.why-page .why-3 {
  background-image: url(../images/88.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.146% 0 8.8021%;
  color: #fff;
}
.why-page .why-3 .box {
  max-width: 684px;
}
.why-page .why-4 .ny-title {
  margin-top: 0;
}
.why-page .why-4 ul li {
  border-bottom: 1px solid #ccc;
  z-index: 1;
  padding-left: 36px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.why-page .why-4 ul li .text {

  padding-right: 100px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.why-page .why-4 ul li .text .con {
  line-height: 1.8;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.why-page .why-4 ul li .icon {
  right: 58px;
  width: 27px;
  height: 27px;
  background-color: #cccccc;
  font-size: 20px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.why-page .why-4 ul li .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background-size: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.why-page .why-4 ul li.active .text {
  padding: 28px 0 0 0;
}
.why-page .why-4 ul li.active .text .title {

  font-size: 42px;
}
.why-page .why-4 ul li.active .text .con {
  display: block;
}
.why-page .why-4 ul li.active .icon {
  width: 47px;
  height: 47px;
  right: 48px;
  background-color: #ffffff;
  color: var(--color);
  line-height: 47px;
}
.why-page .why-4 ul li.active .icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.why-page .why-4 ul li.active .bg {
  opacity: 1;
}
.why-page .why-5 .header {
  max-width: 894px;
  margin: 0 auto;
}
.why-page .why-5 .ny-title {
  margin-top: 0;
}
.why-page .why-5 .con {
  line-height: 1.8;
}
.why-page .why-6 {
  padding-bottom: 7.96875%;
}
.why-page .why-6 .ny-title {
  margin-top: 0;
}
.why-page .why-6 ul li {
  position: relative;
}
.why-page .why-6 ul li i {
  width: 140px;
  height: 140px;
  border: solid 1px #999999;
  border-radius: 50%;
}
.why-page .why-6 ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 1px;
  height: 158px;
  background-color: #cccccc;
}
.why-page .why-6 ul li:last-child::after {
  display: none;
}
.why-page .why-6 ul li:hover i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.why-page .why-6 ul li:hover i {
  background: var(--color);
  border-color: var(--color);
}
/*.why-page .why-6 ul li:hover i img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}*/
@media screen and (max-width: 1250px){
  
  .why-page .why-2 ul {
    margin-bottom: -20px;
  }
  .why-page .why-2 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .why-page .why-2 ul li:nth-child(even) {
    border-right: 0;
  }
  .why-page .why-6 ul {
    margin-bottom: -20px;
  }
  .why-page .why-6 ul li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 3.2vw;
  }
  .why-page .why-6 ul li:nth-child(even)::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  
  .why-page .why-4 ul li {
    padding-left: 18px;
  }
  .why-page .why-4 ul li .text {
    padding-right: 60px;
    max-width: 380px;
  }
  .why-page .why-4 ul li .icon {
    right: 20px;
  }
  .why-page .why-4 ul li.active .icon {
    right: 20px;
  }
  .why-page .why-6 ul li:last-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  
  .why-page .why-2 ul li {
    width: 100%;
    padding: 0 !important;
    border-right: 0;
  }
  .why-page .why-4 ul li .text {
    max-width: 100%;
    padding-right: 15px;
    color: #fff;
  }
  .why-page .why-4 ul li .text .con {
    display: block;
  }
  .why-page .why-4 ul li .icon {
    display: none;
  }
  .why-page .why-4 ul li .bg {
    opacity: 1;
  }
  .why-page .why-4 ul li .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .why-page .why-6 ul li {
    width: 100%;
    padding: 0 !important;
  }
  .why-page .why-6 ul li::after {
    display: none;
  }
}

.production-page {
  background-color: #f6f6f7;
}
.production-page .production-1 .h5 {
  line-height: 2;
}
.production-page .production-1 .txt {
  text-shadow: 0 0 black;
}
.production-page .production-1 .txt em {
  color: var(--color);
}
.production-page .production-1 .txt p:last-child {
  margin-bottom: 0;
}
.production-page .production-2 {
  overflow: hidden;
}
.production-page .production-2 .title {
  position: relative;
  z-index: 2;
  max-width: 1160px;
}
.production-page .production-2 .title i {
  font-size: 384px;
  color: #e7e7e7;
  line-height: 1;
  position: absolute;
  left: -90px;
  top: -41px;
  z-index: -1;
  font-style: italic;
}
.production-page .production-2 ul .slick-list {
  padding-bottom: 40px;
}
.production-page .production-2 ul li .box {
  background-color: white;
  padding: 30px 35px 55px;
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.production-page .production-2 ul li .box .num {
  position: absolute;
  right: 13px;
  line-height: 1;
  bottom: 0;
  opacity: 0.04;
}
.production-page .production-2 ul li:hover .box {
  background-color: var(--color);
}
.production-page .production-2 ul li:hover .box .h5,
.production-page .production-2 ul li:hover .box .txt {
  color: white;
}
.production-page .production-2 ul li:hover .box .num {
  opacity: 0.17;
  color: #f6f6f7;
}
.production-page .production-2 ul .slick-slide:nth-child(even) li {
  margin-top: 40px;
}

.production-page .production-3 {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.production-page .production-3 .list {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
}
.production-page .production-3 ul {
  -webkit-animation: scroll_Up 20s linear infinite;
  -moz-animation: scroll_Up 20s linear infinite;
  animation: scroll_Up 20s linear infinite;
}
.production-page .production-3 ul .slick-slide > div {
  height: unset !important;
}
.production-page .production-3 ul li {
  margin-bottom: 20px;
}
.production-page .production-3 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.production-page .production-3 ul li a img {
  max-height: 60px;
}
.production-page .production-3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f7), to(transparent));
  background: -webkit-linear-gradient(top, #f6f6f7, transparent);
  background: -moz-linear-gradient(top, #f6f6f7, transparent);
  background: linear-gradient(to bottom, #f6f6f7, transparent);
}

.service-page .service-3 .top ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 6px 0;
}
.service-page .service-3 .top ul li .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .top ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #898989;
}
.service-page .service-3 .top ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.service-page .service-3 .top ul li:hover {
  color: var(--color);
}
.service-page .service-3 .top ul li:hover::after {
  width: 100%;
}

.service-page .service-3 .bottom .left {
  width: 40%;
}
.faq-page.service-page .service-3 .bottom .left{
  position: sticky;
  top: 150px;
}
.service-page .service-3 .bottom .right {
  width: 60%;
}
.service-page .service-3 .bottom ul li .h5 {
  border-bottom: 1px solid black;
  padding-bottom: 6px;
}
.service-page .service-3 .bottom ul li .txt {
  margin-top: 14px;
}
.service-page .service-3 .bottom ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .production-page .production-3 ul li a {
    height: 100px;
  }
  .service-page .service-3 .bottom ul li .h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .production-page .production-1 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .production-page .production-3 ul li a {
    height: 78px;
  }
  .production-page .production-3 {
    height: 300px;
  }
  .production-page .production-2 .title i {
    font-size: 256px;
    left: -48px;
  }
  .service-page .service-3 .bottom .left {
    width: 100%;
    padding: 0;
  }
  .faq-page.service-page .service-3 .bottom .left{
    position: relative;
    top: 0;
  }
  .service-page .service-3 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .production-page .production-1 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-page,.prodet-page {
  background: #f6f6f7;
}

.product-page .init-1 .containerC .cateCont {
  width: 440px;
  background-color: white;
  padding: 3.64583vw 1.04vw 3.64583vw 2.604vw;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
  font-weight: 500;
  margin-bottom: 30px;
}
.product-page .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #343639;
  display: block;
  font-size: var(--px18);
  line-height: 1.8;
  font-weight: 500;
  padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.product-page .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 30px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a em{
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 19px;
  display: inline-block;
  margin-right: 3px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a em i{
  opacity: 0;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li a.active em i{
  opacity: 1;
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page .init-1 .containerC .cateCont .more {
  width: 100%;
}
.product-page .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 3.64583vw;
}
.product-page .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
  font-weight: 500;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
  background-color: var(--color);
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul {
  margin: 0 calc(-0.5729vw - 14px);
}
.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
  padding: 0 var(--px25);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 10px 1.5625vw;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: 500;

}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  font-weight: 500;
  line-height: 1.4;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {

}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0;
  background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {

  padding: 10px 15px;
  background: transparent;
  color: black;
  border: none;
  height: auto;
  line-height: normal;
  font-size: 18px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 17px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
  background-size: contain;
    background-repeat: no-repeat;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 380px;
  overflow-y: auto;
  padding-right: 4px;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
  .product-page .init-1 .containerC .cateCont {
    width: 330px;
  }
  .product-page .init-1 .containerC .listContC {
    width: -webkit-calc(-340%);
    width: -moz-calc(-340%);
    width: calc(100% - 330px);
  }
}

@media (max-width: 1450px) {
  .product-page .init-1 .containerC .listContC .titleC form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }

  .product-page .init-1 .containerC .listContC .titleC .cat {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
  }

  .product-page .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .product-page .init-1 .containerC .cateCont {
    display: none;
  }

  .product-page .init-1 .containerC .listContC {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1000px){
  .product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
    min-height: auto;
    line-height: 1.8;
  }
  .product-page .init-1 .containerC .listContC .titleC form {
    display: none;
  }
}
@media (max-width: 700px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 22px;
  }
}

@media (max-width: 500px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 16px;
  }

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

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

.m-page a,
.m-page span {
  font-size: 18px;
  color: white;
  display: inline-block;
  width: 37px;
  height: 37px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 10px 0 10px;
  text-align: center;
  line-height: 37px;
  font-weight: 500;
  background: black;
  margin: 0 5px;
}

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


.prodet-page .prodet-1 .left {
  width: 52.5%;
}

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

.prodet-page .prodet-1 .right .desc {
  color: #686868;
  position: relative;
  padding-left: 20px;
}

.prodet-page .prodet-1 .right .desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 3px;
}

.prodet-page .prodet-1 .right h1 {
  line-height: 1.6;
  font-weight: 500;
}

.prodet-page .prodet-1 .right .line {
  width: 100%;

  background-color: #b0b0b0;
}

.prodet-page .prodet-1 .right .btn a {
  min-width: 220px;
  text-align: center;
}

.prodet-page .prodet-1 .right .btn a:nth-child(2) {
  background-color: black;
  border-color: black;
}

.prodet-page .prodet-1 .right .btn a:nth-child(2):hover {
  background-color: transparent;
  color: black;
}

.prodet-page .prodet-1 .right .Auxil-through {
  max-width: 450px;
}

.prodet-page .prodet-1 .right .Auxil-through a {
  display: block;
  background-color: #e9e9e9;
  padding: 7px 12px 3px;
  margin-bottom: 9px;
  color: #6e6e6e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.prodet-page .prodet-1 .right .Auxil-through a:hover {
  background-color: var(--color);
  color: white;
}

.prodet-page .prodet-1 .gallery {
  width: 15%;
}

.prodet-page .prodet-1 .gallery .prev,
.prodet-page .prodet-1 .gallery .next {
  width: 100%;
  height: 36px;
  background-color: #f0f0f1;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  cursor: pointer;
}

.prodet-page .prodet-1 .gallery ul {
  margin: -10px 0;
  padding: 20px 0;
}

.prodet-page .prodet-1 .gallery ul li {
  padding: 10px 0;
}

.prodet-page .prodet-1 .gallery ul li a {
  display: block;
  background-color: white;
}

.prodet-page .prodet-1 .gallery .slick-track {
  width: 100% !important;
}

.prodet-page .prodet-1 .big {
  width: 81.5%;
}
.prodet-page .prodet-1 .big .play-btn {
  top: auto;
  left: auto;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  bottom: 40px;
  right: 40px;
}
.prodet-page .prodet-1 .big a {
  display: block;
  background-color: white;
}

.prodet-page .prodet-1 .big ul,
.prodet-page .prodet-1 .big li {
  width: 100%;
}

.prodet-page .prodet-2 ul.option {
  border-bottom: 1px solid #767676;
}

.prodet-page .prodet-2 ul.option em {
  font-weight: normal;
  color: var(--color);
  margin-right: 15px;
}

.prodet-page .prodet-2 ul.option li {
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-2 ul.option li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 6px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.prodet-page .prodet-2 ul.option li.active::after {
  width: 100%;
}

.prodet-page .prodet-2 ul.option li:last-child {
  font-weight: 500;
  margin-right: 0;
}

.prodet-page .prodet-2 .box .item {
  line-height: 34px;
}
@media screen and (max-width: 1250px){
  
  .prodet-page .prodet-1 .right .line {
    margin: 20px 0;
  }

  .prodet-page .prodet-1 .right .btn a {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  
  .prodet-page .prodet-1 .right .btn a {
    zoom: 0.6;
  }

  .prodet-page .prodet-1 .gallery {
    width: 18%;
  }

  .prodet-page .prodet-1 .big {
    width: 80%;
  }

  .prodet-page .prodet-1 .gallery ul li {
    padding: 3px 0;
  }

  .prodet-page .prodet-1 .gallery ul {
    margin: -3px 0;
    padding: 7px 0;
  }

  .prodet-page .prodet-1 .gallery .prev,
  .prodet-page .prodet-1 .gallery .next {
    height: 22px;
    line-height: 22px;
  }

  .prodet-page .prodet-2 ul.option em {
    margin-right: 5px;
  }

  .prodet-page .prodet-2 ul.option {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .prodet-page .prodet-2 ul.option li {
    width: 100%;
    margin-bottom: 12px;
  }
}
.Auxil-through a span:hover {
  color: var(--color);
}

.factory-page .factory-1 .slickBtn div {
  border-radius: 0;
  background-color: transparent;
  color: black;
  border: 1px solid #a7a7a7;
}

.factory-page .factory-1 .slickBtn div:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}

.factory-page .factory-1 .list ul li .box {
  background-color: #f6f6f7;
  padding: 33px 22px;
}

.factory-page .factory-1 .list ul li .box .icon {
  width: 175px;
  height: 175px;
  background-color: white;
  border-radius: 10px;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.factory-page .factory-2 {
  background-color: #fbfbfb;
}

.factory-page .factory-2 .txt {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.factory-page .factory-2 ul li img {
  border-radius: 2px;
}

.factory-page .factory-3 {
  background-color: var(--color);
}

.factory-page .factory-3 ul li .box {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
}

.factory-page .factory-4 {
  background-color: #f6f6f7;
}

.factory-page .factory-4 .slickDots ul li {
  background-color: #a7a7a7;
  border: none;
}

.factory-page .factory-4 .slickDots ul li.slick-active {
  background-color: var(--color);
}
@media screen and (max-width: 1700px){
  .factory-page .factory-3 ul li .box {
    width: 285px;
    height: 285px;
  }
}
@media screen and (max-width: 1450px){
  .factory-page .factory-3 ul li .box {
    width: 245px;
    height: 245px;
  }
}
@media screen and (max-width: 1250px) {
   .factory-page .factory-1 .list ul li .box .icon {
    width: 100px;
    height: 100px;
  }

  .factory-page .factory-3 ul li .box {
    width: 200px;
    height: 200px;
  }
  .factory-page .factory-3 ul li .box .icon {
    max-width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  
  .factory-page .factory-1 .left {
    width: 100%;
    padding: 0;
  }

  .factory-page .factory-1 .right {
    width: 100%;
    margin-top: 30px;
  }

  .factory-page .factory-3 ul li .box {
    width: 160px;
    height: 160px;
  }

  .factory-page .factory-3 ul li .box .icon img {
    max-height: 40px;
  }

}
@media screen and (max-width: 700px) {
  .factory-page .factory-3 ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .factory-page .factory-3 ul li .box {
    margin: auto;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .factory-page .factory-3 ul li {
    width: 50%;
  }
  .factory-page .factory-1 .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .factory-page .factory-1 .list ul li .box .icon {
    width: 100%;
  }

  .factory-page .factory-1 .list ul li .box .content {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .gallery-page ul li {
    width: 33.33%
  }
}
@media screen and (max-width: 700px) {
  .gallery-page ul li {
    width: 50%
  }
}
@media screen and (max-width: 500px) {
  .gallery-page ul li {
    width: 100%
  }
}
.faq-page.service-page .service-3 .bottom .left {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1000px) {
  .faq-page.service-page .service-3 .bottom .left {
    position: relative;
    top: 0;
  }
}

.news-page,
.newdet-page,
.contact-page {
  background: #f6f6f7;
}

.news-page .news-1 .left {
  width: 23%;
}

.news-page .news-1 .left ul li.active {
  color: var(--color);
}

.news-page .news-1 .right {
  width: 77%;
}

.news-page .news-1 .right ul li {
  overflow: hidden;
}

.news-page .news-1 .right ul li .time {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
}
.news-page .news-1 .right ul li a.des:hover {
  color: var(--color);
}
.news-page .news-1 .right ul li .more {
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.news-page .news-1 .right ul li:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .news-page .news-1 .right ul li {
    width: 50%;
  }
  #innerMobileBanner .banner2.colorWhite {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .right {
    width: 100%;
  }

  .news-page .news-1 .left {
    display: none;
  }

  .news-page .news-1 .right ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-1 .right ul li {
    width: 100%;
  }

  .news-page .news-1 .right ul li .more {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.contact-page {
  padding-bottom: 0;
}



.contact-page .contact-1 .top .left {
  padding-right: 5%;
}

.contact-page .contact-1 .top .right ul li {
  /*max-width: 160px;*/
  padding-right: 20px;

}

.contact-page .contact-1 .top .right ul li:nth-child(3n) {
  margin-right: 0;
}

.contact-page .contact-1 .top .right ul li h5 {
  font-size: 24px;
  line-height: 1.8;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact-page .contact-1 .top .right ul li span {
  font-size: 20px;
  line-height: 30px;
}

.contact-page .contact-form {
  width: 100%;
  max-width: 1000px;

  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 3vw;
}

.contact-page .contact-form h3 {
  font-size: 48px;

}

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

.contact-page .contact-form form {
  margin-top: 1vw;
}

.contact-page .contact-form form 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}

.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}

.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:last-child {
  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;
}

.contact-page .contact-form form ul li:last-child p {
  font-size: 16px;

  color: rgba(255, 255, 255, 0.4);
  max-width: 70%;
}

.contact-page .contact-form form ul li label {
  font-size: 20px;

  color: white;
  margin-bottom: 10px;
  display: inline-block;
 
}

.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 16px;

}

.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  text-align: center;
  font-size: 16px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
 
 
  border: 1px solid transparent;
}

.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: transparent;

  border-color: var(--color);
}

.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;

}

.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.agent-page .agent-1 {
  overflow-x: hidden;
}
.agent-page .agent-1 ul {
  margin: 4.166vw -20px 0;
}

.agent-page .agent-1 ul li {
  padding: 2.083vw 20px;
}

.agent-page .agent-1 ul li .box {
  text-align: center;
}

.agent-page .agent-1 ul li .box .img {
  width: 200px;
  height: 200px;
  /*border-radius: 50%;*/
  background-color: var(--color);
  position: relative;
  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;
  margin: 0 auto;
}

.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  border: 1px dashed var(--color);
}

.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 4.166vw 0 2.0833vw;
}

.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .top .right ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .top .right {
    margin-top: 20px;
  }
  .contact-page .contact-1 .top .right ul li {
    margin-right: 0;
  }

  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }

  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }

  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }

  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin-bottom: 40px;
  }
  .agent-page .agent-1 ul li .box .img {
    width: 22vw;
    height: 22vw;
  }
  .agent-page .agent-1 ul li .box .img img{
    max-width: 7vw;
  }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-form form ul li {
    width: 100%;
  }

  .contact-page .contact-form {
    padding: 60px 30px;
  }

  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
}


/**/
.dx{
  text-transform: uppercase;

}
#index-body .init-5 .formBox form input[type="text"]::placeholder {
  color: #95979a; 
}

#index-body .init-5 .formBox form textarea::placeholder {
  color: #95979a; 
  
}