@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.popBold {
  font-weight: bold;
}
.popSemi {
  font-weight: 600;
}
.popMedium {
  font-weight: 500;
}
.popRegular {
  font-weight: 400;
}
.popLight {
  font-weight: 300;
}
#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 {
  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 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 form {
  margin-top: 40px;
}
#pups_from 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 i.close::after,
#pups_from 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 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from 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 ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
  border-radius: 50%;
}
.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;
}
.right_nav_list ul li.share {
  position: relative;
}
.right_nav_list ul li.share img {
  width: 24px;
}
.right_nav_list ul li.share .num {
  position: absolute;
  background-color: var(--color);
  width: auto;
  height: auto;
  padding: 10px;
  color: #fff;
  right: 60px;
  border-radius: 15px;
  opacity: 0;
  z-index: -1;
  white-space: nowrap;
  display: none;
  transition: all 0.5s;
  transition: opacity 0.3s ease, z-index 0s linear 0s;
}
.right_nav_list ul li.share:hover .num {
  opacity: 1;
  z-index: 1;
  display: inline-block;
}
@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: #6076f1;
  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: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #1a4792;
  --color1: #004ea2;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#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: var(--color);
  color: #fff;
  padding: 8px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 12px;
  width: 15px;
  height: 15px;
  border-radius: 580%;
  background-color: #fff;
}
#header > .nav .f-top .share li a {
  font-size: 12px;
  font-weight: 400;
  color: var(--color);
}
#header > .nav .f-top .right {
  font-size: 14px;
}
#header > .nav .f-top .right .mail {
  margin-left: 27px;
}
#header > .nav .f-top .right .mail i {
  margin-right: 11px;
  font-size: 20px;
}
#header > .nav > .menu {
  padding: 21px 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: 65px;
  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.active a{
  color: var(--color);
}
#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: #0f0f0f;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #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 {
  margin-left: 27px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  padding-right: 26px;
  border-right: 1px solid #1f1f1f;
}
#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: #0c0c0c;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 0 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  font-weight: 600;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 35px;
  background-color: var(--color);
  min-width: 140px;
  padding: 14px 24px;
}
#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;
  }
}
@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateDot {
  0% {
    transform: rotate(0deg) translateX(23px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(23px) rotate(-360deg);
  }
}
.Hbtn {
  background-color: var(--color);
  display: inline-block;
  text-align: center;
  padding: 14px 49px;
}
.Hbtn:hover {
  background-color: #000;
}
.container {
  width: 1700px;
  padding: 0 15px;
}
#banner {
  padding-top: 142px;
  position: relative;
}
/*#banner .swiper li.video video {
    margin-top: -142px;
}*/
#banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#banner .container .popBold {
  line-height: 1.3;
}
#banner .container .popBold,
#banner .container .popRegular {
  width: 43%;
}
#banner .swiper-slide-active .popBold {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper-slide-active .popRegular {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .btn {
    color: #fff;
    opacity: 1; 
    background-color: rgba(255, 255, 255, .5);
    padding-top: 5px;
    padding-bottom: 5px;
}
#banner .btn:hover {
    color: #1a4792;
}
#banner .swiper-button-next::after,#banner .swiper-button-prev::after {
    font-size: 24px;
}
#index-body {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}
#index-body .init-1 {
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  overflow: hidden;
}
#index-body .init-1 .container {
  justify-content: space-between;
}
#index-body .init-1 .container .titleH {
  color: #1d1d1d;
}
#index-body .init-1 .container .titleH p {
  width: 88px;
  height: 3px;
  background-color: #1a4792;
}
#index-body .init-1 .container .left {
  width: 57%;
}
#index-body .init-1 .container .left .aboutList {
  width: 50%;
}
#index-body .init-1 .container .left .aboutList .num {
  margin-top: -55px;
  color: #333;
}
#index-body .init-1 .container .left .aboutList .popRegular {
  color: #575757;
  margin-top: 5px;
}
#index-body .init-1 .container .left .aboutList li {
  width: 50%;
  padding-right: 9%;
}
#index-body .init-1 .container .right .rightBg {
  position: absolute;
  width: 70%;
  height: 100%;
  right: -110px;
  top: 0;
}
#index-body .init-1 .container .right .play-btn {
  background-color: #fff;
  width: 104px;
  height: 104px;
  left: auto;
  right: 9%;
}
#index-body .init-1 .container .right .play-btn i {
  border-left: none;
  color: var(--color);
  font-size: 40px;
}
#index-body .init-1 .rightBot {
  position: absolute;
  width: 70.8%;
  height: 146px;
  right: -110px;
  bottom: 0;
  background-image: url(../images/init-1RightImg2.png);
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#index-body .init-1 .rightBot span {
  opacity: 1;
}
#index-body .init-2 {
  background-color: #f5f5f5;
  overflow: hidden;
}
#index-body .init-2 .top {
  width: 100%;
}
#index-body .init-2 .top .popBold {
  color: #141414;
  line-height: 1;
  border-bottom: 1px solid #aaaaaa;
}
#index-body .init-2 .top .topBot {
  justify-content: space-between;
}
#index-body .init-2 .top .topBot .popLight {
  color: #575757;
}
#index-body .init-2 .top .topBot .swiperBtn {
  position: relative;
}
#index-body .init-2 .top .topBot .swiperBtn .swiper-button-next,
#index-body .init-2 .top .topBot .swiperBtn .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-color: #1e488d;
  border-radius: 50%;
}
#index-body .init-2 .top .topBot .swiperBtn .swiper-button-next::after,
#index-body .init-2 .top .topBot .swiperBtn .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}
#index-body .init-2 .top .topBot .swiperBtn .swiper-button-prev {
  left: -100px;
}
#index-body .init-2 .top .topBot .swiperBtn .swiper-button-next {
  right: 0;
}
#index-body .init-2 .bot {
  justify-content: space-between;
  background-color: #fff;
   position: relative;
}
#index-body .init-2 .bot .left {
  width: 19.2%;
  background-color: #eeeeee;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /*align-content: space-between;*/
    align-content: flex-start;
    
}
#index-body .init-2 .bot .left ul {
    max-height: 800px;
    overflow-y: auto;
}
#index-body .init-2 .bot .left .list {
  height: 11%;
  min-height: 100px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  border-top: solid 1px #e2e2e2;
}
#index-body .init-2 .bot .left .list span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #1e488d;
  margin-right: 10px;
}
#index-body .init-2 .bot .left .list:nth-child(1) {
  border-top: none;
}
#index-body .init-2 .bot .left .list:hover,
#index-body .init-2 .bot .left .list.active {
  background-color: #1e488d;
  color: #fff;
}
#index-body .init-2 .bot .left .list:hover span,
#index-body .init-2 .bot .left .list.active span {
  background-color: white;
}
#index-body .init-2 .bot .left .Hbtn {
  width: 100%;
  max-width: none;
  height: 11%;
  min-height: 99px;
  box-sizing: border-box;
  padding: 0;
  padding-left: 29px;
  padding-right: 50px;
  font-weight: 500;
}
#index-body .init-2 .bot .left .Hbtn i {
  margin-left: auto;
}
#index-body .init-2 .bot .right {
  width: 80.8%;
  height: 100%;
  background-color: #fff;
 position: relative;
 z-index: 3;
}
#index-body .init-2 .bot::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
#index-body .init-2 .bot .right .rightBox {
  width: 100%;
  height: 100%;
  display: none;
  padding: 0 15px;
}
#index-body .init-2 .bot .right .rightBox:nth-child(1) {
  display: block;
}
#index-body .init-2 .bot .right .rightBox .swiper {
  padding: 50px 15px;
  height: 100%;
}
#index-body .init-2 .bot .right .rightBox li {
  width: 25%;
  height: 50%;
}
#index-body .init-2 .bot .right .rightBox li img {
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.24);
}
#index-body .init-2 .bot .right .rightBox li:hover {
  color: #004ea2;
}
#index-body .init-2 .bot .right .rightBox li:hover img {
  box-shadow: 0px 5px 15px 2px rgba(0, 78, 162, 0.24);
}
#index-body .init-3 {
  position: relative;
  height: 863px;
  overflow: hidden;
}
#index-body .init-3 .left {
  width: 44.2%;
  padding-left: 125px;
  background-color: var(--color1);
  height: 100%;
  background-image: url(../images/init-3Lbg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#index-body .init-3 .left .popBold {
  width: 54%;
}
#index-body .init-3 .left .popLight {
  width: 54%;
}
#index-body .init-3 .left .Hbtn {
  background-color: transparent;
  border: 1px solid #fff;
}
#index-body .init-3 .left .Hbtn:hover {
  background-color: #fff;
  color: #000;
}
#index-body .init-3 .rightImg {
  height: 15%;
  padding-left: 5px;
}
#index-body .init-3 .right {
  width: 70%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .init-3 .right .videoBox .videoList li {
  display: none;
}
#index-body .init-3 .right .videoBox .videoList li:nth-child(1) {
  display: block;
}
#index-body .init-3 .right .videoBox .videoList li .videoImg {
  margin-left: auto;
  display: block;
}
#index-body .init-3 .right .videoBtn {
  width: 100%;
  border-top: 1px solid #fff;
  height: 138px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
