@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #d5af7d;
}
.container {
  width: 1570px;
  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:first-child {
  white-space: nowrap;
}
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;
  }
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box.sa form {
  left: auto;
  right: 50%;
}
.search-box.sa form input[type="submit"] {
  left: 15px;
  right: auto;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding-top: 30px;
  padding-bottom: 20px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: 6.61458vw;
}
#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: 60px;
  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:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  margin-top: 4px;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 41px;
  height: 25px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: 12px;
  height: 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header .actived > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #333;
}
#banner .swiper ul li {
  height: 100vh;
  position: relative;
  color: #fff;
}
#banner .swiper ul li .videoBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#banner .swiper ul li .videoBox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#banner .swiper ul li .videoBox video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#banner .swiper ul li .container {
  height: 100%;
}
#banner .swiper ul li .container .titl {
  line-height: 1.125;
  width: 100%;
  max-width: 1250px;
}
#banner .swiper ul li .container form {
  width: 100%;
  max-width: 570px;
  height: 70px;
  background-color: #fff;
}
#banner .swiper ul li .container form input {
  border: solid 1px #d6af7d;
  background-color: #fff;
}
#banner .swiper ul li .container form .search {
  width: calc(100% - 70px);
  height: 100%;
  color: #000;
}
#banner .swiper ul li .container form .search::placeholder {
  color: #4e4e4e;
  opacity: 0.3;
}
#banner .swiper ul li .container form .btn {
  width: 70px;
  height: 100%;
  background-image: url('../images/bannerSeach.png');
  background-repeat: no-repeat;
  background-position: center;
}
#banner .swiper ul li .container form .btn:hover {
  background-color: var(--color);
  background-image: url('../images/bannerSeach1.png');
}
#banner .swiper ul li.swiper-slide-active .titl {
  /*-webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;*/
}
#banner .swiper ul li.swiper-slide-active .txt {
  /*-webkit-animation: clipToLeft 1s linear;
  -moz-animation: clipToLeft 1s linear;
  -o-animation: clipToLeft 1s linear;
  animation: clipToLeft 1s linear;*/
}
#banner .swiper ul li.swiper-slide-active form {
  /*-webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;*/
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  background-color: #ecf2f7;
}
#footer .copyright .container {
  padding-top: 31px;
  padding-bottom: 31px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #272727;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: calc(100% - 37px);
  position: relative;
  top: 0;
  color: #272727;
  margin-right: 10px;
}

#footer .font-16 {
  line-height: 28 / 16;
}

#footer .line {
  border-bottom: 1px solid currentColor;
}

#footer .footer-top .form ul {
  margin: -5px;
}

#footer .footer-top .form li {
  padding: 5px;
}

#footer .footer-top .form input {
  width: 100%;
  padding: 1.2em;
  border: 0;
  background-color: #f2f2f2;
}

#footer .footer-top .form input[type="submit"] {
  font-weight: 800;
  background-color: var(--color);
  color: #FFFFFF;
}
#footer .footer-top .form input[type="submit"]:hover {
  background-color: #333;
}
#footer .footer-center #ewm {
  width: 180px;
	height: 180px;
}
#footer .footer-center .share {
  color: var(--color);
}
#footer .footer-center .share a:hover {
  transform: translateY(-3px);
}
@media (max-width: 1000px){
  #footer .footer-top .form li {
    width: 50%;
  }

  #footer .footer-top .form input {
    padding: 1em;
  }
}
@media (max-width: 500px) {
  #footer .footer-top .form li {
    width: 100%;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 25px;
  }
}
@media (max-width: 1250px) {
  #banner .swiper ul li {
    height: 600px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li {
    height: 500px;
  }
  #footer .footer-center .footer-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  #banner .swiper ul li .container form {
    height: 50px;
  }
}
.Hbtn,.inner-page .Hbtn {
  background-color: #3f4648;
  box-shadow: 0px 4px 15px 1px rgba(26, 29, 134, 0.18);
  border-radius: 20px;
  color: #fff;
  line-height: 1.5;
}
.Hbtn:hover,.inner-page .Hbtn:hover{
  background-color: var(--color);
}
.Hbtn1,.inner-page .Hbtn1 {
  background-color: var(--color);
  box-shadow: 0px 4px 15px 1px rgba(26, 29, 134, 0.18);
  border-radius: 20px;
  color: #fff;
  line-height: 1.5;
}
.Hbtn1:hover,.inner-page .Hbtn1:hover {
  background-color: #3f4648;
}
.home-1 .cate li a {
  display: inline-block;
  padding: 0.65em 2.5em;
  border-radius: 3em;
  background-color: #FFFFFF;
  color: var(--color);
  border: 1px solid var(--color);
  box-shadow: 0 0 20px rgba(26, 29, 134, 0.3);
  transition: 0.5s;
}

.home-1 .cate li.active a,.home-1 .cate li:hover a {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-1 .list li {
  height: 100%;
}
.home-1 .list .box {
  min-height: 550px;
  background-color: #3f4648;
  color: #FFFFFF;
  backdrop-filter: blur(5px);
  height: 100%;
}
.home-1 .right .list .box:hover {
  background-color: var(--color);
}
.home-1 .right .list .slick-current .box {
  background-color: var(--color);
}
.home-1 .list .box .mask {
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: -1;
  transition: opacity 0.5s;
}

.home-1 .list .box .mask>div {
  width: 100%;
  height: 100%;
  transform: skewX(-35deg);
}

.home-1 .list .box .mask>div>div {
  padding: 0 0.9em;
}

.home-1 .list .box .mask>div>div i {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-1 .list .box .mask>div>div i::before,
.home-1 .list .box .mask>div>div i::after {
  transition: opacity 0.5s;
}

.home-1 .list .box .mask>div>div i::before {
  content: "";
  position: absolute;
  inset: 0;
}

.home-1 .list .box .mask>div>div:nth-of-type(1) i::before {
  background-image: linear-gradient(var(--color) -20%, transparent 40%);
}

.home-1 .list .box .mask>div>div:nth-of-type(1) i::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--color) -20%, transparent 40%);
  opacity: 0;
}

.home-1 .list .box .mask>div>div:nth-of-type(2) i::before {
  background-image: linear-gradient(var(--color), transparent 70%);
}

.home-1 .list .box .mask>div>div:nth-of-type(2) i::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--color), transparent 70%);
  opacity: 0;
}

.home-1 .list .box .mask>div>div:nth-of-type(3) i::before {
  background-image: linear-gradient(var(--color) 30%, transparent);
}

.home-1 .list .box .mask>div>div:nth-of-type(4) i::before {
  background-image: linear-gradient(var(--color) 50%, transparent 130%);
}

.home-1 .list .box .top .name {
  line-height: 40 / 30;
}

.home-1 .list .box .top .text {
  line-height: 28 / 18;
}

.home-1 .list .box .bottom>div {
  grid-column: 1;
  grid-row: 1;
}

.home-1 .list .box .bottom .btns a {
  border-bottom: 1px solid currentColor;
}

.home-1 .list .box .bottom .img {
  width: 65%;
  margin-left: 35%;
}

.home-1 .list .slick-current .box .mask {
  opacity: 0.6;
}

.home-1 .list .slick-current .box .mask>div>div:nth-of-type(1) i::before {
  opacity: 0;
}

