#pups_shadow2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}

#pups_from2 {
  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_from2 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_from2 form {
  margin-top: 40px;
}

#pups_from2 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_from2 i.close::after,
#pups_from2 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_from2 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_from2 i.close:hover {
  background: var(--color);
}

#pups_from2 i.close:hover::before,
#pups_from2 i.close:hover::after {
  background: white;
}

#pups_from2 ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_from2 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from2 ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_from2 ul li input,
#pups_from2 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_from2 ul li input:focus,
#pups_from2 ul li textarea:focus {
  border-color: var(--color);
}

#pups_from2 ul li textarea {
  height: 80px;
}

#pups_from2 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_from2 ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_from2 ul li:last-child {
  margin-bottom: 0;
}

.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}

.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
}

.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}

.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}

.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}

.right_nav_list ul li:hover {
  background: #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;
  display: none;
}

#Pop_UpsBtn:hover {
  background: #889aff;
}

b,
strong {
  font-weight: bold;
}

html,
body {
  position: relative;
  /*max-width: 1920px;*/
  margin: auto;
}

#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;
}

#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: #ff9800;
  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: #ff9800;
}

#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;
}

@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;
  }
}

@media (max-width: 700px) {
  .font-25 {
    font-size: 18px;
  }

  .font-26 {
    font-size: 18px;
  }

  .font-27 {
    font-size: 18px;
  }

  .font-28 {
    font-size: 18px;
  }

  .font-29 {
    font-size: 18px;
  }

  .font-30 {
    font-size: 18px;
  }

  .font-31 {
    font-size: 20px;
  }

  .font-32 {
    font-size: 20px;
  }

  .font-33 {
    font-size: 20px;
  }

  .font-40 {
    font-size: 22px;
  }

  .font-41 {
    font-size: 22px;
  }

  .font-42 {
    font-size: 22px;
  }

  .font-43 {
    font-size: 22px;
  }

  .font-44 {
    font-size: 22px;
  }

  .font-45 {
    font-size: 22px;
  }

  .font-46 {
    font-size: 22px;
  }

  .font-47 {
    font-size: 22px;
  }

  .font-48 {
    font-size: 22px;
  }

  .font-49 {
    font-size: 22px;
  }

  .font-50 {
    font-size: 22px;
  }

  .font-51 {
    font-size: 22px;
  }

  .font-52 {
    font-size: 24px;
  }

  .font-53 {
    font-size: 24px;
  }

  .font-54 {
    font-size: 24px;
  }

  .font-55 {
    font-size: 24px;
  }

  .font-56 {
    font-size: 24px;
  }
}

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

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

body {
  --color: #e60012;
  margin: 0 auto;
}

.container {
  width: 1550px;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 14px;
  left: 0;
  transition: all 0.5s;
}

#header .nav {
  position: relative;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .nav .ui.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  width: 69%;
  
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
  margin: 0 24px;
  font-size: 18px;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover>a::before {
  opacity: 1;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active>a::before {
  opacity: 1;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
  display: block;
  position: relative;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a::before {
  content: "";
  display: block;
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -11px;
  width: 23px;
  height: 23px;
  background-image: url(../images/nav-ico.png);
  opacity: 0;
  transition: all 0.5s;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}

#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

#header .nav .ui.menu .right .h-language span {
  color: #fff;
}

#header .nav .ui.menu .right .h-language span i {
  margin-left: 5px;
  font-size: 20px;
  margin-top: 4px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}

#header .nav .ui.menu .right .h-search2 form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #feffff;
}

#header .nav .ui.menu .right .h-search2 form input {
  background-color: transparent;
  border: 0;
  display: block;
  width: 96px;
  height: 18px;
  font-size: 14px;
  color: #fff;
}

#header .nav .ui.menu .right .h-search2 form input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

#header .nav .ui.menu .right .h-search2 form input[type="submit"] {
  width: 11px;
  height: 11px;
  background-image: url(../images/ss.png);
}

#header.active,
#header.inner-active {
  top: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
}

#header.active .nav,
#header.inner-active .nav {
  height: 85px;
}

#header.active .nav .logo .cur,
#header.inner-active .nav .logo .cur {
  display: none;
}

#header.active .nav .logo .hide,
#header.inner-active .nav .logo .hide {
  display: block;
}

#header.active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li,
#header.inner-active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
  color: #111111;
}

#header.active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover,
#header.inner-active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  color: var(--color);
}

#header.active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active,
#header.inner-active .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: var(--color);
}

#header.active .nav .ui.menu .right .h-language span,
#header.inner-active .nav .ui.menu .right .h-language span {
  color: #111111;
}

#header.active .nav .ui.menu .right .h-search2 form,
#header.inner-active .nav .ui.menu .right .h-search2 form {
  border-color: #111111;
}

#header.active .nav .ui.menu .right .h-search2 form input,
#header.inner-active .nav .ui.menu .right .h-search2 form input {
  color: #111111;
}

#header.active .nav .ui.menu .right .h-search2 form input::placeholder,
#header.inner-active .nav .ui.menu .right .h-search2 form input::placeholder {
  color: #111111;
}

#header.active .nav .ui.menu .right .h-search2 form input[type="submit"],
#header.inner-active .nav .ui.menu .right .h-search2 form input[type="submit"] {
  background-image: url(../images/ss-h.png);
}

#banner .banner-content {
  height: 49vw;
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide video{
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}

#banner .banner-content .swiper-slide .txt-content .txt1 {
  color: #feffff;
  max-width: 80%;
  line-height: 1.3;
}

#banner .banner-content .swiper-slide .txt-content .txt2 {
  font-family: "Poppins";
  max-width: 80%;
  color: #feffff;
}

.btn-go {
  width: 69px;
  height: 69px;
  border-radius: 50%;
}

.btn-go img {
  transition: all 0.5s;
}

.btn-go.black {
  background-color: #000;
}

.btn-go.black img,
.btn-go.var img {
  filter: brightness(0) invert(1);
}

.btn-go.white {
  background-color: #fff;
}

.btn-go.var {
  background-color: var(--color);
}

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

.btn-go:hover img {
  transform: rotate(45deg);
  filter: brightness(0) invert(1);
}

.btn-go2 {
  cursor: pointer;
  /*border: 1px solid transparent;*/
  transition: all 0.5s;
  padding: 6px;
  border-radius: 50px;
}

.btn-go2 span {
  border-bottom: 1px solid transparent;
  line-height: 1;
}

.btn-go2:hover {
  border-color: var(--color);
}

.btn-go2:hover .btn-go {
  background-color: var(--color);
}

.btn-go2:hover .btn-go img {
  transform: rotate(45deg);
}

.btn-go2:hover span {
  color: var(--color);
}

.t_l {
  transition: all 0.5s;
}

.h-sub {
  color: #666666;
}

#index-body .about-num ul li .num {
  line-height: 0.8;
  font-family: "Poppins";
  transition: all 0.5s;
}

#index-body .about-num ul li .num:hover {
  color: var(--color);
}

#index-body .about-num ul li .desc {
  color: #777777;
}

#index-body .init-1 .h-top .h-left {
  max-width: 45%;
  position: sticky;
  top: 90px;
}

#index-body .init-1 .h-top .h-right {
  width: 55%;
}

#index-body .init-1 .h-top .h-right .h-bigtitle {
  border-bottom: 1px solid #8d8d8d;
}

#index-body .init-1 .h-top .h-right .h-bigtitle:hover img {
  animation: rotateAround 9s linear infinite;
}

@keyframes rotateAround {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#index-body .init-1 .h-top .h-right .h-zw {
  color: #777777;
  text-indent: 2em;
  line-height: 1.6;
}

#index-body .init-1 .h-top .h-right .tag span:hover {
  color: var(--color);
  font-weight: bold;
}
#index-body .init-1 .h-top .h-right .tag span{
  display: flex;
  align-items: center;
  cursor: pointer;
}
#index-body .init-1 .h-top .h-right .tag i{
  cursor: pointer;
  width: 20px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#index-body .init-1 .h-top .h-right .tag i img{
  transition: all 0.5s;
}
#index-body .init-1 .h-top .h-right .tag i .pos{
  left: 0;
  top: 0;
  opacity: 0;
}
#index-body .init-1 .h-top .h-right .tag .slide .content{
  display: none;
  color: #777777;
  text-indent: 2em;
  line-height: 1.6;
  padding-bottom: 15px;
}
#index-body .init-1 .h-top .h-right .tag .slide.active i .cur{
  opacity: 0;
}
#index-body .init-1 .h-top .h-right .tag .slide.active i .pos{
  opacity: 1;
}


#index-body .init-1 .h-bottom {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.11);
  border-radius: 22px;
  padding: 2.6% 4%;
}

#index-body .init-1 .h-bottom .h-iso ul {
  align-items: center;
}

#index-body .init-1 .h-bottom .h-iso ul li {
  height: 100%;
}

#index-body .init-1 .h-bottom .h-iso ul li .box {
  display: flex;
  justify-content: center;
}

#index-body .init-2 {
  background-image: url(../images/h-pronav-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#index-body .init-2 .h-top .h-right {
  max-width: 49%;
}
#index-body .init-2 .h-top .h-right .swiper-button{
  opacity: 1!important;
  width:40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.5s;
}

#index-body .init-2 .h-top .h-right .swiper-button.swiper-button-prev{
  left:-36px;
}
#index-body .init-2 .h-top .h-right .swiper-button.swiper-button-next{
  right:-36px;
}
#index-body .init-2 .h-top .h-right .swiper-button::after{
  font-size: 8px;
  color: #fff;  transition: all 0.5s;
}
#index-body .init-2 .h-top .h-right .swiper-button:hover{
  border-color: #000;
}
#index-body .init-2 .h-top .h-right .swiper-button:hover::after{
  color: #000;
}


#index-body .init-2 .h-top .h-right .h-nav-list ul li {
  opacity: 0.6;
}

#index-body .init-2 .h-top .h-right .h-nav-list ul li .imgBox {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#index-body .init-2 .h-top .h-right .h-nav-list ul li .imgBox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#index-body .init-2 .h-top .h-right .h-nav-list ul li span {
  color: #fff;
  max-width: 100%;
  line-height: 1.1;
}

#index-body .init-2 .h-top .h-right .h-nav-list ul li:hover {
  opacity: 1;
}

#index-body .init-2 .h-top .h-right .h-nav-list ul li:hover span {
  border-bottom: 1px solid #fff;
}

#index-body .init-2 .h-top .h-right .h-nav-list ul li.swiper-slide-thumb-active {
  opacity: 1;
}

#index-body .init-2 .h-top .h-right .h-nav-list ul li.swiper-slide-thumb-active span {
  border-bottom: 1px solid #fff;
}

#index-body .init-2 .h-bottom .h-pro-list {
  overflow: visible;
}

#index-body .init-2 .h-bottom .h-pro-list ul li {
  opacity: 0 !important;
}
#index-body .init-2 .h-bottom .h-pro-list ul li.num-4 .box .text>p,#index-body .init-2 .h-bottom .h-pro-list ul li.num-6 .box .text>p{
  white-space: normal;
  font-size: 70px;
}
#index-body .init-2 .h-bottom .h-pro-list ul li .box .text>p{
  width: 100%;
}

#index-body .init-2 .h-bottom .h-pro-list ul li .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#index-body .init-2 .h-bottom .h-pro-list ul li .box .clt {
  margin: 0 60px 0 -60px;
  max-width:459px;
}
#index-body .init-2 .h-bottom .h-pro-list ul li .box .cpt {
  /*max-width:426px;*/
}
#index-body .init-2 .h-bottom .h-pro-list ul li .box .text {
  color: #fff;
  max-width: 560px;
}

#index-body .init-2 .h-bottom .h-pro-list ul li .box .text .con {
  color: rgba(255, 255, 255, 0.6);
}

#index-body .init-2 .h-bottom .h-pro-list ul li .box .text .btn-go2:hover {
  border-color: #fff;
}

#index-body .init-2 .h-bottom .h-pro-list ul li .box .text .btn-go2:hover span {
  color: #fff;
  border-color: #fff;
}

#index-body .init-2 .h-bottom .h-pro-list ul li .box .text .btn-go2:hover .btn-go {
  background-color: #fff;
}

