@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.eot');
  src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff'), url('../fonts/Mulish-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-ExtraBold.eot');
  src: url('../fonts/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-ExtraBold.woff2') format('woff2'), url('../fonts/Mulish-ExtraBold.woff') format('woff'), url('../fonts/Mulish-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.eot');
  src: url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Light.woff2') format('woff2'), url('../fonts/Mulish-Light.woff') format('woff'), url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.eot');
  src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff'), url('../fonts/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.EBold {
  font-weight: 800;
}
.pop {
  font-family: poppins;
}

.moreC {
  position: relative;
  background-color: var(--color);
  padding: 14px 20px;
  overflow: hidden;
}

.moreC::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.moreC span,
.moreC i {
  position: relative;
  z-index: 2;
}

.moreC:hover {
  background-color: var(--color);
}

.moreC:hover::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#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 .moreC {
    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: 'Mulish';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #0098f2;
}
.container {
  width: 1630px;
  padding: 0 15px;
}
.max-1400 {
  max-width: 1400px;
}
.downBtn {
  color: #292929;
  border: 1px solid #b4b4b4;
  border-radius: 22px;
  padding: 8px 26px;
}
.downBtn:hover {
  color: white;
  background-color: var(--color);
}
.Hbtn:hover {
  transform: translateX(5px);
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22 !important;
}
#innerMobileBanner .banner2 {
  background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
#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: 14px;
  padding-bottom: 5px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  padding-top: 16px;
}
#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;
  border-top: 1px solid #9d9d9d;
  padding-top: 15px;
}
#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: 45px;
  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,#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  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 .menu_c .formBtn {
  white-space: nowrap;
  background-color: var(--color);
  border-radius: 10px;
  padding: 8px 13px;
}
#header > .nav > .menu .menu-box .menu_c .formBtn:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 33px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid #7e7e7e;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 22px;
  height: 22px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .icon {
  width: 10px;
  height: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#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.inner-nav > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #fff;
}
#banner .swiper {
  width: 100%;
  height: 930px;
}
#banner .swiper ul {
  width: 100%;
  height: 100%;
}
#banner .swiper ul li {
  width: 100%;
  height: 100%;
}
#banner .swiper ul li .moreBtn {
  background-color: #fff;
}
#banner .swiper ul li .moreBtn .img_c {
  width: 63px;
  height: 63px;
  background-color: var(--color);
}
#banner .swiper ul li .moreBtn .img_c .img {
  width: 23px;
  height: 24px;
}
#banner .swiper ul li .moreBtn:hover {
  background-color: var(--color);
  color: #fff;
}
#banner .swiper ul li .moreBtn:hover .img {
  transform: rotate(45deg);
}
#banner .swiper ul li.swiper-slide-active .titl,
#banner .swiper ul li.swiper-slide-active .txt,
#banner .swiper ul li.swiper-slide-active .moreBtn {
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-image: url('../images/init-1Bg.jpg');
}
#index-body .init-1 .menus {
  color: #282828;
}
#index-body .init-1 .menus li {
  height: 100%;
  margin-bottom: 30px;
}
#index-body .init-1 .menus li .list {
  height: 100%;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
#index-body .init-1 .menus li .list::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 21px solid var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .menus li.active .list {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-1 .menus li.active .list::before {
  opacity: 1;
}
#index-body .init-1 .container .swiper ul li .left .txt {
  color: #404040;
}
#index-body .init-1 .container .swiper ul li .left .titl:hover {
  color: var(--color);
}
#index-body .init-2 .minTitl {
  color: #202020;
}
#index-body .init-2 .swiper {
  width: 100%;
}
#index-body .init-2 .swiper ul li {
  background-color: #f2f2f2;
  width: 24%;
}
#index-body .init-2 .swiper ul li .btn:hover img {
  transform: translateX(2px);
}
#index-body .init-2 .swiper ul li:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-2 .swiper ul li:hover .titl:hover {
  color: #f2f2f2;
}
#index-body .init-2 .swiper ul li:hover .btn img {
  filter: invert(1);
}
#index-body .init-2 .btn {
  z-index: 2;
  opacity: 1;
}
#index-body .init-2 .btn::after {
  display: none;
}
#index-body .init-2 .btn.prev {
  left: -60px;
}
#index-body .init-2 .btn.next {
  right: -60px;
}
#index-body .init-3 {
  background-image: url('../images/init-3Bg.jpg');
}
#index-body .init-3 .bot ul {
  height: 253px;
}
#index-body .init-3 .bot ul li {
  background-color: rgba(0, 152, 242, 0.9);
  margin-right: 2px;
  height: 100%;
}
#index-body .init-3 .bot ul li:last-child {
  margin-right: 0;
}
#index-body .init-3 .bot .play {
  margin-right: 12.7vw;
}
#index-body .init-3 .bot .play .top_cont {
  position: relative;
  width: 160px;
  height: 160px;
}
#index-body .init-3 .bot .play .top_cont .cir_sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
#index-body .init-3 .bot .play .top_cont .cir_sub div {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -4px;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-3 .bot .play .top_cont svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-3 .bot .play .top_cont svg circle {
  width: 100%;
  height: 100%;
  stroke-dashoffset: 460;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-3 .bot .play:hover svg circle {
  stroke-dashoffset: 0;
}
#index-body .init-4 .top .titleBox {
  color: #404040;
}
#index-body .init-4 .top .titleBox .titl {
  color: #1e1e1e;
}
#index-body .init-4 .top .iconBox img {
  width: calc(33% - 35px);
}
#index-body .init-4 .swiperBox ul li {
  height: 460px;
}
#index-body .init-4 .swiperBox ul li i {
  font-size: 20px;
}
#index-body .init-4 .swiperBox ul li i:hover {
  color: var(--color);
}
#index-body .init-4 .btn {
  z-index: 2;
  opacity: 1;
}
#index-body .init-4 .btn::after {
  display: none;
}
#index-body .init-4 .btn.prev {
  left: -60px;
}
#index-body .init-4 .btn.next {
  right: -60px;
}
#index-body .init-5 {
  background-image: url('../images/init-5Bg.jpg');
}
#index-body .init-5 .right .lists li .icon {
  width: 54px;
  height: 50px;
}
#index-body .init-6 .container {
  background-color: #f6f6f6;
}
#index-body .init-6 .container .lists li {
  padding: 19px 29px;
}
#index-body .init-6 .container .lists li:first-child {
  margin-left: 0;
}
#index-body .init-6 .container .lists li.active {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-6 .container .botBox .bot {
  display: none;
}
#index-body .init-6 .container .botBox .bot:first-child {
  display: block;
}
#index-body .init-6 .container .botBox .bot .left .titl:hover {
  color: var(--color);
}
#index-body .init-6 .container .botBox .bot .right {
  width: 45.5%;
}
#index-body .init-6 .container .botBox .bot .right .swiperBtn i {
  font-size: 18px;
}
#index-body .init-6 .container .botBox .bot .right .swiperBtn .btn {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-6 .container .botBox .bot .right .swiperBtn .btn:hover {
  color: var(--color);
}
#index-body .init-6 .container .botBox .bot .right ul li {
  width: 33%;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../images/footerBg.jpg');
}
#footer .top .line {
  flex: 1;
}
#footer .top .line p {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.26);
}
#footer .center {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
#footer .center p.link a:hover {
  color: var(--color);
}
#footer .center .item1 {
  max-width: 230px;
}
#footer .center .item3 {
  width: 176px;
}
#footer .center .item3 .cont {
  width: 67px;
  height: 67px;
  background-color: #fff;
  padding: 5px;
}
#footer .center .item3 .share i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .center .item3 .share a:hover i {
  color: var(--color);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 22px;
  padding-bottom: 23px;
}
#footer .copyright .container svg {
  height: 28px;
  width: auto;
  fill: #b1b1b1;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #b1b1b1;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  #index-body .init-2 .btn.next,
  #index-body .init-4 .btn.next {
    right: -45px;
  }
  #index-body .init-2 .btn.prev,
  #index-body .init-4 .btn.prev {
    left: -45px;
  }
}
@media screen and (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 25px;
  }
  #banner .swiper {
    height: 800px;
  }
  #index-body .init-2 .btn.next,
  #index-body .init-4 .btn.next {
    right: -30px;
  }
  #index-body .init-2 .btn.prev,
  #index-body .init-4 .btn.prev {
    left: -30px;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .formBtn {
    padding: 5px;
  }
  #banner .swiper {
    height: 700px;
  }
}
@media (max-width: 1250px) {
  #banner .swiper {
    height: 500px;
  }
  #banner .swiper ul li .textBox {
    width: 52%;
  }
  #index-body .init-2 .minTitl {
    width: 95%;
  }
  #index-body .init-3 .bot ul {
    width: 100%;
    height: 200px;
  }
  #index-body .init-3 .bot .play {
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper {
    height: 400px;
  }
  #banner .swiper ul li .textBox {
    width: 90%;
  }
  #banner .swiper ul li .textBox .titl,
  #banner .swiper ul li .textBox .txt {
    text-shadow: 0 2px 5px #fff;
  }
  #index-body .init-1 .container .swiper ul li .left {
    margin-bottom: 20px;
  }
  #index-body .init-2 .btn.next,
  #index-body .init-4 .btn.next {
    right: 0;
  }
  #index-body .init-2 .btn.prev,
  #index-body .init-4 .btn.prev {
    left: 0;
  }
  #index-body .init-3 h1 {
    width: 100%;
  }
  #index-body .init-3 .bot ul {
    height: 330px;
  }
  #index-body .init-3 .bot ul li {
    width: calc(50% - 2px);
    margin-bottom: 2px;
    height: 49%;
  }
  #index-body .init-4 .top .iconBox {
    justify-content: center;
  }
  #index-body .init-4 .top .iconBox img:first-child {
    margin-left: 0;
  }
  #index-body .init-4 .swiperBox ul li {
    height: 260px;
  }
  #index-body .init-5 .right {
    margin-top: 20px;
  }
  #index-body .init-6 .container .botBox .bot .right {
    margin-top: 20px;
  }
  #footer .center .left {
    width: 43%;
  }
  #footer .center .right {
    width: 55%;
  }
}
@media (max-width: 700px) {
  #footer .center .left {
    width: 100%;
  }
  #footer .center .right {
    width: auto;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .menus li {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  #index-body .init-1 .menus li .list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #index-body .init-1 .menus li .list::before {
    bottom: -10px;
    border-top: 11px solid var(--color);
  }
  #index-body .init-3 .bot ul {
    height: auto;
  }
  #index-body .init-3 .bot ul li {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #index-body .init-6 .container .lists li {
    width: 100%;
  }
}