.home-1 .list .slick-current .box .mask>div>div:nth-of-type(1) i::after {
  opacity: 1;
}

.home-1 .list .slick-current .box .mask>div>div:nth-of-type(2) i::before {
  opacity: 0;
}

.home-1 .list .slick-current .box .mask>div>div:nth-of-type(2) i::after {
  opacity: 1;
}

@media (min-width: 1001px) {
  .home-1 .cate ul {
    flex-direction: column;
  }
}

@media (max-width: 1700px) {
  .home-1 .list .box {
    min-height: 480px;
  }
}

@media (max-width: 1250px) {
  .home-1 .list .box {
    min-height: 400px;
  }
}

@media (max-width: 1000px) {
  .home-1 .list .box {
    min-height: auto;
  }
}
#index-body .home-2 .titleBox .txt {
  color: #343434;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
#index-body .home-2 .swiper ul li {
  width: 25%;
  padding-bottom: 32px;
  height: 100%;
}
#index-body .home-2 .swiper ul li .list {
  padding: 12px;
  padding-bottom: 0;
  background-color: #f1f3f5;
  height: 100%;
}
#index-body .home-2 .swiper ul li .list .imgBox {
  padding: 3px;
}
#index-body .home-2 .swiper ul li .list .imgBox a {
  position: relative;
  background-color: #fff;
}
#index-body .home-2 .swiper ul li .list .imgBox a .img1 {
  position: relative;
  z-index: 1;
}
#index-body .home-2 .swiper ul li .list .imgBox a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
#index-body .home-2 .swiper ul li .list .titl {
  color: #323232;
  line-height: 28px;
  height: 56px;
}
#index-body .home-2 .swiper ul li .list .titl:hover {
  color: var(--color);
}
#index-body .home-2 .swiper ul li .list .Hbtn {
  margin-bottom: -17px;
}
#index-body .home-2 .swiper ul li:hover .imgBox a .img2 {
  opacity: 1;
  z-index: 2;
}
#index-body .home-2 .swiper ul li:hover .imgBox a .img1 {
  opacity: 0;
  z-index: -1;
}
#index-body .home-3 video {
  width: 100%;
  height: auto;
}
#index-body .home-3 .textBox {
  width: 380px;
  position: absolute;
  top: 50%;
  right: 7.65625vw;
  transform: translateY(-50%);
  color: #fff;
}
.btnBox a.btn {
  text-decoration: underline;
  color: #333333;
}
.btnBox a.btn img {
  filter: invert(1) brightness(0.3);
}
.btnBox a.btn:hover {
  color: var(--color);
}
.btnBox a.btn:hover img {
  filter: invert(0) brightness(1);
}
#index-body .home-4 .left {
  width: 520px;
  height: 520px;
}
#index-body .home-4 .right {
  width: calc(100% - 520px);
  padding-left: 6.1979vw;
}
#index-body .home-4 .right h1 {
  color: #343434;
}
#index-body .home-4 .right ul li.list .num {
  color: var(--color);
}
#index-body .home-4 .right ul li.list .txt {
  opacity: 0.35;
  color: #343434;
}
@media screen and (max-width: 1450px) {
  #index-body .home-4 .left {
    width: 40%;
  }
  #index-body .home-4 .right {
    width: 60%;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .home-4 .left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .home-4 .right ul li.list {
    width: 100%;
    text-align: center;
  }
}
#index-body .home-5 {
  background-image: url('../images/home-5Bg.jpg');
  position: relative;
}
#index-body .home-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .home-5 .box {
  width: 100%;
  max-width: 550px;
  color: #fff;
}
#index-body .home-5 .box .txt {
  border-left: 2px solid #fff;
}
#index-body .home-5 .btnBox .btn {
  color: var(--color);
}
#index-body .home-5 .btnBox .btn img {
  filter: invert(0) brightness(1);
}
#index-body .home-5 .btnBox .btn:hover {
  color: #fff;
}
#index-body .home-5 .btnBox .btn:hover img {
  filter: invert(0) brightness(2);
}

.home-6 {
  background-color: #3f4648;
  color: #FFFFFF;
}

.home-6 .mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: skewX(-35deg);
}

.home-6 .mask>div {
  width: 25%;
  height: 100%;
}

.home-6 .mask>div i {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(var(--color), transparent);
}

.home-6 .mask>div:nth-of-type(1) {
  left: 6%;
  bottom: 30%;
}

.home-6 .mask>div:nth-of-type(2) {
  left: 20%;
  bottom: 50%;
}

.home-6 .mask>div:nth-of-type(3) {
  left: 51%;
  bottom: 0;
}

.home-6 .mask>div:nth-of-type(4) {
  left: 65%;
  bottom: 50%;
}

.home-6 .list .icon img {
  transition: 0.5s ease;
}

.home-6 .list .star {
  color: var(--color);
  line-height: 40 / 24;
}

.home-6 .list .name {
  line-height: 40 / 30;
}

.home-6 .list li:hover .icon img {
  transform: rotateY(360deg);
}

.home-6 .bottom::before,
.home-6 .bottom::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #FFFFFF;
}

.home-6 .bottom a {
  display: block;
  padding: 0.65em 2.5em;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 15px 1px rgba(26, 29, 134, 0.18);
	border-radius: 28px;
  transition: 0.5s;
}

.home-6 .bottom a:hover {
  background-color: #FFFFFF;
  color: var(--color);
}

@media (max-width: 1250px) {
  .home-6 .mask {
    width: 200%;
    left: -50%;
  }
}

#index-body .home-7 .swiper ul li .txt {
  color: #323232;
}
#index-body .home-7 .swiper ul li .txt:hover {
  color: var(--color);
}
#index-body .home-7 .swiper ul li .date {
  color: #747474;
}
#index-body .home-8 {
  background-color: var(--color);
}
#index-body .home-8 img {
  border-radius: 5px;
}
#index-body .home-8 .right {
  width: 78%;
  margin-right: -13%;
}
@media screen and (max-width: 1000px) {
  #index-body .home-8 .right {
    margin-top: 20px;
    margin-right: 0;
  }
  #index-body .home-8 .right .swiper ul li .imgBox {
    padding-left: 0;
  }
}

