@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.eot');
  src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@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: 'Anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.black {
  font-weight: 900;
}
.pop {
  font-family: pop;
}
.anton {
  font-family: Anton;
}
#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;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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: 26px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -200px;
  top: 0;
  width: 195px;
  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;
  color:#000;
  background-color: #fff;
  border-radius: 5px;
}
/*.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}*/
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Gilroy';
  font-weight: 500;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  height: auto;
  --color: #008cd7;
}
.container {
  width: 1730px;
  padding: 0 15px;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22;
}
#innerMobileBanner .banner2 {
  padding-top: 70px;
  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));
}
#mobile3 .m-search form input[type=submit] {
  background: url(../images/icon-search-white.png) center center no-repeat;
}
#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;
  }
}

@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

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

@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0)
  }

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

@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
.Hbtn,.inner-page .Hbtn {
  background-color: var(--color);
  border-radius: 23px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid var(--color);
}
.Hbtn img,.inner-page .Hbtn 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);
}
.Hbtn:hover,.inner-page .Hbtn:hover {
  background-color: #fff;
  color: var(--color);
}
.Hbtn:hover img,.inner-page .Hbtn:hover img {
  transform: rotate(25deg);
  transform-origin: center;
  -webkit-filter: brightness(1) invert(0);
  -moz-filter: brightness(1) invert(0);
  -ms-filter: brightness(1) invert(0);
  -o-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.Hbtn1 {
  background-color: #fff;
  color: var(--color);
  border-radius: 23px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.Hbtn1:hover {
  color: #fff;
  background-color: var(--color);
}
.Hbtn1:hover img {
  transform: rotate(25deg);
  transform-origin: center;
  -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);
}
.Hbtn2 {
  border: 1px solid var(--color);
  color: var(--color);
  border-radius: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.Hbtn2:hover {
  color: #fff;
  background-color: var(--color);
}
.Hbtn2:hover img {
  transform: rotate(25deg);
  transform-origin: center;
  -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);
}
#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: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 12px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#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: 75px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#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 .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: var(--color);
  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;
  padding-left: 4.375vw;
}
#header > .nav > .menu .menu-box .right .searchBox {
  width: 10.5729vw;
  height: 30px;
  background-color: #eeeeee;
  border-radius: 15px;
}
#header > .nav > .menu .menu-box .right .searchBox form {
  width: 100%;
  height: 100%;
  position: relative;
}
#header > .nav > .menu .menu-box .right .searchBox form input {
  background-color: transparent;
  border: none;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="text"] {
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding-left: 0.8854vw;
  color: #333;
  padding-right: 28px;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../images/index_2.png');
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 2.96875vw;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #999;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 16px;
  height: 16px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .txt {
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: 8px;
  height: 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
#banner {
  margin-top: 145px;
  position: relative;
}
#banner .swiper ul li {
  position: relative;
}
#banner .swiper ul li img.bg {
  width: 100%;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  color: #fff;
}
#banner .swiper ul li .container .titl {
  width: 100%;
  max-width: 790px;
  margin: auto;
  margin-top: -3.8vw;
  line-height: 1.1;
}
#banner .swiper ul li .container .titl span {
  color: var(--color);
}
#banner .swiper ul li .container .txt {
  max-width: 780px;
  margin: 1.8229vw auto;
}
#banner .swiper ul li .container .fontBg img {
  width: 52%;
}
#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: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}