#index-body .init-2 .h-bottom .h-pro-list ul li .box .text .btn-go2:hover .btn-go img {
  filter: none;
}

#index-body .init-2 .h-bottom .h-pro-list ul li.swiper-slide-active {
  opacity: 1 !important;
}

#index-body .init-2 .bg-jx {
  background-color: #b0000e;
  border-radius: 30px 0px 0px 30px;
  background-image: url(../images/h-pro-rbg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 66.4%;
  top: 0;
  right: -12%;
  height: 100%;
}

#index-body .init-3 {
  /*margin-top: -92px;*/
}

#index-body .init-3 .h-app-list ul li {
  height: 34vw;
  transition: all 0.5s;
}

#index-body .init-3 .h-app-list ul li .box {
  height: 100%;
  border-radius: 30px;
}

#index-body .init-3 .h-app-list ul li .box .box2 {
  position: relative;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}

#index-body .init-3 .h-app-list ul li .box .box2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 30px;
}

#index-body .init-3 .h-app-list ul li .box .box2 .cont1 {
  position: relative;
  z-index: 2;
  padding: 45px;
  height: 100%;
  transition: all 0.5s;
}

#index-body .init-3 .h-app-list ul li .box .box2 .cont1 .title1 {
  color: #fff;
  text-align: center;
}

#index-body .init-3 .h-app-list ul li .box .box2 .cont2 {
  transform: translateY(100%);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 80px 56px 45px;
  z-index: 3;
  transition: all 0.5s;
}

#index-body .init-3 .h-app-list ul li .box .box2 .cont2 .cont2C {
  position: relative;
  color: #fff;
}

#index-body .init-3 .h-app-list ul li .box .box2 .cont2 .cont2C .des {
  line-height: 1.6;
}

#index-body .init-3 .h-app-list ul li .box .box2 .btn-go {
  position: absolute;
  right: 25px;
  top: 30px;
  z-index: 2;
}

#index-body .init-3 .h-app-list ul li.active .box .box2 .cont1 {
  opacity: 0;
  transform: translateX(-100%);
}

#index-body .init-3 .h-app-list ul li.active .box .box2 .cont2 {
  opacity: 1;
  transform: translateY(0);
  background-image: linear-gradient(to bottom, rgba(220, 220, 220, 0) 5%, rgba(230, 0, 18, 0.8) 100%);
}

#index-body .init-4 .h-top .h-left {
  max-width: 47%;
}

#index-body .init-4 .h-top .h-left .h-bigtitle {
  border-bottom: 1px solid #8d8d8d;
}

#index-body .init-4 .h-top .h-left .tag .tag-list {
  height: 336px;
  width: 100%;
}

#index-body .init-4 .h-top .h-left .tag .tag-list ul li {
  height: auto !important;
}

#index-body .init-4 .h-top .h-left .tag .tag-list ul li .tt {
  display: flex;
  align-items: center;
  justify-self: flex-start;
}

#index-body .init-4 .h-top .h-left .tag .tag-list ul li .tt::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 20px;
}

#index-body .init-4 .h-top .h-left .tag .tag-list ul li .tt::after {
  content: "+";
  font-size: 24px;
  margin-left: 20px;
  transition: all 0.5s;
}

#index-body .init-4 .h-top .h-left .tag .tag-list ul li .con {
  color: #777777;
  line-height: 1.6;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}

#index-body .init-4 .h-top .h-left .tag .tag-list ul li.swiper-slide-thumb-active .tt::after {
  content: "-";
}

#index-body .init-4 .h-top .h-left .tag .tag-list ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin-top: 30px;
}

#index-body .init-4 .h-top .h-right {
  max-width: 53%;
  position: relative;
}

#index-body .init-4 .h-top .h-right .swiper {
  padding-top: 4.5%;
  padding-right: 6%;
  border-radius: 10px;
  overflow: visible;
}

#index-body .init-4 .h-top .h-right .swiper .swiper-slide {
  position: relative;
  border-radius: 10px;
}

#index-body .init-4 .h-top .h-right .swiper .swiper-slide img {
  border-radius: 10px;
}

#index-body .init-4 .h-top .h-right .swiper .swiper-slide.swiper-slide-active {
  box-shadow: 0px 9px 31px 1px rgba(0, 0, 0, 0.26);
}

#index-body .init-4 .h-top .h-right .swiper .swiper-slide.swiper-slide-active::after {
  background-color: transparent;
}

#index-body .init-5 .h-solutions {
  background-image: url(../images/h-solution-bg.jpg);
  background-size: cover;
  border-radius: 10px;
  height: 30vw;
}

#index-body .init-5 .h-solutions .h-bigtitle {
  color: #fff;
  margin-top: -26px;
}

#index-body .init-5 .h-solutions .h-solutions-list {
  width: 100%;
}

#index-body .init-5 .h-solutions .h-solutions-list ul li {
  opacity: 0.7;
  max-width: 18%;
  text-align: center;
}

#index-body .init-5 .h-solutions .h-solutions-list ul li p {
  color: #fff;
}

#index-body .init-5 .h-solutions .h-solutions-list ul li:hover {
  opacity: 1;
}

#index-body .init-5 .h-solutions .more {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

#index-body .init-5 .h-solutions .more:hover {
  color: #fff;
}
#index-body .init-6 .h-bottom .h-news-list ul li .img-box img{
  border-radius: 10px;
}
#index-body .init-6 .h-bottom .h-news-list ul li .text .time {
  color: #777777;
  line-height: 1;
}

#index-body .init-6 .h-bottom .h-news-list ul li .text .time .fl::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 10px;
}

#index-body .init-6 .h-bottom .h-news-list ul li .text>a {
  transition: all 0.5s;
}

#index-body .init-6 .h-bottom .h-news-list ul li .text>a:hover {
  color: var(--color);
}

#footer .ftzh {
  border-top: 1px solid #bebebe;
}

#footer .ftzh .container {
  padding-left: 130px;
}

#footer .ftzh .h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#footer .ftzh .swiper {
  height: 64px;
}

#footer .ftzh .con {
  height: 100%;
}

#footer .ftzh .con .xx {
  color: #777777;
  max-width: 30%;
  max-height: 82%;
  overflow-y: auto;
}

#footer .ftzh .con .xx::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 5px;
}

#footer .ftzh .con .time {
  color: #777777;
  line-height: 1;
}

#footer .ftzh .con .add {
  color: #777777;
  max-width: 30%;
}

#footer .ft-sys {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #111111;
}

#footer .ft-sys .fTop .container .line {
  height: 1px;
  width: 300px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(220, 220, 220, 0)), to(#dcdcdc));
  background-image: -webkit-linear-gradient(left, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: -moz-linear-gradient(left, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: -o-linear-gradient(left, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: linear-gradient(to right, rgba(220, 220, 220, 0), #dcdcdc);
}

#footer .ft-sys .fTop .container .line2 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(220, 220, 220, 0)), to(#dcdcdc));
  background-image: -webkit-linear-gradient(right, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: -moz-linear-gradient(right, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: -o-linear-gradient(right, rgba(220, 220, 220, 0), #dcdcdc);
  background-image: linear-gradient(to left, rgba(220, 220, 220, 0), #dcdcdc);
}

#footer .fMiddle {
  color: #fff;
}

#footer .fMiddle .container .listCont {
  margin-top: 50px;
}

#footer .fMiddle .container .listCont .first {
  margin-bottom: 40px;
}

#footer .fMiddle .container .listCont .catCont ul {
  margin-top: -15px;
}

#footer .fMiddle .container .listCont .catCont ul li {
  margin-top: 15px;
}

#footer .fMiddle .container .listCont .catCont ul li a {
  color: rgba(255, 255, 255, 0.5);
}

#footer .fMiddle .container .listCont .catCont ul li a:hover {
  color: #fff;
}

#footer .fMiddle .container .listCont .catCont ul li:nth-child(odd) {
  padding-right: 0;
}

#footer .fMiddle .container .listCont .list {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-left: 32px;
}

#footer .fMiddle .container .listCont .list i {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
}

#footer .fMiddle .container .listCont .list:hover {
  color: #fff;
}

#footer .fMiddle .container .listCont form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .fMiddle .container .listCont form input {
  padding: 10px 0;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0);
  width: -webkit-calc(37%);
  width: -moz-calc(37%);
  width: calc(50% - 13px);
  border: none;
  border-bottom: 1px solid #fff;
}

#footer .fMiddle .container .listCont form .submit {
  padding: 10px;
  margin-top: 20px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}

#footer .fMiddle .container .listCont form .submit:hover {
  background-color: #fff;
  color: var(--color);
}

#footer .fMiddle .container .listCont form .w-100 {
  width: 100%;
}

#footer .fMiddle .container .listCont1 {
  width: 240px;
}

#footer .fMiddle .container .listCont2 {
  width: 340px;
}

#footer .fMiddle .container .listCont3 {
  width: 510px;
}

#footer .fMiddle .container .listCont4 {
  width: 230px;
}

#footer .copyright {
  position: relative;
  font-size: 18px;
  overflow: hidden;
  background-color: #282828;
  color: #fff;
}

#footer .copyright .container {
  padding: 11px 0;
}

#footer .copyright .container svg {
  height: 28px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 8px;
}

#footer .copyright .container a {
  margin: 0 5px;
  display: inline-block;
}

#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}

#footer .copyright .container .left {
  position: relative;
  top: -4px;
  opacity: 0.3;
}

#footer .copyright .container .right {
  margin-left: auto;
}

#footer .copyright .container .right ul li {
  margin-left: 16px;
  width: auto;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #696969;
  color: #282828;
}

#footer .copyright .container .right ul li a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .copyright .container .right ul li a img {
  width: 20px;
  margin: 0;
}

#footer .copyright .container .right ul li:hover {
  background-color: #fff;
}

@media (max-width: 1800px) {
  #index-body .init-2 .h-bottom .h-pro-list ul li .box .clt {
    margin: 0;
  }
}

@media (min-width: 1700px) {
  #index-body .init-3 .h-app-list ul li.active {
    width: 782px !important;
  }

  #index-body .init-3 .h-app-list ul li {
    width: 228px !important;
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li.num-4 .box .text>p,#index-body .init-2 .h-bottom .h-pro-list ul li.num-6 .box .text>p{
    font-size: 60px;
  }
  #header .nav .ui.menu{
    width: 69%;
  }

}

@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 24px;
  }

  #index-body .init-3 .h-app-list ul li .box .box2 .cont2 {
    padding: 45px 20px;
  }

  #index-body .init-3 .h-app-list ul li .box .box2 .cont1 {
    display: none;
  }

  #index-body .init-3 .h-app-list ul li .box .box2 .cont2 {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li .box .cpt {
     max-width: 426px; 
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li.num-4 .box .text>p,#index-body .init-2 .h-bottom .h-pro-list ul li.num-6 .box .text>p{
    font-size: 54px;
  }
}

@media (max-width: 1450px) {
  #header .nav .ui.menu {
    width: 69%;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 16px;
    margin: 0 15px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a::before {
    width: 16px;
    height: 16px;
    background-size: cover;
    left: -22px;
    margin-top: -8px;
  }

  #index-body .init-2 .h-bottom .h-pro-list ul li .box .clt{
    max-width: 30%;
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li .box .cpt{
    max-width: 35%;
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li .box .text{
    max-width: 35%;
  }

  #footer .fMiddle .container .listCont1 {
    width: 200px;
  }

  #footer .fMiddle .container .listCont2 {
    width: 300px;
  }

  #footer .fMiddle .container .listCont3 {
    width: 440px;
  }
  .font-80{
    font-size: 54px;
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li.num-4 .box .text>p,#index-body .init-2 .h-bottom .h-pro-list ul li.num-6 .box .text>p{
    font-size: 50px;
  }
}

