@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
.bold,
.Bold {
  font-weight: bold;
}
.SemiBold,
.semiBold {
  font-weight: 600;
}
.medium,
.Medium {
  font-weight: 500;
}
.regular,
.Regular {
  font-weight: 400;
}
@-webkit-keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }

  100% {
    background-position-x: 2.969vw;
  }
}

@-moz-keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }

  100% {
    background-position-x: 2.969vw;
  }
}

@keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }

  100% {
    background-position-x: 2.969vw;
  }
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 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;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #124fa9;
}
#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: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 17px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 43px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 21px;
  height: 21px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-right: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #000;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 27px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
  margin-top: 5px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i.triangle {
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  /* 左侧透明边框 */
  border-right: 5.5px solid transparent;
  /* 右侧透明边框 */
  border-bottom: 7px solid transparent;
  /* 上方透明边框 */
  border-top: 7px solid black;
  /* 底部的颜色 */
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
@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;
  }
}
a.Hbtn {
  display: inline-block;
  background-color: var(--color);
  border-radius: 0px 30px 0px 0px;
  -webkit-appearance: none;
  cursor: pointer;
  color: #fff;
  padding: 16px 64px 16px 26px;
  font-weight: 500;
  position: relative;
  text-align: left;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: transform;
}
a.Hbtn .btn__icon {
  align-items: center;
  border-radius: 27px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  left: 4px;
}
a.Hbtn .btn__icon i {
  color: #fff;
}
a.Hbtn .btn__icon::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1b7f04;
  content: "";
  right: 2px;
  position: absolute;
  top: 50%;
  transform: translateX(100%) translateX(-34px) translateY(-50%);
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  z-index: -1;
}
a.Hbtn:hover {
  color: #fff;
  background-color: #000;
}
a.Hbtn:hover .btn__icon {
  border-radius: 0 30px 0 0;
}
a.Hbtn:hover .btn__icon::before {
  /*transform: none;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 0;*/
}
.container {
  width: 1490px;
  padding: 0 15px;
}
#banner {
  margin-top: 100px;
  height: 760px;
  position: relative;
}
#banner .swiper {
  width: 100%;
  height: 100%;
}
#banner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#banner .swiper .swiper-slide .container .bold {
  line-height: 1.16;
  width: 50%;
}
#banner .swiper .swiper-slide .container .regular {
  line-height: 32px;
  width: 47%;
}
.font-20{
  line-height: 36px;
}
.seoPublic .Auxil-news .list ul li .content a.link{
  line-height: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  line-height: 40px!important;
  min-height: 5.5em;
}
.seoPublic .Auxil-news .list ul li .content p{
  line-height: 30px!important;
}
.seoPublic .Auxil-about .box .right div.h3{
  line-height: 44px!important;
}
#banner .swiper .swiper-slide .container .Hbtn {
  background-color: #000;
}
#banner .swiper .swiper-slide .container .Hbtn:hover {
  background-color: var(--color);
}
#banner .swiper .swiper-slide-active .bold {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper .swiper-slide-active .regular {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-slide-active .Hbtn {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiper-pagination {
  text-align: right;
  bottom: 56px;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container {
  z-index: 3;
}
#index-body .init-1 .container .left {
  width: 31.55%;
}
#index-body .init-1 .container .left .play-btn {
  width: 60px;
  height: 60px;
  top: 61%;
}
#index-body .init-1 .container .left .play-btn i {
  border: none;
}
#index-body .init-1 .container .center {
  width: 49.1%;
}
#index-body .init-1 .container .center .bold {
  line-height: 1.4;
  width: 110%;
      font-weight: 500;
}
#index-body .init-1 .container .center .medium {
  line-height: 1.5;
}
#index-body .init-1 .container .center .regular {
  line-height: 32px;
  color: #120c0b;
}
#index-body .init-1 .container .center .regular,
#index-body .init-1 .container .center .medium {
  width: 90%;
}
#index-body .init-1 .container .center .Hbtn {
  position: relative;
  z-index: 5;
}
#index-body .init-1 .container .right {
  width: 19.35%;
  top: -130px;
  right: -25px;
}
#index-body .init-1 .container .right .rightCont {
  position: sticky;
  top: 130px;
}
#index-body .init-1 .container .right .rightCont .cont {
  background-color: var(--color);
}
#index-body .init-1 .container .right .rightCont .cont .txt {
  line-height: 32px;
}
#index-body .init-1 .bg {
  width: 59%;
  position: absolute;
  right: 0;
  bottom: 265px;
}
#index-body .init-2 {
  background-image: url('../images/init-2Bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#index-body .init-2 .container .bold {
  width: 58%;
  line-height: 1.25;
  margin-left: auto;
}
#index-body .init-2 .container .ilistUl {
  width: 62%;
  margin-left: auto;
}
#index-body .init-2 .container .ilistUl .list .iconBox {
  width: 100px;
  height: 100px;
  background-color: rgba(250, 250, 250, 0.3);
  border-radius: 50%;
  padding: 10px;
}
#index-body .init-2 .container .ilistUl .list .iconBox .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fafafa;
}
#index-body .init-2 .container .ilistUl .list .txtBox {
  color: #fafafa;
  line-height: 36px;
}
#index-body .init-2 .container .ilistUl .list:nth-child(2) {
  margin-left: 13.2%;
}
#index-body .init-2 .container .ilistUl .list:nth-child(3) {
  margin-left: 14.5%;
}
#index-body .init-2 .container .ilistUl .list:nth-child(4) {
  margin-left: 8.4%;
  margin-right: -5%;
}
#index-body .init-2 .container .ilistUl .list:hover .iconBox {
  background-color: #1b7f04;
}
#index-body .init-2 .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55.5%;
}
#index-body .init-3 .left {
  width: 49%;
}
#index-body .init-3 .left .bold {
  line-height: 1.25;
}
#index-body .init-3 .left .medium {
  line-height: 32px;
  color: #9b9b9b;
}
#index-body .init-3 .left .medium span {
  color: #0d0d0d;
}
.font-30{
  line-height: 1.4;
}
#index-body .init-3 .left .swiper ul li {
  border: 5px solid transparent;
}
#index-body .init-3 .left .swiper ul li.active {
  border: 5px solid #1b7f04;
}
#index-body .init-3 .left .swiper ul li img{
  background-color: #5583cd;
}
#index-body .init-3 .left .swiper-pagination {
  bottom: -54px;
  top: auto;
  background-color: #e5e5e5;
  height: 3px;
}
#index-body .init-3 .left .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #1b7f04;
}
#index-body .init-3 .right {
  width: 43.2%;
}
#index-body .init-3 .right li img{
  background-color: #5583cd;
}
#index-body .init-4 .title .medium {
  width: 50%;
  margin: auto;
  flex-wrap: 400;
}
#index-body .init-4 .swiper ul li {
  transition: all 0.3s linear;
}
#index-body .init-4 .swiper ul li .img {
  position: relative;
}
#index-body .init-4 .swiper ul li .img::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg,#1250a9 0%,rgba(0,0,0,.0) 100%);
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  transition: all .3s linear;
  border-radius: 0 100px 0 0;
}
#index-body .init-4 .swiper ul li img {
  width: 100%;
      border-radius: 0 100px 0 0px;
}
#index-body .init-4 .swiper ul li .txtBox {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 35px;
  padding-bottom: 48px;
  height: 75px;
  transition: all 0.3s linear;
}
#index-body .init-4 .swiper ul li .txtBox .bold {
  transition: all 0.3s linear;
}
#index-body .init-4 .swiper ul li .txtBox .bold a:hover {
  color: var(--color);
}
#index-body .init-4 .swiper ul li .txtBox .medium,
#index-body .init-4 .swiper ul li .txtBox .Hmore {
  opacity: 0;
  transition: all 0.3s linear;
  transform: translateY(-10px);
}
#index-body .init-4 .swiper ul li .txtBox .Hmore {
  font-weight: 500;
  display: inline-block;
}
#index-body .init-4 .swiper ul li .txtBox .Hmore i {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s;
}
#index-body .init-4 .swiper ul li .txtBox .Hmore:hover i {
  margin-left: 20px;
}
#index-body .init-4 .swiper ul li:hover .txtBox {
  height: auto;
}
#index-body .init-4 .swiper ul li:hover .txtBox .medium,
#index-body .init-4 .swiper ul li:hover .txtBox .Hmore {
  opacity: 1;
  transform: translateY(0);
}
#index-body .init-4 .swiper ul li:hover .img::before{
  opacity: 1;
}
#index-body .init-5 {
  background: url('../images/init-5Bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-5 .play-btn {
  width: 120px;
  height: 120px;
}
#index-body .init-5 .play-btn img {
  width: 30%;
}
#index-body .init-6 {
  background-color: #f3f3f3;
}
#index-body .init-6 .bottom ul li .list {
  background-color: #ffffff;
  border: solid 1px #dddddd;
}
#index-body .init-6 .bottom ul li .list .imgBox .cont {
  background-color: rgba(27, 27, 27, 0.7);
  width: 100%;
  bottom: 0;
  justify-content: space-evenly;
}
#index-body .init-6 .bottom ul li .list .imgBox .cont i {
  color: var(--color);
}
#index-body .init-6 .bottom ul li .list .txtBox .semiBold {
  line-height: 44px;
  color: #120c0b;
  transition: all 0.3s ease;
}
#index-body .init-6 .bottom ul li .list .txtBox .semiBold:hover {
  color: var(--color);
}
#index-body .init-6 .bottom ul li .list .txtBox .regular {
  line-height: 32px;
  color: #a1a1a1;
}
#index-body .init-6 .bottom ul li .list .txtBox .Hmore {
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: var(--color);
  transition: all 0.3s ease;
}
#index-body .init-6 .bottom ul li .list .txtBox .Hmore:hover {
  color: #000;
}
.footerTop .Hmore {
  background-color: var(--color);
  padding: 21px 27px;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #121212;
}
#footer .top {
  position: relative;
  z-index: 2;
}
#footer .top .item p.list a:hover {
  color: var(--color);
  text-decoration: underline;
}
#footer .top .item1 {
  max-width: 305px;
}
#footer .top .item1 .share li img {
  border-radius: 5px;
}
#footer .top .item1 .share li:hover {
  transform: translateY(-5px);
}
#footer .top .item1 .share li.weChat .codeImg {
  top: -25px;
  width: 120px;
  height: 120px;
  left: 110%;
  max-width: 120px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.5s;
}
#footer .top .item1 .share li.weChat:hover .codeImg {
  opacity: 1;
  transform: translateY(5px);
}
#footer .top .item4 {
  width: 373px;
}
#footer .top .item4 form {
  width: 100%;
}
#footer .top .item4 form input,
#footer .top .item4 form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 20px 25px;
  color: #000;
}
#footer .top .item4 form input::placeholder,
#footer .top .item4 form textarea::placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.34);
  font-weight: 500;
}
#footer .top .item4 form textarea {
  margin-top: 24px;
  height: 130px;
  box-sizing: border-box;
}
#footer .top .item4 form .inquery {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  bottom: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
}
#footer .top .item4 form .inquery:hover {
  color: var(--color);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  z-index: 2;
  margin-left: 5%;
}
#footer .copyright .container {
  padding-top: 0;
  padding-bottom: 30px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #6a6a6a;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #6a6a6a;
  margin-right: 10px;
}
#footer .copyright .container .left span.cms {
  color: #fff;
}
#footer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 33.9%;
  height: 100%;
  background-color: #124fa9;
  z-index: 0;
}
@media screen and (max-width: 1700px) {
  #banner {
    height: 675px;
  }
}
@media screen and (max-width: 1450px) {
  #banner {
    height: 575px;
  }
  #index-body .init-1 .bg {
    bottom: 195px;
  }
  #index-body .init-2 .container .ilistUl .list:nth-child(2) {
    margin-left: 12%;
  }
  #index-body .init-2 .container .ilistUl .list:nth-child(3) {
    margin-left: 13%;
  }
  #index-body .init-2 .container .ilistUl .list:nth-child(4) {
    margin-left: 5%;
    margin-right: -8%;
  }
  #footer::after {
    width: 37%;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
}
  #mobile5 .menu-content h3{
    line-height: 36px;
  }
  #mobile5 .menu-content .menu-list ul li{
    font-size: 18px!important;
    line-height: 32px!important;
  }
  #mobile5 .menu-content .mob-yuy ul li{
    line-height: 2;
  }