.inner-banner {
  background-color: #3f4648;
  position: relative;
  padding-top: 130px;
  overflow: hidden;
  color: #fff;
}
.inner-banner .innerBg {
  width: 70vw;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.m-page {
  margin-top: 2.0833vw;
  text-align: center
}

.m-page a,
.m-page span {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  color: black;
  margin-right: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 50%;

}

.m-page a.prev,
.m-page a.next {
  background-color: transparent;
  color: black;
}

.m-page a:hover,
.m-page span.current {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner .banner2.colorWhite {
    padding-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .m-page a,
  .m-page span {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px
  }
}

.product-yd-page .pd1 .Cit h2 {
  max-width: 960px
}

.product-yd-page .pd1 .ev {
  display: block;
  position: relative;
}

.product-yd-page .pd1 .ev:nth-of-type(even) .wrap {
  flex-direction: row-reverse
}

.product-yd-page .pd1 .ev:nth-of-type(even) .intr {
  padding-left: 5%;
  padding-right: 0
}

.product-yd-page .pd1 .ev:nth-of-type(even):after {
  left: auto;
  right: 0
}


.product-yd-page .pd1 .ev:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  height: 100%;
  background: #f8f8f8;
  z-index: -1;
  transition: all ease .8s;
  border-radius: 40px
}

.product-yd-page .pd1 .ev:hover:after {
  width: 88%;
  background: #eaeaea
}

.product-yd-page .pd1 .ev:nth-of-type(even):after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.product-yd-page .pd1 .ev:nth-of-type(odd):after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.product-yd-page .pd1 .ev .intr {
  width: 37%;
  padding-right: 5%
}

.product-yd-page .pd1 .ev .intr .text {
  line-height: 2;
}

.product-yd-page .pd1 .ev .pic {
  width: 50%
}

.product-yd-page .pd1 .ev .pic img {
  width: auto;
}

.product-yd-page .pd1 .ev .titl {
  line-height: 1.4;
  color: var(--color);
}

.product-yd-page .pd1 .ev .titl:after {
  content: '';
  display: block;
  width: 37px;
  height: 6px;
  background: #d5d5d5;
  margin: 15px 0 20px
}
.product-yd-page .pd1 .ev .titl:hover {
  color: #333;
}
.product-yd-page .pd1 .ev p {
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 1450px) {
  .product-yd-page .pd1 .ev .intr .text {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page .pd1 .ev .wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-yd-page .pd1 .ev .intr {
    width: 70%;
    margin-bottom: 30px;
  }

  .product-yd-page .pd1 .ev .pic {
    width: 100%;
  }

  .product-yd-page .pd1 .ev .intr .text {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
}

.product-page .product-1 {
  position: relative;
}

/*.product-page .product-1:after {
  content: "";
  display: block;
  background-color: var(--color);
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}*/

.product-page .product-1 .content {
  position: relative;
  z-index: 10;
  /*padding-bottom: 4.4281vw;*/
}

.product-page .product-1 .text {
  color: white;
  max-width: 100%;
  padding-bottom: var(--px100);
  background-color: var(--color);
  padding-top: var(--px50);
}
.product-page .product-1 .text.pt-100 {
  padding-top: 100px;
  margin-top: -100px;
}
.product-page .product-1 .text .max {
  max-width: 1300px;
  margin: auto;
}
.product-page .product-2 .more {
  margin: auto;
}

.product-page .product-2 .more:hover {
  background-color: var(--color);
}

.product-page .product-2 .list ul {
  margin: 0 -25px;
}

.product-page .product-2 .list ul li {
  padding: 40px 25px 0;
  position: relative;
}

.product-page .product-2 .list ul li:hover .btn {
  opacity: 1;
}

.product-page .product-2 .list ul li:hover .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.product-page .product-2 .list ul li .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  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;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-page .product-2 .list ul li .btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 28px;
}

.product-page .product-2 .list ul li .box {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

.product-page .product-2 .list ul li .box .img-box {
  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;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1.5625vw;
  position: relative;
}
.product-page .product-2 .list ul li .box a .img1 {
  z-index: 1;
}
.product-page .product-2 .list ul li .box a .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  z-index: -1;
  width: 100%;
}
.product-page .product-2 .list ul li .box a:hover .img2 {
  opacity: 1;
  z-index: 2;
}
.product-page .product-2 .list ul li .box a .imgBox {
  width: 100%;
  height: 100%;
}
.product-page .product-2 .list ul li .box .text {
  height: auto;
  color: white;
  padding: 25px 25px 60px;
  background-color: #383838;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-page .product-2 .list ul li .box .text h4 {
  line-height: 30px;
  height: 60px;
  margin-bottom: 15px;
  transition: all 0.5s;
}

.product-page .product-2 .list ul li .box .text h4:hover {
  color: var(--color);
}

.product-page .product-2 .list ul li .box .text .con {
  line-height: 30px;
  height: 120px;
}

.product-page .product-2 .list .content {
  margin-top: 4.9479vw;
  padding: 4.1666vw 3.6458vw;
  background-color: #f6f6f6;
  max-height: 450px;
  overflow-y: auto;
}
@media screen and (max-width: 1450px) {
  .product-page .product-2 .list ul li {
    width: 33.33%;
  }
}
@media (max-width: 1250px) {
  .product-page .product-1 .content .img {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1:after {
    display: none;
  }
  .product-page .product-2 .list ul li {
    width: 50%;
  }
  .product-page .product-2 .list ul li .box .text h4 {
    min-height: 0 !important;
  }

  .product-page .product-2 .list ul li .box .text h4 {
    min-height: 0px;
  }

  .product-page .product-2 .list ul li .box .text {
    height: 290px;
  }

  .product-page .product-1 .content .text {
    color: black;
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
  }

  .product-page .product-2 .list ul li .box .text h4 {
    min-height: 0 !important;
  }
}
@media (max-width: 700px) {
  .product-page .product-2 .list ul {
    margin: 0 auto;
  }

  .product-page .product-2 .list ul li {
    padding: 40px 10px 60px;
  }
  .product-page .product-2 .list ul li .btn {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 33px;
  }
  
}
@media (max-width: 500px) {
  .product-page .product-2 .list ul li {
    width: 100%;
  }

  .product-page .product-1 .content .img {
    width: auto;
    margin-top: 30px;
  }

  .product-page .product-1 .content {
    padding-bottom: 30px;
  }

  .product-page .product-1 .content .text {
    max-width: 100%;
  }
}
.related-application {
  overflow-x: hidden;
}
.related-application .ui.container {
  padding: 0 5.9895vw;
}

.related-application .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.related-application .slick-arrow i {
  color: black;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.related-application .slick-arrow i:hover {
  color: var(--color);
}

.related-application .slick-arrow.prev {
  left: -10px;
}

.related-application .slick-arrow.next {
  right: -10px;
}

.related-application ol {
  margin: 45px -25px 0;
}

.related-application ol li {
  padding: 0 25px;
  margin-bottom: 0;
}

.related-application ol li .img-box {
  display: block;
  width: 100%;
}

.related-application ol li .img-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1250px) {
  .related-application .ui.container {
    padding: 0 15px;
  }
}
@media (max-width: 1000px){
  .related-application .prev,
  .related-application .next {
    display: none !important;
  }
}
.film-blowing .list:last-child {
  margin-bottom: 0;
}

.film-blowing .list .text h2 {
  text-align: left;
}
@media (max-width: 1000px){
  .film-blowing .list .text,
  .film-blowing .list .img {
    width: 100%;
    padding: 0;
  }

  .film-blowing .list .text {
    margin: 30px 0;
  }
}

.prodet-page .prodet-1 .container .left {
  position: sticky;
  top: 180px;
}

.prodet-page .prodet-1 .container .left h1 {
  font-size: var(--px44);
  line-height: 1.2;
}

.prodet-page .prodet-1 .container .left h2 {
  font-size: var(--px44);
  line-height: 1.2;
}


.prodet-page .prodet-1 .container .left .btns .video-more {
  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;
}

.prodet-page .prodet-1 .container .left .btns .video-more span:first-child {
  font-size: 16px;
  border-bottom: 1px solid black;
  margin-right: 15px;
  line-height: 2;
  font-weight: bold;
}

.prodet-page .prodet-1 .container .left .btns .video-more span:last-child {
  position: relative;
  width: 70px;
  height: 70px;
  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;
}

.prodet-page .prodet-1 .container .left .btns .video-more span:last-child img {
  position: relative;
  z-index: 5;
}

.prodet-page .prodet-1 .container .left .btns .video-more span:last-child:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-color: rgba(204, 51, 51, 0.2);
  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%);
  border-radius: 50%;
}

.prodet-page .prodet-1 .container .left .sb-img {
  margin: 3.125vw 0 1.71875vw;
}

.prodet-page .prodet-1 .container .left .small ul {
  margin: 0 -10px 35px;
}

.prodet-page .prodet-1 .container .left .small ul .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .container .left .small ul li {
  padding: 0 10px;
}

.prodet-page .prodet-1 .container .left .small ul li .img {
  padding: 10px;
}
.prodet-page .prodet-1 .container .left .m-link a:hover span {
  color: var(--color);
}
.prodet-page .prodet-1 .container .right {
  position: sticky;
  top: 160px;
}

.prodet-page .prodet-1 .container .right img {
  display: block;
  margin: auto;
}
.prodet-page .prodet-2 .container {
  /*padding: 0 5.989vw;*/
}

.prodet-page .prodet-2 .container ul li:last-child {
  margin-bottom: 0;
}

.prodet-page .prodet-2 .container ul li .title {
  height: 70px;
  background-color: #000;
  color: white;
  margin-bottom: 3.125vw;
}

.prodet-page .prodet-2 .container ul li .title .btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.prodet-page .prodet-2 .container ul li .title .btn span {
  display: block;
  width: 15px;
  height: 4px;
  background-color: white;
  position: relative;
}

.prodet-page .prodet-2 .container ul li .title .btn span:before {
  content: "";
  width: 4px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: white;
  transition: all 0.5s;
}

.prodet-page .prodet-2 .container ul li.active .title .btn span:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(0deg);
}