#index-body .init-3 .right .videoBtn ul {
  width: 100%;
  height: 100%;
}
#index-body .init-3 .right .videoBtn ul li {
  border-left: 1px solid #fff;
  height: 100%;
}
#index-body .init-3 .right .videoBtn ul li .init-3Icon {
  filter: grayscale(1) brightness(4);
  border-right: 1px solid #5f5f5f;
}
#index-body .init-3 .right .videoBtn ul li.active,
#index-body .init-3 .right .videoBtn ul li:hover {
  background-color: #fff;
}
#index-body .init-3 .right .videoBtn ul li.active .popRegular,
#index-body .init-3 .right .videoBtn ul li:hover .popRegular {
  color: #5f5f5f;
}
#index-body .init-3 .right .videoBtn ul li.active .init-3Icon,
#index-body .init-3 .right .videoBtn ul li:hover .init-3Icon {
  filter: grayscale(0) brightness(1);
}
#index-body .init-4 .top {
  position: relative;
}
#index-body .init-4 .top .popBold {
  line-height: 1.2;
}
#index-body .init-4 .top .textBg {
  width: 74%;
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .init-4 ul li.appList .listBox {
  background-color: #f0f4f9;
}
#index-body .init-4 ul li.appList .listBox .init-4Img {
  width: 100%;
}
#index-body .init-4 ul li.appList .listBox .listBot {
  height: 325px;
}
#index-body .init-4 ul li.appList .listBox .listBot .init-4Icon {
  margin-top: -45px;
  position: relative;
  z-index: 5;
  margin-left: 5px;
}
#index-body .init-4 ul li.appList .listBox .listBot .popMedium {
  color: #333;
}
#index-body .init-4 ul li.appList .listBox .listBot .popRegular {
  color: #666;
}
#index-body .init-4 ul li.appList .listBox:hover .popMedium {
  color: var(--color);
}
#index-body .init-5 {
  position: relative;
}
#index-body .init-5 .top .title .popBold {
  color: #0f0f0f;
}
#index-body .init-5 .top .title .popRegular {
  color: #6b6b6b;
}
#index-body .init-5 .top .Hbtn {
  color: #fefefe;
}
#index-body .init-5 .bot .newsSlick li .listBox {
  border-top: 3px solid #000;
  transition: all 0.3s ease;
}
#index-body .init-5 .bot .newsSlick li .listBox .directory {
  font-weight: 600;
  font-size: 14px;
}
#index-body .init-5 .bot .newsSlick li .listBox .date {
  color: var(--color);
  font-weight: 500;
}
#index-body .init-5 .bot .newsSlick li .listBox .popMedium {
  color: #1b1b1b;
}
#index-body .init-5 .bot .newsSlick li .listBox .newsBtn {
  color: #0d0d0d;
}
#index-body .init-5 .bot .newsSlick li .listBox .newsBtn .circle {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  width: 48px;
  height: 48px;
  position: relative;
  border: solid 1px #0c0c0c;
  border-radius: 50%;
  margin-right: 14px;
}
#index-body .init-5 .bot .newsSlick li .listBox .newsBtn .circle .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #1a4792;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -3.5px;
  margin-left: -3.5px;
  animation: rotateDot 2s linear infinite;
}
#index-body .init-5 .bot .newsSlick li .listBox .newsBtn:hover {
  color: var(--color);
}
#index-body .init-5 .bot .newsSlick li .listBox:hover {
  border-color: var(--color);
}
#index-body .init-5 .waves {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 500px;
  opacity: 0.5;
}
#index-body .init-6 {
  background-image: url(../images/init-6Bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .init-6 .init-6Btn {
  border: 1px solid #fff;
  padding: 15px 36px;
}
#index-body .init-6 .init-6Btn:hover {
  border-color: #000;
  color: #000;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}
#footer .fTop .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .fTop .container .lang_cont {
  position: relative;
}
#footer .fTop .container .lang_cont .c_cont {
  border-radius: 50%;
}
#footer .fTop .container .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#footer .fTop .container .lang_cont .c_cont .textC .img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}
#footer .fTop .container .lang_cont .c_cont .textC .text {
  margin: 0 8px;
}
#footer .fTop .container .lang_cont .c_cont .textC i {
  font-weight: 600;
}
#footer .fTop .container .lang_cont .lang {
  padding-top: 5px;
  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;
}
#footer .fTop .container .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;
}
#footer .fTop .container .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#footer .fTop .container .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#footer .fTop .container .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#footer .fTop .container .lang_cont .lang li a:hover em {
  color: #fff;
}
#footer .fTop .container .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);
}
#footer .fCont {
  background-image: url(../images/footerBg.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#footer .fCont .item .itemLine {
  width: 170px;
}
#footer .fCont .item .popLight {
  color: rgba(255, 255, 255, 0.61);
  line-height: 2.5;
}
#footer .fCont .item .popLight a {
  transition: all 0.5s ease;
}
#footer .fCont .item .popLight a:hover {
  color: #fff;
}
#footer .fCont .item1 {
  width: 320px;
}
#footer .fCont .item1 .itemLine {
  width: 198px;
}
#footer .fCont .item1 .share li {
  width: 26px;
  height: 26px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.3s linear;
}
#footer .fCont .item1 .share li:hover {
  color: var(--color);
}
#footer .fCont .item2 .maxHeight {
    max-height: 280px;
    overflow-y: auto;
}
#footer .fCont .item5 .cont {
  width: 168px;
  height: 168px;
  background-color: #fff;
  padding: 10px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top:1px solid rgba(255, 255, 255, 0.66);
}
#footer .copyright .container svg {
  height: 24px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .right .open_btn{
    margin-left: 10px;
    padding: 14px 10px;
  }
  #header > .nav > .menu .menu-box .right .search{
    margin-left: 10px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont{
    padding-right: 10px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 50px;
  }
  #index-body .init-1 .container .right .rightBg {
    right: -150px;
  }
  #index-body .init-1 .rightBot {
    right: -160px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-2 .top .topBot {
    padding-top: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
     margin-left: 0; 
  }
}
@media (max-width: 1250px) {
  .container {
    width: 970px;
  }
  #banner {
    padding-top: 0;
  }
  #index-body .init-1 .container .left .aboutList {
    width: 100%;
  }
  #index-body .init-1 .container .right .play-btn {
    width: 80px;
    height: 80px;
  }
  #index-body .init-1 .container .right .play-btn i {
    font-size: 30px;
  }
  #index-body .init-2 .bot {
    flex-wrap: wrap;
    height: auto;
  }
  #index-body .init-2 .bot .left {
    width: 100%;
  }
  #index-body .init-2 .bot .left .list {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
  }
  #index-body .init-2 .bot .left .Hbtn {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #index-body .init-2 .bot .right {
    width: 100%;
  }
  #index-body .init-2 .bot::after {
    display: none;
  }
  #index-body .init-2 .bot .right .rightBox li img {
    margin: auto;
    display: block;
  }
  #index-body .init-2 .bot .right .rightBox li .popRegular {
    padding-top: 20px;
  }
  #index-body .init-3 {
    height: auto;
  }
  #index-body .init-3 .left,
  #index-body .init-3 .right {
    width: 100%;
  }
  #index-body .init-3 .left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #index-body .init-3 .right {
    position: relative;
  }
  #index-body .init-3 .right .videoBtn {
    height: 100px;
  }
  #index-body .init-3 .rightImg {
    margin: auto;
  }
  #index-body .init-4 .top .textBg {
    width: 60%;
  }
  #index-body .init-6 .popBold {
    padding-bottom: 20px;
  }
  #index-body .init-6 .popBold,
  #index-body .init-6 .init-6Btn {
    margin: auto;
  }
  #footer .fCont .item {
    width: 30%;
    padding-top: 20px;
  }
  #footer .copyright .container .left {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #banner .container .popBold,
  #banner .container .popRegular {
    width: 100%;
  }
  #index-body .init-1 .container {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .left,
  #index-body .init-1 .container .right {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    position: relative;
    width: 100%;
    height: 60vw;
    background: url(../images/init-1Rimg2.jpg) no-repeat center;
    background-size: cover;
  }
  #index-body .init-1 .container .right .rightBg {
    position: relative;
    right: 0;
    width: 100%;
    display: none;
  }
  #index-body .init-1 .container .right .play-btn {
    right: 50%;
    left: 50%;
  }
  #index-body .init-1 .container .rightBot {
    right: 0;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #index-body .init-1 .container .left .aboutList .num {
    margin-top: -50px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #index-body .init-3 .left .popBold,
  #index-body .init-3 .left .popLight {
    width: 100%;
  }
  #index-body .init-3 .right .videoList li .videoImg {
    width: 100%;
  }
  #index-body .init-3 .right .videoBtn {
    height: 110px;
  }
  #index-body .init-3 .right .videoBtn ul {
    flex-wrap: wrap;
  }
  #index-body .init-3 .right .videoBtn ul li {
    width: 50%;
    height: 50%;
  }
  #index-body .init-5 .top .Hbtn {
    margin-top: 20px;
    width: auto !important;
    padding: 10px 15px !important;
  }
  #footer .fCont .item {
    width: 49%;
  }
  #footer .fCont .item2,
  #footer .fCont .item3,
  #footer .fCont .item4 {
    display: none;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner .btn {
      display: none;
  }
  #index-body .init-2 .top {
    flex-wrap: wrap;
  }
  #index-body .init-2 .top .topBot {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  #index-body .init-2 .top .topBot .popLight {
    width: 100%;
  }
  #index-body .init-2 .top .topBot .swiperBtn {
    width: 100%;
    height: 50px;
  }
  #index-body .init-2 .top .topBot .swiperBtn .swiper-button-prev {
    left: 0;
  }
  #index-body .init-3 .left {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-3 .left .popBold,
  #index-body .init-3 .left .popLight {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .Hbtn {
    padding: 5px 20px;
  }
  #banner .container .popRegular {
    margin: 0;
    display: none;
  }
  #index-body .init-1 .container .left .aboutList li {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .container .right {
    height: 100vw;
  }
  #index-body .init-1 .container .right .play-btn {
    width: 50px;
    height: 50px;
  }
  #index-body .init-1 .container .right .play-btn i {
    font-size: 20px;
  }
  #index-body .init-1 .container .rightBot {
    padding-left: 10px;
    background-image: none;
    background-color: var(--color);
  }
  #index-body .init-2 .bot .left .list {
    width: 100%;
  }
  #index-body .init-3 .right .videoBtn {
    position: relative;
    background-color: var(--color1);
    height: 250px;
  }
  #index-body .init-3 .right .videoBtn ul li {
    width: 100%;
    height: 25%;
  }
  #index-body .init-3 .right .videoBtn ul li img {
    width: 38px;
  }
  #index-body .init-4 ul li.appList .listBox .listBot {
    height: 280px;
  }
  #footer .fCont .item {
    width: 100%;
  }
  .right_nav_list ul li.share img {
    width: 18px;
  }
}
/*inner-banner*/