#banner .swiper-pagination {
  bottom: 6.25vw;
  width: auto;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 2.239vw;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.15;
  border-radius: 0;
  margin: 0;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.7;
  margin-left: 5px;
  margin-right: 5px;
}
#banner .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 42%;
  height: 57px;
  z-index: 5;
}
#banner .swiperBtn {
  width: 57px;
  height: 57px;
  background-color: var(--color);
  border-radius: 50%;
  top: 0;
  transform: 0;
  margin-top: 0;
  opacity: 0.3;
}
#banner .swiperBtn::after {
  display: none;
}
#banner .swiperBtn:hover {
  opacity: 1;
}
#banner .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.8125vw;
  z-index: 5;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .swiper {
  height: 970px;
}
#index-body .init-1 .swiper ul {
  height: 100%;
}
#index-body .init-1 .swiper ul li {
  width: 25%;
  height: 100%;
  position: relative;
}
#index-body .init-1 .swiper ul li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#index-body .init-1 .swiper ul li .ig {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-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;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .swiper ul li .ig .titl {
  width: 100%;
  max-width: 280px;
}
#index-body .init-1 .swiper ul li .ig .titl:hover {
  color: var(--color);
}
#index-body .init-1 .swiper ul li .ig .Hbtn1 {
  opacity: 0;
}
#index-body .init-1 .swiper ul li .ig a img {
  position: relative;
  z-index: 1;
}
#index-body .init-1 .swiper ul li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 2;
  border-right: 1px solid #cccccc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .swiper ul li:hover {
  color: #fff;
  z-index: 6;
}
#index-body .init-1 .swiper ul li:hover .Hbtn1 {
  opacity: 1;
}
#index-body .init-1 .swiper ul li:hover::before {
  opacity: 0;
  z-index: -1;
}
#index-body .init-1 .swiper ul li.visible:nth-child(-n+2):hover .ig a.img-box {
  -webkit-transform: scale(1.5) translateX(50px);
  -moz-transform: scale(1.5) translateX(50px);
  -ms-transform: scale(1.5) translateX(50px);
  transform: scale(1.5) translateX(50px);
  z-index: 3;
}
#index-body .init-1 .swiper ul li.visible:nth-last-child(-n+2):hover .ig a.img-box {
  -webkit-transform: scale(1.5) translateX(-50px);
  -moz-transform: scale(1.5) translateX(-50px);
  -ms-transform: scale(1.5) translateX(-50px);
  transform: scale(1.5) translateX(-50px);
  z-index: 3;
}
#index-body .init-2 {
  background-image: url('../images/init-2Bg.jpg');
  background-repeat: repeat;
  background-size: auto;
  color: #666;
}
#index-body .init-2 .left {
  width: 58.4%;
}
#index-body .init-2 .left .titl {
  color: #050814;
}
#index-body .init-2 .left .txt,
#index-body .init-2 .left #tit .titl1 {
  max-width: 780px;
  display: none;
}
#index-body .init-2 .left .txt {
  max-height: 280px;
  overflow-y: auto;
}
#index-body .init-2 .left .txtBox .txt:first-child,
#index-body .init-2 .left #tit .titl1:first-child{
  display: block;
}
#index-body .init-2 .left .text {
  line-height: 0.8;
  opacity: 0.05;
  font-size: var(--px99);
}
#index-body .init-2 .right {
  width: 42%;
  margin-left: -4.2%;
  position: relative;
}
#index-body .init-2 .right .bg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#index-body .init-2 .right ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#index-body .init-2 .right ul li {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 2vw;
}
#index-body .init-2 .right ul li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .right ul li a svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-2 .right ul li:first-child {
  opacity: 1;
}
#index-body .init-2 .right ul li.active {
  opacity: 1;
}
#index-body .init-2 .bot {
  margin-top: var(--npx100);
}
#index-body .init-2 .bot ul.lists {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(202, 202, 202, 0.36);
  border-radius: 4.166vw;
}
#index-body .init-2 .bot ul.lists li {
  position: relative;
}
#index-body .init-2 .bot ul.lists li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 56px;
  background-color: #e6e6e6;
}
#index-body .init-2 .bot ul.lists li .list .icon {
  width: 57px;
  height: 51px;
  margin: auto;
}
#index-body .init-2 .bot ul.lists li .list .icon img {
  -webkit-filter: grayscale(1) brightness(0.79);
  -moz-filter: grayscale(1) brightness(0.79);
  -ms-filter: grayscale(1) brightness(0.79);
  -o-filter: grayscale(1) brightness(0.79);
  filter: grayscale(1) brightness(0.79);
}
#index-body .init-2 .bot ul.lists li .list .icon .txt {
  line-height: 1.25;
}
#index-body .init-2 .bot ul.lists li:first-child {
  padding-left: 0;
}
#index-body .init-2 .bot ul.lists li:first-child::before {
  display: none;
}
#index-body .init-2 .bot ul.lists li.active .list {
  color: var(--color);
}
#index-body .init-2 .bot ul.lists li.active .list .icon img {
  -webkit-filter: grayscale(0) brightness(1);
  -moz-filter: grayscale(0) brightness(1);
  -ms-filter: grayscale(0) brightness(1);
  -o-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