@media (max-width: 1250px) {
  #banner {
    height: 500px;
    margin-top: 60px;
  }
  #index-body .init-1 .container .center .bold {
    width: 100%;
    line-height: 36px!important;
  }
  #index-body .init-1 .container .right .rightCont .cont {
    padding-right: 10px;
  }
  #index-body .init-1 .container .center .regular{
    line-height: 2;
  }
  #index-body .init-2 .container .bold{
    line-height: 30px;
  }
  .font-24{
    line-height: 2;
  }
  .font-18{
    line-height: 2;
  }
  .font-40{
    line-height: 30px;
  }
  .font-20{
    line-height: 2;
  }
  #index-body .init-1 .bg {
    bottom: 80px;
  }
  #index-body .init-2 .container .bold {
    width: 65%;
  }
  #index-body .init-2 .container .ilistUl {
    width: 70%;
  }
  #index-body .init-5 .play-btn {
    width: 100px;
    height: 100px;
  }
  #footer .top .item3 {
    display: none;
  }
  #footer::after {
    display: none;
  }
}
@media (max-width: 1000px) {
  a.Hbtn {
    font-size: 16px;
    padding: 10px 50px 10px 15px;
  }
  #banner {
    height: 390px;
  }
  #banner .swiper .swiper-slide {
    background-size: 100% 100%;
  }
  #banner .swiper .swiper-slide .container .bold {
    width: 70%;
    margin-top: 60px;
  }
  #banner .swiper .swiper-slide .container .regular {
    width: 75%;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .left img {
    display: block;
    margin: 0 auto;
  }
  #index-body .init-1 .container .center {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    display: none;
    width: 30%;
    top: -800px;
  }
  #index-body .init-2 .container .bold {
    width: 70%;
    margin: auto;
  }
  #index-body .init-2 .container .ilistUl {
    width: 95%;
  }
  #index-body .init-2 .container .ilistUl .list .iconBox {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
  #index-body .init-2 .container .ilistUl .list .iconBox img {
    width: 70%;
  }
  #index-body .init-3 .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #index-body .init-3 .left .swiper-pagination {
    bottom: -25px;
  }
  #index-body .init-3 .right {
    width: 100%;
  }
  #index-body .init-3 .right img {
    display: block;
    margin: 0 auto;
  }
  #index-body .init-5 .play-btn {
    width: 80px;
    height: 80px;
  }
  .footerTop .Hmore {
    display: inline-block;
    padding: 15px 20px;
  }
  #footer .top .item2 {
    display: none;
  }
  #footer .top .item4 {
    margin-top: 30px;
    width: 100%;
  }
  #footer .top .item1 {
    max-width: 100%;
  }
  #footer .top .item1 .share li.weChat {
    display: flex;
    align-items: center;
  }
  #footer .top .item1 .share li.weChat .codeImg {
    position: relative;
    opacity: 1;
    top: 0;
    left: 5px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 800px) {
  #banner {
    height: 350px;
  }
  #banner .swiper .swiper-slide .container .bold {
    margin-top: 35px;
  }
  #banner .swiper .swiper-slide .container .bold,
  #banner .swiper .swiper-slide .container .regular {
    width: 100%;
  }
  #banner .swiper-pagination {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner {
    height: 300px;
  }
  #banner .swiper .swiper-slide {
    background-size: cover;
  }
  #index-body .init-2 .container .bold {
    width: 100%;
    text-align: center;
  }
  #index-body .init-2 .container .ilistUl {
    width: 100%;
  }
  #index-body .init-2 .container .ilistUl .list {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-2 .container .ilistUl .list:nth-child(2) {
    margin-left: 0;
  }
  #index-body .init-2 .container .ilistUl .list:nth-child(3) {
    margin-left: 0;
  }
  #index-body .init-2 .container .ilistUl .list:nth-child(4) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .footerTop .Hmore {
    width: 80%;
    margin: 10px auto;
  }
  .footerTop a.Hbtn {
    margin-right: 0;
  }
}
/*banner inner*/
.inner-banner{
  position: relative;
  margin-top: 100px;
}
.inner-banner .mbx{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: right
}
.inner-banner .mbx h2{
  font-size: 46px;
  font-weight: bold;
}

/*product*/

.product-page {
  background: #f9f9f9;
}

.product-page2 .list ul li .content h4 {
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  text-transform: capitalize;
}

.product-page2 .list ul li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.product-page .sideBox .slideLeft {
  width: 25%;
}

.product-page .sideBox .slideLeft .box {
  padding: 30px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  line-height: 2;
}

.product-page .sideBox .slideLeft .box:last-child {
  margin-bottom: 0;
}

.product-page .sideBox .slideLeft .box h4 {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  color: black;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}

.product-page .sideBox .slideLeft .box h4:after {
  content: '';
  width: 24%;
  background: var(--color);
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 5px;
}

.product-page .sideBox .slideLeft .box .list ul li {
  margin-bottom: 10px;
}

.product-page .sideBox .slideLeft .box .list ul li a {
  display: block;
  padding: 15px 35px 15px 12px;
  font-size: 16px;
  color: #262626;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  line-height: 1.8;
}

.product-page .sideBox .slideLeft .box .list ul li a .fa {
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-page .sideBox .slideLeft .box .list ul li a span {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 14px;
  top: 24px;
  display: block;
}

.product-page .sideBox .slideLeft .box .list ul li a span:after,
.product-page .sideBox .slideLeft .box .list ul li a span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
}

.product-page .sideBox .slideLeft .box .list ul li a span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-page .sideBox .slideLeft .box .list.nav ul li a:hover {
  background: var(--color);
  color: white;
  text-align: left;
}

.product-page .sideBox .slideLeft .box .list.info ul li {
  overflow: hidden;
  margin-bottom: 18px;
}

.product-page .sideBox .slideLeft .box .list.info ul li a {
  padding-left: 60px;
  text-align: left;
  padding-right: 15px;
}

.product-page .sideBox .slideLeft .box .list.info ul li a i {
  width: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-page .sideBox .slideLeft .box .list.info ul li:last-child {
  margin-bottom: 0;
}

.product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
  font-size: 16px;
  line-height: 30px;
}

.product-page .sideBox .slideLeft .box .list ul li ul {
  display: none;
}

.product-page .sideBox .slideLeft .box.playBg {
  height: 370px;
  padding: 0;
  position: relative;
  background: url("/zjsinoraymetal/2022/05/31/pr-bg.jpg") center center;
  background-size: cover;
}

.product-page .sideBox .slideLeft .box.playBg:after {
  content: '';
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, var(--color)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, var(--color) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, var(--color) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color)));
  background: -webkit-linear-gradient(top, transparent, var(--color));
  background: -moz-linear-gradient(top, transparent, var(--color));
  background: linear-gradient(to bottom, transparent, var(--color));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='var(--color)', GradientType=0);
  /* 兼容IE5~IE9 */
}

.product-page .sideBox .slideLeft .box.playBg .play {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}

.product-page .sideBox .slideLeft .box.playBg .play span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: white;
  position: relative;
  z-index: 1;
  text-align: center;
}

/*.product-page .sideBox .slideLeft .box.playBg .play span i {
  border-left: 8px solid var(--color);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
.product-page .sideBox .slideLeft .box.playBg .play span:after,
.product-page .sideBox .slideLeft .box.playBg .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

.product-page .sideBox .slideLeft .box.playBg .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.product-page .sideBox .slideLeft .box.playBg .play h6 {
  font-size: 21px;

  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 20px;
  color: white;
  letter-spacing: 1px;
  max-width: 80%;
  word-break: break-word;
  white-space: normal;
}

.product-page .sideBox .slideRight {
  width: 75%;
  padding-left: 60px;
}

/*.inner-page .sideBox .sidebar-right .hmvillaelevator1 h1{
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
}*/

.inner-page .sideBox .sidebar-right .hmvillaelevator1 {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 20px;
}

.inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #eee;
  padding-left: 60px;

}

.inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol li {
  width: 48%
}

.inner-page .sideBox .sidebar-right .product-app {
  background: #eee;
  padding: 50px 0 80px;
  margin-bottom: 80px;
}

.inner-page .sideBox .sidebar-right .title {
  color: var(--color);
  margin: 0 0 30px
}

.inner-page .sideBox .sidebar-right .product-app .title {
  color: var(--color);
}

.inner-page .sideBox .sidebar-right #myVideo {
  width: 100%;
  margin-bottom: 50px;
}

.inner-page .sideBox .sidebar-right .product-app ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  /*margin-bottom: 60px;*/
}

.inner-page .sideBox .sidebar-right .product-app ul li {
  width: 33%;
  padding: 10px;
}

.inner-page .sideBox .sidebar-right .product-app ul li .box {
  display: block;
  position: relative
}

.inner-page .sideBox .sidebar-right .product-app ul li .box .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 103, 175, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: .5s
}

.inner-page .sideBox .sidebar-right .product-app ul li .box:hover .text {
  opacity: 1;
}

.product-page .sideBox .slideRight .list ul {
  margin: -20px -10px;
}

.product-page .sideBox .slideRight .list ul li {
  padding: 10px 10px;
  transition: all .5s ease;
}

.product-page .sideBox .slideRight .list ul li .box {
  overflow: hidden;
}

.product-page .sideBox .slideRight .list ul li .box .left {
  padding: 25px 0 25px 25px;
  background: #f3f3f3;
  width: 55%;
  vertical-align: bottom;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  height: 250px;
}

.product-page .sideBox .slideRight .list ul li .box .left:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 99%;
  top: 0;
  position: absolute;
  z-index: -1;
  background: inherit;
}

.product-page .sideBox .slideRight .list ul li .box .left>* {
  position: relative;
  z-index: 1;
}

.product-page .sideBox .slideRight .list ul li .box .left h4 {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 2;
  font-weight: 700;
  width: 65%;
  padding-bottom: 20px;
}