@media (max-width: 1250px) {
  #banner{
    margin-top: 40px;
  }
  #index-body .init-2 {
    background: transparent;
    padding-bottom: 20px;
  }

  #index-body .init-2 .h-bigtitle {
    color: #fff;
  }

  #index-body .init-2 .h-top {
    padding: 5% 5% 0;
  }

  #index-body .init-2 .h-top .h-right {
    max-width: 70%;
  }

  #index-body .init-2 .h-bottom {
    padding: 0 5% 5%;
  }

  #index-body .init-2 .h-bottom .h-pro-list ul li .box .clt {
    display: none;
  }

  #index-body .init-2 .h-bottom .h-pro-list ul li .box .cpt {
    max-width: 36%;
  }

  #index-body .init-2 .h-bottom .h-pro-list ul li .box .text {
    max-width: 56%;
  }

  #index-body .init-2 .bg-jx {
    width: 100%;
    right: 0;
    border-radius: 30px;
    z-index: -1;
  }

  #index-body .init-3 {
    margin-top: 40px;
  }

  #index-body .init-4 {
    display: none;
  }

  #footer .ftzh {
    display: none;
  }

  #footer .ftzh .container {
    padding-left: 100px;
  }

  #footer .fMiddle .container .listCont1 {
    width: 166px;
  }

  #footer .fMiddle .container .listCont3 {
    width: 305px;
  }
  .font-80{
    font-size: 48px;
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li.num-4 .box .text>p,#index-body .init-2 .h-bottom .h-pro-list ul li.num-6 .box .text>p{
    font-size: 48px;
  }
}

@media (max-width: 1000px) {
  #index-body .init-1 .h-top .h-left {
    max-width: 100%;
    position: static;
  }

  #index-body .init-1 .h-top .h-right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  #index-body .init-5 .h-solutions {
    height: auto;
    padding: 5% 0 12%;
  }

  #index-body .init-5 .h-solutions .h-bigtitle {
    margin-top: 0;
  }

  .btn-go {
    width: 50px;
    height: 50px;
  }

  #footer .fMiddle .container .listCont1 {
    display: none;
  }

  #footer .copyright .container {
    flex-direction: column;
  }

  #footer .copyright .container .left {
    text-align: center;
  }

  #footer .copyright .container .right {
    margin-left: 0;
    margin-top: 2%;
  }

  #footer .copyright {
    font-size: 14px;
  }

  #footer .copyright .container svg {
    height: 22px;
    top: 7px;
  }
  .font-80{
    font-size: 40px;
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li.num-4 .box .text>p,#index-body .init-2 .h-bottom .h-pro-list ul li.num-6 .box .text>p{
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  #index-body .init-2 {
    padding: 0 15px;
  }

  #index-body .init-2 .h-top {
    padding: 5% 0 0;
    flex-direction: column;
  }

  #index-body .init-2 .h-top .h-right {
    max-width: 100%;
    margin-top: 5%;
  }

  #index-body .init-2 .h-bottom {
    padding: 0 0 5%;
  }

  #index-body .init-3 {
    margin-top: 20px;
  }

  #index-body .init-3 .h-app-list ul li {
    height: 300px;
  }

  #index-body .init-3 .h-top>div {
    width: calc(100% - 150px);
  }

  #footer .fMiddle .container .listCont2 {
    width: 100%;
  }

  #footer .fMiddle .container .listCont3 {
    width: 100%;
  }

  #footer .fMiddle .container .listCont {
    margin-top: 36px;
  }

  #footer .fMiddle .container .listCont .first {
    margin-bottom: 0;
  }
  #index-body .init-2 .h-top .h-right .swiper-button{
    position: static;margin-top:0;
    display: inline-flex;
    margin-bottom: 2%;
  }
  .font-80{
    font-size: 30px;
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li.num-4 .box .text>p,#index-body .init-2 .h-bottom .h-pro-list ul li.num-6 .box .text>p{
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  #index-body .init-2 .h-bottom .h-pro-list ul li .box .cpt {
    display: none;
  }

  #index-body .init-2 .h-bottom .h-pro-list ul li .box .text {
    max-width: 100%;
  }

  #index-body .init-5 .h-solutions .h-solutions-list ul {
    justify-content: space-evenly;
  }

  #index-body .init-5 .h-solutions .h-solutions-list ul li {
    max-width: none;
    width: 48%;
    padding: 4% 0;
  }

  #index-body .about-num ul li {
    width: 50%;
    align-items: center;
    padding: 4% 0;
  }

  #index-body .init-3 .h-top>div {
    width: 100%;
  }

  #index-body .init-3 .h-top .btn-go2 {
    display: none;
  }

  .mt-128 {
    margin-top: 36px;
  }
  .font-80{
    font-size: 24px;
  }
  #index-body .init-2 .h-bottom .h-pro-list ul li.num-4 .box .text>p,#index-body .init-2 .h-bottom .h-pro-list ul li.num-6 .box .text>p{
    font-size: 24px;
  }
}

.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}

@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}
/*---------- inner  ----------*/
.color-ff {
  color: #fff;
}

.color-77 {
  color: #777777;
}

.color-11 {
  color: #111111;
}

.color-12 {
  color: #121212;
}

.color-65 {
  color: #656565;
}

.color-66 {
  color: #656565;
}

.color-47 {
  color: #474747;
}

.color-19 {
  color: #191919;
}

.inner-banner {
  margin-top: 85px;
}

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

.inner-banner.pro-banner {
  background-repeat: no-repeat;
  background-position: 0 70%;
}

.inner-banner.pro-banner .left {
  width: 50%;
}

.inner-banner.pro-banner .left h2 {
  font-size: 120px;
  color: var(--color);
  line-height: 1;
}

.inner-banner.pro-banner .left .search {
  width: 100%;
}

.inner-banner.pro-banner .left .search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}

.inner-banner.pro-banner .left .search form input {
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
}

.inner-banner.pro-banner .left .search form input::placeholder {
  font-size: 18px;
  color: #666666;
}

.inner-banner.pro-banner .left .search form input[type="submit"] {
  width: 22px;
  height: 22px;
  background-image: url(../images/in-proban-ss.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner.pro-banner .right {
  max-width: 42%;
}

.inner-banner.pro-banner .right .mbx {
  color: #777777;
}

.inner-banner.pro-banner .right h3 {
  font-weight: normal;
}

.inner-banner.pro-banner .right .top>a {
  display: flex;
  width: 69px;
  height: 69px;
  background-color: var(--color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}

@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}

.inner-banner.pro-banner .right .top a i {
  color: #fff;
  font-size: 22px;
}

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

@media screen and (max-width: 1700px) {
  .inner-banner.pro-banner .left h2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1450px) {
  .inner-banner.pro-banner .left h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 40px;
  }

  .inner-banner.pro-banner .left h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner.pro-banner .left h2 {
    font-size: 30px;
  }

  .inner-banner.pro-banner .left {
    width: 100%;
  }

  .inner-banner.pro-banner .right {
    max-width: 100%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner.pro-banner .left h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .mt-100 {
    margin-top: 24px;
  }

  .inner-banner.pro-banner .left h2 {
    font-size: 24px;
  }

  .mt-90 {
    margin-top: 20px;
  }
}


/*----- news-page -----*/
.news-page {
  background-color: #f5f5f5;
}

.news-page .header {
  border-bottom: 3px solid #b8b8bc;
}

.news-page .header ul li {
  background-color: #000000;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.13);
  border-radius: 25px;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  margin-left: 40px;
  transition: all 0.5s;
}

.news-page .header ul li:hover {
  background-color: #e60012;
}

.news-page .header ul li.active {
  background-color: #e60012;
}

.news-page .header ul li:nth-child(1) {
  padding: 0 30px;
}

.news-page .content ul {
  margin: 0 -19px;
}

.news-page .content ul li {
  padding: 0 19px;
  width: 33.3%;
}
.news-page .content ul li .img-box img{
  border-radius: 10px;
}
.news-page .content ul li .sx {
  color: #777777;
}

.news-page .content ul li .sx .fl em {
  width: 7px;
  height: 7px;
  background-color: var(--color);
  border-radius: 50%;
}

.newdet-page .newdet-1 .time {
  color: #474747;
}

.newdet-page .newdet-1 .content {
  line-height: 1.6;
}

.newdet-page .newdet-2 {
  background-color: #f5f5f5;
}

.newdet-page .newdet-2 .list ul li .box .imgBox {
  background-color: #fff;
  padding: 42px 60px;
  transition: all 0.5s;
}

.newdet-page .newdet-2 .list ul li .box .imgBox:hover {
  background-color: var(--color);
}

.newdet-page .newdet-2 .list ul li .box .txt-box {
  transition: all 0.5s;
}

.newdet-page .newdet-2 .list ul li .box .txt-box:hover {
  color: var(--color);
}

.m-link {
  border-top: 1px solid #777777;
}

.m-link a {
  max-width: 49%;
  transition: all 0.5s;
}

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .news-page .content ul {
    margin: 0 -6px;
  }

  .news-page .content ul li {
    padding: 0 6px;
    width: 50%;

  }
}

@media screen and (max-width: 700px) {
  .news-page .header ul {
    width: 100%;
    margin-top: 5%;
    justify-content: flex-start;
  }

  .news-page .header ul li {
    margin: 2%;
  }

  .m-link {
    flex-direction: column;
  }

  .m-link a {
    max-width: 100%;
  }
}

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

/*----- about-page -----*/
.about-page .about-1 .dbj .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-page .about-1 .dbj .play img {
  cursor: pointer;
}

.about-page .about-1 .dbj .play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(230, 0, 18, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.about-page .about-1 .dbj .play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(230, 0, 18, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.about-page .about-1 .bottom {
  width: 90%;
  margin: -165px auto 0;
}

.about-page .about-1 .bottom .text {
  background-color: #ffffff;
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-page .about-1 .bottom .text .content {
  color: #777777;
  text-indent: 2em;
}

.about-page .about-1 .bottom .num ul li {
  width: 30%;
}

.about-page .about-1 .bottom .num ul li .sz {
  color: #121212;
  border-bottom: 1px solid #58596c;
}

.about-page .about-1 .bottom .num ul li .sz em:hover {
  color: var(--color);
  transition: all 0.5s;
}

.about-page .about-1 .bottom .num ul li .sz .dw {
  color: var(--color);
}

.about-page .about-2 .scjd {
  background-color: #f1f1f1;
  padding: 11.6% 5.5%;
}

.about-page .about-2 .scjd .left {
  width: 58.5%;
  border-radius: 10px;
  height: 100%;
}

.about-page .about-2 .scjd .left img {
  position: absolute;
  max-width: none;
  height: auto;
  right: 0;
  top: -95px;
  border-radius: 0 10px 10px 0;
}

.about-page .about-2 .scjd .right {
  width: 37%;
}

.about-page .about-2 .scjd .right .tt {
  border-bottom: 1px solid #8d8d8d;
}

.about-page .about-2 .scjd .right .desc {
  text-indent: 2em;
}

.about-page .about-3 ul li {
  width: 49%;
}

.about-page .about-3 ul li .imgBox {
  overflow: hidden;
  border-radius: 10px;
}

.about-page .about-3 ul li .imgBox .desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(220, 220, 220, 0), rgba(230, 0, 18, 0.8));
  transform: translateY(100%);
  transition: all 0.5s;
}

.about-page .about-3 ul li .imgBox:hover .desc {
  transform: translateY(0);
}

.about-page .about-3 ul li .imgBox:hover .desc {
  transform: translateY(0);
}

.about-page .about-4 {
  background-image: url(../images/in-about4-bg.jpg);
  background-size: cover;
  color: #fff;
}

.about-page .about-4 .top .slick-list {
  margin: 0 -65px;
}

.about-page .about-4 .top .slick-list .slick-slide {
  position: relative;
  padding: 60px 0 100px;
  top: 0;
  transition: all 0.5s;
}

.about-page .about-4 .top .slick-list .slick-slide.slick-current+.slick-slide {
  top: 27px;
}

.about-page .about-4 .top .slick-list .slick-slide.slick-current+.slick-slide+.slick-slide {
  top: 100px;
}

.about-page .about-4 .top .slick-list .slick-slide.slick-current+.slick-slide+.slick-slide+.slick-slide {
  top: -60px;
}

.about-page .about-4 .top ul li {
  transition: all 0.5s;
  padding: 0 65px;
}

.about-page .about-4 .top ul li .box .img-box {
  padding-bottom: 70px;
}

.about-page .about-4 .top ul li .box .img-box span {
  line-height: 1;
  bottom: 0;
  left: 5px;
  max-width: 100%;
}

.about-page .about-4 .bottom {
  width: 100%;
}

.about-page .about-4 .bottom .tag {
  max-width: 17%;
  white-space: nowrap;
}

.about-page .about-4 .bottom .year {
  width: 72%;
}

.about-page .about-4 .bottom ul li .box {
  cursor: pointer;
  padding-top: 10px;
}

.about-page .about-4 .bottom ul li .box i {
  display: block;
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin-bottom: 0.7em;
  position: relative;
}

.about-page .about-4 .bottom ul li .box i .s1 {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color);
  opacity: 0;
  transition: 0.5s;
}

.about-page .about-4 .bottom ul li .box i .s2 {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 2%;
  top: 0;
  background: var(--color);
}

.about-page .about-4 .bottom ul .slick-current .box i .s1 {
  opacity: 1;
}

.about-page .about-5 .list {
  overflow: visible;
}

.about-page .about-5 .list ul li .box {
  padding-bottom: 266px;
}

.about-page .about-5 .list ul li .box .txtBox {
  background-color: #f1f1f1;
  left: -13%;
  padding-left: 13%;
  width: 100%;
  bottom: 0;
}

.about-page .about-5 .list ul li .box .txtBox h2 {
  border-bottom: 3px solid #8d8d8d;
}

.about-page .about-5 .list ul li .box .txtBox .desc p::before {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #e60214;
  margin-top: 13px;
  margin-right: 16px;
  flex-shrink: 0;
}

.about-page .about-5 .list .swiper-pagination {
  left: auto;
  right: 0;
  width: auto;
  bottom: 23%;
}

.about-page .about-5 .list .swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  width: 14px;
  height: 14px;
}