#index-body .init-3 .left {
  width: 50.5%;
}
#index-body .init-3 .left .img1 {
  width: 84%;
}
#index-body .init-3 .left .img2 {
  margin-top: -4.2708vw;
}
#index-body .init-3 .left .img2 img {
  margin-left: auto;
  width: 73.5%;
  display: block;
}
#index-body .init-3 .left .info {
  width: 22%;
  color: #fff;
  background: linear-gradient(to top, #018cd7, rgba(1, 140, 215, 0));
  left: 0;
  bottom: 0;
  max-width: 182px;
}
#index-body .init-3 .left .info .txt {
  line-height: 1.75;
}
#index-body .init-3 .left .play-btn {
  width: 3.25em;
  height: 3.25em;
  background-color: #fff;
  left: 62%;
}
#index-body .init-3 .left .play-btn i {
  color: var(--color);
}
#index-body .init-3 .right {
  width: 49.5%;
}
#index-body .init-3 .right .titl span {
  display: inline-block;
  width: 6.1458vw;
  height: 2px;
  background-color: #333333;
}
#index-body .init-3 .right .titl i {
  display: inline-block;
  width: 8.48958vw;
  height: 1.7708vw;
  background-color: #008cd7;
  position: absolute;
  bottom: 0;
  left: -2.0833vw;
  z-index: -1;
}
#index-body .init-3 .right h1 {
  color: #120f10;
}
#index-body .init-3 .right .Hbtn {
  border: 1px solid var(--color);
}
#index-body .init-3 .bot ul .list {
  color: #120f10;
}
#index-body .init-3 .bot ul .list::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 88px;
  background-color: #bbbbbb;
}
#index-body .init-3 .bot ul .list:last-child {
  padding-right: 0;
}
#index-body .init-3 .bot ul .list:last-child::after {
  display: none;
}
#index-body .init-3 .bot ul .list:hover {
  color: var(--color);
}
#index-body .init-4 {
  background-image: url('../images/init-4Bg.jpg');
  background-repeat: repeat;
}
#index-body .init-4 .titlBox::before {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(11.5625vw + 14px);
  font-weight: 900;
  opacity: 0.04;
}
/*#index-body .init-4 .container {
  max-width: 1480px;
}*/
#index-body .init-4 .content .swiper ul li {
  width: 33%;
}
#index-body .init-4 .content .swiper ul li .icon {
  max-width: 60px;
  max-height: 60px;
}
#index-body .init-4 .content .swiper ul li .textBox {
  width: calc(100% - 60px);
}
#index-body .init-4 .content .swiper ul li .textBox .titl {
  position: relative;
  color: #64686b;
}
#index-body .init-4 .content .swiper ul li .textBox .titl::before {
  content: '';
  width: 3.125vw;
  height: 1px;
  background: var(--color);
  display: block;
  position: absolute;
  bottom: 0;
}
#index-body .init-4 .content .swiper ul li .textBox .txt {
  color: #72777a;
}
#index-body .init-4 .content .swiper ul li:hover .titl {
  color: var(--color);
}
#index-body .init-4 .bot {
  border-top: 1px solid #bebfc0;
}
#index-body .init-4 .bot .swiper ul li {
  width: 20%;
}
#index-body .init-4 .bot .swiper ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#index-body .init-5 .titleBox {
  position: relative;
}
#index-body .init-5 .titleBox .titl i {
  width: 6.1979vw;
  height: 3px;
  background-color: #333333;
}
#index-body .init-5 .titleBox::before {
  content: attr(data-title);
  position: absolute;
  left: -14px;
  top: 20%;
  font-size: calc(11.5625vw + 14px);
  font-weight: 900;
  opacity: 0.04;
  text-wrap: nowrap;
  line-height: 1;
}
#index-body .init-5 .titleBox .Hbtn {
  border: 1px solid var(--color);
}
#index-body .init-5 .left {
  height: 410px;
  width: 50%;
}
#index-body .init-5 .left .swiper {
  width: 100%;
  height: 100%;
}
#index-body .init-5 .left .swiper ul li {
  position: relative;
}
#index-body .init-5 .left .swiper ul li .por {
  z-index: 5;
}
#index-body .init-5 .left .swiper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--color);
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .left .swiper ul li .dateBox {
  width: 60px;
}
#index-body .init-5 .left .swiper ul li .dateBox .mon {
  color: #666;
}
#index-body .init-5 .left .swiper ul li .textBox {
  width: calc(100% - 60px);
}
#index-body .init-5 .left .swiper ul li .textBox .titl {
  line-height: 36px;
}
#index-body .init-5 .left .swiper ul li .textBox .txt {
  line-height: 30px;
  color: #666;
}
#index-body .init-5 .left .swiper ul li .textBox .line {
  width: 100%;
  height: 3px;
  background-color: #c6c6c6;
}
#index-body .init-5 .left .swiper ul li:hover {
  color: #fff;
}
#index-body .init-5 .left .swiper ul li:hover .dateBox .mon,
#index-body .init-5 .left .swiper ul li:hover .textBox .txt {
  color: #fff;
}
#index-body .init-5 .left .swiper ul li:hover .textBox .line {
  opacity: 0;
}
#index-body .init-5 .left .swiper ul li:hover::before {
  opacity: 1;
  width: 100%;
}
#index-body .init-5 .right {
  width: 50%;
}
#index-body .init-5 .right img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: var(--color);
  background-image: url('../images/footerBg.jpg');
}
#footer .fTop .item {
  color: #fff;
}
#footer .fTop .item2 p a {
  text-transform: uppercase;
}
#footer .fTop .item p.link {
  line-height: 1;
  font-family: 'Gilroy';
  width: auto;
}
#footer .fTop .item p.link a {
  position: relative;
}
#footer .fTop .item p.link a span {
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .fTop .item p.link a i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .item p.link a:hover span {
  width: 7px;
}
#footer .fTop .item p.link a:hover i {
  transform: translateX(14px);
}
#footer .fTop .item1 {
  width: 30%;
  max-width: 480px;
}
#footer .fTop .item1 .share li {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
}
#footer .fTop .item1 .share li i {
  color: var(--color);
  font-size: 22px;
}
#footer .fTop .item1 .share li:hover {
  background-color: var(--color);
}
#footer .fTop .item1 .share li:hover i {
  color: #fff;
}
#footer .fTop .item1 .cont {
  width: 122px;
  height: 122px;
  background-color: #fff;
  padding: 5px 4px;
}
#footer .fTop .item4 {
  width: 30%;
  max-width: 500px;
}
#footer .fTop .item4 .text .txt {
  width: calc(100% - 18px);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 30px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #eaeaea;
  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: #eaeaea;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  .container {
    width: 1650px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 60px;
  }
  #index-body .init-2 .left {
    width: 65%;
  }
  #index-body .init-2 .right {
    width: 48%;
    margin-left: -13%;
  }
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 40px;
  }
  #header > .nav > .menu .menu-box .right {
    padding-left: 3vw;
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 2vw;
  }
  #index-body .init-2 .left {
    width: 61%;
  }
  #index-body .init-2 .right {
    width: 47%;
    margin-left: -8%;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .right {
    padding-left: 1.5vw;
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 1.5vw;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #index-body .init-1 .swiper {
    height: 800px;
  }
  #index-body .init-1 .swiper ul li.visible:nth-child(-n+2):hover .ig a.img-box {
    -webkit-transform: scale(1.5) translateX(50px);
    -moz-transform: scale(1.5) translateX(50px);
    -ms-transform: scale(1.5) translateX(50px);
    transform: scale(1.5) translateX(50px);
    z-index: 3;
  }
  #index-body .init-1 .swiper ul li.visible:last-child(1):hover .ig a.img-box {
    -webkit-transform: scale(1.5) translateX(-50px);
    -moz-transform: scale(1.5) translateX(-50px);
    -ms-transform: scale(1.5) translateX(-50px);
    transform: scale(1.5) translateX(-50px);
    z-index: 3;
  }
  #index-body .init-2 .left {
    width: 55%;
  }
  #index-body .init-2 .right {
    width: 45%;
    margin-left: 0;
  }
  #index-body .init-3 .left .img2 {
    margin-top: -3vw;
  }
}
@media (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #index-body .init-1 .swiper {
    height: 650px;
  }
  #index-body .init-2 .bot ul.lists li {
    padding-left: 5px;
    padding-right: 5px;
  }
  #index-body .init-2 .bot ul.lists li::before {
    display: none;
  }
  #index-body .init-3 .left .info {
    width: 26%;
  }
  #index-body .init-3 .bot ul .list {
    padding-right: 40px;
  }
}
.pc-hide {
  display: none;
}
@media screen and (max-width: 1001px) {
  
}
@media (max-width: 1000px) {
  .pc-hide {
    display: block;
  }
  #banner .swiper ul li .pc-hide {
    width: 100%;
    height: auto;
  }
  #banner .icon {
    bottom: 10px;
  }
  #banner img.bg {
    min-height: 380px;
    object-fit: cover;
    object-position: left center;
  }
  #banner .swiper-pagination {
    bottom: 50px;
  }
  #index-body .init-1 .swiper {
    height: 600px;
  }
  #index-body .init-1 .swiper ul li.visible:nth-child(1):hover .ig a.img-box {
    -webkit-transform: scale(1.1) translateX(0);
    -moz-transform: scale(1.1) translateX(0);
    -ms-transform: scale(1.1) translateX(0);
    transform: scale(1.1) translateX(0);
    z-index: 3;
  }
  #index-body .init-1 .swiper ul li.visible:nth-last-child(1):hover .ig a.img-box {
    -webkit-transform: scale(1.1) translateX(0);
    -moz-transform: scale(1.1) translateX(0);
    -ms-transform: scale(1.1) translateX(0);
    transform: scale(1.1) translateX(0);
    z-index: 3;
  }
  #index-body .init-2 .right {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #index-body .init-2 .bot ul.lists li {
    width: 50%;
  }
  #index-body .init-3 .bot ul .list {
    padding-left: 10px;
    padding-right: 10px;
  }
  #index-body .init-3 .bot ul .list::after {
    display: none;
  }
  #index-body .init-3 .right {
    margin-top: 20px;
  }
  #index-body .init-4 .titlBox::before {
    font-size: calc(9vw + 14px);
  }
  #index-body .init-5 .right {
    margin-top: 20px;
  }
  #footer .fTop .item1,
  #footer .fTop .item4 {
    width: 49%;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .swiper ul li {
    color: #fff;
  }
  #index-body .init-1 .swiper ul li::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  #index-body .init-1 .swiper ul li .ig .Hbtn1 {
    opacity: 1;
  }
  #index-body .init-3 .bot ul .list {
    width: 50%;
  }
  #index-body .init-5 .titleBox::before {
    top: 30%;
  }
  #index-body .init-5 .left .swiper ul li .textBox {
    padding-left: 10px;
  }
  #footer .fTop .item1,
  #footer .fTop .item4 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #index-body .init-2 .bot ul.lists li {
    width: 100%;
  }
  #index-body .init-3 .bot ul .list {
    width: 100%;
  }
  #index-body .init-5 .titleBox .titl {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-5 .titleBox .titleBox::before {
    top: 21%;
  }
}
.mobile-menu-wrap01 .menu-item a {
  width: 100%;
}

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