.inner-banner {
    height: 400px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
    display: none;
}

.inner-banner.product {
    height: 790px;
}

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

.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}

.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-weight: bold;
}

.inner-banner .box h2 em {
    color: var(--color);
}

.inner-banner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.mbx {
    padding: 12px 0;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 28px;
    margin-top: 150px;
}

.inner-page .sidebox {
    padding: 2rem 0;
}

.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 150px;
}

.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.inner-page .sidebox .sideleft .widget form {
    position: relative;
}

.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}

.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}

.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}

.inner-page .sidebox .sideleft .widget ul li a {
    padding-left: 20px;
    line-height: 28px;
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}


.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999;
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li.active > ul {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}

.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
    height: 70px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}

.inner-page .sidebox .sideright {
    width: 78%;
    padding: 0 10px 50px 50px;
}

@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }

    .inner-page .sidebox .sideright {
        width: 72%;
    }

    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideleft {
        display: none;
    }

    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }

    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
}

@media screen and (max-width: 1600px) {
    .inner-banner.product {
        height: 650px;
    }
}

@media screen and (max-width: 1400px) {
    .inner-banner.product {
        height: 510px;
    }
}


@media screen and (max-width: 1250px){
  .inner-banner {
        margin-top: 40px;
    }
    .mbx {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .inner-banner.product {
        height: 110px;
    }
}
@media screen and (max-width: 1000px){
   .inner-banner .box {
        top: 40%;
    }
}
@media screen and (max-width: 700px){
  .inner-banner.single .box h2 {
        display: none !important;
    }
      .inner-banner .box {
        top: 30%;
    }

    .inner-banner .box h2 {
        font-size: 18px;
        line-height: 1.8;
    }

    .inner-banner .box .mbx {
        font-size: 14px;
        line-height: 2;
    }

    .inner-banner {
        height: auto;
        padding-top: 100px;
    }

}

.m-page {
    text-align: center;
    padding-top: 20px;
}

.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

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

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

.technology-page span.h2 {
    font-weight: bold;
    display: block;
    line-height: 1.2;
    color: black;
}

.technology-page .technology-1 {
    padding: 70px 0;
}

.technology-page .technology-1 .left {
    padding-right: 4%;
    vertical-align: middle;
}

.technology-page .technology-1 .right {
    vertical-align: middle;
}

.technology-page .technology-1 .left .text {
    color: #191919;
    margin-top: 1em;
}

.technology-page .technology-1 .left .text h6 {
    font-size: 1.1em;
    margin: 1.1em 0;
    font-weight: 600;
}

.technology-page .technology-2 {
    padding: 90px 0;
    text-align: center;
}

.technology-page .technology-2 .text {
    max-width: 850px;
    display: block;
    margin: 2em auto 4em;
}

.technology-page .technology-3 {
    text-align: center;
}

.technology-page .technology-3 .list {
    margin-top: 60px;
}

.technology-page .technology-3 .list ul {
    margin: -17px;
}

.technology-page .technology-3 .list ul li {
    padding: 17px;
}

.technology-page .technology-3 .list ul li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: .5em 0 1.5em;
    line-height: 1.4;
    height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.technology-page .technology-3 .list ul li p {
    font-size: 16px;
    color: #191919;
    line-height: 1.4;
    opacity: .77;
}

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

.technology-page .technology-4 .left {
    padding-right: 5%;
    vertical-align: middle;
}

.technology-page .technology-4 .right {
    vertical-align: middle;
    padding-right: 10%;
}

.technology-page .technology-4 .right span.h2 {
    margin-bottom: 2em;
    text-transform: uppercase;
}
@media screen and (max-width: 1250px){
  .technology-page .technology-4 .right{
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px){
    .grid-2 {
      grid-template-columns: repeat(1, 1fr);
    }
   .about2-page .about-1 .text,
    .about2-page .about-3 .right,
    .about2-page .about-4 .right,
    .about2-page .about-4 .left,
    .about2-page .about-5 .left,
    .about2-page .about-5 .right,
    .about2-page .about-6 .box .left,
    .technology-page .technology-1 .left,
    .technology-page .technology-1 .right,.technology-page .technology-4 .left,.technology-page .technology-4 .right {
        width: 100%;
        padding: 0;
    }
    .technology-page .technology-4 .right{
      margin-top: 20px;
    }
    .about2-page .about-4,
    .about2-page .about-3,
    .about2-page .about-1,
    .about2-page .about-5,
    .about2-page .about-6,
    .technology-page .technology-2,
    .product-page.application,
    .application-page .application-2 .box {
        padding: 50px 0;
    }

    .technology-page .technology-1 .right {
        margin-top: 20px;
    }
}
/*contact*/

.contact-page .contact-1 {
    padding: 6rem 0;
}

.contact-page .contact-1 .left {
    padding-right: 8%;
}

.contact-page .contact-1 .left h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-page .contact-1 .left p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 1.5rem;
}

.contact-page .contact-1 .left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    text-decoration: none;
}