.inner-banner {
  margin-top: 115px;
  padding: 40px 0;
  color: #a9a9a9;
}

.inner-banner a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.inner-banner a:hover {
  color: var(--color);
}

.inner-banner a:first-child {
  font-size: 0;
}

.inner-banner a:first-child::before {
  content: "\f015";
  font-family: 'FontAwesome';
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}

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

.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 40px;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-page span.current {
  color: #fff;
  background-color: var(--color);
}

.m-page a:hover {
  color: #fff;
  background-color: var(--color);
}

.m-link {
  line-height: 2;
  color: #666;
  margin-top: 100px;
}

.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  margin-top: 8px;
}

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

.product-page .container .title {
  font-weight: bold;
  line-height: 2;
}

.product-page .container .cat_des {
  margin-top: 25px;
  color: #383737;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 2;
}

.product-page .container .cat_list {
  margin-top: 50px;
}

.product-page .container .cat_list a {
  width: 380px;
  padding: 16px 10px;
  margin: 5px 5px 0 0;
  text-align: center;
  background-color: #e5e5e5;
}

.product-page .container .cat_list a:hover {
  background-color: var(--color);
  color: #fff;
}

.product-page .container .content {
  margin-top: 40px;
}

.product-page .container .content ul {
  margin: 0 -20px;
}

.product-page .container .content ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}

.product-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
}

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

.product-page .container .content ul li .box .img {
  background-color: #f7f7f7;
  padding: 40px 16px;
}

.product-page .container .content ul li .box .text {
  margin-top: 16px;
  font-weight: bold;
  line-height: 2;
}

.product-page .container .content ul li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .product-page .container .cat_list {
    display: none;
  }
  .product-page .container .content ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .product-page .container .content {
    margin-top: 0;
  }
  .product-page .container .content ul {
    margin: auto;
  }
  .product-page .container .content ul li {
    width: 100%;
    padding: 0;
  }
}

.prodet-page .prodet-1 {
  background-color: #fafafa;
}

.prodet-page .prodet-1 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.prodet-page .prodet-1 .container .left .title {
  font-weight: bold;
  line-height: 2;
}

.prodet-page .prodet-1 .container .left .des {
  margin-top: 20px;
  color: #262626;
  /*text-align: justify;*/
  line-height: 2;
  max-height: 450px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .container .left .info_cont {
  margin-top: 60px;
}

.prodet-page .prodet-1 .container .left .info_cont .btn {
  margin-top: 10px;
  padding: 7px 8px;
  min-width: 164px;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  cursor: pointer;
}

.prodet-page .prodet-1 .container .left .info_cont .btn:hover {
  background-color: #000;
}

.prodet-page .prodet-1 .container .left .info_cont .list {
  margin-top: 10px;
  cursor: pointer;
}

.prodet-page .prodet-1 .container .left .info_cont .list img {
  margin-right: 12px;
  height: 18px;
}

.prodet-page .prodet-1 .container .left .info_cont .download {
  margin-left: 36px;
}

.prodet-page .prodet-1 .container .left .info_cont .video {
  margin-left: 50px;
}

.prodet-page .prodet-1 .container .right {
  position: relative;
  width: 45%;
  margin-left: auto;
}

.prodet-page .prodet-1 .container .right .btn {
  width: 60px;
  height: 60px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 2;
  right: -20px;
  opacity: 0;
}

.prodet-page .prodet-1 .container .right .btn .img {
  width: 10px;
  height: 6px;
}

.prodet-page .prodet-1 .container .right .btn.prev {
  left: -20px;
}

.prodet-page .prodet-1 .container .right .btn.prev .img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prodet-page .prodet-1 .container .right .btn:hover {
  background-color: var(--color);
}

.prodet-page .prodet-1 .container .right .big .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  display: block;
  padding: 46px 50px;
}

