@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from_s {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from_s h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from_s form {
  margin-top: 40px;
}
#pups_from_s i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s i.close::after,
#pups_from_s i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: var(--px60);
  height: var(--px60);
  min-width: 35px;
  min-height: 35px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  border: 1px solid #ccc;
  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 .cont-1 {
  width: 260px;
  left: -260px;
  background-color: #fff;
  padding: 5px;
  color: #000;
  
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #333333;
  font-size: 16px;
  height: auto;
  --color: #0168b7;
  --color1: #f08300;
}
.container {
  width: 1550px;
  padding: 0 15px;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22;
}
#innerMobileBanner .banner2 {
  background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
#mobile3 .m-search form input[type=submit] {
  background: url(../images/icon-search-white.png) center center no-repeat;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes hua {
  0% {
    top: 0;
  }
  25% {
    top: 50%;
  }
  50% {
    top: 100%;
  }
  75% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
.fd1 {
  transform: scale(1);
}
.fd1-3 {
  transform: scale(1.3);
}
.fd1-4 {
  transform: scale(1.4);
}
.fd1-5 {
  transform: scale(1.5);
}
.fd1-6 {
  transform: scale(1.6);
}
.fd1-7 {
  transform: scale(1.7);
}
.fd1-8 {
  transform: scale(1.8);
}
.fd1-9 {
  transform: scale(1.9);
}
.fd2 {
  transform: scale(2);
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box.sa form {
  left: auto;
  right: 50%;
}
.search-box.sa form input[type="submit"] {
  left: 15px;
  right: auto;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 11px 0 12px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
}
#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: 60px;
  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: #0c296f;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
}
#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: var(--color);
  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 {
  cursor: pointer;
  width: 21px;
  height: 21px;
}
#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: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
.Hbtn,
.inner-page .Hbtn {
  background-color: #0168b7;
  border-radius: 28px;
  color: #fefefe;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}
.Hbtn i,
.inner-page .Hbtn i {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--color1);
}
.Hbtn .por,
.inner-page .Hbtn .por {
  z-index: 2;
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: var(--color1);
}
.Hbtn:hover i,
.inner-page .Hbtn:hover i {
  transform: rotate(45deg);
}
.Hbtn1,
.inner-page .Hbtn1 {
  background-color: #fff;
  border-radius: 28px;
  color: #fefefe;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--color);
  font-weight: 400;
}
.Hbtn1 i,
.inner-page .Hbtn1 i {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--color);
  font-size: 18px;
}
.Hbtn1 .por,
.inner-page .Hbtn1 .por {
  z-index: 2;
}
.Hbtn1:hover,
.inner-page .Hbtn1:hover {
  background-color: var(--color);
  color: #fff;
}
.Hbtn1:hover i,
.inner-page .Hbtn1:hover i {
  transform: rotate(45deg);
}
.minTitl {
  color: var(--color1);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.minTitl.minTit {
  color: #fff;
}
.swiperBtn {
  width: auto;
  height: auto;
}
.swiperBtn .btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--color);
  border-radius: 50%;
}
.swiperBtn .btn i {
  font-style: 18px;
}
.swiperBtn .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.play:not(.more) {
  background-color: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  margin-left: -1.5em;
  margin-top: -1.5em;
}
.play:not(.more) i {
  border-left-width: 0.8em;
  animation: xz 5s linear infinite reverse;
  color: var(--color);
}
.play:not(.more) em {
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  background-color: var(--color);
  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%);
}
#banner {
  padding-top: 83px;
  color: #fff;
  position: relative;
}
#banner .swiper ul li {
  position: relative;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#banner .swiper ul li .container .textBox {
  width: 46%;
}
#banner .swiper ul li .container .textBox .titl .color {
  color: var(--color1);
}
#banner .swiper ul li .container .textBox .txt {
  width: 80%;
}
#banner .swiper ul li .container .imgBox {
  width: 70%;
  margin-left: -11%;
  margin-right: -5%;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .imgBox {
  -webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}
#banner .botPage {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5625vw;
  z-index: 5;
  height: 45px;
}
#banner .botPage .swiper-pagination {
  bottom: 0;
  width: auto;
}
#banner .botPage .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
#banner .botPage .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#banner .botPage .numPage {
  border-radius: 10px;
  border: solid 1px #ffffff;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  position: relative;
}
#index-body .init-1 .container {
  z-index: 1;
}
#index-body .init-1 .container .top .titleBox {
  width: 48%;
}
#index-body .init-1 .container .bot {
  min-height: 500px;
}
#index-body .init-1 .container .bot .itemBox .itemL {
  width: 26%;
}
#index-body .init-1 .container .bot .itemBox .itemL .swiper-pagination {
  color: var(--color);
  line-height: 1;
  width: auto;
  border-bottom: 2px solid var(--color);
  position: static;
  max-width: 150px;
  text-align: left;
}
#index-body .init-1 .container .bot .itemBox .itemL .swiper-pagination .current-page {
  font-size: var(--px77);
  font-weight: bold;
  line-height: 1;
}
#index-body .init-1 .container .bot .itemBox .itemL .txt {
  color: #666;
  line-height: 20px;
  min-height: 40px;
}
#index-body .init-1 .container .bot .itemBox .itemR {
  width: 59%;
}
#index-body .init-1 .container .bot .item {
  display: none;
}
#index-body .init-1 .container .bot .item:first-child {
  display: block;
}
#index-body .init-1 .rightNav {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 3.5417vw;
}
#index-body .init-1 .rightNav .navItem .img {
  max-width: 153px;
  position: relative;
  z-index: 2;
  width: 8vw;
}
#index-body .init-1 .rightNav .navItem .titl {
  color: #fdfdfd;
  max-width: 190px;
  padding-left: 42px;
  margin-left: -33px;
  background-color: var(--color);
  border-radius: 10px 0 0 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  flex: 1;
}
#index-body .init-1 .rightNav .navItem:hover img,
#index-body .init-1 .rightNav .navItem.active img {
  transform: scale(1.02);
}
#index-body .init-1 .rightNav .navItem:hover .titl,
#index-body .init-1 .rightNav .navItem.active .titl {
  background-color: var(--color1);
}
#index-body .init-1 .textBg {
  left: 0;
  bottom: 1.40625vw;
  color: #e4e4e4;
  font-size: calc(10.15625vw + 14px);
  line-height: 0.8;
  z-index: 0;
}
#index-body .init-1 img.bg {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 0 10px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .init-1 img.bg.active {
  opacity: 1;
}
#index-body .init-2 {
  position: relative;
  color: #fff;
}
#index-body .init-2 .container {
  z-index: 1;
}
#index-body .init-2 .videoBox {
  width: 72%;
  margin-left: -14%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