.contact-page .contact-1 .left ul li .contact-link-icon {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
    background: var(--color);
    color: #fff;
    width: 100%;
    text-align: center;
}

.contact-page .contact-1 .left ul li .contact-link-title {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    margin-top: 7px;
}

.contact-page .contact-1 .left ul li .contact-link-text {
    color: #555;
    font-size: 16px;
    line-height: 2;
}

.contact-page .contact-1 .right {
    text-align: right;
    padding-left: 15%;
}

.contact-page .contact-1 .right .form-wrap {
    position: relative;
}

.contact-page .contact-1 .right .form-wrap .form-box {
    padding: 40px;
    background: #fff;
    z-index: 3;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: left;
}

.contact-page .contact-1 .right .form-wrap .form-box::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    left: 120px;
    bottom: -20px;
    background: var(--color);
    z-index: -1;
}

.contact-page .contact-1 .right .form-wrap .form-box::after {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}

.contact-page .contact-1 .right .form-wrap .form-box h5 {
    color: #000;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
    width: 100%;
}

.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}

.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    height: 127px;
}

.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
    background: #000;
}

.contact-page .contact-1 .map {
    margin-top: 4.5rem;
}

.contact-page .contact-2 {
    background: #f5f5f5;
    padding: 6rem 0;
}