.prodet-page .prodet-2 .container ul li .content {
  background-color: #f7f7f7;
  padding: 0 30px;
  font-size: 16px;
  line-height: 30px;
}

.prodet-page .prodet-2 .container ul li .content table {
  table-layout: fixed;
  width: 100% !important;
}

.prodet-page .prodet-2 .container ul li .box {
  padding: 0 70px !important;
  position: relative;
  overflow: unset !important;
}

.prodet-page .prodet-2 .container ul li .box,
.prodet-page .prodet-2 .container ul li .content,
.prodet-page .prodet-2 .container ul li .list {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-2 .container ul li.active .box,
.prodet-page .prodet-2 .container ul li.active .content,
.prodet-page .prodet-2 .container ul li.active .list {
  max-height: fit-content;
  padding: 0;
}

.prodet-page .prodet-2 .container ul li .list form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prodet-page .prodet-2 .container ul li .list form input,
.prodet-page .prodet-2 .container ul li .list form textarea {
  display: block;
  width: 49%;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 20px;
}

.prodet-page .prodet-2 .container ul li .list form textarea {
  height: 200px;
  width: 100%;
}

.prodet-page .prodet-2 .container ul li .list form textarea {
  height: 100px;
}

.prodet-page .prodet-2 .container ul li .list form input:focus,
.prodet-page .prodet-2 .container ul li .list form textarea:focus {
  border-color: var(--color);
}

.prodet-page .prodet-2 .container ul li .list form input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--color);
  color: whitesmoke;
  border: none;
  margin-bottom: 0;
}

.prodet-page .prodet-2 .container ul li .list form input[type="submit"]:hover {
  background: #222;
}

.prodet-page .prodet-2 .container ul li.active .content {
  max-height: fit-content;
  padding: 30px;
}

.prodet-page .prodet-2 .container ul li .box .related-application .slick-arrow.prev {
  left: -20px;
}

.prodet-page .prodet-2 .container ul li .box .related-application .slick-arrow.next {
  right: -20px;
}

.prodet-page .prodet-2 .container ul li .box ol {
  margin: 0 -25px;
}

.prodet-page .prodet-2 .container ul li .box ol li {
  padding: 0 25px;
  margin-bottom: 0;
}

.prodet-page .prodet-2 .container ul li .box ol li .img-box {
  display: block;
  width: 100%;
}

.prodet-page .prodet-2 .container ul li .box ol li .img-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prodet-page .prodet-2 .container ul li .list ol {
  margin: 20px -10px;
}

.prodet-page .prodet-2 .container ul li .list ol li {
  padding: 0 15px;
}

.prodet-page .prodet-2 .container ul li .list ol li .list_box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.prodet-page .prodet-2 .container ul li .list ol li .list_box .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 355px;
}

.prodet-page .prodet-2 .container ul li .list ol li .list_box .text {
  height: 240px;
  width: 100%;
  padding: 0 15px;
  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;
  background-color: #383838;
}

.prodet-page .prodet-2 .container ul li .list ol li .list_box .text h4 {
  color: white;
}

.prodet-page .prodet-2 .container ul li .list ol li .list_box .text h4:hover {
  color: var(--color);
}

.related-products {
  background: #f6f6f6;
  overflow-x: hidden;
}

.related-products ul {
  margin: 0 -25px;
}

.related-products ul li {
  padding: 40px 25px 30px;
  position: relative;
}

.related-products ul li:hover .btn {
  opacity: 1;
}

.related-products ul li .btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  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;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.related-products ul li .btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 28px;
}

.related-products ul li .box {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.related-products ul li .box .img {
  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;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1.5625vw;
}

.related-products ul li .box .text {
  height: auto;
  color: white;
  padding: 25px 25px 60px;
  background-color: #383838;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.related-products ul li .box .text h4 {
  font-size: var(--px18);
  line-height: 30px;
  margin-bottom: 15px;
  height: 60px;
}

.related-products ul li .box .text h4:hover {
  color: var(--color);
}

.related-products ul li .box .text .con {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .container,
  .prodet-page .prodet-2 .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .container .left .btns .video-more {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .container ul li .list form input {
    width: 100%;
  }
  
  .prodet-page .prodet-1 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
    position: unset;
    top: unset;
  }

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

  .prodet-page .prodet-1 .container .left .con {
    max-height: unset;
    overflow: unset;
    padding-right: 0;
  }

  .prodet-page .prodet-2 .container ul li .list ol li {
    width: 50%;
  }

  .prodet-page .prodet-1 .container .left .btns .video-more {
    margin-left: 30px;
    margin-top: 0;
  }

  .prodet-page .prodet-2 .container ul li .box {
    padding: 0;
  }

  .prodet-page .prodet-2 .container ul li .content {
    width: 100%;
    overflow-x: auto;
  }

  .prodet-page .prodet-2 .container ul li .content table {
    table-layout: unset;
  }

  .prodet-page .prodet-2 .container ul li .content table td {
    min-width: 240px;
  }

  .prodet-page .prodet-2 .container ul li .list ol li .list_box .img-box {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .container .left .btns .video-more {
    margin-left: 0;
    margin-top: 30px;
  }

  .prodet-page .prodet-2 .container ul li .list ol li {
    width: 100%;
  }

}

.contact-page .contact-1 .left {
  padding-right: 8%
}

.contact-page .contact-1 .left h5 {
  color: #000;
  font-size: var(--px24);
  line-height: 2;
  margin-bottom: 0.78125vw;
  font-weight: bold;
}

.contact-page .contact-1 .left p {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.contact-page .contact-1 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  text-decoration: none
}

.contact-page .contact-1 .left ul li .contact-link-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: var(--color);
  color: #fff;
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
  background: var(--color);
  color: #fff;
  width: 100%;
  text-align: center
}

.contact-page .contact-1 .left ul li .contact-link-title {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

.contact-page .contact-1 .left ul li .contact-link-text {
  color: #555;
  font-size: 16px;
  line-height: 2
}

.contact-page .contact-1 .right {
  text-align: right;
  padding-left: 10.416vw;
}

.contact-page .contact-1 .right .form-wrap {
  position: relative;
  border-radius: 0 0 40px
}

.contact-page .contact-1 .right .form-wrap .form-box {
  padding: 40px;
  background: #fff;
  z-index: 3;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: left;
  border-radius: 0 0 40px
}

.contact-page .contact-1 .right .form-wrap .form-box:before {
  content: '';
  position: absolute;
  top: 90px;
  right: 10px;
  left: 120px;
  bottom: -20px;
  background: var(--color);
  z-index: -1;
  border-radius: 0 0 40px
}

.contact-page .contact-1 .right .form-wrap .form-box:after {
  content: '';
  width: 50%;
  position: absolute;
  top: -5%;
  bottom: 55%;
  left: -5%;
  background-image: url(/template/en/images/dots.png);
  background-repeat: repeat;
  z-index: -1
}

.contact-page .contact-1 .right .form-wrap .form-box h5 {
  color: #000;
  font-size: var(--px24);
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
}

.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
  width: 100%
}

.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  border-color: ease-in-out .15s, box-shadow ease-in-out .15s
}