.prodet-page .prodet-1 .container .right:hover .btn {
  opacity: 1;
}

.prodet-page .prodet-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #dcdcdc;
}

.prodet-page .prodet-2 .container .title_c {
  margin-top: 20px;
}

.prodet-page .prodet-2 .container .title_c .list {
  margin-right: 70px;
  padding: 20px 0 14px 0;
  font-weight: bold;
  border-bottom: 3px solid rgba(0, 92, 172, 0);
  cursor: pointer;
}

.prodet-page .prodet-2 .container .title_c .list.active,
.prodet-page .prodet-2 .container .title_c .list:hover {
  color: var(--color);
  border-bottom: 3px solid var(--color);
}

.prodet-page .prodet-2 .container .content .list p {
  font-size: 16px !important;
  color: #666 !important;
  text-align: left !important;
  line-height: 2 !important;
  height: auto !important;
}

.prodet-page .prodet-2 .container .content .list ul li {
  padding: 5px 10px !important;
  line-height: 2;
  font-size: 16px;
  color: #666 !important;
}

.prodet-page .prodet-2 .container .content .list h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}

.prodet-page .prodet-2 .container .content .list h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: var(--color) !important;
}

.prodet-page .prodet-2 .container .content .list ol li,
.prodet-page .prodet-2 .container .content .list ul li {
  list-style: disc;
  list-style-position: inside;
}

.prodet-page .prodet-2 .container .content .list {
  display: none;
  margin-top: 30px;
  color: #484747;
  /*text-align: justify;*/
  line-height: 2;
}

.prodet-page .prodet-2 .container .content .list b,
.prodet-page .prodet-2 .container .content .list strong {
  font-weight: bold;
  font-size: 20px;
}

.prodet-page .prodet-3 .container .title {
  text-align: center;
  font-weight: bold;
}

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

.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}

.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}

.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 16px;
  font-weight: bold;
}

.prodet-page .prodet-4 {
  background-color: #fafafa;
}

.prodet-page .prodet-4 .container {
  text-align: center;
  max-width: 1080px;
}

.prodet-page .prodet-4 .container .tips {
  font-weight: bold;
}

.prodet-page .prodet-4 .container .tips_des {
  color: #747474;
  margin-top: 10px;
}

.prodet-page .prodet-4 .container form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-top: 50px;
}

.prodet-page .prodet-4 .container form input,
.prodet-page .prodet-4 .container form textarea {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 0;
  color: #000;
}

.prodet-page .prodet-4 .container form textarea {
  width: 100%;
  margin-top: 20px;
}

.prodet-page .prodet-4 .container form .more_c {
  width: 100%;
  margin-top: 20px;
}

.prodet-page .prodet-4 .container form .more_c .more {
  cursor: pointer;
  padding: 12px 56px;
  background-color: #000;
  color: #fff;
}

.related-product .container .tips {
  font-weight: bold;
}

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

.related-product .container .content .swiper {
  padding: 20px;
  margin: 0 -20px;
}

.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  padding: 50px 30px 40px;
}

.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}

.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}

.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  margin-top: 60px;
  font-weight: 600;
  line-height: 2;
}

.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text:hover {
  color: var(--color);
}

.prodet-page .prodet-1 .container .left .navbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.prodet-page .prodet-1 .container .left .navbox a {
  margin: 10px 0;
  margin-right: 15px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 5px;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  transition: 0.3s all;
}

.prodet-page .prodet-1 .container .left .navbox a:hover {
  transition: 0.3s all;
  background: #000;
}

.prodet-page .prodet-1 .container .left .navbox a.active {
  display: none !important;
}
@media (max-width: 1000px) {
  .prodet-page .prodet-1 .container .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }

  .prodet-page .prodet-1 .container .right .btn {
    right: 10px;
  }

  .prodet-page .prodet-1 .container .right .btn.prev {
    left: 10px;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 .container .left .info_cont .list {
    width: 100%;
    margin-left: 0;
  }

  .prodet-page .prodet-2 .container .title_c .list {
    width: 100%;
    margin: 0;
  }

  .prodet-page .prodet-4 .container form input,
  .prodet-page .prodet-4 .container form textarea {
    width: 100%;
  }
}
@media (max-width: 500px) {
  

  .prodet-page .prodet-1 .container .left .info_cont {
    margin-top: 30px;
  }

  .prodet-page .prodet-1 .container .right .big .swiper .swiper-wrapper .swiper-slide .img {
    padding: 16px;
  }

  .prodet-page .prodet-2 .container {
    padding-bottom: 40px;
  }

  .prodet-page .prodet-2 .container .title_c .list {
    padding: 14px 0 10px 0;
  }

  .prodet-page .prodet-3 .container .content {
    margin-top: 20px;
  }

  .prodet-page .prodet-4 .container form {
    margin-top: 20px;
  }

  .related-product .container .content {
    margin-top: 10px;
  }

  .related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
}

.about-page .init-2 {
  -o-background-size: cover;
  background-size: cover;
}

.about-page .init-2 .container .left {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
}

.about-page .init-2 .container .left .title {
  font-weight: bold;
}

.about-page .init-2 .container .left .index_line {
  margin-top: 10px;
  width: 124px;
  height: 3px;
  background-color: #000;
}

.about-page .init-2 .container .left .des {
  margin-top: 26px;
  text-align: justify;
  color: #444;
}

.about-page .init-2 .container .right {
  padding-left: 30px;
  vertical-align: middle;
  width: 39%;
  display: inline-block;
  position: relative;
}

.about-page .init-2 .container .right img {
  width: 100%;
  max-width: 390px;
  display: block;
  margin-left: auto;
}

.about-page .init-2 .container .right .play_cont {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 110px;
  left: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 50px;
}

.about-page .init-2 .container .right .play_cont .ling,
.about-page .init-2 .container .right .play_cont .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  z-index: 2;
  position: relative;
}

.about-page .init-2 .container .right .play_cont .ling i,
.about-page .init-2 .container .right .play_cont .cont i {
  margin-left: 6px;
}

.about-page .init-2 .container .right .play_cont .ling {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.about-page .init-2 .container .right .play_cont .ling:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.about-page .init-3 .container .tip_title {
  text-align: center;
  font-weight: bold;
  max-width: 800px;
  margin: auto;
}

.about-page .init-3 .container .title_list {
  margin-top: 40px;
}

.about-page .init-3 .container .title_list .column {
  width: auto;
}

.about-page .init-3 .container .title_list .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px;
  text-align: center;
  width: 16.6%;
  border-left: 1px solid #d9d9d9;
  font-size: 16px;
  background-color: var(--color);
  color: #ffffff;
  font-weight: 500;
  /*text-transform: uppercase;*/
  cursor: pointer;
}