#index-body .init-2 .right {
  width: 42%;
}
#index-body .init-2 .right .Hbtn {
  background-color: #fff;
  color: var(--color);
}
#index-body .init-2 .right .Hbtn:hover {
  background-color: var(--color1);
  color: #fff;
}
#index-body .init-2 img.bg {
  bottom: 0;
  right: 0;
  z-index: 0;
}
#index-body .init-2 .bot ul .txt {
  color: #ddd;
}
#index-body .init-3 .Hbtn {
  color: #fefeff;
}
#index-body .init-3 .bot .textL {
  width: 71.4%;
}
#index-body .init-3 .bot .textL .itemBox {
  width: 33.33%;
}
#index-body .init-3 .bot .textL .itemBox .item {
  background-color: #f5f5f5;
  border-radius: 10px;
  color: #000;
  align-content: space-between;
  min-height: 215px;
}
#index-body .init-3 .bot .textL .itemBox .item .icon {
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(238, 238, 238, 0.9);
  border-radius: 50%;
}
#index-body .init-3 .bot .textL .itemBox .item .titlBox .titl {
  width: calc(100% - 20px);
  line-height: 30px;
  min-height: 60px;
}
#index-body .init-3 .bot .textL .itemBox .item .titlBox img {
  width: 13px;
  height: 12px;
  margin-bottom: 5px;
}
#index-body .init-3 .bot .textL .itemBox:hover .item,
#index-body .init-3 .bot .textL .itemBox.active .item {
  background-color: var(--color);
  color: #ffffff;
}
#index-body .init-3 .bot .textL .itemBox:hover .item .icon,
#index-body .init-3 .bot .textL .itemBox.active .item .icon {
  box-shadow: 0px 3px 6px 1px rgba(238, 238, 238, 0);
}
#index-body .init-3 .bot .textL .itemBox:hover .item img.img,
#index-body .init-3 .bot .textL .itemBox.active .item img.img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init-3 .bot .imgR {
  width: 35.2%;
  min-height: 455px;
}
#index-body .init-3 .bot .imgR img {
  display: none;
  border-radius: 10px;
}
#index-body .init-3 .bot .imgR img:first-child {
  display: block;
}
#index-body .init-4 {
  color: #fff;
  height: 900px;
  padding-bottom: 95px;
}
#index-body .init-4 .container {
  height: 100%;
}
#index-body .init-4 .titleBox .txt {
  color: #ddd;
}
#index-body .init-4 .titleBox .Hbtn {
  background-color: #fff;
  color: var(--color);
}
#index-body .init-4 .bot .item {
  width: 19.5%;
}
#index-body .init-4 .bot .item .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#index-body .init-4 .bot .item .txt {
  color: #ddd;
  height: 0;
  font-size: 0;
}
#index-body .init-4 .bot .item .btn {
  position: absolute;
  bottom: -60px;
  opacity: 0;
}
#index-body .init-4 .bot .item .btn img {
  border-radius: 50%;
}
#index-body .init-4 .bot .item:hover .titl .textBox .txt,
#index-body .init-4 .bot .item.active .titl .textBox .txt {
  height: auto;
  font-size: 16px;
}
#index-body .init-4 .bot .item:hover .titl .textBox .btn,
#index-body .init-4 .bot .item.active .titl .textBox .btn {
  opacity: 1;
}
#index-body .init-5 .map {
  position: relative;
  height: 38.64584vw;
}
#index-body .init-5 .map #mapBox {
  width: 100%;
  height: 100%;
}
#index-body .init-5 .map .cityUl {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#index-body .init-5 .map .cityUl li {
  position: absolute;
  width: var(--px21);
  height: var(--px21);
  min-width: 15px;
  min-height: 15px;
  border-radius: 50%;
  /*background-color: var(--color);*/
  background-image: url('../images/init-5LogoR.png');
  background-position: center;
  background-size: 100%;
}
#index-body .init-5 .map .cityUl li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  background: rgba(1, 104, 183, .5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .init-5 .map .cityUl li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  background: rgba(1, 104, 183, .5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .init-5 .map .cityUl li p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
#index-body .init-5 .map .cityUl .ie1 img.imgLogo {
  max-width: none;
  width: var(--px130);
  min-width: 70px;
  height: auto;
  position: absolute;
  left: 100%;
  top: -30px;
}
#index-body .init-5 .map .cityUl .ie1 {
  width: var(--px25);
  height: var(--px25);
  min-width: 18px;
  min-height: 18px;
  left: 81%;
  top: 40%;
}
#index-body .init-5 .map .cityUl .ie2{
  left: 70%;
  top: 17%;
  
}
#index-body .init-5 .map .cityUl .ie3{
  left: 80%;
  top: 50%;
  
}
#index-body .init-5 .map .cityUl .ie4{
  left: 77%;
  top: 45%;

  }
#index-body .init-5 .map .cityUl .ie5{
  left: 91%;
  top: 80%;

  }
#index-body .init-5 .map .cityUl .ie6{
  left: 80%;
  top: 65%;

  }
#index-body .init-5 .map .cityUl .ie7{
  left: 83%;
  top: 62%;

   }
#index-body .init-5 .map .cityUl .ie8{
  left: 80%;
  top: 59%;

     }
#index-body .init-5 .map .cityUl .ie9{
  left: 72%;
  top: 45%;

     }
#index-body .init-5 .map .cityUl .ie10{
  left: 63%;
  top: 45%;

     }
#index-body .init-5 .map .cityUl .ie11{
  left: 60%;
  top: 65%;

     }
#index-body .init-5 .map .cityUl .ie12{
  left: 56%;
  top: 72%;

     }
#index-body .init-5 .map .cityUl .ie13{
  left: 52%;
  top: 53%;

     }
#index-body .init-5 .map .cityUl .ie14{
  left: 53%;
  top: 48%;

     }
#index-body .init-5 .map .cityUl .ie15{
  left: 60%;
  top: 37%;

     }
#index-body .init-5 .map .cityUl .ie16{
  left: 56%;
  top: 37%;

  }
#index-body .init-5 .map .cityUl .ie17{
  left: 48%;
  top: 35%;

  }
#index-body .init-5 .map .cityUl .ie18{
  left: 48%;
  top: 27%;

  }
#index-body .init-5 .map .cityUl .ie19{
  left: 49%;
  top: 22%;

  }
#index-body .init-5 .map .cityUl .ie20{
  left: 47%;
  top: 17%;

  }
#index-body .init-5 .map .cityUl .ie21{
  left: 52%;
  top: 15%;

  }
#index-body .init-5 .map .cityUl .ie22{
  left: 54%;
  top: 20%;

  }
#index-body .init-5 .map .cityUl .ie23{
  left: 51%;
  top: 25%;

  }
#index-body .init-5 .map .cityUl .ie24{
  left: 54%;
  top: 27%;

  }
#index-body .init-5 .map .cityUl .ie25{
  left: 22%;
  top: 37%;

  }
#index-body .init-5 .map .cityUl .ie26{
  left: 15%;
  top: 31%;

  }
#index-body .init-5 .map .cityUl .ie27{
  left: 15%;
  top: 45%;
  
   }
#index-body .init-5 .map .cityUl .ie28{
  left: 25%;
  top: 60%;

   }
#index-body .init-5 .map .cityUl .ie29{
  left: 30%;
  top: 62%;

   }
#index-body .init-5 .map .cityUl .ie30{
  left: 24%;
  top: 69%;

   }
#index-body .init-5 .map .cityUl .ie31{
  left: 30%;
  top: 72%;

   }
