@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  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: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.eot');
  src: url('../fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Regular.woff2') format('woff2'), url('../fonts/Unbounded-Regular.woff') format('woff'), url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.unbounded,
.unbo {
  font-family: Unbounded;
}
#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: calc(0.2083vw + 14px);
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #121212;
  font-size: 16px;
  height: auto;
  --color: #0041b9;
}
.container {
  width: 1690px;
  padding: 0 15px;
}
.Hbtn {
  background-color: var(--color);
  color: white;
  font-family: Unbounded;
}
.Hbtn:hover {
  background-color: #000;
}
.Hbtn1 {
  background-color: #f6f6f6;
  font-family: Unbounded;
  color: #121212;
}
.Hbtn1:hover {
  background-color: var(--color);
  color: #fff;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22;
}
#innerMobileBanner .banner2 {
  background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  50% {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 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: calc(0.3125vw + 14px);
  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: #fff;
}
#header > .nav > .menu {
  padding: 10px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: 3.802vw;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: calc(5.208vw + 10px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 24px;
  height: 22px;
  margin-right: 4.16vw;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-right: 2.9166vw;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .txt {
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  cursor: pointer;
  color: #fafafb;
  background-color: var(--color);
  text-align: center;
  margin: -10px 0;
  height: 101px;
}
#header > .nav > .menu .menu-box .right .formBtn:hover {
  background-color: #000;
  color: #fff;
}
#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;
}
#banner .swiper ul li .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #f6f6f6;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: clipToLeft 1s linear;
  -moz-animation: clipToLeft 1s linear;
  -o-animation: clipToLeft 1s linear;
  animation: clipToLeft 1s linear;
}
#banner .swiper ul li.swiper-slide-active .Hbtn1 {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
  overflow-x: hidden;
}
#index-body .init-1 .container .left .imgBox {
  z-index: 2;
}
#index-body .init-1 .container .left .txt {
  font-size: calc(7.96875vw + 14px);
  line-height: 0.8;
  color: #e5e1e1;
  writing-mode: sideways-rl;
  margin-left: -20px;
}
#index-body .init-1 .container .left .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-1 .container .left .play img:hover {
  transform: rotate(15deg);
}
#index-body .init-1 .container .right .blue {
  background-color: var(--color);
  color: #f6f6f6;
}
#index-body .init-1 .container .right .btn span {
  display: inline-block;
  width: calc(0.78125vw + 4px);
  height: calc(0.78125vw + 4px);
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .init-1 .container .right .btn:hover {
  color: var(--color);
}
#index-body .init-1 .container .right .btn:hover span {
  transform: scale(1.1);
}
#index-body .init-2 {
  background-color: #f0f5fb;
}
#index-body .init-2 .menu li {
  color: #050a10;
}
#index-body .init-2 .menu li img {
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 1px rgba(56, 48, 48, 0.11);
  position: relative;
}
#index-body .init-2 .menu li .txt:hover {
  color: var(--color);
}
#index-body .init-2 .menu li:hover img,
#index-body .init-2 .menu li.active img {
  border: 2px solid var(--color);
}
#index-body .init-2 .swiperBox .box {
  display: none;
}
#index-body .init-2 .swiperBox .box:first-child {
  display: block;
}
#index-body .init-2 .swiperBox .box .swiper ul li .titl {
  width: 100%;
  background-color: #e1e7ee;
  min-height: 100px;
  color: #2d2d2d;
}
#index-body .init-2 .swiperBox .box .swiper ul li .titl:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-3 {
  background-image: url("../images/init-3Bg.jpg");
}
#index-body .init-3 .listBox {
  width: calc(25% - 2px);
  height: 655px;
}
#index-body .init-3 .listBox .list {
  width: 100%;
  height: 313px;
  background-color: #fff;
  border-radius: 8px;
  color: #222222;
}
#index-body .init-3 .listBox .list .icon {
  width: 86px;
  height: 86px;
}
#index-body .init-3 .listBox .list .txt {
  line-height: 26px;
  max-height: 105px;
  overflow-y: auto;
}
#index-body .init-3 .listBox .list:hover {
  background-color: var(--color);
  color: #ffffff;
}
#index-body .init-3 .listBox .list:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transform: rotateY(360deg);
}
#index-body .init-3 .listBox:nth-child(even) {
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
}
#index-body .init-4 .left {
  width: 61.44%;
}
#index-body .init-4 .left ul li .dataBox {
  width: 190px;
  color: var(--color);
}
#index-body .init-4 .left ul li .dataBox .btn {
  width: 100%;
  background-color: #d6e2f2;
  opacity: 0;
}
#index-body .init-4 .left ul li .dataBox .btn:hover {
  background-color: var(--color);
}
#index-body .init-4 .left ul li .dataBox .btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-4 .left ul li .textBox {
  width: calc(100% - 190px);
}
#index-body .init-4 .left ul li .textBox .titl:hover {
  color: var(--color);
}
#index-body .init-4 .left ul li:hover .dataBox .btn {
  opacity: 1;
}
#index-body .init-4 .right {
  width: 38.56%;
}
#index-body .init-5 .swiper {
  margin: -8px;
}
#index-body .init-5 .swiper ul li {
  padding: 8px;
}
#index-body .init-5 .swiper ul li img {
  box-shadow: 0px 0px 9px 1px rgba(17, 17, 17, 0.11);
  border-radius: 8px;
}
#index-body .init-6 {
  background-image: url('../images/init-6Bg.jpg');
}
#index-body .init-6 .btn {
  background-color: rgba(111, 148, 205, 0.3);
  color: var(--color);
  border-radius: 6px;
}
#index-body .init-6 .btn .circle {
  width: 5px;
  height: 5px;
  background-color: #0041b9;
  border-radius: 50%;
}
#index-body .init-6 .btn:hover {
  background-color: rgba(111, 148, 205, 0.8);
}
#index-body .init-6 .titl {
  color: #020202;
}
#index-body .init-6 form {
  max-width: 976px;
  position: relative;
}
#index-body .init-6 form input,
#index-body .init-6 form button {
  border: none;
}
#index-body .init-6 form input {
  box-shadow: 0px 0px 22px 0px rgba(4, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  height: 64px;
  margin-bottom: 20px;
}
#index-body .init-6 form input.name {
  width: 27.4%;
}
#index-body .init-6 form input.mail {
  width: 28%;
}
#index-body .init-6 form input.mes {
  width: 39.2%;
  padding-right: 53px;
}
#index-body .init-6 form button {
  position: absolute;
  right: 11px;
  bottom: 31px;
  background-color: transparent;
}
#index-body .init-6 form button img {
  width: 42px;
  height: 42px;
}
#index-body .init-6 form button:hover img {
  transform: translateX(5px);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #222222;
  color: #fff;
}
#footer .top .list .link a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footer .top .list .link:last-child {
  margin-bottom: 0;
}
#footer .top .list1 {
  max-width: 250px;
}
#footer .top .list2 .link {
  text-transform: uppercase;
}
#footer .top .list3 {
  width: 16.5%;
}
#footer .top .list4 {
  max-width: 340px;
}
#footer .top .list4 .imgbox {
  width: 39px;
  height: 39px;
}
#footer .top .list4 .imgbox img {
  display: block;
  margin: auto;
}
#footer .top .list4 .txt {
  width: calc(100% - 39px);
}
#footer .copyright {
  position: relative;
  overflow: hidden;
  color: #525252;
  opacity: 0.2;
  line-height: 1;
}
#footer .copyright .container {
  padding-top: 18px;
  padding-bottom: 25px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media screen and (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: calc(3vw + 10px);
  }
  #header > .nav > .menu .menu-box .right .search {
    margin-right: 3vw;
  }
  #index-body .init-1 .container .left {
    width: 57%;
  }
  #index-body .init-1 .container .left .txt {
    font-size: calc(7vw + 14px);
  }
  #index-body .init-1 .container .right {
    width: 43%;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-right: 1vw;
  }
  #header > .nav > .menu .menu-box .right .search {
    margin-right: 1vw;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: calc(1.5vw + 10px);
  }
  #banner .swiper ul li .container .box {
    width: 55%;
  }
  #index-body .init-1 .container .right h1 {
    padding-left: 0;
  }
  #index-body .init-3 .listBox:nth-child(even) {
    padding-top: 15px;
  }
}
@media (max-width: 1250px) {
  #banner .swiper ul li .container .box {
    width: 60%;
  }
  #index-body .init-3 .listBox {
    height: 570px;
  }
  #index-body .init-3 .listBox .list {
    height: auto;
  }
  #index-body .init-4 .left ul li .dataBox {
    width: 150px;
  }
  #index-body .init-4 .left ul li .dataBox .btn {
    opacity: 1;
  }
  #index-body .init-4 .left ul li .textBox {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li img.bg {
    min-height: 400px;
    object-fit: cover;
    object-position: center;
  }
  #banner .swiper ul li .container .box {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    margin-top: 30px;
  }
  #index-body .init-3 .listBox {
    height: auto;
    margin-bottom: 20px;
  }
  #index-body .init-3 .listBox .list .txt {
    max-height: none;
  }
  #index-body .init-4 .right img {
    display: block;
    margin: 0 auto;
  }
  #index-body .init-6 form input.name,
  #index-body .init-6 form input.mail {
    width: 49%;
  }
  #index-body .init-6 form input.mes {
    width: 100%;
  }
  #footer .top .list1,
  #footer .top .list4 {
    max-width: none;
    width: 49%;
    margin-bottom: 20px;
  }
  #footer .top .list5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .list5 .qr {
    margin-right: 10px;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .menu {
    justify-content: flex-start;
  }
  #index-body .init-2 .menu li {
    width: 22%;
    margin: 20px 1%;
  }
  #index-body .init-4 .left ul li .dataBox {
    width: 100px;
  }
  #index-body .init-4 .left ul li .textBox {
    width: calc(100% - 100px);
  }
  #footer .top .list1,
  #footer .top .list4 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-2 .menu li {
    width: 31%;
    margin: 20px 1%;
  }
  #index-body .init-4 .left ul li {
    flex-wrap: wrap;
  }
  #index-body .init-4 .left ul li .textBox {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  #index-body .init-6 form input.name,
  #index-body .init-6 form input.mail {
    width: 100%;
  }
}
.more,.inner-page .more {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(0.2083vw + 14px);
  line-height: 1.7;
  padding: 15px 46px;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
}
.inner-banner {
  position: relative;
  margin-top: 100px;
}
.inner-banner img.bg {
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-banner .ui.container h2 {
  font-size: calc(1.875vw + 14px);
  line-height: 1.2;
  font-weight: 500;
  color: white;
      text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-banner .ui.container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: calc(0.2083vw + 14px);
  line-height: 1.77;
  color: white;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color);
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: var(--color);
}
.i-tag {
  font-size: calc(0.3125vw + 14px);
  line-height: 36px;
  font-weight: 500;
  color: var(--color);
}