.about-page .about-5 .list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.about-page .about-6 .list ul li {
  padding: 100px 0;
  transition: all 0.5s;
}

.about-page .about-6 .list ul li .box {
  transition: all 0.5s;
}

.about-page .about-6 .list ul li.swiper-slide-prev .box {
  transform: scale(1.25);
}

.about-page .about-6 .list ul li.swiper-slide-next {
  z-index: 9;
}

.about-page .about-6 .list ul li.swiper-slide-next .box {
  transform: scale(1.25);
}

.about-page .about-6 .list ul li.swiper-slide-active {
  z-index: 10;
}

.about-page .about-6 .list ul li.swiper-slide-active .box {
  transform: scale(1.4);
}

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

@media screen and (max-width: 1700px) {
  .about-page .about-2 .scjd .left img {
    height: 565px;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-2 .scjd .left img {
    height: 478px;
    top: -58px;
  }

  .about-page .about-4 .top .slick-list {
    margin: 0 -40px;
  }

  .about-page .about-4 .top ul li {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-2 .scjd .left img {
    height: 398px;
    top: -45px;
  }

  .about-page .about-4 .top .slick-list {
    margin: 0 -15px;
  }

  .about-page .about-4 .top ul li {
    padding: 0 15px;
  }

  .about-page .about-5 .list ul li .box {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .bottom {
    margin: 5% auto 0;
    width: 100%;
  }

  .about-page .about-1 .bottom .text {
    padding: 5%;
  }

  .about-page .about-2 .scjd .left img {
    position: static;
    height: auto;
    max-width: 100%;
  }

  .about-page .about-2 .scjd .left {
    width: 100%;
  }

  .about-page .about-2 .scjd .right {
    width: 100%;
    margin-top: 5%;
  }

  .about-page .about-2 .scjd {
    padding: 5%;
  }

  .about-page .about-4 .top .slick-list .slick-slide {
    padding: 0;
  }

  .about-page .about-4 .top .slick-list .slick-slide.slick-current+.slick-slide {
    top: 0;
  }

  .about-page .about-4 .top .slick-list .slick-slide.slick-current+.slick-slide+.slick-slide {
    top: 0;
  }

  .about-page .about-4 .top .slick-list .slick-slide.slick-current+.slick-slide+.slick-slide+.slick-slide {
    top: 0;
  }

  .about-page .about-5 .list ul li .box .txtBox {
    position: static;
    margin-top: 5%;
  }

  .about-page .about-5 .list ul li .box {
    padding-bottom: 0;
  }

  .about-page .about-5 .list .swiper-pagination {
    position: static;
    margin-top: 5%;
  }

  .about-page .about-5 .list ul li .box .txtBox {
    padding: 3%;
  }

  .about-page .about-6 .list ul li {
    padding: 68px 0;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .dbj>img {
    height: 338px;
    object-fit: cover;
  }

  .about-page .about-3 ul li {
    width: 100%;
    margin: 2% 0;
  }

  .about-page .about-4 .top ul li .box .img-box {
    padding-bottom: 0;
  }

  .about-page .about-4 .top ul li .box .img-box span {
    bottom: 7px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .bottom .num ul li {
    width: 100%;
    margin: 5% 0;
  }

  .mt-144 {
    margin-top: 30px;
  }

  .about-page .about-4 .bottom .year {
    width: 60%;
  }

  .about-page .about-6 .list ul li.swiper-slide-active .box {
    transform: scale(1);
  }

  .about-page .about-6 .list ul li.swiper-slide-prev .box {
    transform: scale(1);
  }

  .about-page .about-6 .list ul li.swiper-slide-next .box {
    transform: scale(1);
  }

  .about-page .about-6 .list ul li {
    padding: 0;
  }
}

/*----- RD-page -----*/
.RD-page .RD-1 {
  background-color: #f1f1f1;
}

.RD-page .RD-1 .in-left {
  max-width: 52%;
}

.RD-page .RD-1 .in-left .inner-title h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.RD-page .RD-1 .in-left .process-txt ul li {
  height: auto !important;
}

.RD-page .RD-1 .in-left .process-txt ul li .tt {
  cursor: pointer;
}

.RD-page .RD-1 .in-left .process-txt ul li .con {
  line-height: 1.7;
  height: 0;
  opacity: 0;
  /*font-weight: 300;*/
}

.RD-page .RD-1 .in-left .process-txt ul li.swiper-slide-thumb-active .tt img {
  transform: rotateX(180deg);
}

.RD-page .RD-1 .in-left .process-txt ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin: 20px 0 30px 0;
}

.RD-page .RD-1 .in-right {
  max-width: 44%;
  margin-top: 100px;
}

.RD-page .RD-1 .in-right .process-img ul li {
  opacity: 0 !important;
}

.RD-page .RD-1 .in-right .process-img ul li img {
  width: 100%;
  border-radius: 15px;
}

.RD-page .RD-1 .in-right .process-img ul li.swiper-slide-active {
  opacity: 1 !important;
}

.RD-page .RD-2 .technological .tech-txt {
  width: 842px;
  display: flex;
  justify-content: center;
}

.RD-page .RD-2 .technological .tech-txt ul li {
  width: auto !important;
}

.RD-page .RD-2 .technological .tech-txt ul li span {
  cursor: pointer;
}

.RD-page .RD-2 .technological .tech-txt ul li.swiper-slide-thumb-active span {
  color: #ff0000;
}

.RD-page .RD-2 .technological .tech-img ul li img {
  width: 100%;
  transform: scale(0.8);
  transition: all 0.5s;
}
.RD-page .RD-2 .technological .tech-txt ul li:nth-last-child(1) span img{
  display: none;
}

.RD-page .RD-2 .technological .tech-img ul li.swiper-slide-active img {
  transform: scale(1);
}

.RD-page .RD-3 .inner-title h3 {
  border-bottom: 1px solid #8d8d8d;
}

.RD-page .RD-3 .strength-list ul li {
  max-width: 49%;
}

.RD-page .RD-3 .strength-list ul li .imgBox {
  overflow: hidden;
  border-radius: 10px;
}

.RD-page .RD-3 .strength-list ul li .imgBox .desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  
  transform: translateY(16%);
  transition: all 0.5s;
}

.RD-page .RD-3 .strength-list ul li .imgBox .desc .tt {
  margin-bottom: 20px;
  transition: all 0.5s;
}
.RD-page .RD-3 .strength-list ul li .imgBox .desc .content{
  opacity: 0;
  min-height: 80px;
}

.RD-page .RD-3 .strength-list ul li .imgBox:hover .desc {
  transform: translateY(0);
  margin-bottom: 0;
  background-image: linear-gradient(to bottom, rgba(220, 220, 220, 0), rgba(230, 0, 18, 0.8));
}

.RD-page .RD-3 .strength-list ul li .imgBox:hover .desc .tt {
  margin-bottom: 0;
}
.RD-page .RD-3 .strength-list ul li .imgBox:hover .content{
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  .RD-page .RD-2 .technological .tech-txt {
    width: 732px;
  }
}

@media screen and (max-width: 1450px) {
  .RD-page .RD-1 .in-left .process-txt ul li.swiper-slide-thumb-active .con {
    margin-top: 20px;
  }

  .RD-page .RD-2 .technological .tech-txt {
    width: 690px;
  }
}

@media screen and (max-width: 1250px) {
  .RD-page .RD-2 .technological .tech-txt {
    width: 615px;
  }
}

@media screen and (max-width: 1000px) {
  .RD-page .RD-1 .in-left {
    max-width: 100%;
  }

  .RD-page .RD-1 .in-right {
    max-width: 100%;
    margin-top: 4%;
  }

  .RD-page .RD-2 .technological .tech-txt {
    width: 545px;
  }

  .RD-page .RD-3 .strength-list ul li {
    max-width: 100%;
    margin: 3% 0;
  }

  .RD-page .RD-3 .strength-list ul li .imgBox .desc {
    transform: translateY(0);
  }
  .RD-page .RD-3 .strength-list ul li .imgBox .desc .content{
    opacity: 1;
  }
}

@media screen and (max-width: 700px) {
  .RD-page .RD-2 .technological .tech-txt {
    width: 390px;
  }
}

@media screen and (max-width: 500px) {
  .RD-page .RD-2 .technological .tech-txt {
    width: 235px;
  }
}

/*----- factory-page -----*/
.factory-page {
  overflow-x: hidden;
}

.factory-page .wzbg {
  font-family: "Poppins";
  font-size: 179px;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(rgba(230, 0, 18, 0.3) -50%, rgba(230, 0, 18, 0) 80%);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
}

.factory-page .factory-1 {
  margin-top: -50px;
}
.factory-page .factory-1 .img img {
  border-radius: 20px;
}

.factory-page .factory-1 .txt {
  max-width: 68%;
  line-height: 1.7;
}

.factory-page .warehouse .in-left {
  max-width: 51%;
}

.factory-page .warehouse .in-left .warehouse-img {
  box-shadow: 4px 8px 31px 1px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
}

.factory-page .warehouse .in-left .warehouse-img ul li {
  opacity: 0 !important;
  border-radius: 10px;
}

.factory-page .warehouse .in-left .warehouse-img ul li img {
  width: 100%;
  border-radius: 10px;
}

.factory-page .warehouse .in-left .warehouse-img ul li.swiper-slide-active {
  opacity: 1 !important;
}

.factory-page .warehouse .in-right {
  max-width: 45.5%;
}

.factory-page .warehouse .in-right .inner-title p{
  font-size: 18px;
  color: #666;
  padding-top: 20px;
}

.factory-page .warehouse .in-right .warehouse-txt ul li {
  height: auto !important;
}

.factory-page .warehouse .in-right .warehouse-txt ul li .tt {
  cursor: pointer;
  line-height: 1.2;
}

.factory-page .warehouse .in-right .warehouse-txt ul li .tt p {
  padding: 0 20px;
}

.factory-page .warehouse .in-right .warehouse-txt ul li .tt::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--color);
}

.factory-page .warehouse .in-right .warehouse-txt ul li .tt::after {
  content: "+";
  display: block;
  font-size: 24px;
  font-family: "Poppins";
  transition: all 0.5s;
}

.factory-page .warehouse .in-right .warehouse-txt ul li .con {
  line-height: 1.7;
  height: 0;
  opacity: 0;
  font-weight: 300;
}

.factory-page .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
  color: var(--color);
  transition: all 0.5s;
}