.contact-page .contact-2 .header p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 15px;
}

.contact-page .contact-2 .header .section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.contact-page .contact-2 .header .section-title span {
    color: var(--color);
}

.contact-page .contact-2 .content ul {
    margin-right: -2rem;
}

.contact-page .contact-2 .content ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}

.contact-page .contact-2 .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}

.contact-page .contact-2 .content ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}

.contact-page .contact-2 .content ul li .title h6 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    color: #000;
}

.contact-page .contact-2 .content ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.contact-page .contact-2 .content ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}

.contact-page .contact-2 .content ul li.active .title h6 {
    color: #fff;
}

.contact-page .contact-2 .content ul li.active .title::after {
    background: #fff;
    color: var(--color);
}

@media screen and (max-width: 1366px) {
    .contact-page .contact-1 .right {
        padding-left: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .contact-page .contact-1 .right {
        padding-left: 4%;
    }

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

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

    .contact-page .contact-1 .right {
        width: 100%;
        padding: 2rem 0 0 0;
    }
}

@media screen and (max-width: 700px) {
    .contact-page .contact-2 .content ul li {
        width: 100%;
    }
}
/*news*/

.news-page {
    background: #fff;
}

.news-page .sideright {
    padding: 0 50px 50px 0 !important;
}

.news-page .sideright .list ul {
    margin-right: -1rem;
}

.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}

.news-page .sideright .list ul li .img {
    position: relative;
}

.news-page .sideright .list ul li .img img {
    width: 100%;
}

.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}

.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-weight: 700;
}

.news-page .sideright .list ul li .con {
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}

.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}

.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}

.news-page .sideright .list ul li .con p {
    color: #555;
    font-size: 16px;
    line-height: 2;
}

.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}

.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}

.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}

.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 2;
    color: #555;
}

.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}

.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}

.news-page.product #index-body .product .content ul li .box .text h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-page.product #index-body .product .content ul li .box .text p {
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
}

.news-page.product #index-body .product {
    background-color: #fff;
    padding: 1.55rem 0 5rem;
}

.about-page.single,
.news-page.product.single #index-body .product {
    background-color: #f5f5f5;
}

.news-page.newsBox {
    padding: 70px 0 130px;
    background: #efeeee;
}

.news-page.newsBox span.h2 {
    font-size: 48px;
    font-weight: bold;
}

.news-page.newsBox .list {
    margin-top: 30px;
}

.news-page.newsBox .list ul {
    margin: -15px;
}

.news-page.newsBox .list ul li {
    padding: 15px;
    width: 33%;
}

.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: #adadad;
    line-height: 1.2;
}

.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-weight: bold;
    color: #191919;
    margin: .6em 0 1em;
    line-height: 2;
    transition: .5s;
}

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

.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 1.8;
}


.news-page .news-1 {
    padding: 80px 0;
    background-color: white;
}

.news-page .news-1 .left {
  /*width: 90%;*/
  vertical-align: middle;
}

.news-page .news-1 .right {
    padding-left: 4%;
    vertical-align: middle;
}

.news-page .news-1 .right time {
    font-size: 16px;
    color: #adadad;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}

.news-page .news-1 .right span.h6 {
    font-size: 30px;
    font-weight: bold;
    color: #191919;
    line-height: 1.2;
    margin: .3em 0 1em;
    display: block;
}
@media screen and (max-width: 1250px) {
    .news-page.newsBox .list ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .news-page .sideright {
        padding: 0 0 50px 0 !important;
    }
    

    .news-page.newsBox .list ul li .h6 {
        font-size: 18px;
    }
    .news-page .news-1 .flexAC{
      flex-wrap: wrap;
    }
    .news-page .news-1 .right{
      padding-top: 20px;
      padding-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }

    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }

    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }

    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }

    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }

    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }

    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }
    
    .news-page.newsBox .list ul li {
        width: 100%;
    }

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

    .news-page .news-1 .left {
        width: 100%
    }

    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }

    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}

.newdet-page .section-title2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.newdet-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}

.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}

.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}

.newdet-page blockquote a {
    color: inherit;
}

.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-weight: 600;
}

.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}

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

.newdet-page .n-content table td {
    word-break: keep-all;
}

.newdet-page .grid-box {
    margin-right: -12px;
}

.newdet-page .column {
    padding: 20px 12px 0;
}

.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}

.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}

.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}

.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}

.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}

.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.newdet-page .s_link .list .cont {
    margin-left: 20px;
}

.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}

.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}

.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}

.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}

.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}

.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}

.newdet-page .news-comment-section {
    padding-top: 3rem;
}

.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.newdet-page .news-comment-section form {
    margin-top: 15px;
}

.newdet-page .news-comment-section form .column {
    padding: 0;
}

.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}

.newdet-page .news-comment-section form li button {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.newdet-page .news-comment-section form li button:hover {
    background: #000;
}

.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }

    .newdet-page .grid-box {
        margin-right: 0;
    }

    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }

    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }

    .newdet-page .news-post-comment-wrap {
        display: block;
    }

    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }

    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }

    .newdet-page .news-comment-section form .column {
        width: 100%;
    }

    .newdet-page .s_link .list {
        width: 100%;
    }

    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}

@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }

    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
/*product*/

.product-page {
    background: #fcfcfc;
}

.product-page .sideright .top {
    width: 100%;
    /*width: 45%;*/
}

.product-page .sideright .top h3,
.product-page .sideright .top h1 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: .5em;
    font-weight: bold;
}

.product-page .sideright .top h3 em {
    color: var(--color);
    font-weight: bold;
}