.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color);
  width: 40px;
  height: 1px;
  margin-right: 20px;
}
@keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.about-page .about-1 .top {
  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;
}

.about-page .about-1 .box {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
  background: -webkit-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to left, #fafafa 66%, transparent 66% 100%);
  padding: 100px 0;
  margin-top: 65px;
}

.about-page .about-1 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
}

.about-page .about-1 .box ul li {
  width: 27%;
  background: #1a1a1a;
  margin: 0 20px;
  color: white;
  padding: 36px 20px 40px;
}

.about-page .about-1 .box ul li .h3 {
  font-size: calc(0.3125vw + 14px);
  font-weight: 500;
  line-height: 1;
  margin: 34px 0 3px;
}

.about-page .about-1 .box ul li .h3 em {
  font-size: calc(1.82916vw + 14px);
}

.about-page .about-1 .box ul li p {
  line-height: 1.875;
}

.about-page .about-1 .box ul li:first-child {
  background: var(--color);
}

.about-page .about-1 .box .play {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  text-align: center;
  line-height: 165px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 250px;
  top: -110px;
}

.about-page .about-1 .box .play img {
  vertical-align: middle;
}

.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-page-circle.png) no-repeat;
  -webkit-animation: 20s 0.3s xz linear infinite;
  -moz-animation: 20s 0.3s xz linear infinite;
  animation: 20s 0.3s xz linear infinite;
}