#index-body .init-5 .map .cityUl .ie32{
  left: 28%;
  top: 75%;
  
}
/*#index-body .init-5 .map .roundBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-5 .map .roundBox .round {
  width: 55px;
  height: 55px;
  z-index: 3;
}
#index-body .init-5 .map .roundBox .round .box {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .init-5 .map .roundBox .round .box img {
  position: relative;
  z-index: 2;
}
#index-body .init-5 .map .roundBox .round .box::before,
#index-body .init-5 .map .roundBox .round .box::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  position: absolute;
  background-color: var(--color);
  opacity: 0;
  z-index: 1;
  transform-origin: 50% 50%;
}
#index-body .init-5 .map .roundBox .round .box::after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .init-5 .map .roundBox .round:hover .box::before,
#index-body .init-5 .map .roundBox .round:hover .box::after {
  opacity: 0.3;
}
#index-body .init-5 .map .roundBox .round1 {
  left: 40%;
  top: 30%;
}
#index-body .init-5 .map .roundBox .round2 {
  left: 50%;
  top: 20%;
}
#index-body .init-5 .map .roundBox .round3 {
  left: 55%;
  top: 40%;
}
#index-body .init-5 .map .roundBox .round4 {
  left: 50%;
  top: 30%;
}
#index-body .init-5 .map .roundBox .round5 {
  left: 70%;
  top: 15%;
}
#index-body .init-5 .map .roundBox .round6 {
  left: 75%;
  top: 25%;
}
#index-body .init-5 .map .roundBox .round7 {
  left: 80%;
}
#index-body .init-5 .map .roundBox .round8 {
  left: 20%;
  top: 50%;
}
#index-body .init-5 .map .roundBox .round9 {
  left: 31%;
  top: 70%;
}*/
#index-body .init-5 .map1 {
  display: none;
}
#index-body .init-6 {
  background-image: url('../images/init-6Bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
#index-body .init-6 .txt {
  color: #666;
}
#index-body .init-6 .container .titleBox {
  border-bottom: 1px solid #e4e4e4;
}
#index-body .init-6 .container .swiper ul li {
  width: 30%;
}
#index-body .init-6 .container .swiper ul li a.img {
  border-radius: 10px;
}
#index-body .init-6 .container .swiper ul li .Hbtn1 {
  background-color: #f5f5f7;
  color: #333;
}
#index-body .init-6 .container .swiper ul li .Hbtn1 i {
  background-color: var(--color1);
}
#index-body .init-6 .container .swiper ul li .Hbtn1:hover {
  background-color: var(--color);
  color: #fff;
  font-size: var(--px21);
}
#index-body .init-6 .container .swiper-pagination {
  position: static;
}
#index-body .init-6 .container .swiper-pagination span {
  width: 11px;
  height: 11px;
  border: solid 1px var(--color);
  background-color: transparent;
  opacity: 1;
}
#index-body .init-6 .container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../images/footerBg.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #fff;
}
#footer .footerForm .textOutline {
  font-size: var(--px114);
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  opacity: 0.13;
  line-height: 0.7;
}
#footer .footerForm .form {
  margin-top: -15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
#footer .footerForm .form .left {
  width: 34%;
}
#footer .footerForm .form .left .icon {
  width: 43px;
  height: 49px;
}
#footer .footerForm .form .left .titl {
  width: calc(100% - 43px);
}
#footer .footerForm .form form {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}
#footer .footerForm .form form input {
  background-color: transparent;
  border: none;
  color: #fff;
}
#footer .footerForm .form form input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#footer .footerForm .form form input.mail,
#footer .footerForm .form form input.cont {
  border-left: 1px solid #cccccc;
}
#footer .footerForm .form form input.name {
  width: 98px;
}
#footer .footerForm .form form input.mail {
  width: 230px;
}
#footer .footerForm .form form input.cont {
  width: 260px;
}
#footer .footerForm .form form input.inquery {
  color: var(--color);
  background-color: #fff;
  border-radius: 24px;
}
#footer .footerForm .form form input.inquery:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .center .item1 {
  max-width: 340px;
}
#footer .center .item1 .shareBox .cont {
  width: 86px;
  height: 86px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}