.download-page ul {
  margin-bottom: -56px;
}

.download-page ul li {
  padding-bottom: 56px;
}

.download-page .tit {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fefefe;
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.95);
  font-size: var(--px60);
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .download-page .img-box img {
    min-height: 260px;
    object-fit: cover;
    object-position: center;
  }
}

.inner-banner {
  position: relative;
  z-index: 0;
  margin-top: 105px;
}


.inner-banner .textAniC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.inner-banner .textAniC .text .c {
  font-size: 15.625vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

.inner-banner .container {
  position: relative;
  z-index: 2;
}

.inner-banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner-banner .cont {
  padding: 100px 0;
}

.inner-banner .cont .title {
  font-weight: bold;
}

.inner-banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}

.inner-banner .cont .mbx span {
  font-size: var(--px20);
  padding-left: 20px;
  position: relative;
}

.inner-banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: var(--px20);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.inner-banner .cont .mbx a:hover {
  color: #bf0000;
}

.inner-banner .cont .mbx a:first-child {
  padding-left: 0;
}

.inner-banner .cont .mbx a:first-child::before {
  display: none;
}

.inner-banner .cont .mbx a:before,
.inner-banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 4px;
  left: 7px;
  background-color: #000;
}

@media (max-width: 1450px) {

  .inner-banner .textAniC {
    padding-top: 20px;
  }
}

@media (max-width: 1250px) {
  .inner-banner {
    display: none;
  }
}

.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
}

.faq-page .faq-1 .list ul li i {
  cursor: hand;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}