.product-page .sideright .top .desc {
    font-size: 14px;
    line-height: 2;
    padding: 1em 0;
}

.product-page .sideright .top .box {
    display: flex;
    flex-wrap: wrap;
}

.product-page .sideright .top .img {
    width: 43%;
}

.product-page .sideright .top .img .img-box {
    min-height: 400px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.product-page .sideright .top .content {
    width: 100%;
    padding-left: 2%;
}

.product-page .sideright .list {
    margin-top: 2.5rem;
}

.product-page .sideright .list ul {
    margin: 0 -3rem -2.4rem 0;
}

.product-page .sideright .list ul li {
    /*padding: 0 3rem 2.4rem 0;*/
}

.product-page .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}

.product-page .sideright .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}

.product-page .sideright .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}

.product-page .sideright .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}

.product-page .sideright .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}

.product-page .sideright .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}

.product-page .sideright .list ul li .box .img {
    width: 100%;
    background-color: #fff;
    padding: 10% 3%;
}

.product-page .sideright .list ul li .box .text {
    padding: 1.45rem 1.3rem 1.3rem;
}

.product-page .sideright .list ul li .box .text span {
    color: #0047af;
    font-weight: bold;
}

.product-page .sideright .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-page .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.product-page .sideright .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}

.product-page .sideright .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}

.product-page .sideright .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}

.product-page .sideright .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}

.product-page #index-body {
    background: #fff;
}

.app-page {
    background-color: #fcfcfc;
}

.app-page span.h2 {
    padding: 1em 0 .5em;
    border-top: 1px solid #d0cece;
    display: block;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}

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

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

.app-page .list ul li .box {
    background: #f8f8f8;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    transition: .5s;
}

.app-page .list ul li .box i {
    margin: 1.5em 0 .7em;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.app-page .list ul li .box p {
    margin-bottom: 1.2em;
    padding: 0 .5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.app-page .list ul li .box>img {
    width: 100%;
}

.app-page .list ul li .box:hover {
    color: white;
    background-color: var(--color);
}

.app-page .list ul li .box:hover i {
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 1600px) {
    .product-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }

    .product-page .sideright .top .img {
        width: 100%;
    }

    .product-page .sideright .top .img .img-box {
        background-position: center bottom;
    }
}

@media screen and (max-width: 1366px) {
    .product-page .sideright .list ul li {
        /*width: 50%;*/
    }

    .product-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }

    .product-page .sideright .top .img {
        width: 100%;
    }

    .product-page .sideright .top .img .img-box {
        min-height: 280px;
    }
}

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

@media screen and (max-width: 700px) {
    .product-page .sideright .top {
        width: 100%;
        /*display: none!important;*/
    }

    .product-page .sideright .top h1.Auxil-h1 {
        font-size: 16px;
    }

    .product-page .sideright .top .desc {
        font-size: 14px;
        line-height: 2;
    }

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

    .product-page .sideright .top .img .img-box {
        min-height: 220px;
    }
}

.prodet-page {
    background: #fff;
}

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

.prodet-page .product-box .prodet-1 .left .swiper {
    overflow: hidden;
    margin-top: 20px;
    padding: 5px;
}

.prodet-page .product-box .prodet-1 .left .swiper-slide {
    border: #ccc solid 1px;
}

.prodet-page .product-box .prodet-1 .left .swiper-slide img {
    width: 100%;
}

.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}

.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}

.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}

.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}

.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}

.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}

.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}

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

.prodet-page .product-box .prodet-1 .right .title {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
}

.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}

.prodet-page .product-box .prodet-1 .right .text {
    margin: 1.5rem 0;
    font-size: 16px;
    line-height: 2;
    max-height: 25em;
    overflow: auto;
}

.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}

.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}

.prodet-page .product-box .prodet-1 .right .share ul {
    /*display: inline-block;*/
    vertical-align: middle;
}

.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}

.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: var(--color);
}

.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    color: var(--color);
    display: block;
}

.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    background: var(--color);
    color: white;
    padding: 0 35px;
    font-size: 20px;
    margin-top: 10px;
}

.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
    line-height: 2;
}

.prodet-page .product-box .prodet-2 .options ul {
    background: #fff;
}

.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: var(--color);
}

.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}

.prodet-page .product-box .prodet-2 .ret strong {
    font-weight: bold;
    font-size: 1.2em;
}

.prodet-page .product-box .prodet-2 .ret ul li {
    display: none;
}

.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    background: transparent !important;
    line-height: 30px !important;
}

.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}

.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 2;
}

.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}

.prodet-page .product-box .prodet-2 .ret table tr:nth-child(1) {
    background: #0047af !important;
    color: #fff;
}

.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}

.prodet-page .product-box .prodet-2 .ret form {
    margin-top: 50px;
    padding: 10px;
    background: #fff;
    box-shadow: #ccc 0 0 10px 0;
}

.prodet-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 48%;
    display: inline-block;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 16px;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}

.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}

.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 700;
}

.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}

.prodet-page .product-box .prodet-3 ul .slick-track {
    margin: 0;
}

.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}

.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}

.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}

.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}

.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}

.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    font-weight: bold;
}

.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 2;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--color);
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}

.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .prodet-page .product-box .prodet-1 .right .text {
        max-height: 12em;
    }
}
@media screen and (max-width: 1000px){
   .product-page .sideright .list ul li .box .text h4 {
        font-size: 16px;
    }

    .product-page .sideright .list ul li .box .text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }

    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 1.5rem 0 0 0;
    }

    .prodet-page .product-box .prodet-1 .right .title {
        font-size: 24px;
        line-height: 1.8;
    }
}
/*download*/

.resources_sidebar {
    padding-top: 50px;
    margin: 0 -30px;
}

.resources_sidebar .resources_left {
    width: 70%;
    padding: 0 30px;
}

.resources_sidebar .resources_right {
    width: 30%;
    padding: 0 30px;
}

.resources_sidebar .resources_right .video_list ul {
    margin: -10px 0;
}

.resources_sidebar .resources_right .video_list ul li {
    margin: 0;
    padding: 10px 0;
}

.resources_sidebar .resources_right .video_list .slick-arrow {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

h2.resources {
    font-weight: 600;
}

h2.resources::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--color);
    margin-top: 10px;
}