.factory-page .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt::after {
  content: "-";
}

.factory-page .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin-top: 18px;
}

.factory-page .factory-3 .bg {
  width: 74%;
  background-color: #efefef;
  border-radius: 10px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.factory-page .factory-3 .in-left {
  max-width: 47%;
}

.factory-page .factory-3 .in-left .desc {
  text-align: justify;
  /*max-height: 238px;*/
  overflow-y: auto;
  line-height: 1.6;
}
.factory-page .factory-3 .sys{
    max-width: 53%;
}


.factory-page .factory-3 .sys ul li .box .in-right img {
  border-radius: 10px;
}

.factory-page .factory-3 .sys .swiper-button {
  position: absolute;
  left: 36%;
  bottom: 2%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}

.factory-page .factory-3 .sys .swiper-button>div {
  position: static;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: solid 1px #777777;
  margin: 7px;
  color: #777777;
  transition: all 0.5s;
}

.factory-page .factory-3 .sys .swiper-button>div::after {
  display: none;
}

.factory-page .factory-3 .sys .swiper-button>div i {
  font-size: 20px;
}

.factory-page .factory-3 .sys .swiper-button>div:hover {
  color: var(--color);
  border-color: var(--color);
}

.factory-page .factory-3 .sys .swiper-button .swiper-button-prev i {
  transform: rotateY(180deg);
}

.factory-page .factory-3 .sys .swiper-pagination {
  position: static;
  width: auto;
  display: inline-block;
}

.factory-page .factory-3 .sys .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #a3a3a3;
}

.factory-page .factory-3 .sys .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e52424;
}

.factory-page .factory-4 .in-left {
  max-width: 35%;
  text-align: right;
}

.factory-page .factory-4 .in-right {
  max-width: 53%;
}

@media screen and (max-width: 1700px) {
  .factory-page .wzbg {
    font-size: 162px;
  }
  .factory-page .factory-3 .sys{
    margin-top: 80px;
  }
}

@media screen and (max-width: 1450px) {
  .factory-page .wzbg {
    font-size: 138px;
  }

  .factory-page .factory-3 .sys .swiper-button {
    bottom: -2%;
  }
  .factory-page .factory-3 .sys{
    margin-top: 72px;
  }
}

@media screen and (max-width: 1250px) {
  .factory-page .wzbg {
    font-size: 110px;
  }

  .factory-page .factory-1 {
    margin-top: -36px;
  }

  .factory-page .factory-3 .sys {
    padding-bottom: 2%;
  }

  .factory-page .factory-3 .sys .swiper-button {
    left: 30%;
  }
  .factory-page .factory-3 .sys{
    margin-top: 64px;
  }
}