.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}

.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}

.faq-page .faq-2 .form form ul li {
  width: 100%;
}

.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}

.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}

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

  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }

  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }

  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }

  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}

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

.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid #999;
  margin-right: 5px;
}

.inner-page .m-page a.next {
  margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}

.gallery-page .content ul {
  margin: -10px;
}

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

.gallery-page .content ul li .img-box {
  border-radius: 20px;
}

.gallery-page .content ul li .img-box img {
  width: 90%;
  margin: auto;
  display: block;

}
@media screen and (max-width: 1000px) {
  .gallery-page .content ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .content ul  {
    margin: 0;
  }
  .gallery-page .content ul li {
    padding: 10px 0;
    width: 100%;
  }
}

.sa-nav .container li {
  height: 100%;
}

.sa-nav .container .sa-c {
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 25px;
}

.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active {
  background: var(--color);
  color: #fff;
}

.sa-nav .container .sa-c:hover img,
.sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}

.sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
}

.sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
  background: #f6f7f9;
}

.cus-page .cus-4 {
  /*padding: 4% 0;*/
}

.cus-page .cus-4 .content {
  margin-top: 66px;
}

.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}

.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
  padding-top: var(--px60);
}

.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cus-page .cus-4 .content .right {
  padding-left: 2.6041vw;
  height: auto;
  width: 50%;

}

.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding-top: var(--px60);
}

.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: var(--px28);
  line-height: 1.4;
}

.cus-page .cus-4 .content .right .text .con {
  margin: var(--px38) 0;
  color: #4B4B4B;
  line-height: 30px;
  max-height: 90px;
  overflow-y: auto;
}

.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}

.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}

.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}

.cus-page .cus-4 .content ul li {
  margin-bottom: 10px;
}

.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}

.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}

.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
  }

  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page .cus-4 .content {
    margin-top: 30px;
  }

  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }

  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
  }

  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }

  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
}

.recommended-product {
  background-color: #f9f9f9;
}

.recommended-product ul {
  margin: 60px -24px 0;
}

.recommended-product ul li {
  padding: 0 24px;
}

.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}

.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}

.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommended-product ul li h4 {
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.recommended-product ul li h4 a:hover {
  color: var(--color);
}

/*product*/
.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  margin-left: auto;
}

.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.product-page .pro-box .product-right .text {
  margin-bottom: 30px;
  color: #666;
  line-height: 30px;
  max-height: 200px;
  overflow-y: auto;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .2);
}

.product-page .pro-box .product-right ul li h4 {
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 700;
}

.product-page .pro-box .product-right ul li h4:hover {
  color: var(--color);
}

.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 160px;
  float: left;
}

.pro-box .pro-left .menus {

  margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
  margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
  right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.pro-box .pro-left .menus>li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 55px 10px 25px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
  padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
  font-size: var(--px20);
  color: #666;
  transition: all 0.5s;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 10px 0 15px 0;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
  border: none;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
  color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
  color: var(--color);
}

@media screen and (max-width: 1250px) {
  .product-page .pro-box .product-right ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 1000px) {
  .pro-box .pro-left {
    display: none;
  }

  .product-page .pro-box .product-right {
    padding-left: 0;
    width: 100%;
  }
  .product-page .pro-box .product-right ul li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .product-page .pro-box .product-right ul li {
    width: 100%;
  }
}

.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}

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

.prodet-page .prodet-right .box .left {
  width: 46.5%;
}

.prodet-page .prodet-right .box .left .bigImg ul li img {
  display: block;
  margin: auto;
}

.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}

.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
  max-height: 360px;
  overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
  margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
  display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
  margin-right: 15px;
  font-size: 90px;
}

.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;

}

.prodet-page .prodet-right .box .right .det {
  color: #666;
  line-height: 28px;

}

.prodet-page .prodet-right .box .right .line {
  width: 100%;
  border-radius: 35px;
  height: 10px;
  background-color: var(--color);
}

.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
  border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
  color: var(--color);
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
  position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
  display: none;
  z-index: 204;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
  opacity: 1;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
  opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
  padding-bottom: 60px;
  color: #666;

}

.prodet-page .prodet-right .prodet-title ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
  table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
  background-color: #e1e1e1;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
  color: #565656;
  text-align: center;
  background: #f5f5f5;
  white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
  margin-top: 50px;
  /*padding: 10px;*/
  background: #fff;
  /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
  margin-top: 18px;
  width: 49.5%;
  display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more {
  position: relative;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"] {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 10px;
  font-size: 20px;
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn {
  background-color: #fff;
  border-radius: 22px;
  color: #000;
  padding: 6px;
  padding-left: 20px;
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn:hover {
  color: var(--color1);
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn:hover img {
  transform: rotate(45deg);
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
  background: var(--color);
  color: #fff;
  transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
  background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
  padding: 15px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 20px;
}

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

  .prodet-page .prodet-right .box .right .Auxil-through .next {
    margin-top: 30px;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
    flex-direction: row-reverse;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
    margin-right: 0;
    margin-left: 10px;
  }
}

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

  .prodet-page .prodet-right .box .left {
    width: 100%;
  }

  .prodet-page .prodet-right .box .right {
    width: 100%;
    margin-top: 20px;
  }

  .prodet-page .prodet-right .box .left .bigImg ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .prodet-page .prodet-right .box .right {
    padding-left: 0;
  }

  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-right {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .prodet-right .box .right .line img {
    width: 100%;
  }

  .prodet-page .prodet-right .box .right .btn a:first-child {
    display: none;
  }

  .prodet-page .prodet-right .box .right .btn a:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width:700px) {
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
  }

  .prodet-page .prodet-right .prodet-content .det form ul li {
    width: 100%;
  }
}

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

  .prodet-page .prodet-right .prodet-title ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}