.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color)
}

.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  height: 127px
}

.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
  
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 80px;
  background-color: var(--color);
  -webkit-transition: border-color .4s ease, background-color .4s ease;
  transition: border-color .4s ease, background-color .4s ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none
}

.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
  background: #000
}

.contact-page .contact-1 .map {
  margin-top: 4.5rem
}
@media screen and (max-width: 1450) {
  .contact-page .contact-1 .right {
    padding-left: 10%
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 4%
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 2rem 0 0
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .right .form-wrap .form-box li {
    width: 100%;
  }
}
.about-page h2.h2 {
  font-size: var(--px38);
  margin-bottom: 1.0416vw;
  text-transform: capitalize
}

.about-page p.p {
  font-size: var(--px18);
  color: #fff;
  line-height: 2
}

.about-ab .top .left {
  position: relative;
  z-index: 1
}

.about-ab .top h2 {
  color: var(--color);
  font-size: var(--px20);
  line-height: 1.8;
  padding-bottom: 1.0416vw;
  color: #3e3e3e
}

.about-ab .top h3 {
  color: #000;
  font-size: var(--px38);
}

.about-ab .top p {
  color: #383838;
  font-size: var(--px18);
  line-height: 2;
}

.about-ab .about-factory .box:after {
  position: absolute;
  content: "";
  width: 402px;
  height: 389px;
  right: -92px;
  top: -113px
}

.about-ab .about-factory .box img {
  width: 100%
}

@keyframes play_scale {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.about-ab .about-factory .box .play {
  position: absolute;
  top: 50%;
  left: calc(25% - 32.5px);
  transform: translateY(-50%);
  cursor: pointer;
}

.about-ab .about-factory .box .play::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: play_scale linear 1s infinite;
}

.about-ab .about-factory .box .play img {
  position: relative;
  z-index: 5;
}

.about-page {
  overflow: hidden
}

.about-page .about-ab .factory .content ul {
  margin: -10px
}

.about-page .about-ab .factory .content ul li {
  padding: 10px
}

.about-page .about-num 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
}

.about-page .about-num ul li {
  padding: 5px 18.5px;
  position: relative;
  /*background: url(/template/en/images/a-icon.png) no-repeat left center*/
}

.about-page .about-num ul li em {
  font-size: var(--px70);
  line-height: .8;
  color: var(--color);
  font-weight: bold;
}

.about-page .about-num ul li p {
  font-size: var(--px18);
  line-height: 1.8;
  color: #545252
}

.about-page .about-num ul li span {
  font-size: 16px;
  line-height: 1.875;
}

/*.about-page .about-num ul li:nth-child(1) {
  background: url(/template/en/images/about-icon.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(2) {
  background: url(/template/en/images/about-icon2.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(3) {
  background: url(/template/en/images/about-icon3.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(4) {
  background: url(/template/en/images/about-icon4.png) no-repeat left center
}*/

.about-page .ab-2 {
  background: url(/template/en/images/advantage-bg.jpg) no-repeat center center;
  background-attachment: fixed
}

.about-page .ab-2 .header {
  text-align: center;
  width: 56%;
  margin: 0 auto;
}

.about-page .ab-2 .header span {
  font-size: var(--px38);
  color: #fff;

}

.about-page .ab-2 .header h3 {
  font-size: var(--px36);
  line-height: 1.1
}

.about-page .ab-2 .header p {
  font-size: var(--px18);
  line-height: 2;
  color: #e7e7e7;
  margin-top: 1.5625vw;
}

.about-page .ab-2 .header .mores {
  width: 133px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(195, 13, 34);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
  transition: all .5s ease
}

.about-page .ab-2 .header .mores:hover {
  background: rgba(195, 13, 34, .7);
  transition: all .5s ease
}

.about-page .ab-2 .header .play {
  margin-top: 79px
}

.about-page .ab-2 .header .play i {
  display: inline-block;
  position: relative;
  z-index: 1
}

.about-page .ab-2 .header .play i:before,
.about-page .ab-2 .header .play i:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite
}

.about-page .ab-2 .header .play i:before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s
}

.about-page .ab-2 .content {
  padding-top: 70px;
  color: #fff
}

.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative
}

.about-page .ab-2 .content ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, .3)
}

.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1
}

.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 24px;

  line-height: 1.5;
  margin: 22.5px 0 13px;
  /*font-style: italic;*/
      font-weight: 600;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis
}

.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  min-height: 56px
}

.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  border: 1px solid #fff;
  line-height: 17.5px;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  border-radius: 100%;
  background: 0 0;
  color: #fff
}

.about-page .ab-2 .content ul li a.mores:before {
  border-bottom-color: #fa582a
}

.about-page .ab-2 .btn {
  padding: 46px 25px 0;
  display: block;
  text-align: right;
  color: #fff
}

.about-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.about-page .ab-2 .btn div.next {
  margin-left: 15px
}

.about-page .ab-2 .btn div:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: #fff;
  margin-left: 0;
  margin-top: -4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.about-page .ab-2 .btn div:hover:after {
  width: 18px;
  margin-left: 10px
}