.about-page .init-3 .container .title_list .list:hover,
.about-page .init-3 .container .title_list .list.active {
  background-color: #2a2a2a;
}

.about-page .init-3 .container .title_list .list:first-child {
  border: none;
}

.about-page .init-3 .container .title_list .list p {
  width: 100%;
}

.about-page .init-3 .container .content_list {
  /*margin-top: 36px;*/
  text-align: center;
  max-width: 780px;
  margin: 62px auto 0px;
}

.about-page .init-3 .container .content_list .list {
  display: none;
}

.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  padding: 220px 0 170px 0;
}

.about-page .init-4 .container .cont {
  width: 750px;
  margin-left: auto;
  padding: 70px 200px 50px 60px;
  background-color: #fafafa;
}

.about-page .init-4 .container .cont .title {
  color: var(--color);
  text-transform: uppercase;
}

.about-page .init-4 .container .cont .line {
  width: 32px;
  height: 2px;
  background-color: var(--color);
  margin-top: 4px;
}

.about-page .init-4 .container .cont .slickBox li .box .name {
  margin-top: 10px;
  font-weight: bold;
  /*font-style: italic;*/
}

.about-page .init-4 .container .cont .slickBox li .box .des {
  color: #444444;
  margin-top: 10px;
}

.about-page .init-4 .container .cont .s_page {
  margin-top: 60px;
}

.about-page .init-4 .container .cont .s_page .slick-dots li {
  display: inline-block;
  border-bottom: 1px solid rgba(184, 138, 121, 0);
  font-weight: bold;
}

.about-page .init-4 .container .cont .s_page .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}

.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active {
  border-bottom: 1px solid var(--color);
}

.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active button {
  color: var(--color);
}

.about-page .init-5 .container .tip_title {
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}

.about-page .init-5 .container .tip_des {
  text-align: center;
  margin-top: 10px;
  color: #747474;
}

.about-page .init-5 .container .index_line {
  margin: 16px auto 0 auto;
}

.about-page .init-5 .container .slick {
  margin-top: 60px;
  margin: 60px -15px 0 -15px;
}

.about-page .init-5 .container .slick .slick-track {
  margin-left: 0;
}

.about-page .init-5 .container .slick li {
  padding: 0 15px;
}

.about-page .init-5 .container .slick li .box .img {
  display: block;
}

.about-page .init-5 .container .slick li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .init-6 {
  padding: 70px 0 50px 0;
  background-color: #fafaf9;
  -o-background-size: cover;
  background-size: cover;
}

.about-page .init-6 .container {
  position: relative;
}

.about-page .init-6 .container .column {
  vertical-align: middle;
}

.about-page .init-6 .container .left {
  width: 450px;
}

.about-page .init-6 .container .left .title {
  font-weight: bold;
  text-transform: uppercase;
}

.about-page .init-6 .container .left .des {
  color: #747474;
  max-width: 400px;
  margin-top: 10px;
}

.about-page .init-6 .container .left .index_line {
  margin-top: 20px;
}

.about-page .init-6 .container .left .more_c a {
  padding: 16px 30px;
  display: inline-block;
  margin-top: 60px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid var(--color);
}

.about-page .init-6 .container .left .more_c a img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  vertical-align: middle;
  margin-left: 36px;
}

.about-page .init-6 .container .left .more_c a::before {
  background-color: #ffffff;
}

.about-page .init-6 .container .left .more_c a:hover {
  background-color: #ffffff;
  color: var(--color);
}

.about-page .init-6 .container .left .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about-page .init-6 .container .right {
  width: -webkit-calc(-350%);
  width: -moz-calc(-350%);
  width: calc(100% - 450px);
  padding-left: 70px;
}

.about-page .init-6 .container .right img {
  width: 100%;
  display: block;
}

.about-page .init-7 .container .tip_title {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}

.about-page .init-7 .container .tip_des {
  color: #444444;
  font-weight: 300;
  text-align: center;
  max-width: 670px;
  margin: 10px auto 0;
  /*text-align: justify;*/
}

.about-page .init-7 .container .index_line {
  height: 5px;
  margin: auto;
  margin-top: 20px;
}

.about-page .init-7 .container ul {
  margin: 40px -15px 0 -15px;
}

.about-page .init-7 .container ul li {
  padding: 0 15px;
}

.about-page .init-7 .container ul li .box a {
  display: block;
}

.about-page .init-7 .container ul li .box a img {
  display: block;
  width: 100%;
}

.about-page .init-7 .container .more_c {
  margin-top: 50px;
  text-align: center;
}

.about-page .init-7 .container .more_c a {
  padding: 16px 30px;
  display: inline-block;
  /*font-style: italic;*/
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid var(--color);
  background-color: var(--color);
}

.about-page .init-7 .container .more_c a img {
  vertical-align: middle;
  width: 22px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
  margin-left: 30px;
}

.about-page .init-7 .container .more_c a::before {
  background-color: #ffffff;
}

.about-page .init-7 .container .more_c a:hover {
  color: var(--color);
  background-color: #ffffff;
}

.about-page .init-7 .container .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about-page .init-8 .container video {
  display: block;
  width: 100%;
}

.about-page .init-8 .container .tips_title {
  margin-top: 30px;
  font-weight: bold;
  color: var(--color);
}

.about-page .init-8 .container .des {
  color: #444444;
  margin-top: 20px;
  text-align: justify;
}

.about-page .init-8 .container .list_cont {
  margin-top: 50px;
}

.about-page .init-8 .container .list_cont li {
  background-color: rgba(0, 92, 172, 0.9);
  width: 25%;
  height: 230px;
  color: #fff;
  border-left: 2px solid #fff;
}

.about-page .init-8 .container .list_cont li .box .num {
  font-weight: 500;
}

.about-page .init-8 .container .list_cont li .box .text_c {
  margin-left: 26px;
  font-family: 'Poppins';
}

@media (max-width: 1250px) {
  .about-page .init-1 .container .right .des {
    margin-top: 10px;
  }

  .about-page .init-4 {
    padding: 90px 0;
  }

  .about-page .init-8 .container .list_cont li {
    width: 50%;
    border-top: 2px solid #fff;
  }
}