#footer .center .item1 .shareBox .share li {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
}
#footer .center .item1 .shareBox .share li i {
  font-size: 20px;
}
#footer .center .item1 .shareBox .share li:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .center .item p.link {
  color: #eee;
  line-height: 24px;
}
#footer .center .item p.link a:hover {
  color: #fff;
  font-weight: bold;
}
#footer .center .item4 {
  width: 25%;
}
#footer .center .item4 .con {
  color: #eee;
}
#footer .center .item4 .con .conText {
  width: calc(100% - 30px);
  line-height: 1.75;
}
#footer .center .item4 .con .conText .titl {
  color: #fff;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: var(--px35);
  padding-bottom: var(--px35);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1700px) {
  #banner .swiper ul li .container .imgBox {
    margin-left: -14%;
    margin-right: -2%;
  }
  #index-body .init-1 .container .bot .itemBox .itemR {
    width: 55%;
  }
  #index-body .init-4 {
    height: 750px;
  }
}
@media (max-width: 1450px) {
  .fd1 {
    transform: scale(0.8);
  }
  .fd1-3 {
    transform: scale(1.1);
  }
  .fd1-4 {
    transform: scale(1.2);
  }
  .fd1-5 {
    transform: scale(1.3);
  }
  .fd1-6 {
    transform: scale(1.4);
  }
  .fd1-7 {
    transform: scale(1.5);
  }
  .fd1-8 {
    transform: scale(1.6);
  }
  .fd1-9 {
    transform: scale(1.7);
  }
  .fd2 {
    transform: scale(1.8);
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 35px;
  }
  #banner .swiper ul li .container .textBox {
    width: 48%;
  }
  #banner .swiper ul li .container .imgBox {
    width: 65%;
    margin-left: -11%;
    margin-right: -2%;
  }
  #index-body .init-1 img.bg {
    width: 60vw;
  }
  #index-body .init-2 img.bg {
    height: 95%;
  }
  #index-body .init-4 {
    height: 620px;
  }
  #footer .footerForm .form {
    justify-content: center;
  }
  #footer .footerForm .form .left {
    width: calc(100% - 750px);
  }
  #footer .footerForm .form .left br {
    display: none;
  }
}
@media (max-width: 1250px) {
  .fd1 {
    transform: scale(0.7);
  }
  .fd1-3 {
    transform: scale(1);
  }
  .fd1-4 {
    transform: scale(1.1);
  }
  .fd1-5 {
    transform: scale(1.2);
  }
  .fd1-6 {
    transform: scale(1.3);
  }
  .fd1-7 {
    transform: scale(1.4);
  }
  .fd1-8 {
    transform: scale(1.5);
  }
  .fd1-9 {
    transform: scale(1.6);
  }
  .fd2 {
    transform: scale(1.7);
  }
  #banner {
    padding-top: 0;
  }
  #banner .swiper ul li .container .textBox {
    width: 55%;
  }
  #banner .swiper ul li .container .imgBox {
    width: 50%;
    margin-left: -5%;
    margin-right: 0;
  }
  #index-body .init-1 .container .bot {
    min-height: auto;
  }
  #index-body .init-1 .container .bot .itemBox .itemL {
    width: 45%;
  }
  #index-body .init-1 .container .bot .itemBox .itemR {
    width: 55%;
  }
  #index-body .init-1 .rightNav {
    position: relative;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #index-body .init-1 .rightNav .navItem .titl {
    border-radius: 10px;
  }
  #index-body .init-2 img.bg {
    height: 100%;
    object-fit: cover;
    object-position: center right;
  }
  #index-body .init-4 {
    height: 530px;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  #index-body .init-4 .bot .item .titl .textBox {
    padding-left: 5px;
  }
  #footer .footerForm .form .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footerForm .form form {
    width: 100%;
  }
  #footer .footerForm .form form input.cont {
    flex: 1;
  }
}
@media (max-width: 1000px) {
  .fd1 {
    transform: scale(0.5);
  }
  .fd1-3 {
    transform: scale(0.8);
  }
  .fd1-4 {
    transform: scale(0.9);
  }
  .fd1-5 {
    transform: scale(1);
  }
  .fd1-6 {
    transform: scale(1.1);
  }
  .fd1-7 {
    transform: scale(1.2);
  }
  .fd1-8 {
    transform: scale(1.3);
  }
  .fd1-9 {
    transform: scale(1.4);
  }
  .fd2 {
    transform: scale(1.5);
  }
  #banner .swiper ul li img.bg {
    min-height: 450px;
    object-fit: cover;
    object-position: center;
  }
  #banner .swiper ul li .container .textBox {
    width: 70%;
    position: relative;
    z-index: 2;
  }
  #banner .swiper ul li .container .imgBox {
    width: 40%;
    margin-left: -10%;
  }
  #index-body .init-1 .container .top .Hbtn {
    width: auto;
  }
  #index-body .init-2 {
    padding-top: 20px;
  }
  #index-body .init-2 .videoBox {
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #index-body .init-2 .container.bot ul {
    padding-left: 0;
  }
  #index-body .init-2 .container.bot ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }
  #index-body .init-3 .bot {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-3 .bot .textL,
  #index-body .init-3 .bot .imgR {
    width: 100%;
  }
  #index-body .init-3 .bot .imgR {
    display: flex;
    justify-content: center;
    min-height: auto;
  }
  #index-body .init-4 {
    height: auto;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  #index-body .init-4 .Hbtn {
    margin-bottom: 15px;
  }
  #index-body .init-4 .Hbtn i {
    width: 30px;
    height: 30px;
  }
  #index-body .init-4 .bot {
    padding-top: 30px;
  }
  #index-body .init-4 .bot .item {
    width: 49%;
    margin-bottom: 20px;
  }
  #index-body .init-4 .bot .item .txt {
    height: auto;
    font-size: 14px;
  }
  #index-body .init-4 .bot .item .btn {
    opacity: 1;
    position: static;
  }
  #index-body .init-4 .bot .item:hover .titl .textBox .txt,
  #index-body .init-4 .bot .item.active .titl .textBox .txt {
    font-size: 15px;
  }
  #index-body .init-5 .map1 {
    display: block;
  }
  #footer .footerForm .form form {
    padding: 20px !important;
    height: auto;
  }
  #footer .footerForm .form form input.name,
  #footer .footerForm .form form input.mail {
    width: 49%;
  }
  #footer .footerForm .form form input.cont {
    width: 100%;
    flex: auto;
  }
  #footer .footerForm .form form input.cont,
  #footer .footerForm .form form input.mail {
    padding-left: 0;
    border-left: none;
  }
  #footer .footerForm .form form input.name,
  #footer .footerForm .form form input.mail,
  #footer .footerForm .form form input.cont {
    height: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
  }
  #footer .center .item1,
  #footer .center .item4 {
    width: 49%;
    max-width: none;
  }
}
@media (max-width: 700px) {
  #banner .swiper ul li .container {
    flex-wrap: wrap;
  }
  #banner .swiper ul li .container .textBox {
    width: 100%;
  }
  #banner .swiper ul li .container .textBox .titl br {
    display: none;
  }
  #banner .swiper ul li .container .textBox .txt {
    width: 100%;
  }
  #banner .swiper ul li .container .imgBox {
    margin-left: auto;
    width: 50%;
  }
  #index-body .init-1 .rightNav {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .init-1 .rightNav .navItem {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #index-body .init-1 .rightNav .navItem .img {
    width: 70px;
  }
  #index-body .init-1 .rightNav .navItem .titl {
    max-width: none;
    flex: 1;
  }
  #index-body .init-2 .container.bot ul li {
    width: 50%;
  }
  #index-body .init-3 .bot .textL .itemBox {
    width: 50%;
  }
  
}
@media (max-width: 500px) {
  #index-body .init-1 .rightNav .navItem {
    width: 100%;
  }
  #index-body .init-3 .bot .textL .itemBox {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .bot .textL .itemBox .item {
    min-height: auto;
  }
  #index-body .init-3 .bot .textL .itemBox .item .titlBox .titl {
    min-height: auto;
    padding-top: 15px;
  }
  #index-body .init-4 .bot .item {
    width: 100%;
  }
  #footer .footerForm .form form input.name,
  #footer .footerForm .form form input.mail {
    width: 100%;
  }
  #footer .center .item {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.inner-banner {
  height: auto;
  width: 100%;
  margin: 100px auto 0;
  overflow: hidden;
  position: relative;
}
.inner-banner .inner-content {
  width: 100%;
  height: auto;
  background-size: cover;
  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;
  position: relative;
  padding: 100px 0;
}

.inner-banner .mbx {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
}