.product-page .sideBox .slideRight .list ul li .box .left p {
  display: block;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.2;
  margin: 12px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sideBox .slideRight .list ul li .box .left a.more {
  line-height: 2.5;
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
}

.product-page .sideBox .slideRight .list ul li .box .right {
  padding: 0 20px 10px;
  vertical-align: bottom;
  width: 40%;
}

.product-page .sideBox .slideRight .list ul li .box .right a {
  display: block;
  position: relative;
  width: 200%;
  max-width: none;
  left: 30%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-page .sideBox .slideRight .list ul li .box .right img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sideBox .slideRight .list ul li .box .right img.img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-page .sideBox .slideRight .list ul li .box:hover .right img {
  opacity: 0;
}

.product-page .sideBox .slideRight .list ul li .box:hover .right img.img2 {
  opacity: 1;
}

.product-page .sideBox .slideRight .list ul li .box:hover {
  color: white;
}

.product-page .sideBox .slideRight .list ul li .box:hover .left {
  background: var(--color);
}

.product-page .sideBox .slideRight .list ul li .box:hover .left p {
  color: white;
}

.product-page .sideBox .slideRight .list ul li .box:hover .left a.more {
  color: white;
}

.product-page .sideBox .slideRight .list ul li .box:hover .left a.more:before {
  background: white;
}

.product-page .sideBox .slideRight .list ul li .box:hover .left a.more:after {
  border-color: white;
}

.product-page .sideBox .slideLeft .box .list ul li:hover a {
  padding-left: 40px;
}

.product-page .sideBox .slideLeft .box .list ul li a {
  padding-left: 30px;
}

.product-page .sideBox .slideLeft .box .list.info ul li:hover a {
  padding-left: 60px;
}

.product-page .sideBox .slideLeft .box .list.info ul li img {
  filter: drop-shadow(0 -300px var(--color));
  position: relative;
  top: 300px;
}


.product-page .sideBox .slideRight .hmvillaelevator1 p {
  font-weight: 300;
  font-size: 16px;
}

.product-page .sideBox .slideLeft .box .list ul li ul li a {
  background: #e1e1e1;
  margin-left: 20px;
  text-transform: capitalize;
}

.product-page .sideBox .slideLeft .box .list ul li:hover ul li a {
  padding-left: 30px;
}


.product-page .sideBox .slideRight .list ul li:hover a.more:after {
  width: 100%;
  background: var(--color);
}

.product-page .sideBox .slideLeft .box .list ul li a span:after,
.product-page .sideBox .slideLeft .box .list ul li a span:before {
  background: #000;
}

.product-page .sideBox .slideRight .list ul li .box .left h4 p {
  color: var(--color);
  font-size: 18px;
}

.product-page .sideBox .slideRight .list ul li .content {
  position: relative;
}

.product-page .sideBox .slideRight .list ul li .bianhao {
  position: absolute;
  z-index: 1;
  top: -60%;
  left: 5%;
  background: var(--color);
  color: #fff;
  padding: 2px 10px;
}
@media screen and (max-width: 1500px) {
  
  .product-page .sideBox .slideRight {
    padding-left: 30px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    font-size: 16px;
  }
  .product-page .sideBox .slideRight .list ul li .box .left {
    padding: 25px 0 25px 15px;
  }
  .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px){
  
  .product-page .sideBox .slideLeft .box .list ul li a {
    padding: 10px 30px 10px 10px;
  }

  .product-page .sideBox .slideLeft .box .list ul li a span {
    top: 16px;
    right: 10px;
  }

  .product-page .sideBox .slideLeft .box h4 {
    font-size: 16px;
  }

  .product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
    font-size: 13px;
  }

  .product-page .sideBox .slideLeft .box .list.info ul li a {
    padding-left: 45px;
  }

  .product-page .sideBox .slideLeft .box .list.info ul li a i {
    width: 30px;
    top: 6px;
  }

  .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 14px;
  }

  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .sideBox .slideRight .list ul li .box .left p {
    font-size: 13px;
  }

  .product-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  
  .product-page .sideBox .slideRight {
    width: 100%;
    padding-left: 0;
  }

  .product-page .sideBox .slideRight .hmvillaelevator1 {
    display: none !important;
  }

  .product-page .sideBox .slideLeft {
    display: none;
  }
  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    width: 74%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideBox .slideRight .list ul li {
    width: 100%;
  }
}

.inner-page.product-page.overall .product-0 {
  text-align: center;
}

.inner-page.product-page.overall .product-1 {
  overflow: hidden;
  background: #f5f5f5;
  padding: 75px 0;
}

.inner-page.product-page.overall .product-1 .overall-img li {
  width: 33.3333%;
  float: left;
  overflow: hidden;
  position: relative;
}

.inner-page.product-page.overall .product-1 .overall-img li img {
  width: 100%;
}

.inner-page.product-page.overall .product-1 .overall-img li:hover dvi.layer {
  background: rgba(0, 0, 0, .6);
}


.inner-page.product-page.overall .product-1 .overall-img li .text {
  position: absolute;
  opacity: 1;
  text-align: right;
  right: 30px;
  left: 30px;
  bottom: 30px;
  z-index: 8;
}

.inner-page.product-page.overall .product-1 .overall-img li .text h2 {
  font-size: 28px;
  color: #fff;
  width: 90%;
  float: left;
  text-transform: capitalize;
}

.inner-page.product-page.overall .product-1 .overall-img li .text a.portfolio-overlay-wrapper {

  pointer-events: none;
}