.about-page .i-semi {
  text-align: center;
  padding: 80px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f7fc), color-stop(50%, #fff));
  background: -webkit-linear-gradient(#f1f7fc 50%, #fff 50%);
  background: -moz-linear-gradient(#f1f7fc 50%, #fff 50%);
  background: linear-gradient(#f1f7fc 50%, #fff 50%)
}

.about-page .i-semi p.p {
  color: #383838
}

.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative
}

.about-page .i-semi .semi-list ul {
  padding-bottom: 80px
}

.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(/template/en/images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none
}

.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px
}

.about-page .i-semi .semi-list .slick-next {
  background: url(/template/en/images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px
}

.about-page .i-semi .semi-list ul li {
  padding: 0 10px
}

.about-page .i-semi .semi-list ul li img {
  width: 100%
}

.his-bg .ui.container {
  display: flex;
  align-items: center
}

.his-bg {
  background-repeat: no-repeat
}

.his-bg .left-his {
  margin-left: -13%;
  width: 38%
}

.his-bg .right-his {
  width: 70%;
  margin-left: 5%
}

.his-bg .right-his .about-4 h3 {
  color: #000;
  font-size: var(--px38);
  margin-top: 0;
}

.his-bg .right-his .about-4 h2 {
  color: #383838;
  font-size: var(--px24);
  text-transform: capitalize;
  line-height: 2
}

@media screen and (max-width: 1700px) {
  .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0
  }
}
@media screen and (max-width: 1250px) {
  .about-page .i-semi .semi-list {
    padding: 0 7%
  }
}
@media screen and (max-width: 1000px) {


  .about-ab .top .con {
    max-height: 500px;
    overflow: auto;
    padding-right: 10px
  }

  .about-ab .top .con::-webkit-scrollbar-thumb {
    background: var(--color)
  }

  .about-ab .about-factory .box:after {
    display: none
  }

  .about-page .about-num ul {
    flex-wrap: wrap
  }

  .about-page .about-num ul li {
    width: 50%;
    margin-bottom: 20px
  }

  .about-page .about-num ul li:after {
    display: none
  }

  .about-page .about-num ul li p {
    font-size: 16px;
    line-height: 2
  }

  .about-page .ab-2 .header {
    width: 100%
  }
}
@media screen and (max-width: 700px) {

  .about-ab .top h2 {
    -webkit-text-stroke: 1px rgba(0, 0, 0, .5);
  }

  .his-bg .ui.container {
    display: block
  }

  .his-bg .left-his {
    width: 100%;
    margin-left: 0;
    display: none
  }

  .his-bg .right-his {
    width: 100%;
    margin-left: 0;
    padding: 30px 0
  }

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

  .about-page .about-3 .list ul li p {
    height: auto !important
  }
}
@media screen and (max-width: 500px) {

  .about-page .about-num ul li {
    width: 100%
  }
}

.oem-page .topp .left {
  width: 48.5%;
}

.oem-page .topp .left .tit {
  color: #000000;
}

.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}

.oem-page .img {
  overflow: hidden;
}
.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.oem-page .oem-1 {
  text-align: center;
}

.oem-page .oem-1 .tit {
  color: #1D1D1D;
}

.oem-page .oem-1 p {
  font-size: var(--px18);
  line-height: 2;
  color: #1D1D1D;
  max-width: 1300px;
  margin: 0 auto;
}

.oem-page .oem-1 .btn {
  margin-top: 35px;
}

.oem-page .oem-1 .btn a {
  display: inline-block;
  font-size: 16px;

  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: var(--color);
  border-radius: 5px;
  text-transform: uppercase;
}

.oem-page .oem-1 .btn a:hover {
  background: #e37600;
}

.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}
.oem-page .oem-4 .topp .left .acc {
  margin-top: 38px;
}

.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}

.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
}

.oem-page .oem-4 .topp .left .acc ul li .tit4 {
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 5px;
  text-align: center;
}


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

  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }

  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 1250px) {
  .oem-page .oem-3 .title .acc {
    width: calc(100% - 250px);
  }

  .oem-page .oem-3 .options ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1100px) {
  .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1000px) {
  .oem-page .oem-3 {
    padding: 60px 15px;
    margin: auto;
  }

  .oem-page .oem-3 .options ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .oem-page .oem-3 .title .acc {
    width: 100%;
    margin-bottom: 20px;
  }

  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }

  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }

  .oem-page .oem-3 .options ul li {
    width: 100%;
  }
  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
}

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

  .oem-page .oem-3 .options ul li {
    width: 100%;
  }

  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 700px) {
  .oem-page .oem-3 .options ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

  .oem-page .oem-3 .title .acc p {
    font-size: 16px;
  }
}

.mana-page .mana-1 .left {
  vertical-align: middle;
}

.mana-page .mana-1 .left .title::before {
  display: none;
}

.mana-page .mana-1 .left .con {
  line-height: 1.8;
  color: #1d1d1d;
}

.mana-page .mana-1 .right {
  vertical-align: middle;
}

.mana-page .mana-2 {
  padding-top: 3.386%;
}

.mana-page .mana-2 .top .left {
  width: 50%;
  padding-right: 3%;
}

.mana-page .mana-2 .top .left .title::before {
  display: none;
}

.mana-page .mana-2 .top .right {
  width: 50%;
  line-height: 1.8;
  margin-top: 12px;

  color: #1d1d1d;
}

.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}

.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .center .list ul {
  margin: 0 -10px;
}
.mana-page .mana-2 .center .list ul li {
  padding: 0 10px;
}

.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  padding: 4.672% 0 5.922% 0;
}

.mana-page .mana-2 .bottom .title {
  color: #fff;
}

.mana-page .mana-2 .bottom .title::before {
  display: none;
}

.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}

.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}

.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--color);
}

.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}

.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}

.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.3;

  font-weight: bold;
}

.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}

.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}

.mana-page .mana-3 {
  padding-top: 68px;
}

.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}

.mana-page .mana-3 ul li .text {
  width: 48.552%;
}

.mana-page .mana-3 ul li .text .title::before {
  display: none;
}

.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}

.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  /*color: rgba(40, 39, 39, 0.87);*/
  margin-top: 40px;

  color: #2c2c2c;
}

.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}

.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;

  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}

.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}

.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}

.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 2.0833vw 0 0;
}

.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 4.1145vw 1.1458vw;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}

.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}

.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}

.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}

.mana-page .mana-4 .header .title {
  color: #fff;
}

.mana-page .mana-4 .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div {
  height: 50%;
}

.mana-page .mana-4 .content ul li p.text {
  margin-top: 8px;
}

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

.mana-page .mana-4 .header .title::before {
  background: #fff;
  top: 38px;
}

.mana-page .mana-4 .content {
  margin-top: 80px;
}

.mana-page .mana-4 .content .swiper {
  margin: 0 0 -60px 0;
}

.mana-page .mana-4 .content ul li {
  padding: 0 0 60px 0;
}

.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}

/*.slick-slider:not(.slick-vertical) .slick-track .slick-slide>div {
  height: auto;
}*/
.mana-page .mana-2 .ces {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.mana-page .mana-2 .ces .ce {
  margin-right: 70px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (max-width: 1680px) {
  .mana-page .title::before {
    left: -160px;
  }
}

@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }

  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }

  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }

  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}