.inner-banner .mbx h2 {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

.inner-banner .mbx h1 {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

.inner-banner .mbx p {
  font-size: 16px;
  line-height: 32px;
}

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

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

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

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
  color: #fff;
  border: 1px solid var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page .m-page {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .m-page {
    margin-top: 20px;
  }
}

.markets-page .markets-1 .mar-navli {
  background-color: #f4f5f9;
  border-radius: 20px;
  overflow: hidden;
}

.markets-page .markets-1 .mar-navli ul li .box {
  padding: 0 20px;
  height: 210px;
  transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box img {
  transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box .tt {
  transition: all 0.5s;
  text-align: center;
}

.markets-page .markets-1 .mar-navli ul li .box:hover,
.markets-page .markets-1 .mar-navli ul li.active .box {
  background-color: var(--color);
}

.markets-page .markets-1 .mar-navli ul li .box:hover .tt,
.markets-page .markets-1 .mar-navli ul li.active .box .tt {
  color: #fff;
}

.markets-page .markets-1 .mar-navli ul li .box:hover img,
.markets-page .markets-1 .mar-navli ul li.active .box img {
  filter: brightness(0) invert(1);
}

.markets-page .markets-2 .content {
  max-width: 1000px;
  margin: 15px auto;
}

.markets-page .markets-2 .mar-artli ul li .box {
  background-color: #f4f5f9;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, .2);
  margin: 10px;
}

.markets-page .markets-2 .mar-artli ul li .box .img-box {
  border-radius: 10px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox .tt {
  padding: 0 10px;
  transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box:hover {
  background-color: var(--color);
}

.markets-page .markets-2 .mar-artli ul li .box:hover .tt {
  color: #fff;
}
.product-yd-page .init-1 .container ul li .box {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}

.product-yd-page .init-1 .container ul li .box .left {
  width: 60%;
  padding-right: 0px;
}

.product-yd-page .init-1 .container ul li .box .left .title {
  font-weight: bold;
  display: block;
}

.product-yd-page .init-1 .container ul li .box .left .title:hover {
  color: var(--color);
}

.product-yd-page .init-1 .container ul li .box .left .des {
  color: #666;
  margin-top: 20px;
  /*font-weight: 500;*/
  overflow-y: scroll;
  max-height: 250px;
  line-height: 32px;
}

.product-yd-page .init-1 .container ul li .box .left .more {
  margin-top: 30px;
}

.product-yd-page .init-1 .container ul li .box .right {
  width: 40%;
  text-align: right;
  position: relative;
}

.product-yd-page .init-1 .container ul li .box .right a img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}

.product-yd-page .init-1 .container ul li .box .right a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/uklbearing/2026/01/09/init-2ImgBg-LnNl.png) no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: .5;
  zoom: 0.8;
  -webkit-animation: rotateX 40s 0.3s linear infinite;
  -moz-animation: rotateX 40s 0.3s linear infinite;
  animation: rotateX 40s 0.3s linear infinite;
  z-index: 1;
}

.product-yd-page .init-1 .container ul li .box .right a {
  border-radius: 50%;
  width: 63%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8%;
}

.product-yd-page .init-1 .container ul li .box .right img {
  border-radius: 50%;
  background: #f5f8ff;
}

.product-yd-page .init-1 .container ul li:last-child .box {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1000px) {
  .product-yd-page .init-1 .container ul li .box .left {
    width: 100%;
    padding-right: 0;
  }

  .product-yd-page .init-1 .container ul li .box .right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.product-page {
  min-height: 80vh;
}

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

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

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

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

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

.product-page .pro-box .product-right .text {
  margin-bottom: 30px;
}

.product-page .pro-box .product-right .text h1 {
  margin-bottom: 10px;
}

.product-page .pro-box .product-right .text p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  overflow-y: scroll;
}
.product-page .pro-box .product-right .text p.Auxil-catdes {
  max-height: 200px;
  overflow-y: auto;
}

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

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

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

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

.product-page .pro-box .product-right ul li .img-box .icon a img.hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
  opacity: 0;
}

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

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

.product-page .pro-box .product-right ul li h4 {
  font-size: 20px;

  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 700;
  text-overflow: -o-ellipsis-lastline;
}

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

@media screen and (max-width: 1400px) {
  .product-page .pro-box .product-right ul li h4 {
    font-size: 18px;
  }
}

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

@media screen and (max-width: 500px) {
  .product-page .pro-box .product-right .text h3 {
    font-size: 20px;
  }
}

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

.pro-box .pro-left .menus {

  margin-bottom: 50px;
}

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

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

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

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

.pro-box .pro-left .menus>li.active .menu-a i {
  transform: translateY(-50%) rotate(-90deg);

}

.pro-box .pro-left .menus>li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 70px 0 27px;

  font-size: 18px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  /*background-color: var(--color);*/
  background-image: linear-gradient(35deg, #0e3092 0%, #0168b7 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

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

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

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

.pro-box .pro-left .menus>li .sub-menu li:first-child {
  padding-top: 20px;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child {
  padding-bottom: 20px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
}

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

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

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

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

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

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

.prodet-page .prodet-right .box .left .bigImg ul li {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .box .left .bigImg ul li img {
  background: #F6F9FF;
}

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

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

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

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

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

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

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

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

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

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

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

.prodet-page .prodet-right .box .right h1 {
  font-size: 35px;
  font-weight: bold;

}

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

}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prodet-page .prodet-right .prodet-content {
  padding-bottom: var(--px30);
  color: #000;
  font-weight: 300;
}
.prodet-page .prodet-right .prodet-content strong {
  font-size: var(--px18);
}

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

.prodet-page .prodet-right .prodet-title ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 22px;
  background: url("../images/nav-tag.png") no-repeat;
  left: 2px;
  top: -6px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

.prodet-page .prodet-right .prodet-content .det table tr td {
  font-size: 16px;
  color: #666;
  text-align: center;
}

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

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

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

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

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

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

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
  background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
  color: #fff;
  transition: all .5s;
}

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

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

.prodet-page .Hbtn {
  background-color: var(--color);
}

@media screen and (max-width: 1600px) {
  .prodet-page .prodet-right .box .right .Auxil-through .next {
    margin-top: 30px;
  }

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

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

@media screen and (max-width: 1400px) {
  .prodet-page .prodet-right .box .right h1 {
    font-size: 26px;
  }

}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-right .box .left {
    width: 100%;
    margin-bottom: 60px;
  }

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

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

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

  .prodet-page .prodet-right .prodet-title {
    margin: var(--px60) 0 var(--px30) 0;
  }

}


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

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

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

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

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

  .product-page .pro-box .product-right .text h1 {
    font-size: 18px;
  }

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

  .prodet-page .prodet-right .prodet-title {
    margin: 20px 0 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-right .prodet-title ul li {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: center;
  }

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

  .prodet-page .prodet-right .prodet-content .det form {
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

.recommended-product ul li .img_box .icon a img.hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.recommended-product ul li .img_box .icon a:hover .cur {
  opacity: 0;
}

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



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

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

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

@media screen and (max-width: 1250px) {
  .recommended-product {
    padding: 60px 0;
  }
}

@media screen and (max-width: 700px) {
  .recommended-product {
    padding: 30px 0;
  }
}

.support-page .support-1 .left {
  width: 44.5%;
}

.support-page .support-1 .left img {
  border-radius: 20px;
}

.support-page .support-1 .right {
  width: 47%;
}

.support-page .support-1 .right .sub {
  color: var(--color);
}

.support-page .support-2 .left {
  width: 20.5%;
  background-image: linear-gradient(-28deg, #0168b7 0%, #507bf0 100%);
  border-radius: 20px;
}

.support-page .support-2 .left form input,
.support-page .support-2 .left form textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  color: white;
}

.support-page .support-2 .left form input::placeholder,
.support-page .support-2 .left form textarea::placeholder {
  font-size: 14px;
  color: #fff;
}

.support-page .support-2 .left form input.inquery,
.support-page .support-2 .left form textarea.inquery {
  font-size: 16px;
  width: auto;
  border: none;
  background-color: #fff;
  color: var(--color);
  padding: 10px 30px;
  border-radius: 23px;
}

.support-page .support-2 .left form input.inquery:hover,
.support-page .support-2 .left form textarea.inquery:hover {
  background-color: var(--color);
  color: white;
}

.support-page .support-2 .right {
  width: 74.5%;
}

.support-page .support-2 .right .slickBox ul {
  position: relative;
  width: 88%;
  margin: auto;
}

.support-page .support-2 .right .slickBox ul li {
  text-align: center;
}

.support-page .support-2 .right .slickBox ul li .list {
  position: relative;
  z-index: 2;
}

.support-page .support-2 .right .slickBox ul li .list .icon img {
  display: block;
  margin: 0 auto;
}

.support-page .support-2 .right .slickBox ul li .list .num {
  width: 48px;
  height: 48px;
  background-color: #0e3092;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
}

.support-page .support-2 .right .slickBox ul li .list .titl {
  line-height: 1.34;
  width: 75%;
  margin: 0 auto;
}

.support-page .support-2 .right .slickBox ul::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0e3092;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.support-page .support-2 .right .slickBox .slickBtn.pos div {
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}

.support-page .support-2 .right .slickBox .slickBtn.pos div:hover {
  background-color: var(--color);
  color: #fff;
}

.support-page .support-2 .right .slickBox .slickBtn.pos div.next {
  left: auto;
  right: 0;
}

.support-page .support-2 .right .slickBox .slickBtn.pos div.prev {
  left: 0;
  right: auto;
}

.support-page .support-3 {
  background-color: #f1f5f6;
}

.support-page .support-3 img.bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.support-page .support-3 .container {
  margin-top: -540px;
}

.support-page .support-3 .container .line {
  height: 80px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  margin: auto;
}

.support-page .support-3 .container .line::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: hua 5s linear infinite;
}

.support-page .support-3 .container .slickBox ul li {
  height: 495px;
  overflow: hidden;
}

.support-page .support-3 .container .slickBox ul li .list {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.support-page .support-3 .container .slickBox ul li .list .icon {
  width: 139px;
  height: 139px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.support-page .support-3 .container .slickBox ul li .list .icon::after,
.support-page .support-3 .container .slickBox ul li .list .icon::before {
  content: '';
  border-radius: 50%;
  border: 1px dashed var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.support-page .support-3 .container .slickBox ul li .list .icon::after {
  width: 100%;
  height: 100%;
}

.support-page .support-3 .container .slickBox ul li .list .icon::before {
  width: 83.5%;
  height: 83.5%;
}

.support-page .support-3 .container .slickBox ul li .list .minTitl {
  color: #ccc;
}

.support-page .support-3 .container .slickBox ul li .list .lineB {
  width: 22px;
  height: 5px;
  background-color: var(--color);
}

.support-page .support-3 .container .slickBox ul li .list .text {
  line-height: 1.875;
  height: 60px;
  overflow-y: auto;
}

.support-page .support-3 .container .slickBox ul li .cont {
  height: 100%;
  width: 100%;
  background-color: var(--color);
  border-radius: 20px;
  color: #fff;
  opacity: 0;
  transform: translateY(-20%);
}

.support-page .support-3 .container .slickBox ul li .cont .icon img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);

}

.support-page .support-3 .container .slickBox ul li .cont .titl {
  line-height: 1.2;
  margin: 0 auto;
}

.support-page .support-3 .container .slickBox ul li .cont .lineB {
  width: 94px;
  height: 5px;
  background-color: #ffffff;
  margin: 19px auto;
}

.support-page .support-3 .container .slickBox ul li .cont .txt {
  line-height: 1.6;
  height: 194px;
  overflow-y: auto;
}

.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar {
  width: 2px;
}

.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}

.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.support-page .support-3 .container .slickBox ul li:hover .list {
  /*position: absolute;
  left: 8%;
  opacity: 0;
  transform: translateY(-20%);
  width: 20%;*/
  background-color: var(--color);
  color: #fff;

}

.support-page .support-3 .container .slickBox ul li:hover .icon::after,
.support-page .support-3 .container .slickBox ul li:hover .icon::before {
  border-color: #fff;
}

.support-page .support-3 .container .slickBox ul li:hover .list .icon img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}

.support-page .support-3 .container .slickBox ul li:hover .list .lineB {
  background-color: #fff;
}

/*.support-page .support-3 .container .slickBox ul li:hover .cont {
  opacity: 1;
  transform: translateY(0);
}*/
.support-page .support-3 .container .bot {
  line-height: 2;
}

.support-page .support-3 .container .bot p {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  .support-page .support-3 .container {
    margin-top: -450px;
  }

  .support-page .support-3 .container .slickBox ul li {
    height: 450px;
  }
}

@media screen and (max-width: 1450px) {
  .support-page .support-2 .left {
    width: 25%;
  }

  .support-page .support-2 .right {
    width: 72%;
  }

  .support-page .support-2 .right .slickBox ul li .list .titl {
    width: 85%;
  }

  .support-page .support-3 .container {
    margin-top: -400px;
  }

  .support-page .support-3 .container .slickBox ul li {
    height: 430px;
  }
}

@media screen and (max-width: 1250px) {
  .support-page .support-2 .left {
    width: 60%;
    margin: 10px auto;
    padding: 20px !important;
  }

  .support-page .support-2 .right {
    width: 100%;
  }

  .support-page .support-2 .right .slickBox ul::after {
    top: 53%;
  }

  .support-page .support-3 .container {
    margin-top: -330px;
  }

  .support-page .support-3 .container .slickBox ul li {
    height: 400px;
  }

  .support-page .support-3 .container .slickBox ul li .list .icon {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .support-page .support-1 .right {
    margin-top: 20px;
  }
  .support-page .support-2 .right .slickBox ul::after {
    top: 60%;
  }

  /*.support-page .support-3 .container {
    margin-top: -220px;
  }*/
  .support-page .support-3 .container .line {
    height: 25px;
  }

  .support-page .support-3 .container .line::after {
    width: 5px;
    height: 5px;
  }

  .support-page .support-3 .container .txt {
    max-height: 110px;
    overflow-y: auto;
  }

  .support-page .support-3 img.bg {
    min-height: 400px;
  }

  .support-page .support-3 .container .slickBox ul li {
    height: 370px;
  }

  .support-page .support-3 .container .bot p {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .support-page .support-3 img.bg {
    height: 300px;
  }

  .support-page .support-3 .container {
    margin-top: -310px;
  }

}

.about-page .about-1 .about-img img {
  border-radius: 20px;
}

.about-page .about-1 .about-txt {
  background-color: #f4f5f9;
  border-radius: 10px;
  width: 85%;
  margin: -10% auto 0;
  position: relative;
  z-index: 1;
}

.about-page .about-1 .about-txt .desc {
  color: #666666;
  line-height: 1.7;
}

.about-page .about-2 {
  position: relative;
  overflow: hidden;
}

.about-page .about-2 .swiper {
  padding: 60px 0;
  margin: 0 150px;
}

.about-page .about-2 .mk-tt {
  color: #fff;
}

.about-page .about-2 .swiper .h6 {
  line-height: 2;
  color: #fff;
}

.about-page .about-2 .swiper .text {
  line-height: 2;
  padding-right: 20px;
  color: #fff;
}

.about-page .about-2 .swiper .swiper-wrapper {
  align-items: flex-end;
}

.about-page .about-2 .swiper .swiper-slide .box {
  position: relative;
}

.about-page .about-2 .swiper .swiper-slide .box .line {
  display: block;
  height: 1px;
  background: #dcdcdc;
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
}

.about-page .about-2 .swiper .swiper-slide .box .line:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: 6.5s linear;
  -moz-transition: 6.5s linear;
  transition: 6.5s linear;
}

.about-page .about-2 .swiper .swiper-slide .box .line i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #787878;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-2 .swiper .swiper-slide .box .line i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line:before {
  width: 100%
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i {
  left: 3px;
  background-color: var(--color)
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i:after {
  opacity: .5
}


.about-page .about-2 .zdy-switch>div {
  position: absolute;
  margin-top: -25px;
  background-color: #fff;
}

.about-page .about-2 .zdy-switch>div:hover {
  background-color: var(--color);
}

.about-page .about-3 .brands-list ul li .box {
  background-color: #f4f5f9;
  border-radius: 5px;
  padding: 60px 30px 80px;
  transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box a {
  /*display: flex;*/
}

.about-page .about-3 .brands-list ul li .box a img {
  width: unset;
  max-width: 98px;
  max-height: 98px;
  border-radius: 50%;
}

.about-page .about-3 .brands-list ul li .box a .img2 {
  display: none;
}

.about-page .about-3 .brands-list ul li .box .txtbox .desc {
  height: 158px;
  overflow-y: auto;
  line-height: 1.7;
  transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box:hover {
  background-color: var(--color);
}

.about-page .about-3 .brands-list ul li .box:hover .tt {
  color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc {
  color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
  background-color: #000;
}

.about-page .about-3 .brands-list ul li .box:hover a .img1 {
  display: none;
}

.about-page .about-3 .brands-list ul li .box:hover a .img2 {
  display: block;
}

.about-page .about-4 {
  background-color: #f4f5f9;
}

.about-page .about-4 .list {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 20% 2.5%;
}

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

.about-page .about-4 .list ul li .box {
  transform-origin: bottom;
  transition: all 0.5s;
}

.about-page .about-4 .list ul li.swiper-slide {
  opacity: 0;
}

.about-page .about-4 .list ul li.swiper-slide-prev .box {
  transform: scale(1.2) translateX(-20px);
}

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

.about-page .about-4 .list ul li.swiper-slide-next .box {
  transform: scale(1.2) translateX(20px);
}

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

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

.about-page .about-4 .list .zdy-switch>div {
  position: absolute;
  background-color: #ededed;
}

.about-page .about-4 .list .zdy-switch>div:hover {
  background-color: var(--color);
}

.about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
  left: 13%;
}

.about-page .about-4 .list .zdy-switch>div.swiper-button-next {
  right: 13%;
}

.zdy-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zdy-switch>div {
  position: static;
  width: 50px;
  height: 50px;
  background-color: rgba(237, 237, 237, 0.1);
  border-radius: 50%;
  margin-top: 0;
  margin-left: 12px;
  margin-right: 12px;
  transition: all 0.5s;
}

.zdy-switch>div::after {
  font-size: 16px;
  color: #b2b2b2;
  transition: all 0.5s;
}

.zdy-switch>div:hover {
  background-color: var(--color);
}

.zdy-switch>div:hover::after {
  color: #fff;
}

.zdy-switch.grey>div {
  background-color: #ededed;
}

.zdy-switch.grey>div:hover {
  background-color: var(--color);
}

@media (max-width: 1450px) {
  .about-page .about-4 .list {
    padding: 0 10% 2.5%;
  }

  .about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
    left: 2%;
  }

  .about-page .about-4 .list .zdy-switch>div.swiper-button-next {
    right: 2%;
  }
}

@media (max-width: 1250px) {
  .zdy-switch {
    zoom: 0.85;
  }

  .zdy-switch>div {
    margin-left: 5px;
    margin-right: 5px;
  }

  .about-page .about-2 .swiper .swiper-slide::after {
    height: 150px;
  }

  .about-page .about-3 .brands-list ul li .box {
    padding: 20px 15px;
  }

  .about-page .about-4 .list {
    padding: 0 0 2.5%;
  }

  .about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
    left: -9%;
  }

  .about-page .about-4 .list .zdy-switch>div.swiper-button-next {
    right: -9%;
  }

  .about-page .about-4 .list ul li.swiper-slide-prev .box {
    transform: none;
  }

  .about-page .about-4 .list ul li.swiper-slide-next .box {
    transform: none;
  }

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

  .about-page .about-4 .list ul li {
    padding-top: 70px;
  }
}

@media (max-width: 1000px) {
  .about-page .about-2 .swiper .text {
    padding-right: 0;
  }

  .about-page .about-1 .about-txt {
    width: 100%;
    margin-top: 5%;
  }

  .about-page .about-2 .swiper {
    padding: 30px 0;
    margin: 0 66px;
  }

  .about-page .about-2 .swiper .swiper-slide .box {
    padding: 0 10px;
  }
}

@media (max-width: 700px) {
  .about-page .about-1 .about-img img {
    height: 360px;
    object-fit: cover;
  }

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

  .about-page .about-4 .list {
    background-image: none !important;
  }

  .about-page .about-4 .list .zdy-switch {
    display: none;
  }

  .about-page .about-4 .list ul li.swiper-slide-active .box {
    transform: none;
  }

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

.gallery-page .init-1 .container .cont {
  border-bottom: 1px solid #d2d2d2;
}

.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}

.gallery-page .init-1 .container .cont li:last-child {
  margin-right: 0;
}

.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;

  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}

.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #bf0000;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.gallery-page .init-2 {
  padding-top: 60px;
  /*background: #ecf3f5;*/
}

.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}

.gallery-page .init-2 .container ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}

.gallery-page .init-2 .container ul li .box video {
  display: block;
  width: 100%;
}

.gallery-page .init-2 .container ul li .box .title {
  /*font-weight: 600;*/
  text-align: center;
  margin-top: 16px;
  color: #666;

}

.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}