.inner-page.product-page.overall .product-1 .overall-img li .text span.portfolio-icon {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

div.layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.inner-page.product-page.overall .product-2.overall .info p {
  width: 65%;
  color: #fff;
  font-weight: bold;
  padding: 30px 0;
  line-height: 2;
  font-size: 16px;
}

.inner-page.product-page.overall .product-2.overall .info h3 {
  font-size: 38px;
  line-height: 1;
  color: #fff;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.inner-page.product-page.overall .product-2.overall .info {
  display: inherit;
  padding: 25px 0;
  margin: 0 auto;
  max-width: 1405px;
}

.inner-page.product-page.overall .product-2.overall {
  background: url(/hgcaps/2021/08/03/over_mainbg04.jpg);
  min-height: 425px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 65px 0;
}

.inner-page.product-page.overall .product-2.overall .info .c-link {
  display: inline-block;
  transition: all .5s ease;
  padding: 18px 20px 18px 60px;
  border-radius: 15px;
  background: url(https://www.hgcaps.com/template/en/images/c-1.png) no-repeat 20px center #fff;
  font-size: 16px;
  line-height: 1;
  color: var(--color);

  text-transform: uppercase;
}

.inner-page.product-page.overall .product-2.overall .info .c-link:hover {
  margin-left: 10px;
  transition: all .5s ease;
}

.product-page .product-4 {
  padding: 50px 0;

}

.product-page .product-4 .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.product-page .product-4 .container .left {}

.product-page .product-4 .container .left h4 {
  font-size: 24px;
  line-height: 1;
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 35px;
}

.product-page .product-4 .container .left ul li {
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 30px 14px 20px;
  margin-bottom: 0px;
  cursor: pointer;

  color: var(--color);
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.product-page .product-4 .container .left ul li:hover {
  background: var(--color);
  color: #ffffff;
}

.product-page .product-4 .container .left ul li .fa {
  margin-right: 15px;
  font-size: 18px;
}

.product-page .product-4 .container .left ul li.active {
  background: var(--color);
  color: #ffffff;
}

.product-page .product-4 .container .right {}

.product-page .product-4 .container .right .item {
  display: none;
  position: relative;
}

.product-page .product-4 .container .right .item img {
  width: 100%;
}

.product-page .product-4 .container .right .item .info {
  padding: 35px 0 65px;
  max-width: 650px;
  height: 353px;
  background-color: rgba(255, 255, 255, .9);
  left: 0;
  bottom: 0;
  margin-top: 10px;
}

.product-page .product-4 .container .right .item .info p {
  font-size: 15px;
  line-height: 1.8;
  color: #646464;
  padding: 8px 0;

}

.product-page .product-4 .container .right .item .info a {
  font-size: 13px;
  line-height: 1.8;
  color: var(--color);

  margin-top: 10px;
}

.product-page .product-4 .container .right .item.on {
  display: block;
  animation: 1s .3s zoomIn both;
}

.inner-page.product-page.overall .product-5 {
  background: url(/hgcaps/2021/08/03/over_mainbg03.jpg);
  min-height: 325px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-page.product-page.overall .product-5 .over-ind {
  text-align: center;
  padding: 80px 0;
}

.inner-page.product-page.overall .product-5 .over-ind h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.inner-page.product-page.overall .product-5 .over-ind p {
  color: #ffffff;
  font-size: 30px;
  padding: 10px 0 30px 0;
}

.inner-page.product-page.overall .product-5 .over-ind a.c-link {
  background-color: var(--color);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 17px 50px;
  font-weight: 700;
  font-size: 24px;
  border: 0;
  margin: 0;
}

.inner-page.product-page.overall .product-6 {
  padding: 60px 0;
}

.inner-page.product-page.overall .product-6 .over-news h3 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 20px;
  color: #535353;
}

.inner-page.product-page.overall .product-6 .over-news ul.news-list {
  overflow: hidden;
}

.inner-page.product-page.overall .product-6 .over-news ul.news-list li {
  width: 33.33%;
  float: left;
  padding: 20px;
}

.inner-page.product-page.overall .product-6 .over-news ul.news-list li img.newsImg {
  object-fit: cover;
  height: 240px;
  width: 100%;
}

.inner-page.product-page.overall .product-6 .over-news ul.news-list li .content {
  padding: 20px 5px;
}

.inner-page.product-page.overall .product-6 .over-news ul.news-list li .content h5 {
  font-size: 22px;
  font-weight: 700;
  color: #535353;
  min-height: 70px;
}

.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content .time {
  padding: 10px 0 15px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content p {
  font-size: 15px;
  padding: 20px 0;
  font-weight: 600;
}

.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content .mores {
  font-size: 14px;
} 
@media screen and (max-width: 1000px) {

  .inner-page.product-page.overall .product-1 .overall-img li {
    width: 50%;
  }

  .inner-page.product-page.overall .product-2.overall .info p {
    width: 90%;
  }

  .product-page .product-4 .container {
    display: block;
  }

  .product-page .product-4 .container .left {
    width: 100%;
  }

  .product-page .product-4 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .product-4 .container .right .item .info {
    max-width: 100%;
    height: auto;
    padding: 49px 35px 48px;
  }

  .inner-page.product-page.overall .product-6 .over-news ul.news-list li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 700px) {

  .inner-page.product-page.overall .product-1 .overall-img li .text h2 {
    font-size: 16px;
    width: 83%;
  }

  .inner-page.product-page.overall .product-1 {
    padding: 30px 0;
  }

  .inner-page.product-page.overall .product-2.overall .info h3 {
    font-size: 32px;
  }

  .inner-page.product-page.overall .product-2.overall .info p {
    width: 100%;
  }

  .inner-page.product-page.overall .product-2.overall {
    background-attachment: initial;
    background-size: cover;
    padding: 30px 0;
    min-height: initial;
  }

  .product-page .product-4 .container .left {
    padding-top: 0;
  }

  .product-page .product-4 .container .right .item .info {
    position: initial;
    padding: 20px;
  }

  .inner-page.product-page.overall .product-5 {
    background-attachment: initial;
    background-size: cover;
    min-height: initial;
  }

  .inner-page.product-page.overall .product-5 .over-ind h3 {
    font-size: 28px;
  }

  .inner-page.product-page.overall .product-5 .over-ind p {
    font-size: 20px;
  }

  .inner-page.product-page.overall .product-5 .over-ind a.c-link {
    padding: 10px 28px;
    font-size: 18px;
  }

  .inner-page.product-page.overall .product-6 {
    padding: 30px 0;
  }

  .inner-page.product-page.overall .product-6 .over-news ul.news-list li .content h5 {
    font-size: 16px;
  }

  .inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content p {
    font-size: 14px;
  }

  .inner-page.product-page.overall .product-5 .over-ind {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .sideBox .sidebar-right .product-app ul li {
    width: 100%
  }

  .inner-page.product-page.overall .product-0 {
    display: none;
  }

  .inner-page.product-page.overall .product-1 .overall-img li {
    width: 100%;
  }

  .inner-page.product-page.overall .product-2.overall .info h3 {
    font-size: 25px;
  }

  .inner-page.product-page.overall .product-2.overall .info p {
    font-size: 14px;
    padding: 20px 0;
  }

  .inner-page.product-page.overall .product-2.overall .info .c-link {
    padding: 10px 15px 10px 47px;
    font-size: 14px;
  }

  .inner-page.product-page.overall .product-5 .over-ind h3 {
    font-size: 20px;
  }

  .inner-page.product-page.overall .product-5 .over-ind p {
    font-size: 16px;
  }

  .inner-page.product-page.overall .product-5 .over-ind a.c-link {
    font-size: 14px;
  }

  .inner-page.product-page.overall .product-6 .over-news h3 {
    font-size: 26px;
  }
}

.inner-page.product-page.overall .dianpu li {
  padding: 10px;
}

.inner-page.product-page.overall .dianpu ul {
  margin: -10px;
}

.inner-page.product-page.overall .dianpu img {
  border: 1px solid #f0f0f0;
}

.inner-page.product-page.overall .dianpu .header h2 {
  font-size: 24px;
  color: var(--color);
  font-weight: 700;

}

.inner-page.product-page.overall .dianpu {
  margin-bottom: 80px;
}


.inner-page.product-page.overall .dianpu .header p {
  font-size: 18px;
}

.inner-page.product-page.overall .dianpu .header {
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .product-page .product-4 .container .right .item .info {
    overflow: auto;
    padding-right: 20px;
  }
}

.inner-page.product-page.product2-page.mulu .side_nav {
  text-align: center;
  margin-bottom: 25px;
}

.inner-page.product-page.product2-page.mulu .side_nav span {
  margin: 5px 35px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
}

.inner-page.product-page.product2-page.mulu {
  padding: 70px 0 0px;
}

.inner-page.product-page.product2-page.mulu .pro-list-yd ul.fenlei li.dabeijing:nth-child(even) {
  background: url(/template/en/images/nbg.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-page.product-page.product2-page.mulu .side_nav a.list {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
}

.inner-page.product-page.product2-page.mulu .side_nav a.list:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.inner-page.product-page.product2-page.mulu .side_nav a.list:hover:after {
  width: 100%;
}
.inner-page.product-page.product-page2 .sideBox .slideRight .list ul li img {
  background: #f9f9f9;
}


.product-page .sideBox .slideRight .list ul li .img-box:hover img {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  .inner-page.product-page.overall .product-1 .overall-img li .text h2 {
    font-size: 24px;
    width: 88%;
  }
}
@media screen and (max-width: 700px) {
  .product-page.product2-page .contact-pag,
  .newdet-page .contact-pag {
    padding-top: 0;
  }
  .solution-page,
  .inner-page.product-page.product2-page.mulu {
    padding-top: 30px;
  }
  .inner-page.product-page.product2-page.mulu {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px){
  .product-page ul.list-box li.cat-one .img {
    margin-bottom: 50px;
  }
}

.pro-list-yd ul.fenlei li .yd-maintop {
  display: flex;
  align-items: center;
  align-content: center;
  background: #fff;
  border-radius: 30px;
}

.pro-list-yd ul.fenlei li .yd-maintop .left {
  width: 50%;
  padding-right: 70px;
  padding-left: 60px;
}

.pro-list-yd .hezi {
  margin: 10px;
  /* background: #f0f0f0; */
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgb(0 0 0/10%);
}

.pro-list-yd ul.fenlei li .yd-maintop .left a.more.more_cont {
  margin-top: 20px;
}

.pro-list-yd ul.fenlei li .yd-maintop .right {
  width: 50%;
}

.pro-list-yd ul.fenlei li .yd-maintop .left h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pro-list-yd ul.fenlei li .yd-maintop .left p {
  font-size: 18px;
}

.pro-list-yd ul.fenlei li .yd-maintop .right img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.yd-mainbottom {
  position: relative;
}

.yd-mainbottom .btns .prev,
.yd-mainbottom .btns .next {
  width: 46px;
  height: 46px;
  border: solid 1px #000;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 13px;
  position: absolute;
  top: 50%;
  transition: .5s
}

.yd-mainbottom .btns .prev:hover,
.yd-mainbottom .btns .next:hover {
  background: #000;
  color: #fff;
}

.yd-mainbottom .btns .prev {
  left: 0;
  transform: translate(-140%, -50%)
}

.yd-mainbottom .btns .next {
  right: 0;
  transform: translate(120%, -50%)
}

.yd-mainbottom ul li {
  width: 25%;
  padding: 10px;
  text-align: center;
}

.yd-mainbottom ul li .cp-dd {
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.yd-mainbottom ul li .cp-dd .text {

  /*padding: 10px;*/
  font-size: 16px;
  /*height: 3em*/
}

.yd-mainbottom ul li .cp-dd .text .t1 {
  /*height: 2em;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;*/
}

.yd-mainbottom ul li .cp-dd .text .st {
  font-size: 16px;
  opacity: 0.6
}

.yd-mainbottom ul li .cp-dd .text .more {
  margin: 20px auto 0;
  /*width: 100%*/
}

.pro-list-yd ul.fenlei li .yd-maintop .left-text {
  max-height: 300px;
  /*overflow: overlay;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 18px;
}

.yd-mainbottom {
  margin-top: 50px;
}




li.dabeijing {
  padding: 50px;
}

.yd-mainbottom ul li .cp-dd .cp-img {
  background: #FFF;
}

.product2-page .product-list ul li:hover .imgbox img {
  /*transform: scale3d(1.05, 1.05, 1);*/
  transition: all .5s ease;
}




.yd-mainbottom .slick-prev {
  background: url("../images/inner-l.png") no-repeat center center rgba(255, 255, 255, 0.0);
  left: -55px;
}

.yd-mainbottom .slick-next {
  background: url("../images/inner-r.png") no-repeat center center rgba(255, 255, 255, 0.0);
  right: -55px;
}

.yd-mainbottom .slick-arrow {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 101px;
  border-radius: 5px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transform: translateY(-50%);
  transition: .5s;
}




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

  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 0 40px;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 40px;
  }

}

@media screen and (max-width: 1280px) {
  li.dabeijing {
    padding: 50px 20px;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 0 30px;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 36px;
  }

  .yd-mainbottom .slick-prev {
    left: -20px;
  }

  .yd-mainbottom .slick-next {
    right: -20px;
  }

}

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

  .pro-list-yd ul.fenlei li .yd-maintop {
    display: block;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .left {
    width: 100%;
    padding: 20px;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .right {
    width: 100%;
    padding: 0 20px;
  }

  .yd-mainbottom ul li .cp-dd .text {
    font-size: 18px
  }
   .yd-mainbottom ul li .cp-dd .text .t1,
  #index-body .i-product ul li .text .t1 {
    height: 2.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .yd-mainbottom .btns {
    display: none
  }
}

@media screen and (max-width: 500px) {
  .yd-mainbottom ul li .cp-dd .text {
    font-size: 16px
  }

  .yd-mainbottom ul li .cp-dd .text {
    font-size: 18px
  }

  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .right img {
    height: auto;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 20px 15px;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .right {
    padding: 0 15px;
  }

  .pro-list-yd ul.fenlei li .yd-maintop .left p {
    font-size: 14px;
    line-height: 1.5;
  }

}
/*pro-list*/

.product2-page .product-list ul {
  /*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;*/
  margin: 0 -0.75rem;
}

.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.product2-page .product-list ul li.wid-100 {
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding: 15px;

}

.product2-page .product-list ul li .pro-box .imgbox {
  position: relative;

  background: #fbfbfb;
}

.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
      background: #5583cd;
}

.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}

.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product2-page .product-list ul li .pro-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 1rem 0 0;
  line-height: 2;

}

.product2-page .product-list ul li .pro-box .btm a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-bottom: 1.3rem;
}

.product2-page .product-list ul li .pro-box .btm a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.product2-page .product-list ul li .pro-box .btm a:hover::after {
  width: 100%;
}

.product2-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .text {
  text-align: center;
  padding: 10px 0;
}
.product2-page .product-list ul li .pro-box .text .des a:hover {
  color: var(--color);
}
.product2-page .product-list ul li .pro-box .text a:hover {
  color: var(--color);
}
.product2-page .product-list ul li .pro-box .imgbox a {
  display: block;
  transition: .5s;
  background-color: #5583cd;
}


.product2-page .product-list ul li .pro-box:hover {

  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {

  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}

.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}

/*.product2-page .product-list ul li .pro-box .text {
padding: 0 30px 0 30px;
    font-size: 15px;
    color: #757575;
    padding-bottom: 1rem;

}*/
.product2-page .product-list ul li .pro-box .text .st {
  opacity: 0.6;
  font-size: 16px
}

.product2-page .product-list ul li .pro-box .text p strong {
  color: #000;
}

.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}


.product2-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
  width: 20%;
}

/*.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}*/
.product2-page .product-list ul li .pro-box .more {
  margin: 0 auto
}

/*.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}*/
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}
.title {
  line-height: 1;
  font-weight: bold;
}

.inner-page.product2-page p {
  color: #000;
  line-height: 36px;
  padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .btm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}

.product2-page .product-list .ny-banner {}

.product2-page .product-list ul li .pro-box h5 a {
  text-transform: capitalize;

}


/*-end*/

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box {
    display: block;
  }

  .product2-page .product-list ul li .pro-box .imgbox {
    width: 100%;
  }

  .product2-page .product-list ul li .pro-box .text {
    width: 100%;
    padding: 0 10px 0 0px;
  }
  .font-36 {
    font-size: 18px;
    line-height: 32px;
  }
   .product2-page .product-list ul li {
     width: 100%;
   }
}

.inner-page .sideBox .sidebar-left {
  width: 25%;
  position: sticky;
  top: 100px
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}

.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}