@media (max-width: 1000px) {
  .about-page .init-1 .container .left {
    display: none;
  }

  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .about-page .init-1 .container .right .title {
    max-width: 100%;
  }

  .about-page .init-2 {
    background: #f5f4f4;
    background-image: none !important;
  }

  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
  }

  .about-page .init-2 .container .right {
    width: 100%;
  }

  .about-page .init-2 .container .right .play_cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    margin-top: 50px;
  }

  .about-page .init-4 .container .cont {
    width: 100%;
    padding: 40px;
    text-align: center;
  }

  .about-page .init-4 .container .cont .line {
    display: none;
  }

  .about-page .init-6 {
    background-image: none !important;
  }

  .about-page .init-6 .container .left {
    width: 100%;
    text-align: center;
  }

  .about-page .init-6 .container .left .des {
    max-width: 100%;
  }

  .about-page .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-page .init-2 .container .left .index_line {
    display: none;
  }

  .about-page .init-2 .container .right {
    padding-left: 0;
    margin-top: 20px;
  }

  .about-page .init-2 .container .right img {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }

  .about-page .init-3 .container .title_list .list {
    width: 33.33%;
    border-top: 1px solid #fff;
  }
}

@media (max-width: 700px) {
  .about-page .init-2 {
    padding: 40px 0;
  }

  .about-page .init-2 .container .left .des {
    margin-top: 20px;
  }

  .about-page .init-2 .container .right .play_cont {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }

  .about-page .init-3 .container .title_list .list {
    width: 100%;
  }

  .about-page .init-4 {
    padding: 40px 0;
  }

  .about-page .init-4 .container .cont {
    padding: 20px;
  }

  .about-page .init-4 .container .cont .s_page {
    margin-top: 20px;
  }

  .about-page .init-5 .container .slick {
    margin: 20px -4px 0 -4px;
  }

  .about-page .init-5 .container .slick li {
    padding: 0 4px;
  }

  .about-page .init-6 {
    padding: 40px 0;
  }

  .about-page .init-6 .container .left .more_c a {
    margin-top: 20px;
    padding: 6px 20px;
  }

  .about-page .init-6 .container .left .more_c a img {
    margin-left: 16px;
    width: 20px;
  }

  .about-page .init-7 .container ul {
    margin-top: 20px;
  }

  .about-page .init-7 .container .more_c {
    margin-top: 30px;
  }

  .about-page .init-7 .container .more_c a {
    padding: 6px 20px;
  }

  .about-page .init-7 .container .more_c a img {
    margin-left: 16px;
    width: 20px;
  }

  .about-page .init-8 .container .list_cont li {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .about-page .init-3 .container .content_list {
    margin-top: 16px;
  }

  .about-page .init-8 .container .list_cont li {
    height: 160px;
  }
}

.honor-page .init-1 .container .content .more {
  width: auto;
  padding: 12px 40px;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #d9d9d9;
}

.honor-page .init-1 .container .content .more::before {
  background-color: #000;
}

.honor-page .init-1 .container .content .more.active {
  background-color: #000;
}

.honor-page .init-2 {
  margin-top: 30px;
}

.honor-page .init-2 .container .content ul {
  margin: 0 -10px;
}

.honor-page .init-2 .container .content ul li {
  margin-top: 40px;
  padding: 0 10px;
}

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

.honor-page .init-2 .container .content ul li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.honor-page .init-2 .container .content ul li .box .text {
  margin-top: 20px;
  /*text-align: center;*/
}

.honor-page .init-2 .container .content ul li .box .text:hover {
  color: var(--color);
}

@media (max-width: 1250px) {
  .honor-page .init-1 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-2 .container .content ul li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-2 .container .content ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .honor-page .init-2 {
    margin-top: 40px;
  }

  .honor-page .init-2 .container .content ul li {
    margin-top: 30px;
    width: 100%;
  }

  .honor-page .init-2 .container .content ul li:first-child {
    margin-top: 0;
  }

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

.news-page .container .cat_list_cont .list {
  background-color: var(--color);
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
}

.news-page .container .cat_list_cont .list:hover {
  background-color: #2a2a2a;
}

.news-page .container .cat_list_cont .list.active {
  background-color: #2a2a2a;
}

.news-page .container .content ul {
  margin: 20px -15px 0 -15px;
}

.news-page .container .content ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}

.news-page .container .content ul li {
  margin-top: 70px;
  padding: 0 15px;
}

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

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

.news-page .container .content ul li .box .img {
  height: 300px;
}

.news-page .container .content ul li .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.news-page .container .content ul li .box .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}

.news-page .container .content ul li .box .img .play i {
  margin-left: 6px;
}

.news-page .container .content ul li .box .time {
  margin-top: 16px;
  color: #999999;
}

.news-page .container .content ul li .box .title {
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
  line-height: 2;
}

.news-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 2;
}

.news-page .container .content ul li .box .more_c a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  color: #999999;
  text-transform: uppercase;
  font-style: italic;
}

.news-page .container .content ul li .box .more_c a:hover {
  color: var(--color);
  -webkit-text-decoration-color: var(--color);
  -moz-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
}

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

.newdet-page .container .title {
  font-weight: bold;
  line-height: 2;
}

.newdet-page .container .time {
  color: #999999;
  margin-top: 10px;
}

.newdet-page .container .content {
  margin-top: 36px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  line-height: 2;
  font-weight: 300;
  color: #444444;
}

.newdet-page .container .content p {
  font-size: 16px !important;
  color: #666 !important;
  text-align: left !important;
  line-height: 2 !important;
  height: auto !important;
}

.newdet-page .container .content h1 {
  font-size: 26px;
  line-height: 1.8;
  padding: 10px 5px;
}

.newdet-page .container .content ul li {
  padding: 5px 10px !important;
  line-height: 2;
  font-size: 16px;
  color: #666 !important;
}

.newdet-page .container .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}

.newdet-page .container .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: var(--color);
}

.newdet-page .container .content ol li,
.newdet-page .container .content ul li {
  list-style: disc;
  list-style-position: inside;
}

.newdet-page .container .newdet_cont .left {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
}

.newdet-page .container .newdet_cont .right {
  width: 190px;
}

.newdet-page .container .newdet_cont .right .tip {
  color: #767676;
  font-weight: 300;
  margin-top: 20px;
}

.newdet-page .container .newdet_cont .right .share_list a {
  padding: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #3b5999;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin: 12px 18px 0 0;
}

.newdet-page .container .newdet_cont .right .share_list a:last-child {
  margin-right: 0;
  background-color: #cc2366;
}

.newdet-page .container .newdet_cont .right .share_list a:nth-child(2) {
  background-color: #00aced;
}

.newdet-page .container .newdet_cont .right .share_list a:nth-child(3) {
  background-color: #cb2027;
}

@media (max-width: 1250px) {
  .news-page .container .content ul li .box .img {
    height: 220px;
  }

  .news-page .container .cat_list_cont {
    display: none;
  }
}