.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
  border-radius: 10px;

}

.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}

.gallery-page.Partner .init-2 .container ul li {
  width: 20%;
}

.gallery-page.video-page .play-btn i {
  border: none;
}

@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }

  .gallery-page .init-2 {
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}

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

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.faq-page .faq-2 .form form button i {
  font-size: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-page .sidebar-box .sidebar-left {
  width: 28%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;

  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
}

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

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  display: block;
  padding: 8px 0;

  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
  display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  margin-left: 10px;
  color: #7b7b7b;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  font-size: 16px;
  line-height: 40px;
}

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

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

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

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: 600;

  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

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

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

.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 30px 30px;
}

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

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
  background: #000;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
  transform: rotate(45deg);
}

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

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
  color: #fff;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
  color: var(--color);
}

.news-page .sidebar-box .sidebar-right {
  width: 72%;
  margin-left: auto;
}

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

.news-page .news-list ul>p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}

.news-page .news-list ul li {
  padding: 0 25px;
  margin-bottom: 30px;
}

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

.news-page .news-list ul li .box .content .cat_name {
  background-color: #b3b3b3;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px;
  line-height: 2;
}

.news-page .news-list ul li .box .content .title {
  font-weight: 600;
  margin-top: 20px;
  min-height: 70px;
}

.news-page .news-list ul li .box .content .title:hover {
  color: var(--color);
}