.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center #eeeeee;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;

}
.font-36{
  line-height: 1.4;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>a {
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  color: #000;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(/template/en/images/img2025_89.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position-y: center;
  -webkit-animation: backdropX 1s linear infinite;
  -moz-animation: backdropX 1s linear infinite;
  animation: backdropX 1s linear infinite;
  box-shadow: 0 0 5px 1px rgb(219 219 219/60%);
  /*width: 60%;*/
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>a span {
  position: relative;
  z-index: 3;
  color: #000;
  width: 100%
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>a::after {
  content: "";
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 100%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>a {
  background-color: rgb(20 100 172 / 20%);
  color: #000;
  box-shadow: 0 0 5px 1px rgb(219 219 219 / 60%);
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>a::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 50%, rgba(255, 255, 255, 0));
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul {
  margin-top: 16px;
  /*display: none;*/
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 5
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ol {
  padding-left: 20px;
  font-size: 18px;
  display: none
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}

/*.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}*/
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
  color: var(--color);
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active {
  color: #000;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: var(--color);
  display: block;
  font-size: 14px;
  line-height: 1;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.1rem;
  text-transform: capitalize;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: var(--color);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;

}

.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}



.inner-page .sideBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

}

.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
  content: '';
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
  z-index: 99;
  position: relative;
}

.inner-page .sideBox .sidebar-right {
  width: 100%;
  /*padding-left: 5%;*/
}

.inner-page.project .sideBox .sidebar-right {
  width: 70%;
  margin: 0 0 0 auto;
}

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

  .inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol li {
    width: 100%
  }
   .inner-page .sideBox {
    display: block;
  }

  .inner-page .sideBox .sidebar-left {
    display: none;
  }

  .inner-page .sideBox .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sideBox .sidebar-right .product-app ul li {
    width: 50%;
  }
  .inner-page.project .sideBox .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
    .inner-page .sideBox .sidebar-right .product-app ul li {
    width: 50%
  }
   .inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol {
    padding: 15px;
  }
  .inner-page.project .sideBox .sidebar-right {
    width: 100%;
  }
  .inner-page .sideBox .sidebar-right .product-app ul li {
    width: 100%;
  }
}
.prodet-page .down {
  right: 20px;
  position: fixed;
  bottom: 28%;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;

  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1
}
.prodet-page .down .iconfont {
  font-size: 30px;
}
@media screen and (max-width: 1680px)  {
   .prodet-page .down {
    bottom: 22%;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .down {
    right: 10px;
    bottom: 30%;
  }
}

.prodet-page .about-page .about-5 {
  background: var(--color)
}

.prodet-page .about-page .Auxil-honor h2.title {
  color: #fff;
  margin-bottom: 40px
}

.prodet-page .about-page .about-5 .box .prev,
.prodet-page .about-page .about-5 .box .next {
  border: 1px solid #ffffff;
  color: #ffffff
}

.prodet-page .about-page .about-5 .box .prev:hover,
.prodet-page .about-page .about-5 .box .next:hover {
  color: #000000;
  background: #ffffff
}

.prodet-page {
  position: relative;
  margin-bottom: 80px;
}

.prodet-page .prodet-1 {
  /*background: #eee;*/
  padding-top: 120px;
}

.prodet-page .prodet-1 .box {
  margin: -15px;

}
.prodet-page .prodet-1 .right {
  padding: 15px;
}

.prodet-page .prodet-1 .right .small {
  text-align: left;
  margin-top: 40px;
}

.prodet-page .prodet-1 .right .txtcontent {
  line-height: 30px;
  max-height: 280px;
  overflow: auto;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  line-height: 40px;
  min-height: 5.5em;
}
.prodet-page .prodet-1 .right .txtcontent ul li {
  /*padding: 10px 0;*/
}
.seoPublic .Auxil-related .list ul li .box .content p{
  line-height: 30px;
  min-height: 5em;
}
.prodet-page .prodet-1 .right .txtcontent ul li.active em {
  display: block;
}

.prodet-page .prodet-1 .right .txtcontent ul li+li {
  /*border-top: 1px solid #000;*/
}

.prodet-page .prodet-1 .right .txtcontent ul li strong {
  display: block;
  font-size: 22px;

  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-1 .right .txtcontent ul li strong::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .prodet-1 .right .txtcontent ul li.active strong::before {
  content: "\f107";
}

.prodet-page .prodet-1 .right .txtcontent ul li em {
  font-size: 16px;
  margin-top: 15px;
  padding: 0 20px;
  display: none;
  line-height: 2;
}

.prodet-page .prodet-1 .left {

  padding: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.prodet-page .prodet-1 .left .gallery-thumb {
  width: 20%;
  display: inline-block;
}

.prodet-page .prodet-1 .left .gallery-thumb ul {
  margin: -4px;
}

.prodet-page .prodet-1 .left .gallery-thumb ul li {
  padding: 4px;
  
}

.prodet-page .prodet-1 .left .gallery-thumb ul li a {
  background: #ededed;
  display: block;
}
.prodet-page .prodet-1 .left .gallery-thumb ul li img {
  background-color: #5583cd;
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  background-color: #5583cd;
}

.prodet-page .prodet-1 .left .big {
  width: 80%;
  display: inline-block;
  padding-left: 8px;
  position: relative;
}

.prodet-page .prodet-1 .left .big ul {
  height: 100%;

}

.prodet-page .prodet-1 .left .big ul .slick-list,
.prodet-page .prodet-1 .left .big ul .slick-track {
  height: 100%
}

.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide>div {
  height: 100%
}

.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li {
  height: 100%
}

.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li img {
  height: 100%;
  object-fit: cover;
      background: #5583cd;
}

.prodet-page .prodet-1 .left .big .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.prodet-page .prodet-1 .small ul {
  margin: -30px;
}

.prodet-page .prodet-1 .small ul li {
  padding: 30px;
}

.prodet-page .prodet-1 .small img {
  border: 1px solid #dadada;
  cursor: pointer;
}

.prodet-page .prodet-1 a.contact {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 25px;
  margin-right: 20px;
  transition: .5s ease;
  margin-bottom: 20px;
}

.prodet-page .prodet-1 a.contact:hover {
  background: #000;
}

.prodet-page .prodet-1 .share {
  display: inline-block;
}

.prodet-page .prodet-1 .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

.prodet-page .prodet-1 .share a+a {
  margin-left: 15px;
}

.prodet-page .prodet-1 .share a:nth-child(1) {
  color: #FFFFFF;
  background-color: #7a7a7a;
}

.prodet-page .prodet-1 .share a:nth-child(2) {
  color: #FFFFFF;
  background-color: #7a7a7a;
}

.prodet-page .prodet-1 .share a:nth-child(3) {
  color: #FFFFFF;
  background-color: #7a7a7a;
}

.prodet-page .prodet-3 {
  background: #fbfbfb;
}

.prodet-page .prodet-3 .bottom .item> :nth-child(2) {
  color: var(--color);
}

/*.prodet-page .prodet-2{
  background-color: #f3f3f3;
}*/
.prodet-page .prodet-22 {
  /*border-bottom: 1px solid #b7b7b7;*/
  /*position: relative;*/
  position: sticky;
  top: 100px;
  z-index: 5;
  transition: .5s
}

.prodet-page .prodet-22 .top::-webkit-scrollbar {
  height: 2px
}

.prodet-page .prodet-22 .top .prev,
.prodet-page .prodet-22 .top .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center
}

.prodet-page .prodet-22 .top .prev {
  left: 0;
  transform: translate(-150%, -50%)
}

.prodet-page .prodet-22 .top .next {
  right: 0;
  transform: translate(150%, -50%)
}

.prodet-page .prodet-22 .top {
  overflow-x: auto;
  margin-bottom: 50px;
}

.prodet-page .prodet-22 .top ul {
  display: flex;
  align-items: center;
  /*flex-wrap: wrap;*/
  background: #fff;
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
  /*min-width: 2000px;*/
  background: #eee;


}

.prodet-page .prodet-22 .top li {
  white-space: nowrap
}

.prodet-page .prodet-22 .top li {
  padding: 5px 20px;
  background: #eee;
  display: block;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: .5s;
  color: #000;
  line-height: 60px;
  border-right: 1px solid #eee;
  width: 20%;
  text-align: center;

}

.prodet-page .prodet-22 .top.active li {
  font-size: 18px;
  font-weight: 400
}

.prodet-page .prodet-22 .top.active {
  background: #eee
}

.prodet-page .prodet-22 .top li:last-child {
  border: none;
}

.prodet-page .prodet-2 .bottom .item {
  display: none;
  /*font-size: 20px;*/
}

.prodet-page .prodet-2 .bottom .item.active {
  display: block;
}

.prodet-page .prodet-2 .bottom .item p img {
  width: 100%;
}

.prodet-page .prodet-2 h3 {
  font-size: 24px;
  font-weight: bold;
  background: var(--color);
  color: white;
  padding: 15px;
  text-transform: capitalize;
}

.prodet-page .prodet-2 .bottom .item ol {
  list-style-type: none !important;
  padding-left: 0;
}

.prodet-page .prodet-2 .bottom .item ol li {
  list-style-type: none !important;
  padding-left: 0;
}

.prodet-page .prodet-2 .bottom .item ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 54px 0;
  border-bottom: 1px #cbcbcb dashed;
  flex-wrap: wrap
}

.prodet-page .prodet-2 .bottom .item ol li {
  width: 50%;
  /*padding: 0 20px*/
}

.prodet-page .prodet-2 .bottom .item ol li:first-child {
  padding-right: 20px
}

.prodet-page .prodet-2 .bottom .item ol li img {
  width: 100%
}

.prodet-page .prodet-22 .top li.active,
.prodet-page .prodet-2 .top li:hover {
  background: var(--color);
  color: white;

}

.prodet-page .prodet-2 .bottom strong span {
  font-size: inherit !important;
}


.prodet-page .prodet-2 .bottom strong {
  /*font-size: 20px;
  display: block;
  background: var(--color);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color)), to(rgba(12, 65, 149, 0.1)));
  background: -webkit-linear-gradient(left, var(--color) 50%, rgba(12, 65, 149, 0.1));
  background: -moz-linear-gradient(left, var(--color) 50%, rgba(12, 65, 149, 0.1));
  background: linear-gradient(to right, var(--color) 50%, rgba(12, 65, 149, 0.1));
  color: white;
  padding: 15px;*/

}

.prodet-page .prodet-3 ul {
  margin: -18px;
}

.prodet-page .prodet-3 ul li {
  padding: 18px;
}

.prodet-page .prodet-3 img {
  border: 1px solid #dadada;
}


.prodet-page .prodet-3 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prodet-page .prodet-3 .arrow_l {
  left: -60px;
}

.prodet-page .prodet-3 .arrow_r {
  right: -60px;
}



.prodet-page .prodet-4 .grid-box {
  margin: -15px;
}

.prodet-page .prodet-4 .left {
  padding: 15px;
}

.prodet-page .prodet-4 .right {
  padding: 15px;
}

.prodet-page .prodet-4 .right .text {
  margin-top: 50px;
}

.prodet-page .prodet-4 table td,
.prodet-page .prodet-4 table th {
  border: none;
  padding: 15px 5px;
}

/*.prodet-page .prodet-4 table tr{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}*/

.prodet-page .prodet-4 table tr td:nth-child(1) {
  width: 30% !important;
}

.prodet-page .prodet-4 table tr td:nth-child(2) {
  width: 30% !important;
}

.prodet-page .prodet-4 table tr td:nth-child(3) {
  width: 40% !important;
}

.prodet-page .prodet-5 video {
  width: 100%;
}

.prodet-page .prodet-5 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-5 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}

.prodet-page .prodet-5 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.m-link {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
}

.m-link div {
  display: flex;
  justify-content: space-between;
}

.m-link .next {
  text-align: right;
}

.m-link a:hover {
  text-decoration: underline;
}

.m-page {
  text-align: right;
  margin-top: 100px;
}

.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

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

@media screen and (max-width: 1250px) {
  .inner-page .m-page {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px){
  .prodet-page .prodet-1 .right {
    width: 100%
  }

  .prodet-page .prodet-1 .left {
    width: 100%
  }
  
  .prodet-page .prodet-2 .bottom .item ol li {
    width: 100%
  }

  .prodet-page .prodet-2 .bottom .item ol:nth-child(even) li:nth-child(1) {
    order: 2
  }

  /*.prodet-page .prodet-2 .bottom .item:nth-child(even) ol li:nth-child(2){
order: 2
}*/
  .prodet-page .prodet-2 .bottom .item ol:nth-child(even) li:nth-child(2) {
    margin-bottom: 30px
  }

  .prodet-page .prodet-2 .bottom .item ol:nth-child(odd) li:nth-child(1) {
    margin-bottom: 30px
  }

  .prodet-page .prodet-22 .top ul {
    flex-wrap: wrap
  }

  .prodet-page .prodet-22 .top li {
    width: 33%
  }

  .prodet-page .prodet-22 .top li {
    font-size: 14px;
    line-height: 40px
  }
  .prodet-page .prodet-22 .top {
    top: 60px
  }
  .prodet-page .prodet-1 .left .big ul {
    height: 100%;
    width: 100%
  }

  .prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li img {
    height: 100%;
    width: 100%
  }
}
@media (max-width: 700px){
  .prodet-page .prodet-22 .top li {
    width: 50%
  }
  .prodet-page .prodet-1 {
    padding-top: 30px;
  }

  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
    line-height: 1.6;
  }

  .prodet-page .prodet-3,
  .about-page .about-3 {
    padding-top: 0;
  }
  .about-page .about-2 .bottom .ui.container,
  .prodet-page .prodet-1 {
    padding-bottom: 20px;
  }
  .prodet-page .prodet-1 a.contact {
    width: 120px;
    font-size: 14px;
    line-height: 40px;
  }
  .m-link div {
    display: block;
  }
}
@media (max-width: 500px) {
  .prodet-page .prodet-22 .top li {
    width: 50%
  }
}
/*about*/

.about-page .about-5 .box {
  position: relative
}

.about-page .about-5 .box .prev,
.about-page .about-5 .box .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s
}