@media screen and (max-width: 1000px) {
  .factory-page .wzbg {
    display: none;
  }

  .factory-page .factory-1 {
    margin-top: 0;
  }

  .factory-page .factory-1 .txt {
    max-width: 100%;
  }

  .factory-page .warehouse .in-left {
    max-width: 100%;
  }
  .factory-page .warehouse .in-right{
    max-width: 100%;margin-top: 5%;
  }
  .factory-page .factory-3 .con {
    padding: 0 5%;
  }
  .factory-page .factory-3 .sys{
    max-width: 100%;
    margin-top: 5%;
  }


  .factory-page .factory-3 .bg {
    width: 100%;
  }



  .factory-page .factory-3 .in-left {
    max-width: 100%;
    padding: 0;
  }

  .factory-page .factory-3 .sys .swiper-button {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .factory-page .factory-3 .in-left>h3 {
    text-align: center;
  }

  /*.factory-page .factory-3 .sys {
    padding-bottom: 62px;
  }*/

  .factory-page .factory-3 .sys ul li .box .in-right {
    max-width: 100%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .factory-page .factory-4 {
    padding: 0 15px;
  }

  .factory-page .factory-4 .in-left {
    max-width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .factory-page .factory-4 .in-right {
    max-width: 100%;
    margin-top: 5%;
  }
}

/*----- service-page -----*/
.service-page .service-1 {
  background-image: url(../images/in-service-1.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.service-page .service-1 .customized ul {
  margin: 0 -40px;
}

.service-page .service-1 .customized ul .slick-list {
  padding: 20px 0;
}

.service-page .service-1 .customized ul li .box {
  height: 580px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.17);
  border-radius: 15px;
  background-color: #ffffff;
  transition: all 0.5s;
}

.service-page .service-1 .customized ul li .box .tt {
  transition: all 0.5s;
}

.service-page .service-1 .customized ul li .box .tt::after {
  content: "";
  display: block;
  height: 3px;
  width: 50%;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.service-page .service-1 .customized ul li .box:hover {
  background-color: var(--color);
}

.service-page .service-1 .customized ul li .box:hover .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

.service-page .service-1 .customized ul li .box:hover .tt {
  color: #fff;
}

.service-page .service-1 .customized ul li .box:hover .tt::after {
  background-color: #fff;
}

.service-page .service-1 .customized ul li .box:hover .desc {
  color: #fff;
  transition: all 0.5s;
}

.service-page .service-1 .customized .slickBtn div {
  background-color: transparent;
  border: 1px solid #777777;
  transition: all 0.5s;
}

.service-page .service-1 .customized .slickBtn div i {
  color: #777777;
  transition: all 0.5s;
}

.service-page .service-1 .customized .slickBtn div:hover {
  border-color: var(--color);
}

.service-page .service-1 .customized .slickBtn div:hover i {
  color: var(--color);
}

.service-page .service-1 .customized .slickBtn .prev {
  right: auto;
  left: 0;
}

.service-page .service-1 .customized .slickBtn .prev i {
  transform: rotateY(180deg);
}

.service-page .service-1 .customized .slickBtn .next {
  left: auto;
  right: 0;
}

.service-page .service-2 .warehouse .in-left {
  max-width: 48%;
}

.service-page .service-2 .warehouse .in-left .warehouse-img {
  border-radius: 10px;
}

.service-page .service-2 .warehouse .in-left .warehouse-img ul li img {
  width: 100%;
  border-radius: 10px;
}

.service-page .service-2 .warehouse .in-right {
 width: 47%;
  /*height: 676px;*/
}

.service-page .service-2 .warehouse .in-right .inner-title {
  margin-top: 50px;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt {}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li {
  height: auto !important;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .tt {
  cursor: pointer;
  line-height: 1;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .tt p {
  max-width: 90%;
  transition: all 0.5s;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .tt p img {
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.5s;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .con {
  line-height: 1.7;
  height: 0;
  opacity: 0;
  font-weight: 300;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active {
  background-color: var(--color);
  padding-right: 20px;
  padding-bottom: 25px;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
  color: #fff;
  transition: all 0.5s;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt img {
  opacity: 0;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin-top: 20px;
}

.service-page .service-3 .ys ul li .box .desc {
  line-height: 1.7;
   width: 77%;
    margin: auto;
    padding-top: 10px;
}

@media screen and (max-width: 1700px) {
  .service-page .service-2 .warehouse .in-right .inner-title {
    margin-top: 15px;
  }

  .service-page .service-1 .customized ul li .box {
    height: 548px;
  }
}

@media screen and (max-width: 1450px) {
  .service-page .service-2 .warehouse .in-right .inner-title {
    margin-top: 0;
  }

  .service-page .service-2 .warehouse .in-right .warehouse-txt ul li {
    padding-bottom: 20px;
  }

  .service-page .service-1 .customized ul li .box {
    height: 506px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active {
    padding-bottom: 15px;
  }

  .service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
    margin-top: 10px;
  }

  .service-page .service-1 .customized ul li .box {
    height: 400px;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .customized {
    padding: 0 70px;
  }

  .service-page .service-2 .warehouse .in-left {
    max-width: 100%;
  }

  .service-page .service-2 .warehouse .in-right {
    width: 100%;
    margin-top: 5%;
  }
}

.contact-page .contact-1 {
  border-top: 1px solid #777777;
}

.contact-page .contact-1 .in-desc {
  max-width: 58%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

.in-contact .in-left {
  width: 49%;
}

.in-contact .in-left ul {
  height: 100%;
}

.in-contact .in-left ul li {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  width: 48.5%;
  height: 47%;
}

.in-contact .in-left ul li .box {
  height: 100%;
  padding: 20px;
}

.in-contact .in-left ul li.w-100 {
  width: 100%;
}

.in-contact .in-right {
  width: 49%;
  background-image: url(../images/in-carbg.png);
  background-repeat: no-repeat;
  background-position: 512px -136px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 35px 36px 30px;
}

.in-contact .in-right form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.in-contact .in-right form input {
  width: 48%;
  display: block;
  background-color: transparent;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  outline: 0;
  height: 52px;
  font-size: 19px;
  padding: 6px 18px;
  margin-bottom: 28px;
}

.in-contact .in-right form input.w-100 {
  width: 100%;
}

.in-contact .in-right form input::placeholder {
  color: #b2b2b2;
}

.in-contact .in-right form textarea {
  width: 100%;
  border: solid 1px #dcdcdc;
  background-color: transparent;
  font-size: 19px;
  padding: 6px 18px;
  height: 155px;
}

.in-contact .in-right form textarea::placeholder {
  color: #b2b2b2;
}

.in-contact .in-right form [type="submit"] {
  width: 132px;
  background-color: var(--color);
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin: 34px auto 0;
  transition: all 0.5s;
}

.in-contact .in-right form [type="submit"]:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}

.in-contact .in-right .share {
  position: absolute;
  bottom: 7%;
  left: 4%;
}

.in-contact .in-right .share li {
  margin-right: 12px;
}

.in-contact .in-right .share li i {
  width: 24px;
  height: 24px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .in-contact .in-left {
    width: 100%;
  }

  .in-contact .in-left ul {
    height: auto;
  }

  .in-contact .in-left ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .in-contact .in-right {
    width: 100%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .in-contact .in-right form textarea {
    font-size: 16px;
  }

  .in-contact .in-right form input {
    font-size: 16px;
  }

  .in-contact .in-right {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .in-contact .in-right form input {
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
  }

  .in-contact .in-right form textarea {
    font-size: 14px;
  }

  .in-contact .in-right .share {
    position: static;
    margin-top: 10px;
  }
}

.product-dy-page .product-dy-1 .swiper-big {
  width: calc(100% - 330px);
  margin: 0;
  height: 750px;
}
.product-dy-page .product-dy-1 .swiper-big ul li{
  height: 750px!important;
  justify-content: space-between;
}

.product-dy-page .product-dy-1 .swiper-big ul li .left {
  width: 35%;
}
.product-dy-page .product-dy-1 .swiper-big ul li .right .img{
  opacity: 0;
}
.product-dy-page .product-dy-1 .swiper-big ul li .right .img1{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);    max-height: 70%;
}
.product-dy-page .product-dy-1 .swiper-big ul li .right .img2{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.product-dy-page .product-dy-1 .swiper-big .imgs1{
  right:0;top:50%;transform: translateY(-50%);    max-height: 100%;
    object-fit: contain;
}
.product-dy-page .product-dy-1 .swiper-big .imgs2{
  right:0;top:50%;transform: translateY(-50%);max-height: 100%;
    object-fit: contain;
}



.product-dy-page .product-dy-1 .swiper-big ul li .left .regularText {
  line-height: 2;
}

.product-dy-page .product-dy-1 .swiper-small {
  width: 260px;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.product-dy-page .product-dy-1 .swiper-small ul li {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.product-dy-page .product-dy-1 .swiper-small ul li .redRound {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 3px var(--color);
  margin-right: 22px;
  border-radius: 50%;
  margin-top: 9px;
  flex-shrink: 0;
}

.product-dy-page .product-dy-1 .swiper-small ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 105%;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #e10523;
  opacity: 1;
}
.product-dy-page .product-dy-1 .swiper-small ul li::nth-last-child(1)::before{
  opacity: 0;
}
.product-dy-page .product-dy-1 .swiper-small ul li.swiper-slide-active::before {
  opacity: 1;
}

.product-dy-page .product-dy-1 .swiper-small ul li.swiper-slide-next::before {
  opacity: 1;
}

.product-dy-page .product-dy-1 .swiper-small ul li.swiper-slide-next+.swiper-slide::before {
  opacity: 1;
}

.product-dy-page .product-dy-1 .swiper-small ul li.swiper-slide-next+.swiper-slide+.swiper-slide::before {
  opacity: 1;
}

.product-dy-page .product-dy-1 .swiper-small ul li.swiper-slide-thumb-active .redRound {
  background-color: var(--color);
}

.product-dy-page .product-dy-1 .swiper-small ul li.swiper-slide-thumb-active .mediumText {
  color: var(--color);
  font-weight: bold;
  font-size: 24px;
  transition: all 0.5s;
}
.product-dy-page .product-dy-2 .industry{
  position: relative;
}
.product-dy-page .product-dy-2 .industry ul li{
  background-attachment: fixed;
  position: sticky;
  top: 220px;
  
}
.product-dy-page .product-dy-2 .industry ul li .box {
  background-size: cover;
  height: 19.8vw;
  padding: 0 40px 30px;border-radius: 10px;
  position: relative;
  z-index: 0;
}
.product-dy-page .product-dy-2 .industry ul li .box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(9deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  z-index: -1;border-radius: 10px;
}
.product-dy-page .product-dy-2 .industry ul li .box .desc {
  max-width: 50%;
}

.product-dy-page .product-dy-3 .client .client-content {
  height: 412px;
  perspective: 1550px;
  position: relative;
  z-index: 1;
}

.product-dy-page .product-dy-3 .client .client-content .client-slide-ul {
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, 60deg);
  margin-top: -8vw;
}

.product-dy-page .product-dy-3 .client .client-content .client-slide-ul .slick-track {
  flex-wrap: wrap;
}

.product-dy-page .product-dy-3 .client .client-content .client-slide-ul .slide-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.34375vw 5px;
  background-color: #fffeff;
  -webkit-box-shadow: 0px 5px 24px 0px rgba(208, 209, 226, 0.29);
  box-shadow: 0px 5px 24px 0px rgba(208, 209, 226, 0.29);
  border-radius: 10px;
  margin: 1vw;
}

.product-dy-page .product-dy-3 .client .client-content .client-slide-ul .slide-box img {
  transform-style: unset;
}

.product-dy-page .product-dy-4 .hxjs ul li {
  width: 49%;
}

.product-dy-page .product-dy-4 .hxjs ul li .imgBox {
  overflow: hidden;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.13);
}

.product-dy-page .product-dy-4 .hxjs ul li .imgBox .desc {
  top: 170px;
  left: 0;
  width: 100%;
  height: 60%;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(220, 220, 220, 0) 20%, rgba(230, 0, 18, 0.8) 100%);
  transform: translateY(100%);
  transition: all 0.5s;
}

.product-dy-page .product-dy-4 .hxjs ul li .imgBox:hover .desc {
  transform: translateY(0);
}


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

@media screen and (max-width: 1700px) {
  .product-dy-page .product-dy-3 .client .client-content {
    height: 398px;
  }
}

@media screen and (max-width: 1450px) {
  .product-dy-page .product-dy-1 .swiper-big {
    width: calc(100% - 218px);
  }

  .product-dy-page .product-dy-1 .swiper-small {
    height: 500px;
  }

  .product-dy-page .product-dy-3 .client .client-content {
    height: 358px;
  }
}

@media screen and (max-width: 1250px) {
  .product-dy-page .product-dy-1 .swiper-big {
    height: 385px;
  }
  .product-dy-page .product-dy-1 .swiper-big ul li{
    height: 385px!important;
  }
  .product-dy-page .product-dy-1 .swiper-big ul li .left {
    width: 50%;
  }

  .product-dy-page .product-dy-1 .swiper-big ul li .right {
    width: 50%;
  }

  .product-dy-page .product-dy-1 .swiper-small {
    height: 400px;
  }

  .product-dy-page .product-dy-3 .client .client-content {
    height: 318px;
  }
  .product-dy-page .product-dy-1 .swiper-small ul li.swiper-slide-thumb-active .mediumText{
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .product-dy-page .product-dy-1 .swiper-big {
    width: 100%;
  }

  .product-dy-page .product-dy-1 .swiper-small {
    width: 100%;
    margin-top: 5%;
    height: auto;
    margin-bottom: 0;
    display: none;
  }

  .product-dy-page .product-dy-2 .industry ul li .box .desc {
    max-width: 100%;
  }

  .product-dy-page .product-dy-3 .client .client-content .client-slide-ul {
    transform: rotate3d(1, 0, 0, 0);
    margin-top: 0;
  }

  .product-dy-page .product-dy-3 .client .client-content {
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .product-dy-page .product-dy-2 .industry ul li .box {
    height: auto;
    padding: 30px;
  }

  .product-dy-page .product-dy-4 .hxjs ul li {
    width: 100%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 500px) {  
  .product-dy-page .product-dy-1 .swiper-big {
    height: 310px;
  }
  .product-dy-page .product-dy-1 .swiper-big ul li{
    height: 310px!important;
  }
}

.honour-page .honour-1 .left {
  width: 226px;
}

.honour-page .honour-1 .left .listC .list {
  cursor: pointer;
  margin-top: 110px;
  color: #777777;
  transition: all 0.5s;
}

.honour-page .honour-1 .left .listC .list .num {
  line-height: 1;
}

.honour-page .honour-1 .left .listC .list .line {
  height: 5px;
  width: 100%;
  background-color: var(--color);
  margin-top: 15px;
  opacity: 0;
  transition: all 0.5s;
}

.honour-page .honour-1 .left .listC .list.active {
  color: var(--color);
}

.honour-page .honour-1 .left .listC .list.active .line {
  opacity: 1;
}

.honour-page .honour-1 .left .listC .list:hover {
  color: var(--color);
}

.honour-page .honour-1 .left .listC .list:hover .line {
  opacity: 1;
}

.honour-page .honour-1 .left .listC .list:nth-child(1) {
  margin-top: 0;
}

.honour-page .honour-1 .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 100px;
}

.honour-page .honour-1 .right .list {
  display: none;
  width: 100%;
}

.honour-page .honour-1 .right .list .listC {
  width: 100%;
  position: relative;
}

.honour-page .honour-1 .right .list .imgC {
  padding-right: 70px;
  width: calc(100% - 250px);
  position: relative;
}

.honour-page .honour-1 .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.honour-page .honour-1 .right .list .imgC ul li .box {
  height: 100%;
  transition: all 0.5s;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honour-page .honour-1 .right .list .imgC ul li .box .img img {
  width: 100%;
  filter: grayscale(1);
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li {
  z-index: 2;
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li .box {
  transform: scale(1.5);
  z-index: 2;
  opacity: 1;
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li .box .img img {
  filter: none;
}

.honour-page .honour-1 .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.honour-page .honour-1 .right .list .galleryC .slick-track {
  flex-wrap: wrap;
}

.honour-page .honour-1 .right .list .galleryC i {
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  color: #111111;
}

.honour-page .honour-1 .right .list .galleryC i:hover {
  color: var(--color);
}

.honour-page .honour-1 .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}

.honour-page .honour-1 .right .list .galleryC ul li {
  padding: 10px 0;
}

.honour-page .honour-1 .right .list .galleryC ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 74px;
  cursor: pointer;
  color: #777777;
  transition: all 0.5s;
}

.honour-page .honour-1 .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding: 10px;
  max-height: 74px;
}

.honour-page .honour-1 .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}

.honour-page .honour-1 .right .list.active {
  display: block;
}

.honour-page .honour-1 .right .list.active .listC .imgC {
  animation: fadeInLeftSmall 0.5s linear;
}

.honour-page .honour-1 .right .list.active .listC .galleryC {
  animation: fadeInRightSmall 0.5s linear;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@media (max-width: 1250px) {
  .honour-page .honour-1 .left {
    width: 150px;
  }

  .honour-page .honour-1 .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }

  .honour-page .honour-1 .right .list .imgC {
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .honour-page .honour-1 .left {
    width: 100%;
  }

  .honour-page .honour-1 .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .honour-page .honour-1 .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }

  .honour-page .honour-1 .left .listC .list:first-child {
    margin-top: 20px;
  }

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

  .honour-page .honour-1 .right .list .imgC {
    width: 100%;
  }

  .honour-page .honour-1 .right .list .galleryC {
    width: 100%;
  }

  .honour-page .honour-1 .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }

  .honour-page .honour-1 .right .list .imgC {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .honour-page .honour-1 .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .honour-page .honour-1 .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}

.product-page .product-1 {
  background-size: cover;
  /*height: 32vw;*/
  border-radius: 18px;
  overflow: hidden;
}

.product-page .product-1 .txtbox{
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.product-page .product-1 .cate-desc {
  max-width: 522px;
  line-height: 1.7;
  max-height: 320px;
  overflow-y: auto;
}

.product-page .product-2 .intro table {
  width: 35% !important;
  border: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.product-page .product-2 .intro table tbody {
  min-width: unset !important;
  white-space: pre-wrap;
}

.product-page .product-2 .intro table tbody tr:nth-last-child(1) {
  margin-bottom: 0;
}

.product-page .product-2 .intro table tr {
  display: flex;
  align-items: center;
  margin-bottom: 16%;
  font-size: 18px;
  color: #666666;
  width: 100% !important;
}

.product-page .product-2 .intro table tr td {
  padding: 0;
  border: 0;
  max-width: 392px;
}

.product-page .product-2 .intro table tr td:nth-child(1) {
  font-size: 96px;
  font-weight: bold;
  color: #ff0000;
  line-height: 0.9;
  position: relative;
  margin-right: 30px;
}

.product-page .product-2 .intro table tr td:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/in-industrybg.png);
  background-position: bottom right;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.product-page .product-2 .intro table tr td:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-page .product-2 .intro table tr .txt {
  max-width: 394px;
}

.product-page .product-2 .intro table tr .txt strong {
  color: #000011;
}

.product-page .product-2 .intro table tr:nth-child(even) {
  background: transparent;
}

.product-page .product-2 .intro table:nth-child(1) tr {
  flex-direction: row-reverse;
}

.product-page .product-2 .intro table:nth-child(1) tr td {
  text-align: right;
}

.product-page .product-2 .intro table:nth-child(1) tr td:nth-child(1) {
  margin-left: 30px;
  margin-right: 0;
}

.product-page .product-2 .intro table:nth-child(1) tr:nth-child(2) {
  padding-right: 70px;
}

.product-page .product-2 .intro table:nth-child(2) tr:nth-child(2) {
  margin-left: 70px;
}

.product-page .product-2 .intro>img {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 29%;
}

.product-page .product-3>h2 {
  position: relative;
}

.product-page .product-3 .desc{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.product-page .product-3>h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.product-page .product-3 .list ul {
  margin: 0 -19px;
}

.product-page .product-3 .list ul li {
  width: 25%;
  padding: 0 19px;
  margin-bottom: 110px;
}

.product-page .product-3 .list ul li .box .imgBox {
  border-radius: 10px;
  border: solid 1px #777777;
  position: relative;
  transition: all 0.5s;
}

.product-page .product-3 .list ul li .box .imgBox img {
  border-radius: 10px;
}

.product-page .product-3 .list ul li .box .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(230, 0, 18, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.product-page .product-3 .list ul li .box .imgBox::after {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url(../images/in-pro-more.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.product-page .product-3 .list ul li .box .imgBox:hover {
  border: solid 1px var(--color);
}

.product-page .product-3 .list ul li .box .imgBox:hover::before {
  opacity: 1;
}

.product-page .product-3 .list ul li .box .imgBox:hover::after {
  opacity: 1;
}

.product-page .product-3 .list ul li .box .txt {
  transition: all 0.5s;
}

.product-page .product-3 .list ul li .box .txt:hover {
  color: var(--color);
}

.m-page {

  text-align: center;
}

.m-page a,
.m-page span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 18px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

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

@media screen and (max-width: 1800px) {
  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 90px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 96px;
  }

}

@media screen and (max-width: 1700px) {
  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 80px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 86px;
  }
}

@media screen and (max-width: 1450px) {
  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 70px;
  }

  .product-page .product-2 .intro table tr td:nth-child(1)::after {
    bottom: -30px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 60px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 46px;
    width: 33.3%;
    padding: 0 10px;
  }

  .product-page .product-3 .list ul {
    margin: 0 -10px;
  }
  .product-page .product-1 .cate-desc {
  max-height: 220px;
}
}

@media screen and (max-width: 1000px) {
  .product-page .product-1 {
    margin-top: 5%;
  }
  .product-page .product-1 .img{
    min-height: 270px;
    object-fit: cover;
  }
  .product-page .product-1 .txtbox{
    right: 5%;
    left: 5%;
  }

  .product-page .product-2 .intro {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-page .product-2 .intro>img {
    position: static;
    max-width: 42%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0);
  }

  .product-page .product-2 .intro table {
    width: 49% !important;
  }

  .product-page .product-2 .intro table:nth-child(1) tr {
    flex-direction: row;
  }

  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 50px;
  }

  .product-page .product-2 .intro table tr td {
    max-width: 100%;
  }

  .product-page .product-2 .intro table tr {
    margin: 15px 0;
  }

  .product-page .product-2 .intro table:nth-child(1) tr td:nth-child(1) {
    margin-left: 0;
    margin-right: 20px;
  }

  .product-page .product-2 .intro table tr td:nth-child(1) {
    margin-right: 20px;
  }

  .product-page .product-2 .intro table:nth-child(1) tr:nth-child(2) {
    margin-right: 0;
  }

  .product-page .product-2 .intro table:nth-child(2) tr:nth-child(2) {
    margin-left: 0;
  }

  .product-page .product-2 .intro table tr td:nth-child(1)::after {
    display: none;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 700px) {
  .product-page .product-1 {
    height: auto;
    /*padding: 30px;*/
  }

  .product-page .product-2 .intro table {
    width: 100% !important;
  }

  .product-page .product-2 .intro table:nth-child(1) tr td {
    text-align: left;
  }

  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 40px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 26px;
    width: 50%;
  }

  .m-page a,
  .m-page span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

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

}

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

.prodet-page .prodet-1 .box .left .proImg {
  padding-top: 100%;
  position: relative;
  border: solid 2px #e4e4e4;
  border-radius: 10px;
}

.prodet-page .prodet-1 .box .left .proImg>a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.prodet-page .prodet-1 .box .left .proImg img {
  height: 100%;
  display: block;
  margin: auto;
  border-radius: 10px;
}

.prodet-page .prodet-1 .box .left .smallImg {
  width: 22.5%;
}

.prodet-page .prodet-1 .box .left .smallImg ul {
  margin: -10px 0;
}

.prodet-page .prodet-1 .box .left .smallImg ul .slick-track {
  flex-wrap: wrap;
}

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

.prodet-page .prodet-1 .box .left .smallImg ul li a {
  display: block;
}

.prodet-page .prodet-1 .box .left .bigImg {
  width: 77.5%;
  padding-left: 2%;
  display: inline-block;
}

.prodet-page .prodet-1 .box .left .bigImg ul {
  margin: 0 -10px;
}

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

.prodet-page .prodet-1 .box .right {
  width: 50%;
  padding-left: 4.5%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .box .right h1 {
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
}

.prodet-page .prodet-1 .box .right .content {
  max-height: 16em;
  overflow-y: auto;
}

.prodet-page .prodet-1 .m-link-pro>a {
  max-width: 49%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.prodet-page .prodet-1 .m-link-pro>a span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: solid 1px #777777;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.prodet-page .prodet-1 .m-link-pro>a .font1 i {
  transform: rotateY(180deg);
}

.prodet-page .prodet-1 .m-link-pro>a:hover {
  color: var(--color);
}

.prodet-page .prodet-1 .m-link-pro>a:hover span {
  border-color: var(--color);
}

.prodet-page .prodet-2 {
  background-color: #f8f8f8;
  padding: 90px 0;
}

.prodet-page .prodet-2 .options .slide .tt {
  border-bottom: 1px solid #d0d0d0;
  transition: all 0.5s;
}

.prodet-page .prodet-2 .options .slide .tt::after {
  content: "+";
  font-size: 45px;
  font-weight: normal;
  transition: all 0.5s;
}

.prodet-page .prodet-2 .options .slide .tt:hover {
  color: var(--color);
}

.prodet-page .prodet-2 .options .slide .content {
  display: none;
  margin-top: 40px;
}

.prodet-page .prodet-2 .options .slide .content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prodet-page .prodet-2 .options .slide .content form input {
  border: solid 1px rgba(183, 183, 183, 0.5);
  width: 32.5%;
  padding: 20px 10px 20px 30px;
  margin-bottom: 20px;
}

.prodet-page .prodet-2 .options .slide .content form textarea {
  width: 100%;
  border: solid 1px rgba(183, 183, 183, 0.5);
  height: 245px;
  padding: 20px 10px 20px 30px;
  margin-bottom: 20px;
}

.prodet-page .prodet-2 .options .slide .content form input[type="submit"] {
  width: 282px;
  background-color: var(--color);
  color: #fff;
  padding: 15px 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  transition: all 0.5s;
  font-size: 24px;
}

.prodet-page .prodet-2 .options .slide .content form input[type="submit"]:hover {
  border-color: var(--color);
  color: var(--color);
  background-color: #fff;
}

.prodet-page .prodet-2 .options .slide.active .tt {
  color: var(--color);
}

.prodet-page .prodet-2 .options .slide.active .tt::after {
  content: "-";
}



.prodet-page .prodet-3 .list ul {
  margin: 0 -19px;
}

.prodet-page .prodet-3 .list ul li {
  width: 25%;
  padding: 0 19px;
}

.prodet-page .prodet-3 .list ul li .box .imgBox {
  border-radius: 8px;
  border: solid 1px #777777;
  position: relative;
  transition: all 0.5s;
}

.prodet-page .prodet-3 .list ul li .box .imgBox img {
  border-radius: 8px;
}

.prodet-page .prodet-3 .list ul li .box .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(230, 0, 18, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-3 .list ul li .box .imgBox::after {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url(../images/in-pro-more.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-3 .list ul li .box .imgBox:hover {
  border: solid 1px var(--color);
}

.prodet-page .prodet-3 .list ul li .box .imgBox:hover::before {
  opacity: 1;
}

.prodet-page .prodet-3 .list ul li .box .imgBox:hover::after {
  opacity: 1;
}

.prodet-page .prodet-3 .list ul li .box .txt {
  transition: all 0.5s;
}

.prodet-page .prodet-3 .list ul li .box .txt:hover {
  color: var(--color);
}


@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .options .slide .content form input[type="submit"] {
    width: 168px;
    font-size: 20px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .prodet-page .prodet-1 .m-link-pro>a {
    font-size: 0;
  }

  .prodet-page .prodet-1 .m-link-pro>a i {
    font-size: 16px;
  }

  .prodet-page .prodet-2 .options .slide .content form input[type="submit"] {
    width: 130px;
    font-size: 16px;
  }

}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .options .slide .content form input {
    width: 100%;
    padding: 10px 10px 10px 20px;
    margin-bottom: 12px;
  }

  .prodet-page .prodet-2 .options .slide .content {
    margin-top: 20px;
  }
}

.job-page .recruits-list3 .list .slick-list {
  margin: 0 -10px;
}

.job-page .recruits-list3 .list3-item {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.job-page .recruits-list3 .list3-item .img-wrap img {
  border-radius: 20px;
  width: 100%;
}

.job-page .recruits-list3 .list3-item:hover .txts-mains {
  opacity: 1;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-txts {
  top: 0;
  left: 0;
  padding: 28px;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-h5 {
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-h5::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 20px auto;
}

.job-page .recruits-list3 .txts-mains {
  font-size: 14px;
  transition-duration: 0.3s;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
}

.job-page .job-2 .career1-content {
  background: #f9f9f9;
}

.job-page .job-2 .rf-ldf {
  font-size: 0;
  padding: 30px 60px;
  box-sizing: border-box;
  white-space: nowrap;
}

.job-page .job-2 .rf-ldf div {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 18px;
}

.job-page .job-2 .career1-lists {
  box-sizing: border-box;
  border-top: 2px solid #e9e9e9;
  position: relative;
  white-space: nowrap;
}

.job-page .job-2 .career1-lists .career1-list {
  font-size: 0;
  padding: 30px 0;
  cursor: pointer;
}

.job-page .job-2 .career1-lists .career1-list div {
  vertical-align: middle;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.job-page .job-2 .career1-lists .cm {
  color: #3d3d3d;
  padding: 30px 60px;
  transition: all 0.5s;
}

.job-page .job-2 .career1-lists .cm:hover {
  background: var(--color);
  color: #fff;
}

.job-page .job-2 .career1-lists .cm:hover .salary-name:before {
  background-image: url(../images/xx.png);
}

.job-page .job-2 .career1-lists .cm.active {
  background: var(--color);
  color: #fff;
}

.job-page .job-2 .career1-lists .cm.active .salary-name:before {
  background-image: url(../images/xx.png);
}

.job-page .job-2 .career1-lists .career1-contents {
  padding: 53px 60px;
  display: none;
}

.job-page .job-2 .career1-lists .career1-contents .con {
  white-space: normal;
}

.job-page .job-2 .career1-lists .career1-contents a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: var(--color);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  display: block;
}

.job-page .job-2 .position-title,
.job-page .job-2 .position-name {
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-page .job-2 .num-title,
.job-page .job-2 .num-name {
  width: 20%;
}

.job-page .job-2 .xl-title,
.job-page .job-2 .profession-title,
.job-page .job-2 .xl-name,
.job-page .job-2 .profession-name {
  width: 20%;
}

.job-page .job-2 .salary-title {
  width: 9%;
}

.job-page .job-2 .salary-name {
  width: 9.8%;
  position: relative;
}

.job-page .job-2 .salary-name::before {
  width: 43px;
  height: 43px;
  position: absolute;
  right: 2.8%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/right1.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

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

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

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



@media screen and (max-width: 1000px) {
  .job-page .job-2 .rf-ldf {
    padding: 30px;
  }

  .job-page .job-2 .career1-lists .cm {
    padding: 30px;
  }

  .job-page .job-2 .career1-lists .career1-contents {
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .job-page .job-2 {
    max-width: 100%;
    overflow-x: auto;
  }

  .job-page .job-2 .career1-content {
    min-width: 670px;
  }

}

.sustainable-page .sustainable-1 .bg {
  background-size: cover;
  height: 24vw;
  border-radius: 10px;
}

.sustainable-page .sustainable-1 .bg .desc {
  max-width: 50%;
  line-height: 1.7;
}

.sustainable-page .sustainable-2 .container::after {
  content: "";
  width: 112.5%;
  height: calc(100% - 95px);
  background-color: #f1f1f1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: -13%;
}

.sustainable-page .sustainable-2 .innovation .left {
  max-width: 54%;
  margin-top: -95px;
}

.sustainable-page .sustainable-2 .innovation .left img {
  border-radius: 10px;
}

.sustainable-page .sustainable-2 .innovation .right {
  max-width: 46%;
  padding-left: 5%;
}

.sustainable-page .sustainable-2 .innovation .right .desc {
  line-height: 1.7;
}

.sustainable-page .sustainable-2 .innovation .swiper-pagination {
  bottom: 32px;
}

.sustainable-page .sustainable-2 .innovation .swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.sustainable-page .sustainable-2 .innovation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.sustainable-page .sustainable-3 .warehouse .in-left {
  max-width: 54%;
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img {
  box-shadow: 4px 8px 31px 1px rgba(0, 0, 0, 0.26);
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li {
  opacity: 0 !important;
  border-radius: 10px;
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li img {
  width: 100%;
  /*border-radius: 10px;*/
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li.swiper-slide-active {
  opacity: 1 !important;
}



.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination {
  bottom: -40px;
  width: auto;
}

.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.sustainable-page .sustainable-3 .warehouse .in-right {
  max-width: 43%;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li {
  height: auto !important;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt {
  cursor: pointer;
  line-height: 1.2;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt p {
  padding: 0 20px 0 0;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt::after {
  content: "+";
  display: block;
  font-size: 24px;
  font-family: "Poppins";
  transition: all 0.5s;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
  line-height: 1.7;
  height: 0;
  opacity: 0;
  font-weight: 300;
  max-height: 320px;
  overflow-y: auto;

}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
  color: var(--color);
  transition: all 0.5s;
  font-size: 24px;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt::after {
  content: "-";
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sustainable-page .sustainable-4 {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
}

.sustainable-page .sustainable-4 .top ul li .box {
  background-color: #f1f1f1;
  transition: all 0.5s;
  cursor: pointer;
}

.sustainable-page .sustainable-4 .top ul li.swiper-slide-thumb-active .box {
  background-color: var(--color);
  color: #fff;
}

.sustainable-page .sustainable-4 .bottom ul li .box .txt-l {
  max-width: 40%;
}

.sustainable-page .sustainable-4 .bottom ul li .box .txt-l .desc {
  line-height: 1.7;
}

.sustainable-page .sustainable-4 .bottom ul li .box .img-box {
  max-width: 50%;
  border-radius: 10px;
}

.sustainable-page .sustainable-5 .top {
  border-bottom: 1px solid #8d8d8d;
}

.sustainable-page .sustainable-5 .top .slickBtn div {
  width: 46px;
  height: 46px;
  background-color: transparent;
  border: solid 1px #777777;
  transition: all 0.5s;
}

.sustainable-page .sustainable-5 .top .slickBtn div i {
  color: #777777;
  transition: all 0.5s;
}

.sustainable-page .sustainable-5 .top .slickBtn div.prev i {
  transform: rotateY(180deg);
}

.sustainable-page .sustainable-5 .top .slickBtn div:hover {
  border-color: var(--color);
}

.sustainable-page .sustainable-5 .top .slickBtn div:hover i {
  color: var(--color);
}

.sustainable-page .sustainable-2-0 .item .mk-tt{
  border-bottom:1px solid #8d8d8d;
}
.sustainable-page .sustainable-2-0 .item:nth-child(even){
  background-color: #f1f1f1;
}
.sustainable-page .sustainable-2-0 .item:nth-child(even) .con{
  flex-direction: row-reverse;
}
.sustainable-page .sustainable-2-0 .item .con .left{
  width: 41%;
}
.sustainable-page .sustainable-2-0 .item .con .left .imgbox{
  display: inline-block;
  margin-left: calc((1520px - 100vw) / 2);
}
.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox{
  margin-left: 0;
  margin-right: calc((1520px - 100vw) / 2);
}
.sustainable-page .sustainable-2-0 .item .con .right{
  width: 59%;
  padding-left: 6%;
}
.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right{
  padding-left: 0;  
  padding-right: 6%;
}
.sustainable-page .sustainable-2-0 .item .con .right .text{
  min-height: 24vw;  min-height: unset;
}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li{

}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li .box i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li .box .content .desc{
  color: #777777;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner{
  margin-left: -50%;
}
.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right .lbanner{
  margin-left:0;
  margin-right: -50%;
  flex-direction: row-reverse;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .swiper{
  padding: 10px;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner ul li .box .img-box{
  background-color: #f4f4f4;
	box-shadow: 0px 0px 9px 0px 
		rgba(0, 0, 0, 0.26);
	border-radius: 10px;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border:1px solid #777777;
  transition: all 0.5s;
  position: static;
  margin-top: 0;
  color: #777777;
  font-size: 20px;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button.swiper-button-prev i{
  transform: rotateY(180deg);
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button:hover{
    border-color: var(--color);
    color: var(--color);
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button::after{
  display: none;
}
.sustainable-page .sustainable-0{
  background-color: #fafafa;
}
.sustainable-page .sustainable-0 .left{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
.sustainable-page .sustainable-0 .left .desc{
  max-width: 50%;
  color: #777777;
}
.sustainable-page .sustainable-0 img{
  min-height: 352px;
    object-fit: contain;
    object-position: bottom;
}

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

@media screen and (max-width: 1700px) {
  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
    margin-bottom: 45px;
  }
  .sustainable-page .sustainable-2-0 .item .con .left .imgbox {
      margin-left: calc((1370px - 100vw) / 2);
  }
  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
      margin-right: calc((1370px - 100vw) / 2);
  }
}

@media screen and (max-width: 1450px) {
  .sustainable-page .sustainable-2-0 .item .con .left .imgbox {
      margin-left: calc((1170px - 100vw) / 2);
  }
  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
      margin-right: calc((1170px - 100vw) / 2);
  }
  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
    margin-bottom: 18px;
    margin-top: 10px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
    max-height: 276px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 34px;
  }
}

@media screen and (max-width: 1250px) {
  .sustainable-page .sustainable-2-0 .item .con .left .imgbox {
      margin-left: calc((940px - 100vw) / 2);
  }
  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
      margin-right: calc((940px - 100vw) / 2);
  }
  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
    max-height: 193px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
.sustainable-page .sustainable-2-0 .item .con .left {
    width: 100%;
}
.sustainable-page .sustainable-2-0 .item .con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
}
  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
      margin-right: 0;
  }
.sustainable-page .sustainable-2-0 .item .con .right .text {
    min-height: unset;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner {
    margin-left: 0%;
    flex-wrap: wrap;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .swiper{
  width: 100%;
}
.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right .lbanner {
    margin-right: 0;
}
  .sustainable-page .sustainable-2-0 .item .con .left .imgbox {
      margin-left: 0;
  }
  .sustainable-page .sustainable-1 .bg {
    height: auto;
    padding: 30px;
  }

  .sustainable-page .sustainable-1 .bg .desc {
    max-width: 100%;
  }

  .sustainable-page .sustainable-2 .innovation .left {
    max-width: 100%;
    margin-top: 0;
  }

  .sustainable-page .sustainable-2 .innovation .right {
    max-width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .sustainable-page .sustainable-2 .innovation {
    padding: 30px;
  }

  .sustainable-page .sustainable-2 .container::after {
    height: 100%;
    width: 100%;
    margin-left: 0;
  }

  .sustainable-page .sustainable-2 .innovation .swiper-pagination {
    bottom: 7px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-left {
    max-width: 100%;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right {
    max-width: 100%;
    margin-top: 12%;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 26px;
  }
}

@media screen and (max-width: 700px) {
  .sustainable-page .sustainable-2 .innovation {
    padding: 15px 0 30px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .sustainable-page .sustainable-0 .left .desc{
    max-width: 100%;
  }
  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 18px;
  }

  .sustainable-page .sustainable-4 .bottom {
    padding: 15px;
  }

  .sustainable-page .sustainable-4 .bottom ul li .box .txt-l {
    max-width: 100%;
  }

  .sustainable-page .sustainable-4 .bottom ul li .box .img-box {
    max-width: 100%;
    margin-top: 5%;
  }
}





.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-family: var(--font);
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 0px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  left: 40px;
  color: #fff;
  opacity: 0;
  font-weight:700;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 19px;
  height: 19px;
  transition: all 0.5s;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: auto;
}

@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
  }
}




.inner-page .sidebox {
  padding: 120px 0 60px 0;
  ;
}

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

.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 23px;
  margin-bottom: 30px;
}

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

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

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

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

.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
  /*margin-bottom: 15px;*/
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}

.inner-page .sidebox .sideleft .widget ul li a {
  /*padding-left: 20px;*/
}

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

.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

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

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

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

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

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

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

.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 80px;
  overflow: hidden;
  float: left;
  /*padding: 10px;*/
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  /*margin-left: 99px;*/
  padding-top: 1rem;
  font-size: 20px;
  line-height: 36px;
}

.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}

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

.font-16 {
  line-height: 30px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}

.ap-page {
  background: #f5f5f5;
}

.ap-page .sideright table {
  table-layout: fixed;
}

.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}

.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
  height: 300px;

}

.ap-page .sideright .ap-top .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.ap-page .sideright .ap-top h6 {
  padding: 0 32px 14px 0;
  position: relative;
  /*position: absolute;*/
  background: 0 0;
  font-size: 30px;
  line-height: 2;
  color: #fff;
  /*top: 32px;
  left: 0;*/
  width: 100%;
  z-index: 10;
  text-transform: uppercase;

}

.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 9px;
  left: 0;
  background-color: #fff;
}

.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 32px;
  bottom: 32px;
  color: #fff;
  z-index: 10;
}

.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  line-height: 1.6;
}

.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}

.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}

.ap-page .sideright .ap-bottom {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}

.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;

}


.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}

.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 30px;
}

.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 20px;
}

.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 30px;
}

.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 30px;
}

.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 30px;
}

.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;

  line-height: 2;
  padding: 16px 24px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}

.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 32px 40px 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}

.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #e9672e;
  color: #fff;
}

.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}

.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}


.ap-page .container .content {
  width: 100%;
}

.ap-page .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}

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

.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 0 16px;
  margin-top: 20px;
}

.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
  /*font-family: var(--font);*/
}

.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .cont .title:hover {
  color: var(--color);
}

.ap-page .container .content .swiper .swiper-wrapper .swiper-slide .cont .des {
  color: #4a4a4a;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1850px) {
  .ap-page .sideright table {
    width: 100%;
    overflow-y: auto;
    display: block;
  }
}
@media screen and (max-width: 1400px) {

  .inner-page .sidebox .sideleft {
    width: 28%;
  }

  .inner-page .sidebox .sideright {
    width: 72%;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox {
    padding: 60px 0;
  }

  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }

  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .ap-page .sideright .ap-top .desc {
    position: relative;
    top: 20px;
    left: 0;
    padding: 0;
  }

  .ap-page .sideright table td,
  .ap-page .sideright table th {
    white-space: unset;
    min-width: 240px;
  }

  .ap-page .sideright table {
    width: 100%;
    overflow-x: auto;
    table-layout: unset;
    display: block;
  }

  .ap-page .sideright .ap-top {
    margin-bottom: 124px;
  }

  .ap-page .sideright .ap-top h6::after {
    background-color: black;
  }

  .ap-page .sideright .ap-top h6 {
    color: black;
    padding: 0 0 14px;
  }
}
@media screen and (max-width: 700px) {
      .inner-page .sidebox {
    padding: 30px 0;
  }
  .ap-page .sideright .ap-top .img img {
    min-height: 250px;
    object-fit: cover;
  }

  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }

  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
}

@media screen and (max-width: 500px) {
  
  .ap-page .sideright .ap-top .desc {
    font-size: 24px;
    line-height: 44px;
  }

  .ap-page .sideright .ap-top h6 {
    padding-right: 0;
    font-size: 24px;
    line-height: 44px;
  }
}


.video-page .init-2 .container ul {
    margin: 0 -25px;
}

.video-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}

.video-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}

.video-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}

.video-page .init-2 .container ul li .box .title {
    /*font-weight: 600;*/
    text-align: center;
    margin-top: 16px;
    color: #666;

}

.video-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}

.video-page .init-2 .container ul li .box .img img {
    width: 100%;
    border-radius: 10px;

}

.video-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.video-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}
.video-page .play-btn i {
  border: none;
}
.video-page .init-2 .content{
  padding-left: 16%;
  padding-right: 16%;
}
@media (max-width: 1000px) {
  .video-page .init-2 .content{
    padding-left: 0;
    padding-right: 0;
  }
  .video-page .init-2 .container ul.grid-4 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin: 0 -15px;
  }
    .video-page .init-2 .container ul{
      margin: 0 -15px;
    }
  .video-page .init-2 .container ul li {
    margin-top: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
.video-page .init-2 .container ul.grid-4 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }
    .video-page .init-2 .container ul li {
        margin-top: 20px;
    }
}


@media (min-width: 1921px) {
    #header, #index-body .init-1, #footer, .right_nav_list{
      zoom:1.3;
    }

    .inner-banner, .seoPublic, .inner-page{
        zoom: 1.3;
    }
    .sustainable-page .sustainable-2-0{
      overflow: hidden;
    }
    .sustainable-page .sustainable-2-0 .item .con .left .imgbox {
        margin-left: calc((1520px * 1.3 - 100vw) / 2);
        display: block;
    }
    .sustainable-page .sustainable-2-0 .item .con .left .imgbox img{
      width: 100%;
    }
    .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
        margin-right: calc((1520px * 1.3 - 100vw) / 2);
    }
  
}