@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }

  .mana-page .mana-3 ul li .text .title {
    line-height: 1.4;
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }

  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }

  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }

  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

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

  .font-36 {
    line-height: 2;
  }

  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .mana-page .mana-2 .ces .ce {
    margin-right: 20px;
  }

  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }

  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }

  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }

  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }

  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }

  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }

  .mana-page .mana-3 ul li .img {
    width: 100%;
  }

  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }

  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }

  .mana-page .mana-4 {
    padding: 80px 0;
  }

  .mana-page .mana-4 .content {
    margin-top: 40px;
  }

  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }

  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title {
    line-height: 1.4;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }

  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }

  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }

  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }

  .mana-page .mana-2 .top .right {
    line-height: 2;
  }

  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }

  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }

  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }

  .mana-page .mana-2 .ces {
    flex-wrap: wrap;
  }

  .mana-page .mana-2 .ces .ce {
    margin-top: 10px;
  }
}

.honor-page .container .tips_title {
  text-align: center;
  margin-bottom: -30px;
}

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

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

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

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

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

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

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

  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 500px){
  .honor-page .container .content {
    margin-top: 0;
  }
}

.sustainability-page .sustainability-1 .container {
  width: 100% !important;
  padding: 0;
}
.sustainability-page .sustainability-1 .img {
  position: relative;
  z-index: 10;
  overflow: hidden
}
.sustainability-page .sustainability-1 .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -300%;
  width: 100%;
  height: 100%;
  background: url(/cnunderwearfactory/2023/11/13/acc12.png) no-repeat center;
  transition: 0.5s
}
.sustainability-page .sustainability-1 .img:hover::after {
  bottom: 0
}
.sustainability-page .sustainability-1 .img .mask {
  position: absolute;
  left: 0;
  bottom: 5.46875vw;
  width: 100%;
  text-align: center;
  z-index: 11
}
.sustainability-page .sustainability-1 .img .mask .tit3 {
  font-size: var(--px48);
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.sustainability-page .sustainability-1 .img .mask p {
  font-size: var(--px24);
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.5;
  max-width: 1054px;
  margin: 0 auto;
  margin-top: 2.0833vw;
}
.sustainability-page .sustainability-2 {
  background: #F5F5F5;
}
.sustainability-page .sustainability-2 .img {
  position: relative;
}
.sustainability-page .sustainability-2 .img .title span {
  display: inline-block;
  color: #1d1d1d;
  line-height: 1;
  /*letter-spacing: 3.5px;*/
}
.sustainability-page .sustainability-2 .img .title p {
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 1300px;
  margin: auto;
}
.sustainability-page .sustainability-2 .img ul li {
  text-align: center;
}
.sustainability-page .sustainability-2 .img ul li .imga {
  display: inline-block;
  position: relative;
}
.sustainability-page .sustainability-2 .img ul li .imga::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(5, 32, 83, 0.88);
  box-shadow: 0px 10px 10px 0px rgba(163, 163, 163, 0.88);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sustainability-page .sustainability-2 .img ul li .imga:hover::after {
  opacity: 1;
}
.sustainability-page .sustainability-2 .img ul li .tit {
  font-size: var(--px24);
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 20px;
  max-width: 260px;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 17.8%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(2) {
  position: absolute;
  left: 20.25%;
  bottom: 9.9%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(3) {
  position: absolute;
  left: 41.125%;
  bottom: 9.5%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(4) {
  position: absolute;
  right: 20.5%;
  bottom: 22.4%;
}
.sustainability-page .sustainability-2 .img ul li:nth-child(5) {
  position: absolute;
  right: 2.8%;
  bottom: 37.8%;
}
.sustainability-page .sustainability-3 ul li .box {
  background: linear-gradient(var(--color));
}
.sustainability-page .sustainability-3 ul li .box .img {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 ul li .box .con {
  vertical-align: middle;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .tit {
  font-size: var(--px36);  
  font-weight: 600;
  color: #ffffff;
  /*text-transform: uppercase;*/
  line-height: 1;
  transition: 0.5s
}
.sustainability-page .sustainability-3 ul li .box .con .cona {
  font-size: var(--px18);  
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 25px;
  /*height: 121px;
  overflow: hidden;*/
  transition: 0.5s;
}
.sustainability-page .sustainability-3 ul li .box:hover .con .cona {
  height: auto;

}
.sustainability-page .sustainability-3 ul li:nth-child(even) .box .img {
  position: relative;
  left: 50%;
}
.sustainability-page .sustainability-3 ul li:nth-child(even) .box .con {
  position: relative;
  left: -50%;
}
.sustainability-page .sustainability-4 .title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px
}
.sustainability-page .sustainability-4 .title p {
  font-size: var(--px24);
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 937px;
  margin-top: 25px;
}
.sustainability-page .sustainability-4 .list {
  margin-top: 50px;
}
.sustainability-page .sustainability-4 .list ul li .box {
  max-width: 475px;
  margin: 0 auto;
}
.sustainability-page .sustainability-4 .list ul li .box .img {
  overflow: hidden;
}
.sustainability-page .sustainability-4 .list ul li .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sustainability-page .sustainability-4 .list ul li .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sustainability-page .sustainability-4 .list ul li .box .tit {
  font-size: var(--px24);
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
  margin-top: 30px;
}
.sustainability-page .sustainability-4 .list ul li .box .cona {
  font-size: 18px;  
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
}
@media screen and (max-width: 1700px) {
  .sustainability-page .sustainability-2 .img ul li:nth-child(1) {
    left: 0;
  }

  .sustainability-page .sustainability-2 .img ul li .tit {
    margin-top: 10px;
  }
  .sustainability-page .sustainability-2 .img ul li:nth-child(5) {
    right: 0%;
    bottom: 30.8%;
  }

  .sustainability-page .sustainability-2 .img ul li:nth-child(5) .tit {
    max-width: 215px;
  }
}
@media screen and (max-width: 1450px){
  .sustainability-page .sustainability-1 .img .mask p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1250px){
  .sustainability-page .sustainability-3 ul li .box .con .cona {
    padding-right: 0
  }

  .sustainability-page .sustainability-2 .img ul {
    display: none;
  }
  
  .sustainability-page .sustainability-2 .img {
    padding-bottom: 50px;
  }

  .sustainability-page .sustainability-3 ul li .box .img {
    width: 100%;
    left: 0 !important;
  }
  .sustainability-page .sustainability-3 ul li .box .img img {
    margin: auto;
    display: block;
  }

  .sustainability-page .sustainability-3 ul li .box .con {
    width: 100%;
    left: 0 !important;
  }

  .sustainability-page .sustainability-3 ul li:first-child .box {
    margin-top: 0;
  }

  .sustainability-page .sustainability-3 ul li .box {
    margin: 20px 0;
  }

  .sustainability-page .sustainability-3 ul li .box .con .cona {
    margin-top: 15px;
  }

  .sustainability-page .sustainability-4 .title p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 .img .mask {
    position: static;
    padding: 25px 15px;
  }

  .sustainability-page .sustainability-1 .img .mask .tit3,
  .sustainability-page .sustainability-1 .img .mask p {
    color: #000;
  }
  .sustainability-page .sustainability-2 .img .title {
    position: static;
    margin-top: 30px;
  }

  .sustainability-page .sustainability-2 .img {
    padding: 30px 0;
  }

  .sustainability-page .sustainability-2 .img .title p {
    margin-top: 15px;
  } 
}
@media screen and (max-width: 500px) {
  .sustainability-page .sustainability-3 ul li .box .con {
    padding: 15px;
  }
  .sustainability-page .sustainability-3 ul li .box .con .tit {
    line-height: 1.5;
  }
}
.new-page .news-2 .list ul {
  margin: 0 -10px;
}
.new-page .news-2 .list ul li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}
.new-page .news-2 .list .content .titl:hover {
  color: var(--color);
}
.new-page .news-2 .list .content time {
  color: #747474;
}
@media screen and (max-width: 1250px) {
  .new-page .news-2 .list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .new-page .news-2 .list ul li {
    width: 50%;

  }
}
@media screen and (max-width: 500px) {
  .new-page .news-2 .list ul {
    margin: 0;
  }
  .new-page .news-2 .list ul li {
    width: 100%;
    padding: 0;
  }
}

.inner-page .sidebox .sideleft {
  width: 25%;
  position: sticky;
  top: 120px;
}

.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 1.5625vw;
  margin-bottom: 1.5625vw;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.inner-page .sidebox .sideleft .widget form {
  position: relative;
}

.inner-page .sidebox .sideleft .widget form input,
.inner-page .sidebox .sideleft .widget form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}

.inner-page .sidebox .sideleft .widget form textarea {
  height: 100px;
}

.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 0 16px;
  cursor: pointer;
  height: 40px;
}

.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: var(--px24);
  line-height: 1.8;
  margin-bottom: 15px;
  color: #000;
}

.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
  grid-template-columns: 1fr;
}