.about-page .about-5 .box .prev {
  left: 0;
  transform: translate(-150%, -50%);
}

.about-page .about-5 .box .next {
  right: 0;
  transform: translate(150%, -50%);
}

.about-page .about-5 .box .prev:hover,
.about-page .about-5 .box .next:hover {
  background: #000;
  color: #fff
}
.about-page h2.title {
  font-weight: 900;
  /*font-style: italic;*/
  line-height: 1.5;
  padding-bottom: 10px;
  color: var(--color);
}

.about-page .about-1 {
  padding-top: 135px;
  padding-bottom: 85px;
  background: #eee;
}

.about-page .about-1 .left {
  width: 30%;
}

.about-page .about-1 .left ul {
  margin-top: 14px;
}

.about-page .about-1 .left ul li {
  margin-bottom: 45px;
}

.about-page .about-1 .left ul li h2 {
  font-weight: 900;
  /*font-style: italic;*/
  color: var(--color);
}

.about-page .about-1 .left ul li h2 span {
  font-size: 24px;
  vertical-align: top;
  margin-left: 7px;
}

.about-page .about-1 .left ul li p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
  font-style: italic;
}

.about-page .about-1 .left ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}

.about-page .about-1 .right {
  width: 70%;
  line-height: 32px;
  font-weight: 300;
  font-size: 18px;
  /*max-height: 765px;
  overflow-y: scroll;*/
}

.about-page .about-1 .right p {
  margin-bottom: 20px;
}

.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}

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

.about-page .about-2 .top .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-2 .top .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%);
  border: 5px solid rgba(255, 255, 255, .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-2 .top .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, .5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  animation-delay: .4s;
}

.about-page .about-2 .bottom {
  background: var(--color);
  padding: 36px 0;
}

.about-page .about-2 .bottom .ui.container {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .about-2 .bottom .ui.container .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .about-2 .bottom .ui.container .left h3 {
  font-weight: bold;
  font-style: italic;
  color: white;
  /*margin-left: 30px;*/
  /*-webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);*/
}
.about-page .about-2 .bottom .ui.container a.Hbtn {
  background-color: #000;

}

/*.about-page .about-2 .bottom .ui.container .right {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 174px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .about-2 .bottom .ui.container .right:hover {
  background: #db0312;
  color: white;
}*/

.about-page .about-3 {
  padding-top: 170px;
  padding-bottom: 88px;
}

.about-page .about-3 .left {
  padding-right: 108px;
}

.about-page .about-3 .left .content {
  margin-top: 30px;
}

.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 45px;
}

.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}

.about-page .about-3 .right ul li h4 {
  position: relative;
  font-size: 24px;
  line-height: 44px;
  font-weight: 900;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
}

.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}

.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: var(--color);
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-3 .right ul li h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background: var(--color);
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}

.about-page .about-3 .right ul li .content {
  /*display: none;*/
}

.about-page .about-3 .right ul li .content .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  margin: 22px 0 22px;
}

.about-page .about-3 .right ul li.active .fa {
  background: var(--color);
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.about-page .about-4 {
  background: url(../images/factory-01.jpg) no-repeat center;
  color: #000;
  padding: 100px 0 100px;
}

.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #adadad;
  color: #000;
  line-height: 30px;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}

.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}

.about-page .about-4 .tab li a {
  position: relative;
  padding-bottom: 5px;
}

.about-page .about-4 .tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color);
}

.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}

.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}

.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 860px;
  min-height: 210px;
}

.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}

/*.about-page .about-4 .content .more {
  width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
}*/
.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}

/*.about-page .about-4 .content .more:hover {
  background: var(--color);
  color: white;
}*/
.about-page .about-5 {
  overflow: hidden;
  padding: 100px 0;
  background: #f9f9f9;
}

.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 880px;
  margin: 5px auto 50px;
}

.about-page .about-5 ul {
  margin: -18px;
}

.about-page .about-5 ul li {
  padding: 18px;
}

.about-page .about-5 ul .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.about-page .about-5 ul .slick-arrow button {
  display: none;
}

.about-page .about-5 ul .slick-prev {
  left: -60px;
}

.about-page .about-5 ul .slick-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
}

.about-page .about-5 ul .slick-next {
  right: -60px;
}

.about-page .about-5 ul .slick-next::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
}

.about-page .about-6 {
  background: url(../images/history-bg.jpg) no-repeat center;
  background-position: center bottom;
  padding: 120px 0;
  overflow: hidden;
}

.about-page .about-6 .prev,
.about-page .about-6 .next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  transition: .5s
}

.about-page .about-6 .prev:hover,
.about-page .about-6 .next:hover {
  color: #fff;
  background: var(--color)
}

.about-page .about-6 .prev {
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%)
}

.about-page .about-6 .next {
  right: 0;
  top: 50%;
  transform: translate(100%, -50%)
}

.about-page .about-6 ul {
  margin-right: -40px;
}

.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}

.about-page .about-6 ul li h4 {
  font-weight: bold;
  line-height: 2;
}

.about-page .about-6 ul li .text {
  line-height: 30px;
  min-height: 80px;
}

.about-page .about-6 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}

.about-page .about-6 .slick-list {
  padding: 60px 0;
}
@media screen and (max-width: 1600px) {

  .about-page .about-5 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1500px) {
  .about-page .about-6 .prev, .about-page .about-6 .next {
    width: 35px;
    height: 35px;
    top: 25%;
  }
  .about-page .about-6 .prev {
    left: 20%;
  }
  .about-page .about-6 .next {
    right: 20%;
  }
}
@media screen and (max-width: 1400px) {

  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
    line-height: 32px;
  }
  .about-page .about-1 .right p {
    font-size: 18px;
    margin-bottom: 26px;
    line-height: 32px;
  }

  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }

  .about-page .about-6 ul {
    margin-right: -50px;
  }

  .about-page .about-6 ul li {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .about-page .about-5 .box .prev {
    left: 15px;
  }
  .about-page .about-5 .box .next {
    transform: translate(100%, -50%);
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-5 .box .prev,.about-page .about-5 .box .next {
    top: 110%;

  }
  .about-page .about-5 .box .prev {
    left: 45%;
  }
  .about-page .about-5 .box .next {
    right: 45%;
  }
  .about-page .about-6 .prev, .about-page .about-6 .next {
    top: 15%;
  }
  .about-page .about-1 {
    padding: 80px 0;
  }
  .about-page .about-1 .content {
    font-size: 16px;
    line-height: 2;
    padding: 20px 0 50px;
    color: black;
  }
  .about-page .about-1 .list ul li h5 {
    font-size: 32px;
  }

  .about-page .about-1 .list ul li p {
    font-size: 16px;
  }

  .about-page .about-1 .list ul li {
    width: 25%;
  }

  .about-page .about-1 .list ul li h5 sub {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .about-page .about-2 {
    padding: 50px 0;
  }

  .about-page .about-2 .list ul li .left strong {
    font-size: 24px;
  }

  .about-page .about-2 .list:after {
    top: 30px;
  }

  .case-page h2,
  .technology-page h2,
  .custom-page h2,
  .about-page h2 {
    font-size: 24px;
  }

  .about-page .about-2 .list ul li .left {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-2 .list ul li i.circle {
    top: -13px;
  }

  .about-page .about-3 .content {
    font-size: 16px;
  }

  .about-page .about-3 .list ul li i {
    height: 60px;
  }

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

  .about-page .about-3 .list ul li:nth-child(2),
  .about-page .about-3 .list ul li:nth-child(5) {
    top: 0;
  }

  .about-page .about-4 .text {
    font-size: 16px;
    margin: 10px 0 40px;
    line-height: 2;
  }

  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .about-page .about-5 .left {
    width: 100%;
  }
  
  .about-page .about-1 .left ul {
    display: none;
  }

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

  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-page .about-3 .left {
    padding-right: 30px;
  }

  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }

  .about-page .about-4 .content .box {
    max-width: 100%;
  }
  .about-page .about-6 .slick-list {
    padding: 30px 0
  }

  .about-page .about-6 {
    padding-bottom: 40px
  }
  .about-page .about-2 .top .play {
    zoom: 0.5;
  }
  .about-page .about-2 .bottom .ui.container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-5 {
    padding: 50px 0
  }
}
@media screen and (max-width: 500px) {
   .about-page .about-3 .left {
    padding-right: 0;
  }
  
  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p {
    font-size: 16px;
    line-height: 2;
  }

  /*.about-page .about-1 .right{
    max-height: 390px;
    overflow: auto;
  }*/
  .about-page .about-4 .tab {
    flex-wrap: wrap;
    border: none;

  }
  .about-page .about-4 .tab li {
    border-bottom: 1px solid #adadad;
  }

  .about-page .about-4 .content .box,
  .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text {
    line-height: 2;
  }

  .about-page .about-4 .tab {
    margin-top: 10px;
  }

  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  /*.about-page h2.title,#index-body .i-news .title,#index-body .i-product .title {
    font-size: 20px;
    line-height: 2;
  }*/
  .about-page .about-6 {
    padding-top: 60px;
  }
  .about-page .about-2 .bottom .ui.container .right {
    zoom: 0.6
  }
  .about-page .about-2 .bottom {
    padding: 16px 0 5px;
  }
}
/*gallery*/

.gallery-page ul {
  margin: -30px -15px;
}

.gallery-page ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}

.gallery-page ul li .item {
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.gallery-page ul li .img-box {
  position: relative;
}

.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}

.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 700px) {
  .gallery-page ul li {
    padding: 15px 5px
  }
}
@media screen and (max-width: 500px){
  .gallery-page ul {
    margin: 0;
  }
  .gallery-page {
    padding: 50px 0
  }
}
/*faq*/