.about-page .about-1 .box .wrap .left {
  width: 40%;
}

.about-page .about-1 .box .wrap .right {
  width: 60%;
  padding-left: 50px;
  padding-right: 160px;
}

.about-page .about-1 .box .wrap .right .content {
  font-size: calc(0.2083vw + 14px);
  line-height: 1.7;
  opacity: 1;
  max-height: 570px;
  padding-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  overflow: auto;
}

.about-page .about-2 {
  background: url(../images/factory-bg.jpg) center;
  background-size: cover;
  color: white;
}

.about-page .about-2 .top {
  position: relative;
}

.about-page .about-2 .top .i-title {
  width: 60%;
}

.about-page .about-2 .top .more_btn {
  position: absolute;
  right: 0;
}

.about-page .about-2 .top .more_btn .arrow {
  background: white;
}

.about-page .about-2 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.about-page .about-2 .top .more_btn .more {
  border-color: white;
  color: white;
}

.about-page .about-2 .list {
  padding-left: calc(11.4583vw + 10px);
}

.about-page .about-2 .list ul {
  margin: -11px;
}

.about-page .about-2 .list ul .slick-list {
  padding-right: 30%;
}

.about-page .about-2 .list ul li {
  padding: 11px;
}

.about-page .about-2 .list ul li .box {
  position: relative;
  border-bottom: 2px solid var(--color);
}