.resources_more {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

.video_content h3 {
    font-weight: 500;
}

.resources-page .resources_2 {
    background-color: #fafafa;
}

.product_catalogue .img {
    width: 31%;
    vertical-align: middle;
}

.product_catalogue .mml-text {
    width: 69%;
    vertical-align: middle;
}

.product_catalogue .mml-text p {
    min-height: 75px;
}

.product_catalogue .mml-text .line {
    height: 1px;
    background: #e4e4e4;
}

.product_catalogue .mml-text .date time {
    font-weight: 500;
}

.product_catalogue .mml-text .date .download {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
}

.pdf_box ul {
    margin: -15px;
}

.pdf_box ul li {
    padding: 15px;
}

.pdf_box .mml-text {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.pdf_box .mml-text .title {
    padding-left: 55px;
    background: url(../images/pdf-icon.png) no-repeat left top;
    min-height: 110px;
}

.pdf_box .mml-text .line {
    height: 1px;
    background-color: #e5e5e5;
}

.pdf_box .mml-text .date time {
    font-weight: 500;
}

.pdf_box .mml-text .date .download {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
}
@media screen and (max-width: 1000px){
    .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    }
    .resources_sidebar {
        margin: 0;
    }

    .resources_sidebar .resources_left {
        width: 100%;
        padding: 0;
    }

    .resources_sidebar .resources_right {
        display: none;
    }

    .resources_more {
        display: none;
    }
}
@media screen and (max-width: 700px){
  .pdf_box .mml-text .title{
    padding-left: 0;
    text-align: center;
  }
  .pdf_box ul{
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
   .product_catalogue .img {
        width: 100% !important;
    }

    .product_catalogue .mml-text {
        width: 100% !important;
        padding: 0 !important;
        margin-top: 30px;
    }
    .grid-4 {
      grid-template-columns: repeat(1, 1fr);
    }
}
/*about*/

.about2-page .about-1 {
    padding: 30px 0 80px;
}

.about2-page .about-1 .text {
    width: 60%;
    padding-right: 2%;
}

.about2-page .about-1 .text span.h2 {
    font-size: 30px;
    font-weight: 700;
    max-width: 24em;
}

.about2-page .about-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 3em;
}

.about2-page .about-1 .img {
    width: 40%;
}

.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}

.about2-page .about-1 .list ul li span {
    font-size: 66px;
    font-weight: bold;
    color: var(--color);
    line-height: 1;
    display: block;
}

.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
}

.about2-page .about-1 .list ul li p {
    font-size: 18px;
    opacity: .8;
    display: block;
}

.about2-page .about-2 {
    text-align: center;
    padding: 260px 0;
}

.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

.about2-page .about-3 {
    padding: 90px 0;
}

.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}

.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}

.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}

.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}

.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: var(--color);
    color: white;
}

.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}

.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: uppercase;
}

.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}

.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    /*line-height: 3em;
    height: 3em;*/
    padding: 11px 47px;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}

.about2-page .about-4 .right a.more:hover {
    background-color: black;
}

.about2-page .about-5 {
    padding: 80px 0 120px;
}

.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}

.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}

.about2-page .about-5 .left span.h2 {
    text-transform: uppercase;
}

.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}

.about2-page .about-5 .right ul {
    margin: -25px;
}

.about2-page .about-5 .right ul li {
    padding: 25px;
}

.about2-page .about-5 .right ul li img {
    width: 100%;
}

.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}

.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}

.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}

.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}

.about2-page .about-6 .box .right {
    width: 23.5%;
}

.about2-page .about-6 .box img {
    width: 100%;
}

.about2-page .about-6 .box .right ul {
    margin: -10px;
    /*height: 600px;*/
}
.about2-page .about-6 .box .right ul .slick-track{
  display: block;
}

.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}

.about2-page.productAbout .about-1 {
    padding: 110px 0;
}

.about2-page.productAbout .about-1 span.h2 {
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 1000px){
  
    .about2-page .about-1 .img,
    .about2-page .about-3 .left,
    .about2-page .about-6 .box .right {
        display: none;
    }

    .about2-page .about-1 .text span.h2,
    .inner-page span.h2,
    .application-page .application-2 .box span.h2 {
        font-size: 24px;
    }

    .about2-page .about-1 .text .con,
    .about2-page .about-1 .list ul li p,
    .about2-page .about-5 .left .text {
        font-size: 14px;
    }

    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }

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

    .about2-page .about-2 .play {
        max-width: 70px;
    }

    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }

    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }
    .about2-page .about-6 .box .left,.about2-page .about-5 .left,.about2-page .about-5 .right,.about2-page .about-4 .left,.about2-page .about-3 .right,.about2-page .about-1 .text,.about2-page .about-4 .right{
      width: 100%;
    }
    .about2-page .about-5 .right{
      padding-top: 20px;
    }
    .about2-page .about-4 .right{
      text-align: left;
    }
}
@media screen and (max-width: 500px){
   .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }

    .about2-page .about-1 .text span.h2,
    .inner-page span.h2 {
        font-size: 20px;
    }
}
/*honor factory*/

.gallery-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 4.5rem;
}

.gallery-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}

.gallery-page .tab li a {
    overflow: hidden;
    display: block;
}

.gallery-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}

.gallery-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}

.gallery-page .content .box {
    text-align: center;
    padding-bottom: 4.5rem;
}

.gallery-page .content .box h2 {
    color: #182333;
    font-size: 1.75rem;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}

.gallery-page .content .box div {
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}

.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}

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

.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
    padding: 10px;
    border-radius: 5px;
}

.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}

.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 1rem;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}

.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}

.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}

.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}

.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}

.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}

.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}

.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 4.5rem 0;
}


@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        /*width: 25%;*/
    }
}

@media screen and (max-width: 1250px) {
    .gallery-page .content .box ul li {
        width: 33%;
    }
}

@media screen and (max-width: 1000px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size: 14px;
    }

    .gallery-page .content .box ul li {
        width: 100%;
    }
}

.faq-page {
    padding: 6rem 0;
    background: #f5f5f5;
}

.faq-page .box ul {
    margin-right: -2rem;
}

.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}

.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}

.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}

.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.faq-page .box ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}

.faq-page .box ul li.active .title h6 {
    color: #fff;
}

.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}

@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }

    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }

    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }

    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}