.faq-page .faq-2 .left {
  width: 100%;
  padding-right: 0px;
}

.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  /*border: 1px solid #eee;*/
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
}

.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}

.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 30px;
  background: #ffffff none repeat scroll 0 0;
  color: #111;
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  cursor: hand;

}

.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: var(--color);
}

.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}

.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}

.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}

.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}

.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
  margin-bottom: 20px;
}

.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}

.faq-page .faq-2 .right .box2 .form ul li textarea {
  height: 200px;
  padding: 10px;
}

.faq-page .faq-2 .right .box2 .form ul li input[type="submit"] {
  padding-left: 0;
  background: var(--color);
  color: white;
  transition: 0.3s;
}

.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover {
  background: black;
}
@media screen and (max-width: 1250px) {
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }

  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }

  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page.inner-page .sidebar-box .sidebar-right {
    width: 100% !important;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0
  }

  .faq-page .faq-2 {
    padding: 40px 0;
  }

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

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

  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    line-height: 2;
  }

  .faq-page .faq-2 .left ul li p {
    font-size: 14px
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
}
/*application*/

.solution-page {
  background: #f6f6f6
}

.solution-page .solution-1 .navlist {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px
}

.solution-page .solution-1 .navlist a {
  margin-right: 30px;

}

.solution-page .solution-1 .navlist a:hover {
  text-decoration: underline
}

.solution-page .solution-1 .content .item {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.solution-page .solution-1 .content .item.hide {
  display: none
}

.solution-page .solution-1 .content .item .left {
  width: 50%;
  padding-left: 200px;
  padding-top: 120px;
  padding-right: 40px
}

.solution-page .solution-1 .content .item:nth-child(2n) .left {
  padding: 120px 200px 0 40px;

}

.solution-page .solution-1 .content .item:nth-child(2n) .left ul {
  transform: translateX(-20%)
}

.solution-page .solution-1 .content .item .left .cont {
  font-size: 16px;
  line-height: 30px;
  margin: 50px 0 50px;
  /*height: 120px;
  overflow-y: auto*/
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.solution-page .solution-1 .content .item .right {
  width: 50%;

}

.solution-page .solution-1 .content .item .left ul {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 120%
}

.solution-page .solution-1 .content .item .left ul {
  max-width: 100% !important;
}

.solution-page .solution-1 .content .item .left ul li {
  width: 33%;
  border-right: 1px solid #000;
  text-align: center;
  padding: 0 15px;
  font-size: 20px
}

.solution-page .solution-1 .content .item .left ul li img {
  margin-bottom: 10px;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all
}

.solution-page .solution-1 .content .item .left ul li:hover img {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.solution-page .solution-1 .content .item .left ul li:last-child {
  border-right: none;
}

.solution-page .solution-1 .content .item2 .left ul li {
  width: 25%
}

.solution-page .content {
  margin-top: 50px
}
@media screen and (max-width: 1680px){
  .solution-page .solution-1 .content .item .left {
    padding: 100px 20px 0 120px
  }

  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 100px 120px 0 20px
  }
}
@media screen and (max-width: 1440px){
  .solution-page .solution-1 .content .item .left {
    padding: 80px 20px 0 80px
  }

  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 80px 80px 0 20px
  }
}
@media screen and (max-width: 1280px){
   .solution-page .solution-1 .content .item .left {
    padding: 40px 20px 0 40px
  }

  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 40px 40px 0 20px
  }
}
@media screen and (max-width: 1100px){
  .solution-page .solution-1 .content .item .left {
    padding: 30px 20px 0 30px
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 30px 30px 0 20px
  }
  .solution-page .solution-1 .content .item .left .cont {
    margin: 20px 0
  }
}
@media screen and (max-width: 1000px){
  .solution-page .solution-1 .content .item .left {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px
  }

  .solution-page .solution-1 .content .item .right {
    width: 100%
  }

  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 0 15px
  }

  .solution-page .solution-1 .content .item:nth-child(2n) .right {
    order: 1;
  }


  .solution-page .solution-1 .content .item .left .cont {

    margin: 20px 0
  }

  .solution-page .solution-1 .content .item .left ul {
    width: 100%
  }

  .solution-page .solution-1 .content .item {
    margin-bottom: 50px
  }

  .solution-page .solution-1 .content .item:nth-child(2n) .left ul {
    transform: translate(0)
  }

  .solution-page {
    padding-bottom: 40px
  }
}
@media screen and (max-width: 700px){
  .solution-page .solution-1 .content .item .left ul li {
    width: 50%;
    margin-bottom: 20px;
    border: none
  }

  .solution-page .solution-1 .content .item .left ul li:first-child {
    border-right: 1px solid #000;
  }
  .solution-page .content {
    margin-top: 0;
  }
}
/**/
.newdet-page.inner-page.sol .sidebar-box .sidebar-right {
  width: 100% !important;
}
.sol.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 0;
}
.newdet-page #index-body {
  margin-top: 40px
}

.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}

/*.newdet-page {
  padding: 138px 0 0;
}*/
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}

.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}

.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}

.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}

.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}

.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}

.newdet-page .newdet-2 ul {
  margin: -28px;
}

.newdet-page .newdet-2 ul li {
  padding: 28px;
}

.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}

.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}

.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}

.newdet-page .newdet-2 ul .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.newdet-page .newdet-2 ul .slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.newdet-page .newdet-2 ul .slick-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
}

.newdet-page .newdet-2 ul .slick-next {
  right: 0;
  transform: translate(50%, -50%);
}

.newdet-page .newdet-2 ul .slick-next::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
}

.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}

.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}

.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}

.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}

.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--primary);
  color: #fff;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;

}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--primary);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0;
}

/*.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}*/
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-left: 20px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 36px;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 800;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 2;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--primary);
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--primary);
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 7px 0;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--primary);
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--primary));
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
  /*width: 100%;
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;*/
  width: 100%;
  padding: 30px 40px;
  margin: 30px 0;
  box-shadow: 0 0 5px 1px #eee;
  height: 300px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li>img {
  height: 100%;
  width: auto;
  margin-right: 30px
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
  display: flex;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
  font-size: 24px;
  color: #272727;
  text-transform: uppercase;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
  background-color: var(--color);
  color: #fff;
  font-size: 28px;
  display: block;
  width: 88px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0;
  padding: 0 10px
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}

.inner-page.news-page h1,
.inner-page.news-page h2,
.inner-page.news-page h3 {
  font-weight: 700;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  transition: 0.5s;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
  font-size: 16px;
  /*color: var(--color);*/
  transition: all .5s ease;
  text-transform: capitalize;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-weight: bold;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}

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

.newdet-page.inner-page .sidebar-box .sidebar-right {
  width: 72% ;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}



.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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;
  margin-bottom: 15px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  line-height: 2;
  margin-left: 12px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  margin: 20px 0
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  line-height: 2;
  margin-top: 50px;
  padding-bottom: 45px;
  /*border-bottom: 1px solid #e7e7e7;*/
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_list {
  background: #f7f7f7;
  padding: 50px 0 30px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_list li {
  margin-bottom: 20px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq {
  background: #eeeeee;
  padding: 60px 0 50px;
  /*margin-bottom: 50px*/
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  /*padding-bottom: 100px*/
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
  font-size: 26px;
  position: relative;
  line-height: 1;
  /*cursor: pointer;*/
  width: 23%;
  margin-right: 2%
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
  white-space: nowrap;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li p {
  white-space: normal;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li::after {
  content: '';
  display: block;
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 1.3em;
  height: 3px;
  width: 30%;
  background: var(--color);
  margin-top: -1px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li::before {
  content: '';
  display: block;
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 1.3em;
  height: 1px;
  width: 100%;
  background: #cccccc;
}

/*.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.8;
  /*display: none;*/
}

.newdet-page .sidebar-box .sidebar-right .relate-product {
  margin-top: 40px;
}

.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
  font-size: 30px;
  line-height: 1;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  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;
  margin-top: 40px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  /*max-width: 255px;*/
}

.newdet-page .application-img {
  margin: 50px 0;
}

.newdet-page .application-img ul {
  margin: -10px;
}

.newdet-page .application-img ul li {
  padding: 10px;
}

.newdet-page .application-intro b,
.newdet-page .application-intro strong {
  font-weight: bold;
}

.newdet-page .app-related-pro {
  padding: 50px 0;
}

.newdet-page .app-related-pro ul {
  margin: -10px;
}

.newdet-page .app-related-pro ul li {
  padding: 10px;
}

.newdet-page .app-related-pro ul li p {
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}

.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right {
  padding-left: 20px;
}

.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 28px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content table tbody {
  min-width: 0;
}


@media screen and (max-width: 1680px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
    font-size: 20px
  }
}
@media screen and (max-width: 1280px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
    width: 45%;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    margin-top: 20px
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(1) {
    border: none
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(2) {
    border: none
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:before,
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:after {
    top: 2em
  }
}
@media screen and (max-width: 1250px) {
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li>img {
    height: 80%;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
        margin-left: 20px;
        padding-left: 20px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 20px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (max-width: 1250px) {
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }

  .news-page .newsList {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px){
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;

  }
  .newdet-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
    font-size: 20px
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .inner-page.news-page .sidebar-box .sidebar-left,
  .inner-page .sideLeft {
    display: none;
  }
  
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    flex-wrap: wrap
  }

  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    height: auto;
    padding: 30px 20px 40px
  }

  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li>img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .news-page .newsList {
    padding-right: 0
  }

  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    padding-left: 0;
    margin-left: 0;
    border: none
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content table tbody {
    min-width: 700px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 18px;
    line-height: 1.7
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
    width: 100%;
    padding-bottom: 50px
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(2) {
    border-top: 1px solid #cccccc;
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul {
    padding-left: 20px
  }
}
@media screen and (max-width: 500px){
  .newdet-page .newdet-1 h1 {
    font-size: 20px;
  }
  
  .newdet-page .newdet-1 .content {
    font-size: 16px;
    line-height: 2;
  }
  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }

  .contact-page .title,
  .newdet-page .newdet-2 h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    padding: 30px 10px;
  }

  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    flex-wrap: wrap;
  }

  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
/*services*/

.service-page .service-1 ul {
  margin: -20px;
}

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

.service-page .service-1 ul li .box {
  background: white;
  -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 75px 55px;
}

.service-page .service-1 ul li .box .icon {
  height: 60px;
}

.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.service-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 26px;
  line-height: 2;
}

.service-page .service-1 ul li .box .text {
  font-size: 16px;
  line-height: 2;
  min-height: 180px;
}

.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-page .service-2 {
  background-color: #fafafa;
  padding: 70px 0 0px;
}

.service-page .service-2 .title {
  color: var(--color);
}

.service-page .service-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-page .service-2 .top .text {
  width: 48%;

}

.service-page .service-2 .top .img {
  width: 48%
}

.service-page .service-2 .top .img img {
  width: 100%
}

.service-page .service-2 .top .text h3 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  margin-bottom: 25px;
  color: var(--color);
}

.service-page .service-2 .top .text h5 {
  font-size: 25px;
  line-height: 40px;
}

.service-page .service-2 .top .text .more {
  margin-top: 20px
}

.service-page .service-2 .top .text .content {
  line-height: 32px;
  margin-top: 50px;
  /*height: 13em;
  overflow-y: auto*/
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}

.service-page .service-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-page .service-2 .bottom .text {
  width: 48%
}

.service-page .service-2 .bottom .img {
  width: 48%
}

.service-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 50px;
  margin-bottom: 30px;
  /*height: 13em;
    overflow-y: auto;*/
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}