.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 30px;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
}

.inner-page .sidebox .sideleft .widget ul li p {
  font-size: 16px;
}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
  line-height: 28px;
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}

.inner-page .sidebox .sideleft .widget .form1 button {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: static;
}

.inner-page .sidebox .sideleft .widget .form1 button:hover {
  background: #000;
}

.inner-page .sidebox .sideright {
  width: 75%;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }

  .inner-page .sidebox .sideright {
    width: 72%;
  }

  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
  }
}
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.newdet-page .section-title2 {
  font-size: var(--px30);
  line-height: 1.6;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.newdet-page p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.8;
}

.newdet-page blockquote {
  border-left: 7px solid var(--color);
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}

.newdet-page blockquote p {
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}

.newdet-page blockquote a {
  color: inherit;
}

.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--color);
  font-weight: 600;
}

.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--color);
}

.newdet-page .n-content {
  font-size: 18px;
  line-height: 32px;
  color: #555;
}

.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}

.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}

.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}

.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: var(--color);
}

.newdet-page .s_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}

.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.newdet-page .s_link .list .cont a:hover {
  color: var(--color);
}

.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  color: #444;
}

.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}

.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}

.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}

.newdet-page .news-comment-section {
  padding-top: 48px;
}

.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.newdet-page .news-comment-section form {
  margin-top: 15px;
}

.newdet-page .news-comment-section form .column {
  padding: 0;
}

.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}

.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.newdet-page .news-comment-section form li button:hover {
  background: #000;
}

.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }

  .newdet-page .grid-box {
    margin-right: 0;
  }

  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }

  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }

  .newdet-page .news-post-comment-wrap {
    display: block;
  }

  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }

  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 32px 0 0 0;
  }

  .newdet-page .news-comment-section form .column {
    width: 100%;
  }

  .newdet-page .s_link .list {
    width: 100%;
  }

  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }

  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}

.faq-page .container .tips_title {
  font-weight: bold;
  padding-left: 3.125vw;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 700px) {
  .faq-page .container .tips_title::before {
    height: 46px;
  }
}
@media (max-width: 500px) {
  .faq-page .container .content {
    margin-top: 30px;
  }

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

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

  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}
.oem-page .oem-9 .brands-list ul li {
  height: 100%;
}
.oem-page .oem-9 .brands-list ul li .box .color-33 {
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
}

.oem-page .oem-9 .brands-list ul li .box {
  background-color: #f4f5f9;
  border-radius: 5px;
  padding: 30px;
  transition: all 0.5s;
  height: 100%;
}

.oem-page .oem-9 .brands-list ul li .box .txtbox .desc {
  height: 158px;
  overflow-y: auto;
  line-height: 2 !important;
  transition: all 0.5s;
}

.oem-page .oem-9 .brands-list ul li .box:hover {
  background-color: var(--color);
}

.oem-page .oem-9 .brands-list ul li .box:hover .tt {
  color: #fff;
}

.oem-page .oem-9 .brands-list ul li .box:hover .desc {
  color: #fff;
}

.oem-page .oem-9 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
  background-color: #000;
}

.oem-page .oem-5 {
  background-color: #f4f5f9;
}

.oem-page .oem-5 .process-li {
  padding: 0 10%;
}

.oem-page .oem-5 .process-li .swiper {
  padding: 25px 0;
  margin: 0 -1px;
}

.oem-page .oem-5 .process-li ul li .in {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.oem-page .oem-5 .process-li ul li .box {
  height: 405px;
  padding: 15px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0 20px;
}

.oem-page .oem-5 .process-li ul li .box .num {
  width: 50px;
  height: 50px;
  background-color: #f4f5f9;
  border: solid 1px #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.5s;
  padding-top: 5px;
}

.oem-page .oem-5 .process-li ul li .box i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 10px;
  width: 92px;
  height: 92px;
  transition: all 0.5s;
}

.oem-page .oem-5 .process-li ul li .box i img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

.oem-page .oem-5 .process-li ul li .box:hover .num {
  background-color: var(--color);
  color: white;
}

.oem-page .oem-5 .process-li ul li .box:hover i {
  background-color: #000;
}

.oem-page .oem-5 .process-li ul li .box:hover i img {
  filter: none;
}

.oem-page .oem-5 .process-li ul li .in-yj {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.oem-page .oem-5 .process-li ul li .in-yj.zs {
  left: 0;
  top: 0;
}

.oem-page .oem-5 .process-li ul li .in-yj.ys {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}

.oem-page .oem-5 .process-li ul li .in-yj.yx {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.oem-page .oem-5 .process-li ul li .in-yj.zx {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}

.oem-page .oem-5 .process-li ul li.odd .box {
  border-top: 1px solid #cccccc;
  border-bottom: 0;
}

.oem-page .oem-5 .process-li ul li.odd .in-yj.zs {
  opacity: 1;
}

.oem-page .oem-5 .process-li ul li.odd .in-yj.ys {
  opacity: 1;
}

.oem-page .oem-5 .process-li ul li.even .box {
  border-top: 0;
  border-bottom: 1px solid #cccccc;
}

.oem-page .oem-5 .process-li ul li.even .num {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.oem-page .oem-5 .process-li ul li.even .in-yj.yx {
  opacity: 1;
}

.oem-page .oem-5 .process-li ul li.even .in-yj.zx {
  opacity: 1;
}

.oem-page .oem-5 .process-li .zdy-switch>div {
  background-color: #fff;
  position: absolute;
  transform: translateY(-50%);
}
.oem-page .oem-5 .process-li .zdy-switch>div::after {
  font-size: 16px;
  color: var(--color);
}
.oem-page .oem-5 .process-li .zdy-switch>div:hover {
  background-color: var(--color);
}
.oem-page .oem-5 .process-li .zdy-switch>div:hover::after {
  color: #fff;
}
@media (max-width: 1250px) {
  .oem-page .oem-9 .brands-list ul li .box {
    padding: 20px 15px;
  }
}