.seoPublic>div:nth-child(odd){
  background-color: transparent;
}
@media screen and (max-width: 1000px){
    .about2-page.productAbout .about-1,
    .news-page.newsBox,
    .about2-page .about-1,
    .about2-page .about-3,
    .about2-page .about-4,
    .about2-page .about-5,
    .about2-page .about-6,.faq-page,
    .technology-page .technology-1,
    .technology-page .technology-4,.news-page .news-1

    {
        padding: 40px 0;
    }
    .gallery-page .tab{
        margin-bottom: 40px;
    }
}
#index-body .homepage-1 .topBox {
    background-image: url('/screwsmicro/2026/03/11/an.jpg');
}
#index-body .homepage-1 .bottom .left {
  position: relative;
  width: 54.8%;
}
#index-body .homepage-1 .bottom .left .play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: var(--color);
  position: absolute;
  left: -webkit-calc(100% - 2px);
  left: -moz-calc(100% - 2px);
  left: calc(100% - 2px);
  bottom: 0;
}
#index-body .homepage-1 .bottom .left .play i {
  font-size: 24px;
  color: white;
}
#index-body .homepage-1 .bottom .right {
  width: 45.2%;
  padding-left: 75px;
  padding-top: 40px;
}
#index-body .homepage-1 .bottom .right h3 {
  font-weight: 600;
}
#index-body .homepage-1 .bottom .right .text {
  font-weight: 300;
}
#index-body .homepage-1 ul {
    margin-left: -45px;
    margin-right: -45px;
    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;
    
}
#index-body .homepage-1 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px;
}
#index-body .homepage-1 ul li .img {
  padding-top: 20px;
}
#index-body .homepage-1 ul li .text {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  padding-left: 20px;
}
#index-body .homepage-1 ul li .text h3 {
  width: 100%;
  font-size: calc(2.9166vw + 14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 0.8;
  padding-bottom: 10px;
  color: var(--color);
}
#index-body .homepage-1 ul li .text h3 span {
  text-transform: uppercase;
}
#index-body .homepage-1 ul li .text p {
  font-weight: 300;
  margin-top: 15px;
  text-transform: uppercase;
}

#index-body .homepage-2 ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

#index-body .homepage-2 ul li .box {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

#index-body .homepage-2 ul li .box:hover::before {
  background-color: var(--color);
}

#index-body .homepage-2 ul li .box::before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 16px;
  border-radius: 10px;
  z-index: 10;
  background-color: #e3e3e3;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#index-body .homepage-2 ul li .box .img-box {
  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;
  /*background-color: #f0f4f9;*/
  padding: 20px;
}

#index-body .homepage-2 ul li .box .text {
  padding: 25px 35px 30px;
  background-color: white;
}

#index-body .homepage-2 ul li .box .text h4 {
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

#index-body .homepage-2 ul li .box .text h4:hover {
  color: var(--color);
}

#index-body .homepage-2 ul li .box .text p {
  font-weight: 600;
  line-height: 1.6;
}

#index-body .homepage-2 ul li .box .text .btn {
  width: 100%;
  height: 45px;
  background-color: #1a4792;
  color: white;
  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;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#index-body .homepage-2 ul li .box .text .btn:hover {
  background-color: var(--color);
}

#index-body .homepage-4 {
  background-color: #f0f4f9;
  padding: 80px 0;
}

#index-body .homepage-4 .h-title {
  max-width: 1010px;
  margin: 0 auto 60px;
}

#index-body .homepage-4 .h-title p {
  margin-top: 25px;
}


#index-body .homepage-4 ul li h4 {
  border-top: 3px solid #999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}

#index-body .homepage-4 ul li h4:hover {
  border-color: var(--color);
  color: var(--color);
}
@media (max-width: 1800px) {
    
  #index-body .homepage-1 .bottom .left .play {
    width: 90px;
    height: 90px;
  }
  #index-body .homepage-1 ul {
      margin-left: -25px;
      margin-right: -25px;
  }
  #index-body .homepage-1 ul li {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1700px) {
    #index-body .homepage-1 ul li {
    padding: 0 15px;
  }
  #index-body .homepage-1 ul li .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
    #index-body .homepage-1 .bottom .right {
        padding-top: 0;
    }
    #index-body .homepage-1 .bottom .left .play {
        width: 75px;
        height: 75px;
    }
}
@media screen and (max-width: 1250px) {
    #index-body .homepage-1 .bottom .left .play {
    right: 0;
    left: unset;
  }

  #index-body .homepage-1 .bottom .right {
    padding-left: 35px;
  }

  #index-body .homepage-1 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #index-body .homepage-1 ul li {
    width: 50%;
    margin: 20px 0;
  } 
}
@media (max-width: 1000px) {
    #index-body .homepage-1 .bottom .left {
    width: 100%;
  }

  #index-body .homepage-1 .bottom .right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }

}
@media (max-width: 700px) {

  #index-body .homepage-1 ul li .text p {
    font-size: 14px;
  }
  #index-body .homepage-1 ul li {
    width: 100%;
    margin: 20px 0;
  }

  #index-body .homepage-1 ul {
    margin: 60px -25px 0;
  }
}
@media (max-width: 500px) {
    #index-body .homepage-1 .bottom .left .play {
    width: 70px;
    height: 70px;
  }

  #index-body .homepage-1 .bottom .left .play i {
    font-size: 20px;
  }
}

#index-body .init-8 .list li {
  background-color: #f0f4f9;
  padding: 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 0;
  position: relative;
}
#index-body .init-8 .list li .title i {
  width: 4em;
  height: 3.5em;
  background-color: #1a4792;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 .list li .title span.h6 {
  line-height: 1.6;
}
#index-body .init-8 .list li:hover {
  top: -0.2em;
  -webkit-box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.1);
}
#index-body .init-8 .list li:hover .title i {
  background-color: black;
}
@media screen and (max-width: 1000px) {
    #index-body .init-8 .li~st li .title i img {
        zoom: .7;
    }
}
.application-page .bottom ul {
    margin: 0 -5px;
}
.application-page .bottom ul li {
    padding: 5px;
}
.application-page .bottom ul li .list {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
.application-page .bottom ul li .list .content {
    padding: 10px;
}
.application-page .bottom ul li h4 a:hover {
    color: var(--color);
}
@media screen and (max-width: 1250px) {
   .application-page .bottom ul li {
       width: 33.33%;
    } 
}
@media screen and (max-width: 1000px) {
   .application-page .bottom ul li {
       width: 50%;
    } 
}
@media screen and (max-width: 500px) {
   .application-page .bottom ul li {
       width: 100%;
    } 
}
.app-page .app-1 .titl {
    text-transform: capitalize;
}
.app-page .app-1 .content {
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    color: #666;
}