.about-page .about-2 .list ul li .box .h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 80px 20px 10px;
}

.about-page .about-2 .list ul li .box .arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  display: inline-block;
  background: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.about-page .about-2 .list ul li .box .arrow img {
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .arrow:hover img {
  transform: rotate(45deg);
}

.about-page .about-2 .list .btn {
  margin-top: 20px;
}

.about-page .about-2 .list .btn span {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: white;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-2 .list .btn span img {
  vertical-align: middle;
}

.about-page .about-2 .list .btn span.prev img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.about-page .about-2 .list .btn span.next img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-page .about-2 .list .btn span:hover {
  background: var(--color);
}

.about-page .about-2 .list .btn span:hover img {
  filter: invert(1);
}

.about-page #index-body .i-advantage {
  background: url(../images/) no-repeat right top;
}

.about-page #index-body .i-advantage.honor {
  background: white;
}

.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}

.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}

.about-page .about-3 {
  padding-bottom: 130px;
}

.about-page .about-3 .left {
  width: 20%;
  padding-top: 30px;
}

.about-page .about-3 .right {
  width: 80%;
}

.about-page .about-3 .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 0;
  padding-right: 270px;
}

.about-page .about-3 .right ul li .h3 {
  font-size: calc(0.8333vw + 14px);
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-3 .right ul li p {
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #5e5e5e;
}

.about-page .about-3 .right ul li .time {
  font-size: calc(0.3125vw + 14px);
  background: var(--color);
  color: white;
  height: 40px;
  line-height: 44px;
  border-radius: 20px;
  position: absolute;
  right: 50px;
  top: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 50px;
}

.about-page .about-3 .right ul li:first-child {
  padding-top: 0;
}

.about-page .about-3 .right ul li:hover .h3,
.about-page .about-3 .right ul li.active .h3 {
  font-size: 45px;
}

.about-page .about-3 .right ul li:hover p,
.about-page .about-3 .right ul li.active p {
  font-size: calc(0.3125vw + 14px);
}

.about-page .about-3 .right ul li:hover .time,
.about-page .about-3 .right ul li.active .time {
  opacity: 0;
}

.about-page .about-num {
  padding: 75px 0 90px;
}

.about-page .about-num ul {
  margin: -25px;
}

.about-page .about-num ul li {
  padding: 25px;
}

.about-page .about-num ul li p {
  font-size: calc(0.2083vw + 14px);
  line-height: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  margin-bottom: 17px;
}

.about-page .about-num ul li .h2 {
  font-size: calc(0.8333vw + 14px);
  font-weight: 500;
  color: var(--color);
  line-height: 1.2;
}

.about-page .about-num ul li .h2 em {
  font-size: 60px;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes fade-in-left {
  0% {
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes fade-in-right {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .box .play {
    right: 100px;
  }
  .about-page .about-1 .box .wrap .right {
    padding-right: 120px;
  }

  .about-page .about-1 .box ul li {
    width: 40%;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .box .play {
    right: 50px;
  }
}
@media screen and (max-width: 1250px){
  .about-page .about-1 .box .wrap .right {
    padding-right: 60px;
  }
  .about-page .about-1 .box .play {
    top: -70px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page #index-body .i-advantage {
    background-image: none;
  }
  .about-page #index-body .i-advantage .top .i-title {
    width: calc(100% - 250px);
  }
  
  .about-page .about-1 .box .wrap .left {
    width: 100%;
  }

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

  .about-page .about-1 .top {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  
  .about-page .about-1 .box ul {
    width: 75%;
  }

  .about-page .about-1 .box .play {
    right: 35px;
  }

  .about-page .about-2 .top .more_btn {
    position: relative;
    left: 0;
    top: 30px;
  }

  .about-page .about-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-2 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-page .about-2 .list {
    padding-left: 0;
    width: 100%;
    padding: 15px;

  }

  .about-page .about-3 .left {
    width: 100%;
    padding-top: 0;
  }

  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }

  .about-page .about-3 .right ul li .h3 {
    font-size: 24px;
  }

  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 25px;
  }

  .about-page .about-3 .right ul li:hover p,
  .about-page .about-3 .right ul li.active p {
    font-size: 16px;
  }

  .about-page .about-2 .list ul .slick-list {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page #index-body .i-advantage {
    background: transparent;
    padding: 30px 0;
  }
  .about-page #index-body .i-advantage .top .i-title {
      width: 100%;
      margin-left: 0;
  }
  
  .about-page .about-1 .box ul {
    width: 100%;
  }

  .about-page .about-1 .box .play {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .about-page .about-1 .box ul li {
    width: 45%;
    margin: 0px 10px;
  }

  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }

  .about-page .about-3 .right ul li {
    padding-right: 0;
  }

  .about-page .about-3 .right ul li .time {
    position: relative;
    left: 0;
    display: inline-block;
    top: 12px;
  }
}

#index-body .i-advantage {
  position: relative;
}

#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  width: 71%;
  height: 70%;
  z-index: -1;
}