.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}


.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}

.news-page .news-list ul li .text {
  background: #f6f7f9;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
  padding-bottom: 70px;
}

.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}

.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}

.news-page .news-list ul li .text .tit {
  /*height: 90px;*/
  font-weight: bold;
  margin-top: 32px;
  color: #151515;

}

.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}

.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}

.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/leceling-jingshi/2025/12/12/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}

.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newdet-page .sideBox .sideRight {
  width: 73%;
}

.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}

.newdet-page .sideBox .sideRight h1 {
  line-height: 1.2;
}

.newdet-page .sideBox .sideRight time {
  display: block;
  line-height: 1.5;
  color: #4B4B4B;
}

.newdet-page .sideBox .sideRight .content {
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px 70px;
  }

  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }

  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }

  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 85%;
  }

  .news-page .news-list ul li .text .more2 {
    opacity: 1;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }

  .news-page .news-list {
    margin-top: 0;
  }

  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }

  .news-page .news-list ul li .text .tit {
    margin-top: 16px;
    /*height: 10px;*/
  }

  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }

  .newdet-page .sideBox .sideLeft {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 100%;
  }

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

@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
}

.contact-page .contact-1 .header .con {
  line-height: 1.5;
  max-width: 820px;
  color: #4B4B4B;
}

.contact-page .contact-1 .content ul {
  margin: -15px;
}

.contact-page .contact-1 .content ul li {
  padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  border-radius: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 320px;
}


.contact-page .contact-1 .content ul li .ig .tit {
  line-height: 1.5;
  font-weight: 600;
}

.contact-page .contact-1 .content ul li .ig .icon {
  background-size: 100%;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 60px;
  height: 60px;
  background-color: var(--color);
}


.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover .icon {
  background-color: #141414;
}

/*.contact-page .contact-1 .content ul li:nth-child(2) .ig .icon {
  background-image: url(../images/contact-icon2.png);
}

.contact-page .contact-1 .content ul li:nth-child(3) .ig .icon {
  background-image: url(../images/contact-icon3.png);
}*/

.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}

.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.contact-page .contact-2 .box .form {
  margin-top: 42px;
}

.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: calc(0.3125vw + 14px);
  margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-2 .box .form ul li .btn {
  background-color: #fff;
  border-radius: 22px;
  padding: 6px;
  padding-left: 20px;
}

.contact-page .contact-2 .box .form ul li .btn:hover {
  color: var(--color1);
}

.contact-page .contact-2 .box .form ul li .btn:hover img {
  transform: rotate(45deg);
}

.contact-page .contact-3 {
  padding-top: 6%;
}

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }

  .contact-page .contact-1 .content {
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul li {
    width: 50%;
  }

  .contact-page .contact-1 .content ul li .ig {
    padding: 20px;
    min-height: auto;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 30px;
  }

  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul {
    margin: -7px;
  }

  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }

  .contact-page .contact-1 .content ul li .ig {
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }

  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }

  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }

  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}


@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }

  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }

  .contact-page .contact-3 iframe {
    height: 300px;
  }
}