.service-page .service-2 .bottom .text .more {
  margin-top: 20px
}

.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}

.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
}

.service-page .service-3 h2 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  margin-bottom: 45px;
  line-height: 2;
  color: var(--color);
}

.service-page .service-3 .text {
  margin: -50px;
}

.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}

.service-page .service-3 .text .column {
  padding: 50px;
}

.service-page .service-3 .text .content {
  /*font-weight: 300;*/
}

.service-page .service-3 .imgbox {
  margin-top: 50px;
}

.service-page .service-3 ul {
  margin: -15px;
}

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

.service-page .service-3 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  background: white;
}

.service-page .service-3 ul .slick-prev {
  left: -50px;
}

.service-page .service-3 ul .slick-next {
  right: -50px;
}

.service-page .service-3 ul .slick-next::after,
.service-page .service-3 ul .slick-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 26px;
}

.service-page .service-3 ul .slick-next::after {
  content: "\f105";
}

.service-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}

.service-page .service-4 h2 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  color: var(--color);
  text-align: center;
  line-height: 2;
}

.service-page .service-4 p.text {
  margin: 30px auto 30px;
  /*text-align: center;*/
  font-size: 18px;
  line-height: 2;
  /*max-width: 1050px;*/
}

.service-page .service-4 ul li .box {
  position: relative;
}

.service-page .service-4 ul li .box .column {
  vertical-align: middle;
}

.service-page .service-4 ul li .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}

.service-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}

.service-page .service-4 ul li .box .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 0px 0 45px;
}

.service-page .service-4 ul li .box .content .text p {
  margin-bottom: 8px;
  font-weight: 300;
}

.service-page .service-4 .honor ul {
  margin: -15px;
}

.service-page .service-4 .honor ul li {
  padding: 15px;
}

.service-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 50px;
}

.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
  padding: 0;
}

.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}

.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: var(--color);
}

.service  .project {
  display: block
}

.service  .project .bottom {
  position: relative
}

.service  .project .bottom .prev,
.service  .project .bottom .next {
  position: absolute;
  top: 50%;
  margin: 0
}

.service  .project .bottom .prev {
  left: 0;
  transform: translate(-120%, -50%)
}

.service  .project .bottom .next {
  right: 0;
  transform: translate(120%, -50%)
}

.service  .project .tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.service  .project .tip .more {
  color: #fff;
  border-bottom: 1px solid #fff
}

.service  .project .tip .more img {
  filter: brightness(0) invert(100);
}

.service  .project .tip .title {
  margin-top: 0
}

.service .service_download {
  padding: 20px 0;
}

.service .service_download .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 100px;
  background: linear-gradient(to bottom, #fff 30%, #eeeeee 30%, #eeeeee 98%, #ffffff 98%)
}

.service .service_download .box .left {
  width: 50%
}

.service .service_download .box .right {
  width: 50%;
  padding-bottom: 50px
}

.service .service_download .box .right .title {
  color: var(--color);
}

.service .service_download .box .right .cont {
  font-size: 18px;
  margin: 80px 0 40px;
  line-height: 32px;
}

.service .video {
  background: var(--color);
}

.service .video .bottom .prev,
.service .video .bottom .next {
  width: 46px;
  height: 46px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
}

.service .video .bottom .prev:hover,
.service .video .bottom .next:hover {
  background-color: #f5f5f5;
  color: #db0312;
}

.service .video .bottom {
  position: relative
}

.service .video .bottom .prev,
.service .video .bottom .next {
  position: absolute;
  top: 50%;
  margin: 0
}

.service .video .bottom .prev {
  left: 0;
  transform: translate(-120%, -50%)
}

.service .video .bottom .next {
  right: 0;
  transform: translate(120%, -50%)
}

.service .video {
  padding: 60px 0
}

.service .video .tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px
}

.service .video .tip .more {
  color: #fff;
  border-bottom: 1px solid #fff
}

.service .video .more img {
  filter: brightness(0) invert(100);
}

.service .video .title {
  color: #FFFFFF
}

.service .video .bottom img {
  border-radius: 30px 30px 0 0
}

.service .video .bottom .tit {
  height: 90px;
  border-radius: 0 0 30px 30px;
  font-size: 20px;
  text-align: center;
  line-height: 90px;
  background: #ffffff;
  font-weight: bold
}

.service .video .swiper {
  overflow: hidden
}

.service .video .bottom .img {
  position: relative;
}

.service .video .bottom .play2 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%)
}

.service .faq-2 .tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px
}

.service .faq-2 .title {
  color: var(--color);
}

.service .faq-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.service .faq-2 ul li {
  width: 47%
}

.service-page .project {
  background: url(../images/bg3.jpg) no-repeat top left / cover;
  color: #fff;
}

.service-page .project .smt {
  margin-bottom: 30px;
}

.service-page .project .top {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.service-page .project .top .left {
  width: 45%;
}

.service-page .project .top .left ul {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}

.service-page .project .top .left ul li {
  width: 50%;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}

.service-page .project .top .left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0.3rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #e41802;
}

.service-page .project .top .right a {
  display: inline-block;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  padding: 0 54px;
  margin-left: 5px;
}

.service-page .project .top .right a:hover,
.service-page .project .top .right a.active {
  background-color: #1564ac;
  border: solid 1px #1564ac;
}

.service-page .project .bottom {
  margin-top: 90px;
}

.service-page .project .bottom .swiper {
  overflow: hidden;

}

.service-page .project .bottom .swiper .img {
  position: relative;
  transition: .5s
}

.service-page .project .bottom .swiper .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s
}

.service-page .project .bottom .swiper .img:hover::after {
  opacity: 0
}

.service-page .project .bottom .btns {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-page .project .bottom .swiper-pagination {
  position: static;
  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;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-right: 14px;
  width: auto;
}

.service-page .project .bottom .swiper-pagination .currentline {
  width: 63px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 46px 0 17px;
}

.service-page .project .bottom .swiper-pagination .swiper-pagination-current::before,
.service-page .project .bottom .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}

.service-page .project .bottom .prev,
.service-page .project .bottom .next {
  width: 46px;
  height: 46px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
}

.service-page .project .bottom .prev:hover,
.service-page .project .bottom .next:hover {
  background-color: #f5f5f5;
  color: #db0312;
}

.service-page .project .bottom .item_sw {
  display: block;
}
@media screen and (max-width: 1500px) {
  .service .project .bottom .prev, .service .project .bottom .next {
    top: 95%;
  }
  .service .video .bottom .prev, .service .video .bottom .next {
    top: 115%;
  }
  .service .project .bottom .prev,.service .video .bottom .prev {
    left: 45%;
  }
  .service .project .bottom .next ,.service .video .bottom .next {
    right: 45%;
  }
}
@media screen and (max-width: 1440px){
  .service .service_download .box .right {
    padding-left: 50px
  }

  .service .service_download .box {
    padding: 0 60px
  }
  .service-page .project .top .left {
    width: 100%;
  }

  .service-page .project .top .left ul li {
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
   .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }

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

  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-2 .top .img {
    width: 100%;
    order: -1;
    margin-bottom: 30px
  }

  .service-page .service-2 .top {
    flex-wrap: wrap
  }

  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }
  .service-page .service-2 .bottom .img {
    width: 100%
  }
  .service-page .service-2 .bottom .img {
    width: 100%
  }
  .service  .project .tip .title {
    width: 100%;
    margin-bottom: 20px
  }
  
  .service .video .tip .title {
    width: 100%;
    margin-bottom: 20px
  }

  .service .video .bottom .btns {
    display: none
  }

  .service .service_download .box .right {
    padding: 0
  }

  .service .service_download .box .left {
    width: 100%
  }

  .service .service_download .box .right {
    width: 100%
  }

  .service .faq-2 .tip .title {
    width: 100%;
    margin-bottom: 20px
  }

  .service .service_download .box {
    background: linear-gradient(to bottom, #fff 30%, #eeeeee 30%);
    padding-bottom: 40px
  }

  .service .faq-2 ul li {
    width: 100%
  }

  .service.service-page .service-2 .top {
    margin-bottom: 0
  }

  .service  .project {
    padding: 40px 0
  }

  .service .service_download {
    padding: 40px 0
  }

  .service .video .bottom .play2 {
    zoom: 0.7
  }

  .service .service_download .box .right .cont {
    margin: 30px 0
  }
  .service-page .project .bottom .btns {
    display: none
  }
}
@media screen and (max-width: 500px){
  
  .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 2;
  }

  .service-page .service-4 p.text,
  .service-page .service-2 .bottom .text .content,
  .service-page .service-2 .top .text .content {
    line-height: 2;
  }

  .sale-page .title,
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 24px;
  }
}

.project-page ul {
  margin: -15px;
}

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

.project-page ul li img {
  width: 100%;
  border-radius: 10px;
}

.project-page ul li p {
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sideRight {
    width: 100%;
  }
}
/*contact*/

.contact-page .title {
  font-weight: 900;
  /*font-style: italic;*/
  color: var(--color);
  line-height: 2;
}

.contact-page .contact-1 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .contact-1 form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
  /*background: #eee;*/
}

.contact-page .contact-1 form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}

.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
  /*background: #eee;*/
}

.contact-page .contact-1 form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.contact-page .contact-1 form input[type="submit"]:hover {
  background: black;
}

.contact-page .contact-2 {
  padding: 110px 0;
}

.contact-page .contact-2 .left {
  width: 60%;
}

.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}

.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}

.contact-page .contact-2 .left .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}

.contact-page .contact-2 .left .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  /*font-weight: 400;*/
  width: 50%;
  margin-bottom: 16px;
}

.contact-page .contact-2 .left .content ul li.add {
  width: 75%;
}

.contact-page .contact-2 .right {
  width: 40%;
}

.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .left {
    width: 70%;
  }
  .contact-page .contact-2 .right {
    width: 30%;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }

  .contact-page .contact-2 .left .img .text h5 {
    font-size: 17px;
  }

  .contact-page .contact-2 .left .img .text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px){
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }

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

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

  .contact-page .contact-2 .right {
    display: none;
  }

}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 {
    padding: 20px 0;
  }
  .contact-page .contact-2 .left .content ul {
    flex-wrap: wrap;
  }
  .contact-page .contact-2 .left .content ul li ,.contact-page .contact-2 .left .content ul li.add {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input {
    font-size: 18px;
  }

  .contact-page .contact-2 .left {
    padding-right: 0;
  }

  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
}
#mobile5 .menu-content .mob-search form input[type=submit] {
  background-image: url(../images/icon-search-white.png);
}