#index-body .i-advantage .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 130px;
}

#index-body .i-advantage .top .i-title {
  width: 45%;
}

#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
}

#index-body .i-advantage .top .more_btn .more {
  border-color: rgba(0, 0, 0, 0.1);
}

#index-body .i-advantage .top .more_btn .more::after {
  color: black;
}

#index-body .i-advantage .list {
  padding-left: 230px;
}

#index-body .i-advantage ul {
  margin: -25px;
}

#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}

#index-body .i-advantage ul li {
  padding: 25px;
  height: 100%;
}

#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
  height: 100%;
}

#index-body .i-advantage ul li .box .num {
  font-size: calc(0.2083vw + 14px);
  width: 48px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--color);
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

#index-body .i-advantage ul li .box .h5 {
  font-size: calc(0.8333vw + 14px);
  font-weight: 500;
}

#index-body .i-advantage ul li .box .des {
  font-size: calc(0.2083vw + 14px);
  line-height: 32px;
  color: #4d4d4d;
  min-height: 96px;
}

#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background: #000;
}

#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}

#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}

#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}

#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}

#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}

#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}

#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}

#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
@media screen and (max-width: 1250px) {
  #index-body .i-advantage ul li {
    padding: 25px 10px;
  }
  #index-body .i-advantage ul {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 700px){
  
  #index-body .i-advantage .top {
    display: block;
    margin-bottom: 30px;
  }

  #index-body .i-advantage .top .i-title {
    width: 80%;
  }
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: calc(0.2083vw + 14px);
}

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

.product-page {
  background-color: whitesmoke;
}

.product-page .sideLeft {
  width: 27% !important;
  position: sticky;
  top: 100px;
}

.product-page .sideLeft .top {
  background: #fff;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}

.product-page .sideLeft .top .form form {
  position: relative;
  height: 60px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}

.product-page .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: calc(0.2083vw + 14px);
  border: none;
  padding: 0 50px 0 15px;
  color:#000;
}

.product-page .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}

.product-page .sideLeft .top .nav .font-30 {
  color: #121212;
  line-height: 1.4;
}

.product-page .sideLeft .top .nav ul li>a {
  position: relative;
  color: #121212;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-page .sideLeft .top .nav ul li>a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sideLeft .top .nav ul li>a img.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-page .sideLeft .top .nav ul li>a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}

.product-page .sideLeft .top .nav ul li>a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}

.product-page .sideLeft .top .nav ul li:hover>a,
.product-page .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
  color: #fff;
}

.product-page .sideLeft .top .nav ul li:hover>a::before,
.product-page .sideLeft .top .nav ul li.active>a::before,
.product-page .sideLeft .top .nav ul li:hover>a::after,
.product-page .sideLeft .top .nav ul li.active>a::after {
  opacity: 1;
}