.about-page .about-1 .play {
  background-color: #fff;
}
.about-page .about-1 .play i {
  color: var(--color);
}
.about-page .about-1 .textBox .titl i {
  width: 8.48958vw;
	height: 35px;
	background-color: var(--color);
  margin-bottom: -30px;
  margin-right: -6.40625vw;
}
.about-page .about-1 .textBox .titl span {
  margin-top: 5px;
  width: 6.14583vw;
	height: 3px;
	background-color: #333333;
}
.about-page .about-1 .Hbtn {
  display: inline-flex;
  background-color: transparent;
  border-color: transparent;
  color: var(--color);
}
.about-page .about-1 span.txt {
  display: inline;
}
.about-page .about-1 span.txt.active {
  display: none;
}
.about-page .about-2 .container {
  max-width: 1140px;
}
.about-page .about-2 .container .swiper {
  padding: 150px 0;
}
.about-page .about-2 .container .swiper .swiper-wrapper {
  perspective: 1000px;
}
.about-page .about-2 .container .swiper .swiper-slide {
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1) translateZ(0px);
}
.about-page .about-2 .container .swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.5) translateZ(0);
  z-index: 2;
}
.about-page .about-2 .container .swiper .swiper-slide-prev,.about-page .about-2 .container .swiper .swiper-slide-next {
  opacity: 1;
  transform: scale(1.2) translateZ(0px);
}
.about-page .about-2 .container .swiper .swiper-slide img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
.about-page .about-3 .item {
  border-radius: 20px;
  color: #fff;
  width: 49%;
  max-width: 785px;
  overflow: hidden;
}
.about-page .about-3 .item img {
  margin: auto;
}
.about-page .about-3 .item .titl {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .about-3 .item .cont {
  left: 0;
  top: 80%;
  transform: translateY(-50%);
  opacity: 0;
}
.about-page .about-3 .item:hover .titl {
  top: 20%;
  opacity: 0;
}
.about-page .about-3 .item:hover .cont {
  top: 50%;
  opacity: 1;

}

.about-page .about-4 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.about-page .about-4 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-4 em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.about-page .about-4 span.h2 {
  line-height: 1.4;
  font-weight: 600;
}
.about-page .about-4 span.h2 em {
  color: #5a5a5a;
  border-bottom: 3px solid #5a5a5a;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}
.about-page .about-4 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.about-page .about-4 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-4 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-4 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-page .about-4 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}
.about-page .about-4 .right li .content {
  background-color: #f7f7f7;
  padding: 6%;
  min-height: 260px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-4 .right li.active::before {
  height: 100%;
}
.about-page .about-4 .right li.active .content {
  background-color: var(--color);
  color: #fff;
}

.about-page .about-4 {
  color: #333;
}
.about-page .about-4 .left span {
  color: var(--color);
}
.about-page .about-4 .right img {
  width: 100%;
}
.about-page .about-4 .right .play {
  background-color: #fff;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 25px;
}
.about-page .about-4 .right .play i {
  color: var(--color);
}
.about-page .about-5 .swiper ul li {
  width: 32%;
}
.about-page .about-5 .swiper ul li .list {
  width: 100%;
  height: 100%;
  background-color: #f6f7f9;
  border-radius: 20px;
}
.about-page .about-5 .swiper ul li .list .titl {
  border-bottom: 1px solid #e7e8ea;
}
.about-page .about-5 .swiper ul li .list .txt {
  color: #666;
  min-height: 60px;
}
.about-page .about-5 .swiper ul li .list .icon {
  max-width: 77px;
  max-height: 78px;
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 .left {
    position: static;
  }
  .about-page .about-4 .right li .content {
    min-height: 100px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .container .swiper {
    padding: 50px 0;
  }
  .about-page .about-4 .right li i {
    zoom: 0.7;
  }
  .about-page .about-4 .right li:before {
    left: 1.2em;
  }
}

.product-yd-page .cateitem {
  padding-top: var(--px70);
  padding-bottom: var(--px50);
  position: relative;
}

.product-yd-page .cateitem.rt span.dec {
  opacity: 1;
  right: 10px;
  top: -125px;
}

.product-yd-page .cateitem.lt span.dec {
  opacity: 1;
  left: 0;
  top: -100px;
}

.product-yd-page .cateitem span.dec {
  display: inline-block;
  position: absolute;
  padding-right: var(--px30);
  padding-bottom: var(--px20);
  opacity: 0;
}

.product-yd-page .cateitem span.dec i {
  width: 13.020833vw;
  height: 13.020833vw;
  display: block;
  border-radius: 100%;
  background: #fff;
}

.product-yd-page .cateitem span.dec:before {
  content: "";
  width: var(--px130);
  height: var(--px130);
  border-radius: 100%;
background: #368ad5;
    opacity: 0.2;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-yd-page .cateitem.bj {
    background: rgb(54 138 213 / 10%);
  border-radius: var(--px70) 0 0 0;
}

.product-yd-page .cateitem .ui.container {
  z-index: 2;
}

.product-yd-page .cateitem .ui.container h3 {
  font-weight: bold;
}

.product-yd-page .cateitem .ui.container p {
  line-height: 2;
  margin-top: var(--px30);
  margin-bottom: var(--px55);
}

.product-yd-page .cateitem .ui.container ul.productlist {
  margin: 0 -10px;
  margin-bottom: var(--px60);
}

.product-yd-page .cateitem .ui.container ul.productlist li {
  padding: 0 10px;
}

.product-yd-page .cateitem .ui.container ul.productlist li {

  position: relative;
  padding: 0 10px;
}

.product-yd-page .cateitem .ui.container ul.productlist li .item {
  border-radius: var(--px20);
  text-align: center;
}

.product-yd-page .cateitem .ui.container ul.productlist li:hover .item .img-box .link {
  transition: 0.3s all;
  top: 0;
}

.product-yd-page .cateitem .ui.container ul.productlist li .item .img-box .link {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  background: rgba(0, 0, 0, 0.3);
}

.product-yd-page .cateitem .ui.container ul.productlist li .item .img-box .link img {
  width: 30px;
}

.product-yd-page .cateitem .ui.container ul.productlist li .item h6 {
  font-weight: 700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding: 10px var(--px20);
  min-height: 65px;
}

.product-yd-page .cateitem .ui.container ul.productlist li .item h6:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--primary);
}

@media screen and (max-width: 500px) {
  .product-yd-page .cateitem .ui.container p {
    display: none;
  }
  .product-yd-page .cateitem .ui.container h3 {
    margin-bottom: 20px;
  }
}

.product_page .sidebox {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product_page .sidebox .side-left {
  padding-right: 20px;
  width: 32%;
}

.product_page .sidebox .side-left h3 {
  padding-bottom: 20px;
  padding-right: 30px;
  display: inline-block;
  border-bottom: 1px solid var(--primary);
  margin-bottom: 20px;
  margin-left: 10%;
}

.product_page .sidebox .side-left .navbox {
  width: 100%;
  padding: 42px 0;
  position: relative;
  z-index: 3;
}

.product_page .sidebox .side-left .navbox:before {
  content: "";
  width: 90%;
  height: 100%;
  background: #fff;
  border-radius: 0 40px 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.product_page .sidebox .side-left .navbox ul.navlist li {
  padding: 30px 30px;
  padding-left: 10%;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;

}

.product_page .sidebox .side-left .navbox ul.navlist li .sub-menu {
  /*margin-top:40px;*/
  display: none;
}

.product_page .sidebox .side-left .navbox ul.navlist li .sub-menu li {
  padding: 5px 0;
  padding-left: 0;
  position: relative;

}

.product_page .sidebox .side-left .navbox ul.navlist li .sub-menu li:after {
  content: "";
  width: 10px;
  height: 20px;
  display: block;
  background: var(--primary);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -20px;
  opacity: 0;
}

.product_page .sidebox .side-left .navbox ul.navlist li .sub-menu li.active:after {
  opacity: 1;
}

.product_page .sidebox .side-left .navbox ul.navlist li .sub-menu li a {
  font-weight: 400;
}

.product_page .sidebox .side-left .navbox ul.navlist li .sub-menu li.active a,
.product_page .sidebox .side-left .navbox ul.navlist li .sub-menu li:hover a {
  color: var(--primary);
}

.product_page .sidebox .side-left .navbox ul.navlist li .sub-menu li:before {
  display: none;
}

.product_page .sidebox .side-left .navbox ul.navlist li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 90px;
  background: var(--primary);
  z-index: -1;
}

.product_page .sidebox .side-left .navbox ul.navlist li a {
  width: auto;
  color: #000;
  font-weight: bold;

  -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;
  font-size: 20px;
  line-height: 1.8;
  display: inline-block !important;
}

.product_page .sidebox .side-left .navbox ul.navlist li em {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  right: 85px;
  font-size: 20px;
  top: 30px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  cursor: pointer;
}

.product_page .sidebox .side-left .navbox ul.navlist li.active:before,
.product_page .sidebox .side-left .navbox ul.navlist li:hover:before {
  width: 100%;
  -webkit-transform: 0.3s all;
  -moz-transform: 0.3s all;
  -ms-transform: 0.3s all;
  transform: 0.3s all;

}

.product_page .sidebox .side-left .navbox ul.navlist li.active>a,
.product_page .sidebox .side-left .navbox ul.navlist li:hover>a {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product_page .sidebox .side-left .navbox ul.navlist li.active em,
.product_page .sidebox .side-left .navbox ul.navlist li:hover em {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product_page .sidebox .side-left .hot-p {
  margin-top: 40px;
  width: 90%;
  background: #fff;
  padding-top: 40px;
  padding-left: 10%;
  border-radius: 0 40px 40px 0;
  padding: 42px 0;
  font-size: 16px;
  line-height: 2;
}

.product_page .sidebox .side-left .hot-p li {
  width: 100%;
  padding-left: 10%;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.product_page .sidebox .side-left .hot-p li .img-box {
  width: 25%;
  border: 1px solid #333;
}

.product_page .sidebox .side-left .hot-p li h5 {
  width: 75%;
  padding-left: 10px;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 500;
}

.product_page .sidebox .side-left .hot-p li h5:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--primary);
}

.product_page .sidebox .side-right {
  width: 100%;
  padding: 50px 0 0;
}

.product_page .sidebox .side-right .content {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 30px;
}

.product_page .sidebox .side-right .content table td {
  width: 100px !important;
}

.product_page .sidebox .side-right .productbox ul.list {
  margin: 0 -6px;
}

.product_page .sidebox .side-right .productbox ul.list li {
  padding: 35px 6px;
}

.product_page .sidebox .side-right .productbox ul.list li .img-box {
  position: relative;
  border-radius: 20px;
}

.product_page .sidebox .side-right .productbox ul.list li .img-box a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(0, 0, 0, 0.3);
}

.product_page .sidebox .side-right .productbox ul.list li .img-box a.link img {
  width: auto;
}

.product_page .sidebox .side-right .productbox ul.list li .img-box:hover:before {
  content: "";
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}

.product_page .sidebox .side-right .productbox ul.list li .img-box:hover a.link {
  transition: .3s all;
  top: 0;
}

.product_page .sidebox .side-right .productbox ul.list li h5 {
  text-align: center;
  margin-top: 20px;
  height: 70px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 700;
}

.product_page .sidebox .side-right .productbox ul.list li h5:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--primary);
}
@media screen and (max-width: 1600px){
  .product_page .sidebox .side-left .navbox ul.navlist li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  
  .product_page .sidebox .side-left {
    display: none;
  }

  .product_page .sidebox .side-right {
    width: 100%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .product_page .sidebox .side-right {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product_page .sidebox .side-right .content {
    overflow: auto;
    height: 200px;
    margin: 20px 0 10px;
  }
  #footer .copyright .container a.foorhf {
    display: none;
}
.font-20,
.font-16,
.font-18 {
    font-size: 16px !important;
}
h1.product_name.Auxil-h1.font-28,
h1.Auxil-h1.font-26.bold {
    font-size: 20px !important;
}
.newdet-page .sideBox .sideRight h1 {
    line-height: 30px;
    font-size: 20px;
}
}
#header > .nav .h-top .phone i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
} 
.font-20,
.font-16,
.font-18 {
    line-height: 30px;
}

.seoPublic .seoIndustry .text,
.seoIndustry.Auxil-industry.pt-100.pb-100 .text.foont-18 {

    line-height: 30px !important;
    overflow: auto;
    max-height: 400px;
}