@media (max-width: 1000px) {
  .news-page .container .content ul li {
    text-align: center;
    width: 50%;
  }

  .news-page .container .content ul li .box .img {
    height: 158px;
  }

  .newdet-page .container .title {
    text-align: center;
  }

  .newdet-page .container .time {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .news-page .container .cat_list_cont .list {
    width: 33.3%;
  }

  .news-page .container .content ul li .box .img {
    height: 34vw;
  }

  .newdet-page .container .newdet_cont .left {
    width: 100%;
  }

  .newdet-page .container .newdet_cont .right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .news-page .container .content ul li {
    margin-top: 40px;
    width: 100%;
  }

  .news-page .container .content ul li .box .img {
    height: 60vw;
  }

  .news-page .container .content ul li .box .des {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
  }

  .news-page .container .content ul li .box .more_c a {
    margin-top: 10px;
  }

  .newdet-page {
    padding-bottom: 40px;
  }

  .newdet-page .container .content {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.news-page .container .content ul li .box .des a {
  display: inline;
}

.contact-page .init-1 {
  position: relative;
}

.contact-page .init-1 .sub_img {
  position: absolute;
  width: 700px;
  top: 200px;
  right: -160px;
}

.contact-page .init-1 .container {
  position: relative;
  z-index: 2;
}

.contact-page .init-1 .container .column {
  vertical-align: middle;
}

.contact-page .init-1 .container .left {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 70px;
}

.contact-page .init-1 .container .left .tips {
  font-weight: 500;
  color: var(--color);
}

.contact-page .init-1 .container .left .title {
  font-weight: bold;
  font-size: 36px;
  margin-top: 10px;
}

.contact-page .init-1 .container .left form input,
.contact-page .init-1 .container .left form textarea {
  padding: 12px 20px;
  background-color: #f8f8f8;
  font-size: 14px;
  border: none;
  margin-top: 14px;
  font-weight: 300;
}

.contact-page .init-1 .container .left form .mail,
.contact-page .init-1 .container .left form .phone {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
}

.contact-page .init-1 .container .left form .phone {
  margin-left: 16px;
}

.contact-page .init-1 .container .left form .more_c {
  margin-top: 14px;
}

.contact-page .init-1 .container .left form .more_c .more {
  cursor: pointer;
  padding: 16px 50px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.contact-page .init-1 .container .left form .more_c .more img {
  z-index: 2;
  position: relative;
  width: 20px;
  margin-right: 10px;
}

.contact-page .init-1 .container .left form .more_c .more::before {
  background-color: #000;
}

.contact-page .init-1 .container .right {
  padding: 0 0 0 80px;
}

.contact-page .init-1 .container .right .title {
  font-weight: bold;
}

.contact-page .init-1 .container .right .des {
  color: #888888;
  margin-top: 10px;
  line-height: 2;
}

.contact-page .init-1 .container .right .list_cont {
  margin-top: 10px;
}

.contact-page .init-1 .container .right .list_cont .list {
  margin-top: 30px;
}

.contact-page .init-1 .container .right .list_cont .list .column {
  vertical-align: top;
}

.contact-page .init-1 .container .right .list_cont .list .img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 60px;
}

.contact-page .init-1 .container .right .list_cont .list .img img {
  max-width: 30px;
  width: auto;
  position: absolute;
  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%);
}

.contact-page .init-1 .container .right .list_cont .list .text {
  margin: 2px 0 0 20px;
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-right: 60px;
}

.contact-page .init-1 .container .right .list_cont .list .text .title_2 {
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

.contact-page .init-1 .container .right .list_cont .list .text .title_2.mt_20 {
  margin-top: 20px;
}

.contact-page .init-1 .container .right .list_cont .list .text .des_2 {
  margin-top: 10px;
  color: #6c6c6c;
}

.contact-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}

.contact-page .init-2 .container .index_line {
  margin: 10px auto 0;
  width: 124px;
  height: 3px;
  background-color: #000;
}

.contact-page .init-2 .container .tip_des {
  margin-top: 24px;
  text-align: center;
  color: #444444;
}

.contact-page .init-2 .container .title_c {
  margin-top: 20px;
}

.contact-page .init-2 .container .title_c .list {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  background-color: var(--color);
  padding: 8px 40px;
  color: #fff;
}

.contact-page .init-2 .container .title_c .list:hover,
.contact-page .init-2 .container .title_c .list.active {
  background-color: #2a2a2a;
}

.contact-page .init-2 .container .list_cont {
  margin-top: 50px;
  display: none;
}

.contact-page .init-2 .container .list_cont .list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 18px;
}

.contact-page .init-2 .container .list_cont .list:first-child {
  margin-top: 0;
}

.contact-page .init-2 .container .list_cont .list .title {
  cursor: pointer;
  font-weight: bold;
  padding: 18px 66px 18px 30px;
}

.contact-page .init-2 .container .list_cont .list i {
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 26px;
}

.contact-page .init-2 .container .list_cont .list .content {
  color: #444444;
  padding: 20px 30px;
  display: none;
}

.contact-page .init-2 .container .list_cont .list.active .title {
  background-color: #ebebeb;
}

.contact-page .init-2 .container .list_cont .list.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.contact-page .init-2 .container .list_cont.active {
  display: block;
}

@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    margin-top: 50px;
    padding: 20px !important;
  }

  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }

  .contact-page .init-2 .container .title_c .list {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .contact-page .init-1 .container .left {
    padding: 30px 16px;
  }

  .contact-page .init-1 .container .right .list_cont .list .text {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
  }

  .contact-page .init-1 .container .left form .mail,
  .contact-page .init-1 .container .left form .phone {
    width: 100%;
  }

  .contact-page .init-1 .container .left form .phone {
    margin-left: 0;
  }

  .contact-page .init-1 .container .right .list_cont .list .img {
    width: 40px;
    height: 40px;
  }

  .contact-page .init-1 .container .right .list_cont .list .img img {
    width: 20px;
  }

  .contact-page .init-1 .container .right .list_cont .list .text {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
    padding-left: 10px;
    margin-left: 0;
  }
}

.faq-page {
  padding: 5.209% 0;
  background: #f6f6f6;
}
.faq-page .list {
  margin-top: 40px;
}
.faq-page .list ul li {
  margin-bottom: 20px;
  border-radius: 15px;
  background: #fff;
}
.faq-page .list ul li .tit {
  padding: 30px 40px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}
.faq-page .list ul li .tit i {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
}
.faq-page .list ul li .con {
  display: none;
  background: #fff;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #595959;
  border-top: 1px solid #f1f1f1;
}
.faq-page .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .list ul li.active .tit i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  
  .faq-page .list {
    margin-top: 20px;
  }
  .faq-page .list ul li .tit {
    padding: 20px;
    font-size: 18px;
  }
  .faq-page .list ul li .tit i {
    right: 20px;
    top: 20px;
    font-size: 20px;
  }
  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  
  .faq-page .list {
    margin-top: 20px;
  }
  .faq-page .list ul li .tit {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .faq-page .list ul li .tit i {
    right: 20px;
    top: 10px;
    font-size: 16px;
  }
  .faq-page .list ul li .con {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
  }
}