.product-page .sideLeft .top .nav ul li ul li a {
  font-size: calc(0.2083vw + 14px);
  line-height: 32px;
  padding-left: 30px;
}

.product-page .sideLeft .top .nav ul li ul li:nth-child(1) a::before {
  content: none;
}

.product-page .sideLeft .top .nav ul li.active>ul {
  display: block;
}

.product-page .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}

.product-page .sideLeft .bottom p {
  font-size: 19px;
  line-height: 24px;
  color: white;
  font-weight: 500;
  text-align: center;
}

.product-page .sideRight {
  width: 73% !important;
}

.product-page .sideRight .Auxil-catdes {
  line-height: 32px;
  opacity: .71;
  margin: 20px 0 45px;
  max-height: 230px;
  padding-right: 20px;
  margin-bottom: 30px;
  /* margin-left: 20px; */
  overflow: auto;
}

.product-page .sideRight ul {
  margin: -10px;
}

.product-page .sideRight ul li {
  padding: 10px;
  text-align: center;
}

.product-page .sideRight ul li .img-box {
  border-radius: 10px;
  background: #f5f5f5;
  /*padding: 36px 50px;*/
}

.product-page .sideRight ul li h3 {
  line-height: 1.8;
  color: #363636;
  font-weight: 400;
  margin: 15px 0 30px;
}
.product-page .sideRight ul li h3:hover {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .product-page .sideLeft .top .form form {
    height: 45px;
  }
  .product-page .sideLeft .top .form input[type="submit"] {
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
  }
  .product-page .sideRight ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px){
  .product-page .sideLeft {
    display: none;
  }

  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-page .sideRight ul li {
    width: 100%;
  }
}

#mask .prodet-page {
  padding: 4rem 5rem 3rem 5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  background: #ffffff;
}

#mask .prodet-page .init-1 .left {
  padding-right: 50px;
  padding-bottom: 60px;
}

#mask .prodet-page .init-1 .left .big_img {
  border: 1px solid #eee;
  position: relative;
}

#mask .prodet-page .init-1 .left .big_img .thum_thum {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#mask .prodet-page .init-1 .left .big_img .thum_thum:hover {
  width: 100%;
  height: 100%;
}

#mask .prodet-page .init-1 .left .big_img .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  background: white;
  border-radius: 100%;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 0;
  width: 40px;
  height: 40px;
}

#mask .prodet-page .init-1 .left .big_img .slick-prev {
  left: -20px;
}

#mask .prodet-page .init-1 .left .big_img .slick-next {
  right: -20px;
}

#mask .prodet-page .init-1 .left .big_img .slick-prev::after {
  content: '\f104';
  font-family: "FontAwesome";
  font-size: 20px;
}

#mask .prodet-page .init-1 .left .big_img .slick-next::after {
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 20px;
}

#mask .prodet-page .init-1 .small_img ul {
  margin: -10px;

}

#mask .prodet-page .init-1 .small_img ul li {
  padding: 10px;
}

#mask .prodet-page .init-1 .small_img ul li .box {
  border: 1px solid #eee;
  display: block;
}

#mask .prodet-page .init-1 .small_img ul .slick-track {
  margin-left: 0;
}
#mask .prodet-page .init-1 table {
  width: auto;
  white-space: nowrap;
  overflow-x: auto;
}

#mask {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 40px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 111;
  display: none
}

#mask.active {
  display: block !important
}

#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

#mask .mask-close {
  position: absolute;
  z-index: 1;
  right: 13%;
  top: 6%;
  color: #000;
  cursor: pointer;
  font-size: 18px
}

#mask .mask-inner {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;

}

#mask .mask-inner .item {
  width: 76%;
  height: 85%;
}

#mask .prodet-page {
  height: 100%;
  overflow: auto;
}
@media screen and (max-width:1250px) {
  #mask .mask-close {
    right: 3%;
    top: 4%
  }

  #mask .mask-inner .item {
    width: 95%
  }
  #mask .prodet-page {
    padding: 35px;
  }

  #mask .prodet-page .prodet-1 .prodet-box {
    height: 100vh;
    overflow: auto
  }
}
@media screen and (max-width:1000px) {
  #mask .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }

  #mask .prodet-page .init-1 .right {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #mask .prodet-page .init-1 .right .small_img {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.gallery-page ul {
  margin: -15px;
}