.news-page .news-list ul li .box .content .time {
  font-size: 14px;
  /*font-weight: 500;*/
  /*line-height: 30px;*/
  color: var(--color);
  display: inline-block;
  /*margin-top: 5px;*/
}

.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  /*font-weight: 500;*/
  color: #666;
  margin-top: 6px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
    overflow-y: auto;*/
  padding-right: 5px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  /*font-weight: bold;*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
  color: #666;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  float: right;
  position: relative;
  top: 1px;
}

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

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

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

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
    display: none;
  }*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
  display: block;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol {
  display: none;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  font-size: 16px;
  line-height: 40px;
}

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

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

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

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

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

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

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  /*font-weight: bold;*/
  font-size: 16px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

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

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

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/tbmcrane/2025/08/08/newsside.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  padding: 215px 40px 30px;
}

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

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  margin-top: 60px;
}

.inner-page.product2-page .sidebar-left {
  padding-right: 45px;

}

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    padding: 90px 30px 30px;
  }
}

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

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

.inner-page .sidebar-box .sidebar-left {
  width: 28%;
  position: sticky;
  top: 130px;
  padding-right: 45px;
  margin-top: 60px;
}

.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

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

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

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

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

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

.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

.newdet-page .newdet-side {
  width: 27%;
  float: left;
  position: sticky;
  top: 100px;
  margin-top: 30px;
}

.newdet-page .newdet-info {
  width: 70%;
  float: right;
}

.newdet-page .newdet-info strong {
  color: #666666;
}

.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  color: #fff;

  background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
  padding: 5px 15px;
  text-transform: uppercase;
}

.newdet-page .header h1 {
  line-height: 1.4;
  margin: 20px 71px 0;

}

.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
}

.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}

.newdet-page .header .post_meta .photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}

.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}

.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  color: #7b7b7b;
}

.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}

.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}