.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}
.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 45.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%;
}
.onestop-page .onestop-3 .list ul li .img img {
  height: 100%;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.onestop-page .onestop-3 .list ul li .content i img {
  max-width: 1em;
}
@media screen and (max-width: 1450px) {
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }
}
@media screen and (max-width: 1250px) {
  .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .onestop-page .onestop-3 .list ul li .content {
    padding: 15px !important;
  }
  .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
}
.sus-page .textColor {
    color: var(--color);
}
.sus-page .i-tag {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
    color: var(--color);
    line-height: 2;
    display: block;
    text-transform: uppercase;
}
.sus-page .sus-1 {
  z-index: 1;
}
.sus-page .sus-1 .ny-title {
  margin-top: 3px;
}
.sus-page .sus-1 .content {
  margin-top: -59px;
  -webkit-transform: translateY(126px);
  -moz-transform: translateY(126px);
  -ms-transform: translateY(126px);
  transform: translateY(126px);
}
.sus-page .sus-1 .left {
  width: 38.591%;
  margin-top: 59px;
}
.sus-page .sus-1 .left .ny-title {
  margin-top: 0;
}
.sus-page .sus-1 .left .tit {
  line-height: 1.4;
}
.sus-page .sus-1 .right {
  width: 54%;
  margin-left: auto;
}
.sus-page .sus-1 .right ul li {
  color: #fff;
  z-index: 1;
}
.sus-page .sus-1 .right ul li span {
  font-weight: 200;
  max-width: 170px;
  margin-left: 17px;
}
.sus-page .sus-1 .right ul li:nth-child(1) {
  top: 10%;
  left: 30%;
}
.sus-page .sus-1 .right ul li:nth-child(2) {
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sus-page .sus-1 .right ul li:nth-child(2) i {
  display: block;
  text-align: center;
}
.sus-page .sus-1 .right ul li:nth-child(2) span {
  margin-left: 0;
  max-width: 146px;
  display: inline-block;
  margin-top: 19px;
}
.sus-page .sus-1 .right ul li:last-child {
  bottom: 9%;
  left: 25%;
}
.sus-page .sus-1 .right ul li:last-child span {
  max-width: 260px;
}
.sus-page .sus-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 72.865%;
  height: 51.357%;
  background-color: #f5f5f5;
}
.sus-page .sus-2 {
  background-image: url(/djcoolingtower/2026/03/06/sustainability1.jpg);
  padding: 10.26042% 0 10%;
  background-size: 100% 100%;
}
.sus-page .sus-2 .box {
  max-width: 663px;
  margin: 0 0 0 auto;
}
.sus-page .sus-3 .ny-title {
  margin-top: 0;
}
.sus-page .sus-3 ul {
  margin: -33px -28px -18px -37px;
}
.sus-page .sus-3 ul li {
  padding: 33px 28px 18px 37px;
}
.sus-page .sus-3 ul li .ig {
  padding: 146px 18px 80px 48px;
  height: 100%;
  background-size: 100% 100%;
}
.sus-page .sus-3 ul li .ig i {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 125px;
  top: 0;
  left: 0;
}
.sus-page .sus-3 ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.sus-page .sus-3 ul li .ig .text .title {
  font-weight: 200;
  min-height: 49px;
}
.sus-page .sus-3 ul li .ig .text .con {
  line-height: 1.5;
  margin-top: 25px;
}
.sus-page .sus-4 .ny-title {
  margin-top: 0;
}
.sus-page .sus-4 ul li .img,.sus-page .sus-4 ul li .img img {
  width: 100%;
  height: 325px;
}
.sus-page .sus-4 ul li .img img {
  object-fit: cover;
  object-position: center;
}
.sus-page .sus-4 ul li .text {
  margin-top: -70px;
  background: #fff;
  font-weight: 200;
  padding: 0 51px;
  line-height: 1.9;
  position: relative;
  height: 254px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
  width: 100%;
}
.sus-page .sus-4 ul li .text::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -23px;
  width: 54px;
  height: 24px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.sus-page .sus-4 ul li:first-child .text {
  padding-left: 95px;
  padding-right: 95px;
}
.sus-page .sus-4 ul li:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sus-page .sus-4 ul li:nth-child(even) .text {
  margin: 0 0 -70px 0;
  z-index: 0;
}
.sus-page .sus-4 ul li:nth-child(even) .text::after {
  top: initial;
  bottom: -23px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sus-page .sus-5 .ny-title {
  margin-top: 0;
}
.sus-page .sus-5 ul li i {
  line-height: 69px;
}
.sus-page .sus-5 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.sus-page .sus-5 ul li p {
  font-weight: 200;
  line-height: 1.9;
}
@media screen and (max-width: 1450px) {
  .sus-page .sus-1 .content {
    margin-top: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
  }
  .sus-page .sus-1 .right ul li i {
    max-width: 55px;
  }
  .sus-page .sus-1 .right ul li:nth-child(2) i {
    margin: auto;
  }
  .sus-page .sus-1 .right ul li:nth-child(2) {
    left: 2%;
  }
  .sus-page .sus-1 .right ul li:nth-child(2) span {
    max-width: 120px;
  }
}
@media screen and (max-width: 1250px) {
  
  .sus-page .sus-1 .right {
    zoom: .7;
  }
  .sus-page .sus-1 .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .sus-page .sus-2{
    background-position: center right;
    background-size: cover;
  }
  .sus-page .sus-3 ul li .ig i {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .sus-page .sus-3 ul li .ig {
    padding: 100px 18px 40px 24px;
  }
  .sus-page .sus-4 ul li .text {
    padding: 0 25px;
  }
  .sus-page .sus-4 ul li:first-child .text {
    padding-left: 47px;
    padding-right: 47px;
  }
}
@media screen and (max-width: 1000px) {
  .sus-page .sus-4 ul li {
    width: 50%;
  }
  .sus-page .sus-1 .content {
    margin-top: 30px;
  }
  .sus-page .sus-1 .left {
    margin-top: 0;
    width: 100%;
  }
  .sus-page .sus-1 .right {
    zoom: .8;
    width: 100%;
  }
  .sus-page .sus-3 .header .left {
    width: 100%;
  }
  .sus-page .sus-3 .content ul {
    margin-right: 0;
  }
  .sus-page .sus-3 .content ul li {
    padding-right: 0;
    width: 50%;
  }
  .sus-page .sus-3 .content ul li i {
    left: 37px;
  }
  .sus-page .sus-4 ul li .text {
    margin-top: -35px;
    padding: 0 12px;
  }
  .sus-page .sus-4 ul li .img,.sus-page .sus-4 ul li .img img {
    height: 290px;
  }
  .sus-page .sus-4 ul li:first-child .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sus-page .sus-4 ul li:nth-child(even) .text {
    margin: 0 0 -35px 0;
  }
}
@media screen and (max-width: 700px) {
  .sus-page .sus-1 .right {
    display: none;
  }
  .sus-page .sus-3 .content ul li {
    width: 100%;
  }
  .sus-page .sus-4 ul li .text {
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .sus-page .sus-4 ul li {
    width: 100%;
  }
  .sus-page .sus-4 ul li .text {
    height: auto;
    padding: 20px 15px !important;
  }
  .sus-page .sus-4 ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sus-page .sus-4 ul li:nth-child(even) .text::after {
    top: -23px;
    bottom: initial;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .sus-page .sus-5 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-5 .content ul li {
    width: 100%;
  }
}

.esg-page .esg-2 .boxBorder {
  background-color: white;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}
.esg-page .esg-2 .boxBorder .list li {
  padding: 3% 2% 2%;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  background-color: white;
  width: 25%;
}
.esg-page .esg-2 .boxBorder .list li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.esg-page .esg-2 .boxBorder .list li .box> i {
  height: 1em;
}
.esg-page .esg-2 .boxBorder .list li .box i img {
  max-height: 100%;
}
.esg-page .esg-2 .boxBorder .list li .box .info {
  line-height: 1.57142857;
  color: #3a3a3a;
}
.esg-page .esg-2 .boxBorder .list li .box .info p {
  margin-top: 1.42857143em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.esg-page .esg-2 .boxBorder .list li .box .info p em{
  color: var(--color);
}
.esg-page .esg-2 .boxBorder .list li .box .info p em i{
  color: #000;
}
.esg-page .esg-2 .boxBorder .list li .box .info p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.esg-page .esg-2 .boxBorder .list li:hover .box {
  -webkit-transform: translateY(-23%);
  -moz-transform: translateY(-23%);
  -ms-transform: translateY(-23%);
  transform: translateY(-23%);
}
.esg-page .esg-2 .boxBorder .number {
  position: relative;
  color: white;
  font-size: 0;
  text-align: center;
}
.esg-page .esg-2 .boxBorder .number:before {
  content: '';
  width: 100%;
  height: 180%;
  border-radius: inherit;
  z-index: -1;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.esg-page .esg-2 .boxBorder .number span.h6 {
  line-height: 1.2;
}
.esg-page .esg-2 .boxBorder .number span.h6 sub {
  vertical-align: bottom;
}
.esg-page .esg-2 .boxBorder .number hr {
  background-color: white;
}
.esg-page .esg-2 .boxBorder .number p {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.esg-page .esg-2 .boxBorder .number li:hover p {
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}
@media screen and (max-width: 1450px) {
  .esg-page .esg-2 .boxBorder .list li .box span {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .esg-page .esg-2 .boxBorder .list li {
    width: 100%;
  }
  .esg-page .esg-2 .boxBorder .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .esg-page .esg-2 .boxBorder .list li:hover .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .esg-page .esg-2 .boxBorder .number {
    padding-left: 5%;
    padding-right: 5%;
    
  }
  .esg-page .esg-2 .boxBorder .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .esg-page .esg-2 .boxBorder .number ul li {
    width: 47%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .esg-page .esg-2 .boxBorder .number ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .esg-page .esg-2 .boxBorder .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.oem-page .init-1 .container {
  max-width: 1420px;
}
.oem-page .init-1 .container .left {
  width: 44%;
  position: sticky;
  top: 115px;
  z-index: 9;
}
.oem-page .init-1 .container .left img {
  width: 100%;
  display: none;
}
.oem-page .init-1 .container .left img.active {
    display: block;
}
.oem-page .init-1 .container .right {
  width: 56%;
  padding-left: 60px;
}
.oem-page .init-1 .container .right .tipsTitle {
  font-weight: bold;
}
.oem-page .init-1 .container .right .tipsDes {
  font-weight: bold;
  color: var(--color);
}
.oem-page .init-1 .container .right .content ul li .box {
  position: relative;
}
.oem-page .init-1 .container .right .content ul li .box .title {
  padding: 16px 60px 16px 30px;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
}
.oem-page .init-1 .container .right .content ul li .box .title i {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.oem-page .init-1 .container .right .content ul li .box .des {
  border-top: 1px solid #dedade;
  color: #666666;
  padding: 20px 50px;
  background-color: #f0efeb;
  display: none;
  line-height: 30px;
}
.oem-page .init-1 .container .right .content ul li .box.active .title {
  background-color: #f0efeb;
}
.oem-page .init-1 .container .right .content ul li .box.active .title i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.oem-page .init-2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.oem-page .init-2 .shadow {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.oem-page .init-2 .container .tipsTitle {
  font-weight: bold;
  text-align: center;
}
.oem-page .init-2 .container .des {
  max-width: 850px;
  margin: 30px auto 0;
  line-height: 2;
}
@media (max-width: 1000px) {
  .oem-page .init-1 .container .left {
    width: 100%;
    max-width: 100%;
    position: static;
    text-align: center;
  }
  .oem-page .init-1 .container .left img {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .oem-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title i {
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title {
    padding: 16px 30px 16px 16px;
  }
  .oem-page .init-1 .container .right .content ul li .box .des {
    padding: 16px;
  }
}

.training-page .training-1 {
  color: #181818;
}
.training-page .training-1 .txt {
  width: 58%;
  margin: auto;
}
.training-page .training-1 .bot {
  color: #fff;
}
.training-page .training-1 .bot .left {
  position: relative;
}
.training-page .training-1 .bot .left .textBox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 67%;
  transform: translate(-50%, -50%);
}
.training-page .training-1 .bot .left .textBox .txt {
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 1700px) {
  .training-page .training-1 .txt {
    width: 61%;
  }
}
@media screen and (max-width: 1450px) {
  .training-page .training-1 .txt {
    width: 67%;
  }
  .training-page .training-1 .bot .left .textBox {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  .training-page .training-1 .txt {
    width: 78%;
  }
  .training-page .training-1 .bot .left .textBox {
    width: 72%;
  }
}
@media screen and (max-width: 1000px) {
  .training-page .training-1 .txt {
    width: 100%;
  }
  .training-page .training-1 .bot .left .textBox {
    width: 74%;
  }
}
.quality-page .quality-1 .text p i {
  border-radius: .2em;
  background-color: var(--color);
  color: white;
  margin-right: .5em;
}
.quality-page .quality-2 {
  background-color: #f0f1f2;
}
.quality-page .quality-2 li {
  background-color: white;
  padding: 3%;
}
.quality-page .quality-2 .txt {
  background-color: #fff;
  padding: 20px;
  width: 100%;
}
.quality-page .quality-2 .left img {
  width: 100%;
}

.quality-page .quality-3 {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.quality-page .quality-3:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #23519e;
}
.quality-page .quality-3 span.h2 {
  color: white;
}
.quality-page .quality-3 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.quality-page .quality-3 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.quality-page .quality-3 .box .content {
  padding: 5% 4% 0;
}
.quality-page .quality-3 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:var(--color);
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}

.quality-page .quality-4 .left {
  position: relative;
  z-index: 1;
}
.quality-page .quality-4 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.quality-page .quality-4 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.quality-page .quality-4 .right span.h6,
.quality-page .quality-4 .right .text {
  border-bottom: 1px solid #bebebe;
}
.quality-page .quality-4 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.quality-page .quality-4 .right li.active span.h6 {
  color: var(--color);
}
@media screen and (max-width: 1000px)  {
  .quality-page .quality-1 .right {
    margin-top: 20px;
  }
}