.gallery-page ul li {
  padding: 15px;
}

.gallery-page ul li p {
  font-size: calc(0.2083vw + 14px);
  line-height: 1.7;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  .gallery-page ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page ul li {
    width: 100%;
  }
}

.faq-page .left {
  width: 25%;
}

.faq-page .right {
  width: 75%;
}

.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}

.faq-page .right ul li .h4 {
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.faq-page .right ul li .h4 .fa {
  position: absolute;
  right: 0;
}

.faq-page .right ul li .content {
  font-size: calc(0.2083vw + 14px);
  line-height: 26px;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 700px) {
  .faq-page .left,
  .faq-page .right {
    width: 100% !important;
  }
}

.news-page ul {
  margin: -15px;
  padding-top: 40px;
}

.news-page ul li {
  padding: 15px;
}

.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 36px 30px 50px;
  /*border-radius: 12px;*/
}

.news-page ul li .box .time {
  font-size: calc(0.2083vw + 14px);
  line-height: 1.7;
  opacity: 0.8;
}

.news-page ul li .box .h3 {
  line-height: 1.6;
}

.news-page ul li .box .content {
  font-size: calc(0.2083vw + 14px);
  line-height: 1.7;
}

.news-page ul li .box .more_btn .more::after {
  color: black;
}

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

.newdet-page .newdet-1 .time {
  font-size: calc(0.2083vw + 14px);
  line-height: 1.7;
  opacity: 0.8;
}

.newdet-page .newdet-1 .content {
  font-size: calc(0.2083vw + 14px);
  line-height: 1.7;
  text-align: left;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.newdet-page .newdet-1 .m-link {
  text-align: left;
}
.newdet-page .newdet-1 .m-link a:hover span {
  color: var(--color);
} 
@media screen and (max-width: 1250px) {
  .news-page ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .news-page ul li {
    width: 100%;
  }
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  color: #fff;
}

.contact-page .contact-1 .text {
  color: #626262;
  line-height: 1.8;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}

.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .contact-1 .list ul li {
  padding: 20px;
}

.contact-page .contact-1 .list ul li .box {
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
  min-height: 360px;
}

.contact-page .contact-1 .list ul li .box i {
  display: block;
}

.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}

.contact-page .contact-1 .list ul li .box span.h6 {
  line-height: 1.8;
  color: #242424;
  display: block;
}

.contact-page .contact-1 .list ul li .box p {
  font-size: calc(0.2083vw + 14px);
  color: #626262;
  line-height: 1.8;
}

.contact-page .contact-1 .list ul li .box:hover {
  border-color: #15116f;
  top: -20px;
}

.contact-page .map {
  position: relative;
  z-index: 1;
}

.contact-page.inner-page .form ul {
  margin: -15px -7px;
}

.contact-page.inner-page .form ul li {
  padding: 15px 7px;
}

.contact-page.inner-page .form ul li input,
.contact-page.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: calc(0.2083vw + 14px);
  line-height: 32px;
  border-radius: 3px;
  padding: .6em 1em;
  border: 1px solid #ccc;
}

.contact-page.inner-page .form ul li input::-webkit-input-placeholder,
.contact-page.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

.contact-page.inner-page .form ul li input:-moz-placeholder,
.contact-page.inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}

.contact-page.inner-page .form ul li input::-moz-placeholder,
.contact-page.inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}

.contact-page.inner-page .form ul li input:-ms-input-placeholder,
.contact-page.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}

.contact-page.inner-page .form ul li input::placeholder,
.contact-page.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}

.contact-page.inner-page .form ul li textarea {
  height: 150px;
}

.contact-page.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #0041B9;
  color: white;
  font-size: calc(0.2083vw + 14px);
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page.inner-page .form ul li input[type="submit"]:hover {
  background: #000;
}

.contact-page.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .contact-page.inner-page .form ul li {
    padding: 6px;
  }

  .contact-page.inner-page .form ul {
    margin: -6px;
  }

  .contact-page.inner-page .form ul li input,
  .contact-page.inner-page .form ul li textarea,
  .contact-page.inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page.inner-page .form ul li input,
  .contact-page.inner-page .form ul li textarea,
  .contact-page.inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-1 .list ul li .box {
    min-height: auto;
  }
}
@media screen and (max-width: 700px) {
  .contact-page.inner-page .form ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    width: 70px;
  }
}