.newdet-page .content {
  margin-top: 40px;
  /*font-weight: 500;*/
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.newdet-page .content h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.newdet-page .content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}

.newdet-page .content li {
  list-style: disc;
  margin-left: 20px;
}

.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  /*border-top: 1px solid #d1d0c8;*/
  border-bottom: 1px solid #d1d0c8;
  text-align: right;

}

.newdet-page .share a {
  display: none;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
}

.newdet-page .share a:first-child {
  margin-left: 0;
}

.newdet-page .share a:nth-child(1) {
  color: #fff;
}

.newdet-page .share a:nth-child(2) {

  color: #fff;
}

.newdet-page .share a:nth-child(3) {

  color: #fff;
}

.newdet-page .share a:nth-child(4) {
  background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
  color: #fff;
}

.newdet-page .share a:nth-child(5) {
  background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);
  color: #fff;
}

.newdet-page .share a:hover {
  margin-top: -3px;
}

.newdet-page .m-link {
  margin: 40px auto 0;
}

.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.newdet-page .m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}

.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}

.newdet-page .m-link a:last-child {
  text-align: right;
}

.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}

.newdet-page .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;

}

.newdet-page .m-link a:hover {
  color: #000;
}

.newdet-page .prodet-page {
  padding: 0;
}

.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}

.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}

.newdet-page .prodet-3 {
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .newdet-page .header {
    padding: 40px 0;
  }

  .newdet-page .header h1 {
    margin: 20px 0 0;
  }

  .newdet-page .newdet-info {
    width: 100%;
  }

  .newdet-page .newdet-side {
    display: none;

  }
}

.contact-page {
  padding-bottom: 0;
}

.contact-page .contact-1 {
  margin-bottom: 100px;
}

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

.contact-page .contact-1 .top .left .con {
  line-height: 2;
}

.contact-page .contact-1 .top .right ul li {
  width: 48%;
  margin: 15px 0;
}

.contact-page .contact-1 .top .right ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .top .right ul li:nth-child(3n) {
  margin-right: 0;
}

.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}

.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #202e90;
  margin: 0 auto;
  color: white;
  padding: 60px 75px;
  position: relative;
  z-index: 5;
}

.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: bold;
}

.contact-page .contact-form h3 span {
  color: var(--color);
}

.contact-page .contact-form form {
  margin-top: 90px;
}

.contact-page .contact-form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}

.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}

.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

.contact-page .contact-form form ul li:last-child {
  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;
  align-items: flex-start;
}

.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}

.contact-page .contact-form form ul li label {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.contact-page .contact-form form ul li .more {
  cursor: pointer;
}

.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
  filter: brightness(0) invert(1);
}

.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}

.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}

.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}

.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-page .contact-1 .top .minDes {
  text-transform: uppercase;
}
.contact-page .map {
  margin-top: 25px;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .top .right ul li:nth-child(2n) {
    margin-right: 0;
  }

  .contact-page .contact-1 .top .right ul li:nth-child(3n) {
    margin-right: 30px;
  }
  .contact-page .map {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .contact-page .contact-1 .top .right {
    margin-top: 20px;
  }
  .contact-page .contact-1 .top .right ul li {
    margin-right: 0;
  }

  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }

  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }

  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }

  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: auto;
    margin: 40px auto;
  }
}

@media (max-width: 700px) {

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

  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }

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

  .contact-page .contact-form {
    padding: 60px 30px;
  }

  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }

  .contact-page .contact-form h3 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .contact-page .contact-form form {
    margin-top: 40px;
  }
}
.about-page .about-5 .i-title {
  color: #011e1a;
}
.about-page .about-5 .h4 {
  color: #011e1a;
  font-size: var(--px24);
  margin: 5px 0 30px;
}
.about-page .about-5 .content {
  margin-top: var(--px30);
}

.about-page .about-6 {
  background: url(../images/history-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: var(--px90);
  padding-bottom: var(--px100);
}
.about-page .about-6 .history-cont {
  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;
}
.about-page .about-6 .history-cont .left {
  width: 55%;
  vertical-align: middle;
}
.about-page .about-6 .history-cont .left ul {
  position: relative;
  z-index: 3;
}
.about-page .about-6 .history-cont .left ul li {
  padding-left: 220px;
  position: relative;
  z-index: 2;
  height: 576px;
}
.about-page .about-6 .history-cont .left ul li .year {
  font-size: var(--px120);
  font-weight: 700;
  line-height: 1;
  color: #f08300;
  position: absolute;
  left: 0;
  bottom: 11%;
}
.about-page .about-6 .history-cont .left ul li .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--px18);
  line-height: 1.6;
  text-align: center;
  padding: var(--px50);
}
.about-page .about-6 .history-cont .left ul li .content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 80%;
}
.about-page .about-6 .history-cont .left ul::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 576px;
  height: 576px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}
.about-page .about-6 .history-cont .left .icon {
  font-size: var(--px200);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -80px;
}
.about-page .about-6 .history-cont .left .icon div {
  display: inline-block;
}
.about-page .about-6 .history-cont .right {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-6 .history-cont .right .btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #71af1c;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: auto;
}
.about-page .about-6 .history-cont .right .btn i {
  font-size: var(--px30);
  color: #71af1c;
}
.about-page .about-6 .history-cont .right .prev.btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 20px;
}
.about-page .about-6 .history-cont .right .next.btn {
  margin-top: 20px;
}
.about-page .about-6 .history-cont .right .btn:hover {
  background-color: #71af1c;
  color: white;
}
.about-page .about-6 .history-cont .right .btn:hover i {
  color: white;
}
.about-page .about-6 .history-cont .right ul li {
  font-size: var(--px30);
  color: #f08300;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin: 5px 0;
}
.about-page .about-6 .history-cont .right ul .slick-current li {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .about-6 .history-cont .right ul .slick-track{
  transform: translate3d(0,0,0) !important;
}
@media screen and (max-width: 1450px){
  .about-page .about-6 .history-cont .left ul li{
    padding-left: 110px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-6 .history-cont .left ul li{
    height: 500px;
  }
  .about-page .about-6 .history-cont .left ul::after{
    width: 500px;
    height: 500px;
  }
  .about-page .about-6 .history-cont .left ul li{
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px){
  .about-page .about-6 .history-cont .left{
    width: 76%;
  }
}
@media screen and (max-width: 700px) {
  
  .about-page .about-6 .history-cont .left {
    width: 100%;
  }

  .about-page .about-6 .history-cont .left ul li {
    height: 410px;
  }

  .about-page .about-6 .history-cont .left ul::after {
    /*width: 430px;*/
    height: 430px;
    right: 4%;
    width: 90%;
  }

  .about-page .about-6 .history-cont .left ul li .content p {
    max-height: 120px;
    overflow: auto;
  }
  .about-page .about-6 .history-cont .right {
    display: none;
  }
  .about-page .about-6 .history-cont .left .icon {
    bottom: -35px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .content{
    margin-bottom: 0;
  }
  
  .about-page .about-6 .history-cont .left ul::after {
    opacity: 0;
  }

  .about-page .about-6 .history-cont .left ul li .content {
    background: white;
    padding: 20px 15px;
  }

  .about-page .about-6 .history-cont .left ul li {
    height: 300px;
    background: white;
    padding-bottom: 60px;
  }

  .about-page .about-6 .history-cont .left ul li .content pre {
    width: 100%;
  }
}