@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-ExtraBold.woff2') format('woff2'), url('../fonts/Unbounded-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Black.woff2') format('woff2'), url('../fonts/Unbounded-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Bold.woff2') format('woff2'), url('../fonts/Unbounded-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.woff2') format('woff2'), url('../fonts/Unbounded-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Light.woff2') format('woff2'), url('../fonts/Unbounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-SemiBold.woff2') format('woff2'), url('../fonts/Unbounded-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.woff2') format('woff2'), url('../fonts/Unbounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-ExtraLight.woff2') format('woff2'), url('../fonts/Unbounded-ExtraLight.woff') format('woff');
  font-weight: 200;
  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_from1 {
  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_from1 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_from1 form {
  margin-top: 40px;
}
#pups_from1 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_from1 i.close::after,
#pups_from1 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_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 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_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 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_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  /*overflow-x: hidden;*/
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Roboto';
  font-weight: normal;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
.t-ani {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
:root {
  --px200: calc(9.38vw + 20px);
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #c30d23;
  --fun: 'Unbounded';
}
.ffun {
  font-family: 'Unbounded' !important;
}
.f100 {
  font-weight: 100;
}
.f200 {
  font-weight: 200;
}
.f300 {
  font-weight: 300;
}
.f400 {
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.f700 {
  font-weight: 700;
}
.f800 {
  font-weight: 800;
}
.f900 {
  font-weight: 900;
}
.fblod {
  font-weight: bold;
}
.fnor {
  font-weight: normal;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

table {
  /*margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;*/
    width: 100%;
            border-collapse: collapse;
   table-layout: fixed;
}

table tbody,table thead {
  display: contents;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: auto !important;
  height: auto !important;*/
   word-wrap: break-word;

}
/*table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}*/
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  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: none;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 17px 0 13px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: 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: 3.75vw;
  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.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#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 {
  color: #c10015;
}
#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: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: calc(0.2085vw + 14px);
  text-transform: capitalize;
  color: #000;
  font-family: 'Unbounded';
  font-weight: bold;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .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;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  margin-right: calc(var(--px40) - 15px);
  margin-left: calc(var(--px40) - 9px);
}
#header > .nav > .menu .menu-box .right .pp_btn {
  margin: 0 calc(var(--px40) - 10px);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#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;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1733px;
  padding: 0 15px;
}
.hl_btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: var(--fun);
  font-weight: 400;
  font-size: calc(0.1055vw + 14px);
  line-height: 1;
  padding: 0 calc(var(--px40) - 15px);
  background: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  cursor: pointer;
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
}
.hl_btn:hover {
  background: #000;
}
.hl_btn1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: var(--fun);
  font-weight: 400;
  font-size: calc(0.1055vw + 14px);
  line-height: 1;
  padding: 0 6px;
  background: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  cursor: pointer;
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
}
.hl_all {
  display: flex;
}
#banner {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
#banner .banner-c1 {
  position: absolute;
  top: 34%;
  left: 90px;
  width: 70px;
  height: 70px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c2 {
  position: absolute;
  left: 67px;
  bottom: 93px;
  width: 116px;
  height: 116px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c3 {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 87px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .sw1_fy {
  z-index: 3;
  position: absolute;
  bottom: var(--px60);
  left: 8.75%;
  font-family: Unbounded;
  font-weight: 400;
  font-size: calc(0.525vw + 14px);
  color: #B7282D;
  font-style: italic;
  display: flex;
  align-items: end;
  line-height: 1;
}
#banner .sw1_fy .sw1_bots {
  display: flex;
  margin-bottom: 6px;
}
#banner .sw1_fy .sw1_bots p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 9px;
  height: 7px;
  background: #B7282D;
  opacity: 0.4;
  margin-right: 6px;
}
#banner .sw1_fy .sw1_bots p.active {
  width: 41px;
  height: 7px;
  background: #B7282D;
  opacity: 1;
}
#banner .sw1_fy .sw1_bots p:last-of-type {
  margin-right: 0;
}
#banner .sw1_fy .sw1_bots p:first-of-type {
  margin-left: 13px;
}
#banner .sw1_btn {
  z-index: 4;
  position: absolute;
  right: var(--px110);
  bottom: var(--px60);
  display: flex;
}
#banner .sw1_btn i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  width: 37px;
  height: 37px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .sw1_btn i:last-of-type {
  border-left: none;
}
#banner .sw1_btn i:hover {
  background: #fff;
  color: var(--color);
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .banner-btns {
  display: flex;
  align-items: center;
}
#banner .swiper-slide .banner-btns .p-v {
  width: 34px;
  height: 34px;
  background: #c30d23;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
  position: relative;
}
#banner .swiper-slide .banner-btns .p-v img {
  position: relative;
  z-index: 3;
}
#banner .swiper-slide .banner-btns .p-v::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c30d23;
}
#banner .swiper-slide .banner-btns .p-v::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  transform-origin: center;
  margin-top: -26px;
  margin-left: -26px;
  background: #c30d23;
  border-radius: 26px;
  opacity: 0.2;
  animation: ks2 2s linear infinite;
}
#banner .banner-text {
  position: absolute;
  top: 40%;
  left: 8.7%;
  transform: translateY(-50%);
  /*max-width: 753px;*/
  width: 55%;
  z-index: 3;
}
.banner-p1{
line-height: 1.22 !important;
}
#banner .hl_tcbox{
    position: absolute;
  top: 40%;
  left: 50%;
  
  transform: translate(-50%,-50%);
  /*max-width: 753px;*/


  z-index: 3;
}
.hl_tcbox .hl_all{
  margin: 0 auto;
}
.hl_tc{
  text-align: center;
  
}
#banner .banner-text .banner-p1 {
  text-transform: none;
  /*text-shadow: 1px -1px 0 var(--color), -1px 1px 0 var(--color), 1px 1px 0 var(--color), 2px 2px 0 var(--color), 3px 3px 0 var(--color);*/
  font-family: Unbounded;
  font-weight: bold;
  font-size: calc(2.0925vw + 20px);
  color: #FFFFFF;
  line-height: 1.1;
  font-style: italic;
}
#banner .banner-text .banner-p1 span {
  position: relative;
      text-transform: uppercase;
          text-shadow: 0 0px 0 #999999,
        3px 1px 0 #999999,
        3px 1px 0 #999999,
        3px 2px 0 #999999,
        3px  3px 0 #999999,
        0 6px 1px rgba(0, 0, 0, .1),
        0 0 5px rgba(0, 0, 0, .1),
        0 1px 3px rgba(0, 0, 0, .3),
        0 3px 5px rgba(0, 0, 0, .2),
        0 5px 10px rgba(0, 0, 0, .25),
        0 10px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .15);
}
#banner .banner-text .banner-p2 {
  font-family: Roboto;
  font-weight: bold;
  font-size: calc(1.0385vw + 14px);
  color: #FFFFFF;
  font-style: italic;
  line-height: 1.25;
}
#banner .banner-text .hl_all {
  margin-top: calc(var(--px50) - 6px);
}
#banner .banner-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
#banner .banner-box img {
  position: relative;
  z-index: 2;
  top: 50%;
  transform-origin: right center;
  transform: translate(-37%, -50%);
}
#banner .banner-box .banner-box-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 846px;
  height: 846px;
  transform-origin: center;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 100%;
  transform: translateX(20%);
}
#banner .swiper-pagination {
  position: absolute;
  right: var(--px110);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  color: #fff;
}
#banner .swiper-pagination .swiper-pagination-pre,
#banner .swiper-pagination .swiper-pagination-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-pre:hover,
#banner .swiper-pagination .swiper-pagination-next:hover {
  color: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre:hover span,
#banner .swiper-pagination .swiper-pagination-next:hover span {
  background: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre span,
#banner .swiper-pagination .swiper-pagination-next span {
  width: 77px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-line {
  width: 2px;
  height: 47px;
  background: #FFFFFF;
  opacity: 0.4;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active {
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active span {
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:last-child {
  margin-right: 0;
}
.fda {
  text-transform: none;
}
.hl_h {
  line-height: 1.16;
  font-family: Unbounded;
  font-weight: bold;
  font-size: calc(2.3955vw + 14px) !important;
  color: #CDCFD1;
}
.hl_tap {
  font-weight: 400;
  font-size: calc(0.2085vw + 14px) !important;
  color: #B7282D;
}
.hl_p {
  font-weight: 400;
  font-size: calc(0.2085vw + 14px) !important;
  color: #FFFFFF;
  line-height: 1.8;
}
.hl_all:hover .hl_btn,
.hl_all:hover .hl_btn1 {
  background: #000;
}
.hl_title {
  font-family: Unbounded;
  font-weight: bold;
  font-size: calc(0.525vw + 14px) !important;
  color: #CDCFD1;
  line-height: 1;
}
#index-body {
  position: relative;
  z-index: 2;
  background: #002244;
}
#index-body .init-1 {
  background-size: cover;
  padding-top: calc(var(--px145) + 5px);
}
#index-body .init-1 .container {
  display: flex;
  justify-content: space-between;
}
#index-body .init-1 .container .i1-l {
  width: 31.7%;
}
#index-body .init-1 .container .i1-l .hl_h {
  margin-top: 15px;
  margin-bottom: var(--px50);
  text-transform: uppercase;
}
#index-body .init-1 .container .i1-l .hl_p {
  margin-bottom: var(--px40);
}
#index-body .init-1 .container .i1-r {
  width: 64.8%;
  /*padding-right: var(--px50);*/
}
#index-body .init-1 .container .i1-r .swiper2 {
  overflow: hidden;
}
#index-body .init-1 .container .i1-r .swiper2 .swiper-slide .i1-box {
  position: relative;
}
#index-body .init-1 .container .i1-r .swiper2 .swiper-slide .i1-box .i1-bg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: calc(var(--px40) - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#index-body .init-1 .container .i1-r .swiper2 .swiper-slide .i1-box .i1-bg .hl_title {
  line-height: 1.4;
  margin-bottom: calc(var(--px40) - 20px);
}
#index-body .init-1 .container .i1-r .swiper2 .swiper-slide > .hl_title {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: calc(var(--px40) - 10px);
}
#index-body .init-1 .container .i1-r .swiper2 .swiper-slide:hover .i1-bg {
  opacity: 1;
}
#index-body .init-1 .container .i1-r .swiper2 .swiper-slide:hover > .hl_title {
  opacity: 0;
}
#index-body .init-2 {
  padding-top: calc(var(--px170) - 9px);
  display: flex;
}
#index-body .init-2 .i2-l {
  width: 51.62%;
  position: relative;
}
#index-body .init-2 .i2-l .i2l-box {
  max-width: 775px;
  margin-left: 11.4%;
  position: relative;
  z-index: 2;
}
#index-body .init-2 .i2-l .i2l-box .hl_h {
  margin-bottom: var(--px50);
  margin-top: 15px;
}
#index-body .init-2 .i2-l .i2l-box .hl_all {
  margin-top: var(--px50);
}
#index-body .init-2 .i2-l .i2l-bg {
  position: absolute;
  left: 0;
  bottom: -19%;
}
#index-body .init-2 .i2-l .i2-4f {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: var(--color);
  color: #fff;
  display: flex;
  padding-top: var(--px60);
  padding-bottom: var(--px50);
}
#index-body .init-2 .i2-l .i2-4f li {
  width: 33.33%;
}
#index-body .init-2 .i2-l .i2-4f li p {
  font-family: Unbounded;
  font-weight: bold;
  font-size: calc(1.67vw + 14px);
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  margin-bottom: calc(var(--px40) - 17px);
}
#index-body .init-2 .i2-l .i2-4f li div {
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #F5F5F5;
  text-align: center;
  line-height: 1;
}
#index-body .init-2 .i2-r {
  width: 48.38%;
  position: relative;
}
#index-body .init-2 .i2-r .i2-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-2 .i2-r .i2-play .i2-img1 {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B7282D;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
#index-body .init-2 .i2-r .i2-play .i2-img1::after {
  content: '';
  width: 94px;
  height: 94px;
  background: #B7282D;
  border-radius: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s infinite;
}
#index-body .init-2 .i2-r .i2-play .i2-img1::before {
  content: '';
  width: 79px;
  height: 79px;
  background: #B7282D;
  border-radius: 50%;
  opacity: 0.55;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s infinite;
}
#index-body .init-2 .i2-r .i2-play .i2-img1 .i2-img3 {
  position: relative;
  z-index: 2;
}
#index-body .init-2 .i2-r .i2-play .i2-img2 {
  animation: rotate 12s infinite;
  width: 140px;
  height: 140px;
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-3 {
  padding-top: calc(var(--px145) + 5px);
  padding-bottom: calc(var(--px200) - 10px);
}
#index-body .init-3 .hl_h {
  padding-bottom: var(--px80);
  text-transform: uppercase;
}
#index-body .init-3 .i3-m {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(var(--px50) - 6px);
  row-gap: var(--px60);
}
#index-body .init-3 .i3-m .i3-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-3 .i3-m .i3-c .i3-mg {
  position: relative;
}
#index-body .init-3 .i3-m .i3-c .i3-mg .i3-bg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--px40) - 20px);
}
#index-body .init-3 .i3-m .i3-c .i3-mg img {
  width: 100%;
}
#index-body .init-3 .i3-m .i3-c > .hl_title {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-3 .i3-m .i3-c:hover .i3-bg {
  opacity: 1;
}
#index-body .init-3 .i3-m .i3-c:hover > .hl_title {
  opacity: 0;
}
#index-body .init-4 {
  background: url(/hltube/2025/12/16/122555.jpg) no-repeat center;
  /*background-size: cover;*/
  padding-top: var(--px120);
  padding-bottom: var(--px100);
  background-attachment: fixed;
}
#index-body .init-4 .container .hl_h {
  max-width: 727px;
  margin: 0 auto;
  color: #333333;
  text-transform: uppercase;
}
#index-body .init-4 .container .hl_p {
  max-width: 727px;
  margin: 0 auto;
  color: #666666;
}
#index-body .init-4 .container .i4-btn {
  display: flex;
  justify-content: center;
  margin-top: calc(var(--px40) - 5px);
}
#index-body .init-5 {
  padding-top: var(--px120);
  padding-bottom: var(--px110);
}
#index-body .init-5 .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: calc(var(--px90) - 6px);
}
#index-body .init-5 .container .i5-c {
  cursor: pointer;
}
#index-body .init-5 .container .i5-c .i5-c1 {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#index-body .init-5 .container .i5-c .i5-c1 img {
  position: relative;
  z-index: 2;
}
#index-body .init-5 .container .i5-c .i5-c1 span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #B7282D;
}
#index-body .init-5 .container .i5-c .hl_title {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.2;
  color: #cdcfd1;
}
#index-body .init-5 .container .i5-c .hl_p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}
#index-body .init-5 .container .i5-c:hover .hl_title {
  color: var(--color);
}
#index-body .init-5 .container .i5-c:hover .hl_p {
  color: #ffffff;
}
#index-body .init-5 .container .i5-c:hover .i5-c1 span {
  width: 100%;
  height: 100%;
}
#index-body .init-6 {
  font-family: Unbounded;
  font-weight: bold;
  font-size: calc(0.525vw + 14px);
  line-height: 1;
  color: #FFFFFF;
  background: var(--color);
  padding-top: calc(var(--px40) - 10px);
  padding-bottom: calc(var(--px40) - 10px);
  overflow: hidden;
  text-transform: none;
  --scroll-duration: 30s;
  --scroll-gap: 15px;
}
#index-body .init-6 .scroll {
  display: flex;
  width: fit-content;
  animation: scroll-left var(--scroll-duration) linear infinite;
}
#index-body .init-6 .scroll span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 var(--scroll-gap);
}
#index-body .init-7 {
  padding-top: var(--px130);
}
#index-body .init-7 .container .hl_h {
  padding-top: 15px;
  padding-bottom: var(--px50);
  text-transform: uppercase;
}
#index-body .init-7 .container .hl_p {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.5;
}
#index-body .init-7 .container .swiper3 {
  margin-top: var(--px50);
  overflow: hidden;
}
#index-body .init-8 {
  position: relative;
  padding-top: var(--px130);
}
#index-body .init-8 .i8-bg {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
#index-body .init-8 .container {
  padding-left: var(--px50);
  padding-right: var(--px50);
}
#index-body .init-8 .container .swiper4 {
  padding-top: var(--px90);
  overflow: hidden;
}
#index-body .init-8 .container .swiper4 .swiper-slide {
  background: #032244;
  border: 1px solid;
  border-image: linear-gradient(130deg, #2C0207, #C30D23, #2C0207) 10 10;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-8 .container .swiper4 .swiper-slide .i7-bg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  position: absolute;
  top: 0;
  right: 31px;
  background: var(--color);
  font-weight: bold;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 26px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 0 100%);
}
#index-body .init-8 .container .swiper4 .swiper-slide .i8-1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: Unbounded;
  font-weight: bold;
  font-size: calc(0.525vw + 14px);
  color: #CDCFD1;
  line-height: 1.2;
  margin-right: calc(var(--px50) - 2px);

  padding-bottom: 0;

}
#index-body .init-8 .container .swiper4 .swiper-slide .i8-66{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .init-8 .container .swiper4 .swiper-slide .i8-2 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
}
#index-body .init-8 .container .swiper4 .swiper-slide .i8-3 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
}
#index-body .init-8 .container .swiper4 .swiper-slide .i8-3 div {
  display: flex;
  align-items: center;
}
#index-body .init-8 .container .swiper4 .swiper-slide .i8-3 .i8-l img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-8 .container .swiper4 .swiper-slide .i8-3 .i8-r {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-8 .container .swiper4 .swiper-slide .i8-3 .i8-r img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
  margin-left: calc(var(--px40) - 2px);
}
#index-body .init-8 .container .swiper4 .swiper-slide:hover {
  background: var(--color);
  border: 1px solid #fff;
}
#index-body .init-8 .container .swiper4 .swiper-slide:hover .i7-bg {
  background: #fff;
  color: var(--color);
}
#index-body .init-8 .container .swiper4 .swiper-slide:hover .i8-1 {
  color: #ffffff;
}
#index-body .init-8 .container .swiper4 .swiper-slide:hover .i8-2 {
  color: #ffffff;
}
#index-body .init-8 .container .swiper4 .swiper-slide:hover .i8-3 .i8-l img {
  filter: brightness(0) invert(1);
}
#index-body .init-8 .container .swiper4 .swiper-slide:hover .i8-3 .i8-r {
  color: #ffffff;
}
#index-body .init-8 .container .swiper4 .swiper-slide:hover .i8-3 .i8-r img {
  opacity: 1;
}
#index-body .init-9 {
  padding-top: calc(var(--px170) - 10px);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #002244;
}
#footer .fmain {
  padding-top: var(--px170);
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
}
#footer .fmain .container {
  padding-left: var(--px50);
  padding-right: var(--px50);
}
#footer .fmain form {
  padding-right: var(--px60);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
}
#footer .fmain .hl_h {

}
#footer .fmain .hl_tap {
  margin-bottom: var(--px70);
}
#footer .fmain input {
  line-height: 1;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
}
#footer .fmain input::placeholder {
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
}
#footer .fmain .f-put1 {
  padding-left: var(--px60);
}
#footer .fmain .f-put2,
#footer .fmain .f-put3 {
  padding-left: var(--px50);
}
#footer .fmain .f-put2 {
  width: 40%;
}
#footer .fmain .f-put3 {
  width: 60%;
}
#footer .fmain .fmain-box {
  margin-top: calc(var(--px100) - 6px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(var(--px90) - 11px);
}
#footer .fmain .fmain-box .fmain-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
  background: #294560;
  border: 1px solid;
  border-image: linear-gradient(129deg, #2C0207, #D41129, #2C0207) 10 10;
  text-align: center;
  padding: calc(var(--px50) - 5px) calc(var(--px90) - 5px) var(--px70);
}
#footer .fmain .fmain-box .fmain-c img {
  margin-bottom: var(--px40);
}
#footer .fmain .fmain-box .fmain-c:hover {
  background: #C30D23;
  border: 1px solid;
  border-image: linear-gradient(129deg, #2C0207, #FFFFFF, #2C0207) 10 10;
}
#footer .foot {
  padding-bottom: var(--px70);
  padding-top: var(--px70);
}
#footer .foot .container .f-b .fb-m {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbl-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbox {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot .container .f-b .fb-m .fb-l .fbl-t {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
}
#footer .foot .container .f-b .fb-m .fb-r ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 {
  margin-right: 12px;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: block;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i:hover {
  background: #fff;
  color: #c30a20;
}
#footer .foot .container .f-b .fb-m .fb-r ul #ewm {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 3px solid #fff;
}
#footer .foot .container .f-b .ft-h {
  color: #ffffff;
}
#footer .foot .container .f-b .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .foot .container .f-t .logo {
  max-width: 281px;
}
#footer .foot .container .f-t .ft-c .ft-h {
  padding-top: 15px;
  font-family: Unbounded;
  font-weight: bold;
  font-size: calc(0.525vw + 14px);
  color: #CDCFD1;
  margin-bottom: var(--px50);
  position: relative;
}
#footer .foot .container .f-t .ft-c .ft-h:before {
  content: "";
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  bottom: -10px;
}
#footer .foot .container .f-t .ft-c .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t .ft-c ul {
  display: flex;
}
#footer .foot .container .f-t .ft-c ul li {
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin-bottom: calc(var(--px40) - 10px);
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .ft-c ul li span {
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transform: translateX(0px);
}
#footer .foot .container .f-t .ft-c ul li:hover {
  color: var(--color);
}
#footer .foot .container .f-t .ft-c ul li:hover::before {
  opacity: 1;
}
#footer .foot .container .f-t .ft-c ul li:hover a {
  transform: translateX(10px);
}
#footer .foot .container .f-t .ft-c form {
  display: flex;
  flex-direction: column;
}
#footer .foot .container .f-t .ft-c form .f-putc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 23px;
}
#footer .foot .container .f-t .ft-c form .linef {
  position: relative;
}
#footer .foot .container .f-t .ft-c form .linef::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  border-radius: 1px;
}
#footer .foot .container .f-t .ft-c form .linef img {
  position: absolute;
  right: 0;
  bottom: 13px;
}
#footer .foot .container .f-t .ft-c form .f-put1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  position: relative;
}
#footer .foot .container .f-t .ft-c form .f-put1::placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
}
#footer .foot .container .f-t .ft-c form .all-btn-hw {
  width: 100%;
  height: 50px;
  background: rgba(252, 252, 252, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SuiGenerisRg;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#footer .foot .container .f-t .ft-c form .all-btn-hw::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color);
}
#footer .foot .container .f-t .ft-c form .all-btn-hw:hover::after {
  clip-path: inset(0 0 0 0);
}
#footer .foot .container .f-t .ft-c form .all-btn-hw span {
  position: relative;
  z-index: 2;
}
#footer .foot .container .f-t .ft-c form textarea {
  line-height: 1;
  height: 60px !important;
}
#footer .foot .container .f-t .ft-c form .all-btn {
  width: 187px;
}
#footer .foot .container .f-t .ft-c.ft-c2 {
  width: 440px;
}
#footer .foot .container .f-t .ft-c.ft-c2 .ftc2-l-ch {
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c.ft-c2 .ftc2-l-cp {
  font-weight: 500;
  color: #999999;
  line-height: calc(28 / 18);
}
#footer .foot .container .f-t .ft-c.ft-c2 .ftc2 {
  display: flex;
  justify-content: space-between;
}
#footer .foot .container .f-t .ft-c.ft-c2 .ftc2 .ftc2-l {
  max-width: 240px;
}
#footer .foot .container .f-t .ft-c.ft-c1 {
  width: 317px;
}
#footer .foot .container .f-t .ft-c-logo .fgh1 {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  max-width: 390px;
}
#footer .foot .share {
  font-size: 24px;
  display: flex;
  margin-top: var(--px50);
}
#footer .foot .share li i {
  width: 40px;
  height: 40px;
  background: #B7282D;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#footer .foot .share li:hover {
  color: var(--color);
}
#footer .foot .share li:hover i {
  background: #fff;
  color: var(--color);
}
#footer .share1 {
  color: rgba(255, 255, 255, 0.5);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  font-size: 24px;
}
#footer .share1 a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: end;
  justify-content: start;
}
#footer .share1 a:hover {
  color: white;
}
#footer .lll5 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #ffffff;
  background: var(--color);
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 13px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  vertical-align: middle;
}
#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;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mbn {
  margin-bottom: 0 !important;
}
.shs {
  display: flex;
  align-items: center;
}
.shs #ewm {
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shs #ewm canvas {
  width: 94px;
  height: 94px;
}
.shs #ewm img {
  width: 94px;
  height: 94px;
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 35px;
  }
  #index-body .init-2 .i2-l .i2l-box {
    padding-right: 20px;
  }
  .container {
    width: 1400px;
  }
}
#index-body .init-2 .i2-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-8 .container .swiper4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #index-body .init-8 .container .swiper4 .swiper-slide .i7-bg {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-writing-mode: tb;
    -ms-writing-mode: tb;
    writing-mode: lr;
    position: relative;
    top: 0px;
    right: 0px;
    background: var(--color);
    font-weight: bold;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: none;
    padding-top: 8px;
    padding-bottom: 8px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #index-body .init-2 .i2-l .i2-4f {
    position: static;
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-8 .container {
    padding: 0 !important;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #banner .banner-text{
    width: 90%;
  }
  #footer .fmain form {
    padding: var(--px60);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .fmain form a {
    margin-top: 20px;
  }
  #footer .fmain form > div {
    display: none;
  }
  #footer .fmain input {
    padding: 15px 0 !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #footer .fmain .fmain-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  #index-body .init-5 .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  #index-body .init-3 .i3-m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-1 .container {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-l {
    width: 100%;
  }
  #index-body .init-1 .container .i1-r {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .hide-1000 {
    display: none !important;
  }
  #banner .banner-text .banner-p1 {
    padding-right: 20px;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .i2-l .i2l-box {
    margin: 0;
    padding: 0 15px;
  }
  #index-body .init-2 .i2-l {
    width: 100%;
  }
  #index-body .init-2 .i2-r {
    width: 100%;
  }
  #index-body .init-2 {
    flex-wrap: wrap;
  }
  #banner .banner-text .banner-p1 {
    font-size: 24px;
  }
  #banner .sw1_btn i {
    width: 27px;
    height: 27px;
  }
  #banner .sw1_btn {
    right: 0;
    bottom: 0;
  }
  .hide-700 {
    display: none !important;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #footer .fmain .fmain-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  #index-body .init-5 .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .init-3 .i3-m {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .init-2 .i2-l .i2-4f {
    flex-wrap: wrap;
  }
  #index-body .init-2 .i2-l .i2-4f li {
    width: 100%;
    margin-bottom: 15px;
  }
  #banner .banner-text .banner-p1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hide-500 {
    display: none !important;
  }
}
@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.inner-page .more {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  line-height: 32px;
  background: var(--color);
  padding: 17px 42px 17px 41px;
  font-weight: 500;
  overflow: hidden;
  border: 1px solid var(--color);
}

.inner-page .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
.inner-page .more:hover:hover{
  color: var(--color);
}
.inner-page .more:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.inner-banner {
  background: #f2f2f2;
  height: 22vw;
  text-align: center;
  background-size: cover;
}

.inner-banner h2 {
  font-size: 52px;
  color: #181818;
  
  line-height: 1.4;
}

.inner-banner .down {
  display: block;
  margin-top: 17px;
  font-size: 20px;
}

.mbx {
  background: var(--color);
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.inner-page {
  /*background: #f6f5ed;*/
}

.inner-page span.tag {
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
  color: var(--color);
  position: relative;
}

.inner-page h2.title {
  font-size: 48px;
  line-height: 1.2;
  color: #181818;
  margin-top: 16px;
  
}

.inner-page .sidebox .sideleft {
  width: 73%;
  padding-right: 30px;
}

.inner-page .sidebox .sideright {
  width: 27%;
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  padding: 40px 30px;
}

.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
}

.inner-page .sidebox .sideright .wide h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  
}

.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}

.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #d1d0c8;
  background: transparent;
  font-size: 16px;
  color: #83827F;
}

.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}

.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}

.inner-page .sidebox .sideright .wide ul li {
  position: relative;
  font-size: 17px;
  line-height: 2;
  color: #181818;
}

.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideright .wide ul li i {
  float: right;
  font-size: 20px;
  position: absolute;
  top: 7px;
  cursor: pointer;
  right: 0;
}

.inner-page .sidebox .sideright .wide ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #181818;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: var(--color);
}

.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before {
  background: var(--color);
}

.inner-page .sidebox .sideright .wide ul li.active ul {
  display: block;
}

.inner-page .sidebox .sideright .wide ul li ul {
  display: none;
}

.inner-page .sidebox .sideright .wide ul li ul li a::before {
  display: none;
}

.inner-page .sidebox .sideright .wide dd {
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 5px 5px 0;
  border: 1px solid #d1d0c8;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideright .wide dd:hover {
  color: var(--color);
}

.inner-page .m-page {
  margin-top: 46px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
  border: 1px solid #D1D0C8;
  background: transparent;
  margin: 2px 5px 2px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 17px;
  color: #181818;
}

.inner-page .m-page a:hover {
  background: #ffffff;
}

.inner-page .m-page span.current {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 1100px) {
    .inner-page h2.title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
    .inner-banner h2 {
    font-size: 42px;

  }

  .inner-banner .down {
    margin-top: 10px;
  }
   .inner-page h2.title {
    font-size: 42px;
  }}
  @media screen and (max-width: 700px) {
      .inner-banner {
    height: 23vw;
    padding: 40px 0;
  }

  .inner-banner h2 {
    font-size: 30px;
  }



  .inner-page h2.title {
    font-size: 36px;
  }
  }
  @media screen and (max-width: 500px) {
      .inner-banner h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .inner-banner .down {
    display: none;
  }

  .inner-page .more{
    padding: 6px 20px;
  }
    .inner-page h2.title {
    font-size: 24px;
    line-height: 40px;
  }
  }
  @media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    width: 100%;
    padding-right: 0;
  }
    .inner-page .sidebox .sideright {
    display: none;
  }}
  
.contact-page {
  padding-top: 120px;
}

.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}

.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .left form ul li .more {
  padding: 18px 30px 18px 29px;
  vertical-align: middle;
}

.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}

.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  color: #83827F;
}

.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}

.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}

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

.contact-page .contact-1 .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  margin-top: 7px;
}

.contact-page .contact-1 .right .list {
  margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
  font-size: 18px;
  color: #83827F;
  line-height: 32px;
  margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}

.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}

.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-2 {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

.contact-page .contact-2 #mapContainer {
  height: 520px;
}

.contact-page .contact-2 .map .button-group .button {
  background-color: var(--color);
}

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

@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }

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

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .contact-page .contact-2 {
    padding-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }

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

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 10px 12px;
  }

  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }

  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }

  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }

  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }

  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }

  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.product-page{
  padding: 60px 0;
}
.product-page .sideLeft {
    width: 30%;
    padding-right: 30px;
    position: sticky;
    top: 100px;
}

.product-page .sideRight {
    width: 70%
}

.product-page .sideLeft .box {
    padding: 30px;
    background: #f7f7f7
}

.product-page .sideLeft .box h3 {
    display: block;
    padding: 38px 25px;
    background: var(--color);
    font-size: 30px;
    color: #fff;
    
}

.product-page .sideLeft .box .list ul li {
    margin-top: 6px;
    padding: 10px 20px;
    border-left: 4px solid var(--color);
    font-size: 18px;
    line-height: 32px;
    color: #000;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}
.product-page .sideLeft .box .list > ul > li.active{
  color: var(--color);
}

.product-page .sideLeft .box .list ul li.active ul {
    display: block
}

.product-page .sideLeft .box .list ul li i {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 10px;
    font-size: 18px
}

.product-page .sideLeft .box .list ul li img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.product-page .sideLeft .box .list ul li ul li {
    border: none;
    background: #fff;
    color: #888;
}

.product-page .sideLeft .box .list ul li ul li:hover {
    background: var(--color);
    color: #fff
}

.product-page .sideLeft .box .list ul li ul li.active {
    background: var(--color);
    color: #fff
}

.product-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff
}

.product-page .sideLeft .img h4 {
    display: block;
    font-size: 24px;
    line-height: 1;
    
}

.product-page .sideLeft .img p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin: 25px 0 45px
}

.product-page .sideLeft .img a.more {
    line-height: 45px;
    height: 45px;
    width: 150px;
    padding: 0 20px;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    text-transform: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 1px solid transparent
}

.product-page .sideLeft .img a.more:hover {
    background: 0 0;
    color: var(--color);
    border: 1px solid var(--color);
}
.product-page .sideRight{
  width: 70%;
}
@media screen and (max-width: 1250px) {
  .product-page .sideLeft{
    display: none;
  }
  .product-page .sideRight{
    width: 100%;
  }}
  @media screen and (max-width: 500px) {
  .product-page{
    padding: 10px 0;
  }}
  .main-box .top {
    padding: 30px 25px;
    -webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, .1);
    text-align: left
}

.main-box .top h1{
  
}
.main-box .top .cat_des{
  font-size: 16px;
  margin-top: 6px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0px;
  line-height: 30px;
}
.main-box .top .content{
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
}

.main-box .top h3 {
    color: #111;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 10px
}

.main-box .top p {
    line-height: 1.5;
    color: #111;
    font-size: 18px
}

.main-box .productbox {
    padding: 45px 35px;
    background: #f7f7f7;
    margin-top: 0px
}

.main-box .productbox ul {
    margin: 0 -12px;
    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
}

.main-box .productbox ul > p{
  font-size: 16px;
  letter-spacing: 0;
}

.main-box .productbox ul li {
    padding: 12px
}

.main-box .productbox ul.searchlist li .item {
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.main-box .productbox ul.searchlist li .item .content {
    display: inline-block
}

.main-box .productbox ul.searchlist li .item .content p.pp {
    opacity: 0
}

.main-box .productbox ul li .item.nav {
    background: #000
}

.main-box .productbox ul li .item.nav h3 {
    color: #fff
}

.main-box .productbox ul li .item a.more {
    font-size: 14px
}

.main-box .productbox ul li .item h5 {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.main-box .productbox ul li .item .cont{
  padding-bottom: 10px;
  background: #ffffff;
  margin-top: 10px;
}
.main-box .productbox ul li .item .des{
  display: block;
  text-align: center;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 0 10px;
  min-height: 70px;
}

.main-box .productbox ul.search li .item h5 {
    width: auto
}

.main-box .productbox ul.search li .item .floatbox {
    position: relative !important;
    display: block !important;
    left: 0;
    transform: none
}

.main-box .productbox ul li .item:hover h5 {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: var(--color)
}

.main-box .productbox ul li .item:hover .des {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: var(--color)
}

.main-box .productbox ul.productlist2 li .item .floatbox a.more {
    font-size: 16px;
    width: 160px;
    height: 50px;
    background-color: #333;
    border-radius: 5px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: none;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.main-box .productbox ul.productlist2 li .item .floatbox a.more:hover {
    background-color: var(--color)
}

.main-box .productbox ul.imglist {
    margin: 0
}

.main-box .productbox ul.imglist li {
    padding: 0
}

.main-box .productbox ul.imglist li a img {
    min-width: 306px;
    width: 100%
}

.main-box .productbox ul.productlist2 li:nth-child(3n) .item .floatbox {
    left: auto;
    right: 100%
}

.main-box .productbox ul.productlist2 li .item {
    position: relative;
    height: 100%;
    background: #ffffff;
}

.main-box .productbox ul.productlist2 li .item .floatbox {
    position: absolute;
    width: 109%;
    top: 0;
    left: 100%;
    height: 100% !important;
    border: 1px solid #eee;
    background: #fff;
    padding: 25px;
    text-align: left;
    display: none;
    z-index: 99
}

.main-box .productbox ul.productlist2 li .item .floatbox .content {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 18px
}
@media screen and (max-width: 500px) {

  .main-box .top{
    padding: 16px;
  }
  .main-box .productbox{
    padding: 20px 10px;
  }}
  .seoPublic .title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 2em;
  
}

.seoPublic > div {
  padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}

.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.seoPublic .Auxil-about .box .left {
  width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
  max-height: 500px;
  object-fit: cover;
}

.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1em;
  
}

.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  max-height: 420px;
  overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
  display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}

.seoPublic .Auxil-news .list ul {
  margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 34px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: .5em;
  display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--color);
  color: var(--color);
}

.seoPublic .Auxil-form .form ul {
  margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--color);
  color: whitesmoke;
  border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}

.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.seoPublic .text a {
  color: #666;
}

.seoPublic .text a:hover {
  text-decoration: underline;
}

.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}

.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.seoPublic .Auxil-through a:hover {
  background: var(--color);
  color: white;
}

.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: .5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: var(--color);
}

@media screen and (max-width: 1400px) {
  .seoPublic .title {
      font-size: 28px;
      margin-bottom: 1.5em;
  }

  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
      font-size: 20px;
  }

  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
      font-size: 14px;
  }

  .seoPublic .Auxil-news .list ul li .content div.h6 {
      font-size: 18px;
  }

  .seoPublic .Auxil-related .list ul li .box .content a.more {
      font-size: 14px;
      line-height: 34px;
      height: 34px;
      padding: 0 15px;
  }

  .seoPublic .Auxil-related .list ul li {
      padding: 15px;
  }

  .seoPublic .Auxil-related .list ul {
      margin: -15px;
  }
}

@media screen and (max-width: 1250px) {
  body>.mbx{
    display: none;
  }
  .seoPublic .title {
      font-size: 24px;
      margin-bottom: 1em;
  }

  #cp-Nav {
      display: block;
  }

  #cp-Nav .nav {
      padding: 0 15px;
  }

  #cp-Nav .nav div.title {
      font-size: 18px;
      font-weight: bold;
      padding: 8px 10px;
      background: var(--color);
      border-radius: 5px;
      color: white;
  }

  #cp-Nav .nav i.mask {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 230;
      background: rgba(0, 0, 0, 0.2);
  }

  #cp-Nav .nav > ul {
      display: none;
  }

  #cp-Nav .nav ul {
      position: fixed;
      top: 10%;
      max-height: 80%;
      left: 5%;
      width: 90%;
      padding: 20px;
      border-radius: 5px;
      background: white;
      z-index: 300;
      font-size: 16px;
      overflow: auto;
  }

  #cp-Nav .nav ul ul {
      padding: 0 10px;
      font-size: 14px;
      position: static;
      max-height: none;
      width: 100%;
      margin: 10px 0;
  }

  #cp-Nav .nav ul li a {
      display: block;
      padding: 5px 0;
      line-height: 28px;
  }

  .seoPublic .Auxil-about .box {
      display: block;
  }

  .seoPublic .Auxil-about .box .right {
      width: 100%;
      padding: 0;
      margin-top: 20px;
  }

  .seoPublic .Auxil-about .box .left {
      width: 100%;
      padding: 0;
  }

  .seoPublic .Auxil-about .box .right div.h3 {
      font-size: 18px;
  }

  .seoPublic > div {
      padding: 30px 0;
  }

}

.ououlitext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
}
.prodet-page .prodet-1 {
    padding: 90px 0 100px;
}
.prodet-page .prodet-1 .product-box .left{
    width: 35%;
    position: sticky;
    top:100px;
}
.prodet-page .prodet-1 .product-box .left .big {
    border: 1px solid #ccc;
}
.prodet-page .prodet-1 .product-box .left .big img {
    width: 100%;
}
.prodet-page .prodet-1 .product-box .left .img-scroll {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.prodet-page .prodet-1 .product-box .left .img-scroll ul {
    margin: 0 -8px;
}
.prodet-page .prodet-1 .product-box .left .img-scroll ul li {
    margin-bottom: 13px;
    padding: 0 10px;
}
.prodet-page .prodet-1 .product-box .left .img-scroll ul li a {
    border: 1px solid #ccc;
    display: block;
}
.prodet-page .prodet-1 .product-box .right {
    width: 65%;
    padding: 0 46px;
}
.prodet-page .prodet-1 .product-box .right.app {
    width: 70%;
}
.prodet-page .prodet-1 .product-box .right h1 {
    font-size: 30px;
    color: #000;
    margin-bottom: 26px;
    font-weight: 700;
}
.prodet-page .prodet-1 .product-box .right h3 {
  font-size: 18px;
  line-height: 1;
  color: var(--color);
  margin-bottom: 26px;
}
.prodet-page .prodet-1 .product-box .right .content {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}
.prodet-page .prodet-1 .product-box .right .content .color .c_list{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #000;
  margin-right: 10px;
  margin-bottom: 10px;
} 
.prodet-page .prodet-1 .product-box .right .content .color .c_list.r{
  background: red;
}
.prodet-page .prodet-1 .product-box .right .more{
  display: inline-block;
  padding: 12px 36px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: var(--color);
  margin-top: 30px;
  
}
.prodet-page .prodet-1 .product-box .right .more:hover{
  color: var(--color);
}
.prodet-page .prodet-1 .product-box .right .features {
  color: #000;
  margin: 30px 0 12px;
}
.product2-page {
    overflow: unset;
    position: relative;
    z-index: 1;
    padding: 70px 0 100px
}


.prodet-page .prodet-2 .options {
  background: #efefef;
}
.prodet-page .prodet-2 .options ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .options ul li {
  font-size: 18px;
  line-height: 1;
  color: #000000;
  padding: 30px 0 26px;
  cursor: pointer;
  position: relative;
  margin-right: 74px;
  
}
.prodet-page .prodet-2 .options ul li:hover::after {
  width: 100%;
}
.prodet-page .prodet-2 .options ul li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background: var(--color);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding: 60px 0 90px;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret ul li .content .contact_form form input,
.prodet-page .prodet-2 .ret ul li .content .contact_form form textarea{
    width: 100%;
    height: 58px;
    border: none;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding: 0 20px;
    margin-bottom: 22px;
}
.prodet-page .prodet-2 .ret ul li .content .contact_form form input[type=submit]{
  width: 174px;
  min-width: 120px;
  height: 54px;
  background: var(--color);
  border: none;
  font-size: 20px;
  text-transform: none;
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 {
  padding-bottom: 60px;
  padding-top: 30px;
}
.prodet-page .prodet-3 h2 {
  text-align: center;
  
}
.prodet-page .prodet-3 .relatedBox {
  margin-top: 30px;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide .p-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide .p-img:hover span {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.prodet-page .prodet-3 .relatedBox .swiper-slide .p-img img {
  width: 100%;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide .p-img span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: var(--color);
  text-transform: none;
  padding: 24px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-weight: bold;
}
.prodet-page .prodet-3 .relatedBox .swiper-slide p {
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
  text-align: center;
  padding: 20px 10px;
  
}
.prodet-page .prodet-3 .relatedBox .swiper-slide p:hover{
  color: var(--color);
}
.prodet-page h2 {
    font-size: 48px;
    line-height: 1.2;
}
.pro-link{
  padding: 40px 0;
}
.pro-link .container{
  display: flex;
  flex-wrap: wrap;
}

.prodet-page .prodet-1 .product-box .right .hl_all{
margin: 20px 0;
}

@media screen and (max-width: 1500px) {
  .prodet-page h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .sideLeft{
    display: none;
  }
  .product-page .sideRight{
    width: 100%;
  }

  .prodet-page .prodet-1 .product-box .right h1{
     font-size: 24px;
   }
   .prodet-page .prodet-1 .product-box .right h3{
      font-size: 16px;
      line-height: 30px;
  }
  .prodet-page .prodet-1 .product-box .right .content{
      font-size: 16px;
      line-height: 30px;
    }
    .prodet-page .prodet-3 .relatedBox .swiper-slide p{
      font-size: 16px;
      line-height: 30px;
    }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .product-box .left{
    position: relative !important;
    top: unset !important;
  }
  .prodet-page .prodet-3 .relatedBox .swiper-slide p{
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .product-box .left{
      width: 100%;
  }
  .prodet-page .prodet-1 .product-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .prodet-1 .product-box .right.app {
    width: 100%;
    margin-top: 30px;
    padding: 0;
}
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .options ul li{
     font-size: 16px;
   }
  .prodet-page .prodet-1 .product-box .left{
    padding-left: 0;
  }
  .prodet-page .prodet-1 .product-box .left .big{
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
  }
  .prodet-page .prodet-1 .product-box .left .img-scroll{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .prodet-page .prodet-1 .product-box .left .img-scroll ul{
    margin: 0 -10px;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .product-box .left .img-scroll ul li{
    padding: 0 10px;
  }
  .pro-link{
    padding: 20px 0;
  }
  .pro-link .left,
  .pro-link .right{
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .product-page{
    padding: 10px 0;
  }
  .prodet-page .prodet-1{
    padding: 40px 0;
  }
  .main-box .top{
    padding: 16px;
  }
  .main-box .productbox{
    padding: 20px 10px;
  }
  .prodet-page .prodet-1 .product-box .right h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page .prodet-2 .options ul li{
    margin-right: 20px;
  }
  .prodet-page .prodet-2 .ret ul li .content{
    padding-bottom: 0;
  }
  .prodet-page .prodet-3{
    padding-bottom: 40px;
  }
  .prodet-page .prodet-1 .product-box .left .img-scroll ul{
    margin: 0 -9px;
    margin-top: 20px;
  }
  .prodet-page h2 {
    font-size: 24px;
    line-height: 1.8;
  }
}
.application-page .application-1{
    padding: 70px 0 40px;
}
.application-page .application-1 .list ul {
    display: flex;
    justify-content: space-between;
    /*flex-direction: row-reverse;*/
}
.application-page .application-1 .list ul li {
    width: 100%;
    max-width: 16.666%;
}
.application-page .application-1 .list ul li a.active .hl_all{
  opacity: 0;
}
.application-page .application-1 .list ul li .hl_all{
  justify-content: center;
  margin-top: 8px;
}

.application-page .application-1 .list ul li a {
    display: block;
    height: 100%;
    font-size: 15px;
    padding: 2em 1em 1em;
    text-align: center;
    transition: .5s;
    border-right: 1px solid #ececeb;
}
.application-page .application-1 .list ul li a i {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-bottom: .5em;
    transition: .5s;
}
.application-page .application-1 .list ul li a.active {
    background-color: var(--color);
    color: white;
}
.application-page .application-1 .list ul li a.active i {
    filter: brightness(0) invert(1);
}
.application-page .application-1 .list ul li:last-child a {
    border-right: none;
}
.application-page .application-2 {
    background-color: var(--color);
    color: white;
    position: relative;
    z-index: 1;
}
.application-page .application-2 .box {
    padding: 70px 0;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}
.application-page .application-2 .box span.h2 {
    color: inherit;
    font-size: 48px;
    margin-bottom: .8em;
    text-align: center;
}
.application-page .application-2 .box .text {
    line-height: 2;
}
.application-page .application-2 .box .text p {
    margin-top: .5em;
    display: block;
}
.application-page .application-2:after {
    content: '';
    width: 100%;
    height: 37%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: -1;
}
@media screen and (max-width: 1000px) {
  .application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .application-page .application-2 .box {
        padding: 50px 0;
    }
        .application-page .application-1,.application-page .application-2:after {
        display: none;
    }
}
.product1-page.application {
    padding: 90px 0;
}
.product1-page.application .sidebox {
    padding: 0;
}
.product1-page.application .sidebox .sideright {
    padding: 0;
    width: 100%;
}
.product1-page.application .sidebox .sideright .list {
    margin-top: 0;
}
.product1-page.application .sidebox .sideright .list ul {
    margin: -6px;
}
.product1-page.application .sidebox .sideright .list ul li {
    width: 25%;
    padding: 6px;
}
.product1-page.application .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    background-image: url('../images/icon-arrows.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    cursor: hand;
}
.product1-page.application .slick-arrow.slick-prev {
    right: 101%;
}
.product1-page.application .slick-arrow.slick-next {
    left: 101%;
    transform: translateY(-50%) rotateY(180deg);
}
@media screen and (max-width: 1000px) {
  .product1-page.application {
        padding: 50px 0;
    }
}
.product1-page {
    background: #fcfcfc;
}
.product1-page .sideright .top {
    width: 100%;
    /*width: 45%;*/
}
.product1-page .sideright .top h3,
.product1-page .sideright .top h1 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: .5em;
    font-weight: bold;
}
.product1-page .sideright .top h3 em {
    color: var(--color);
    font-weight: bold;
}
.product1-page .sideright .top .desc {
    font-size: 14px;
    line-height: 2;
    padding: 1em 0;
}
.product1-page .sideright .top .box {
    display: flex;
    flex-wrap: wrap;
}
.product1-page .sideright .top .img {
    width: 43%;
}
.product1-page .sideright .top .img .img-box {
    min-height: 400px;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.product1-page .sideright .top .content {
    width: 57%;
    padding-left: 2%;
}
.product1-page .sideright .list {
    margin-top: 2.5rem;
}
.product1-page .sideright .list ul {
    margin: 0 -3rem -2.4rem 0;
}
.product1-page .sideright .list ul li {
    padding: 0 3rem 2.4rem 0;
}
.product1-page .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}
.product1-page .sideright .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}
.product1-page .sideright .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}
.product1-page .sideright .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product1-page .sideright .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product1-page .sideright .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}
.product1-page .sideright .list ul li .box .img {
    width: 100%;
    background-color: #f2f1f1;
    padding: 10% 3%;
}
.product1-page .sideright .list ul li .box .text {
    padding: 1.45rem 1.3rem 1.3rem;
}
.product1-page .sideright .list ul li .box .text span{ color: #0047af; font-weight: bold;}
.product1-page .sideright .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product1-page .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.product1-page .sideright .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product1-page .sideright .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}
.product1-page .sideright .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}
.product1-page .sideright .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}
.product1-page #index-body {
    background: #fff;
}
@media screen and (max-width: 1600px) {
    .product1-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }
    .product1-page .sideright .top .img {
        width: 100%;
    }
    .product1-page .sideright .top .img .img-box {
        background-position: center bottom;
    }
}
@media screen and (max-width: 1366px) {
    .product1-page .sideright .list ul li {
        width: 50%;
    }
    .product1-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }
    .product1-page .sideright .top .img {
        width: 100%;
    }
    .product1-page .sideright .top .img .img-box {
        min-height: 280px;
    }
}
@media screen and (max-width: 1250px) {
    .mbx {
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .product1-page .sideright .top {
        width: 100%;
        /*display: none!important;*/
    }
    .product1-page .sideright .top h1.Auxil-h1 {
        font-size: 16px;
    }
    .product1-page .sideright .top .desc {
        font-size: 14px;
        line-height: 2;
    }
    .product1-page .sideright .list ul li {
        width: 100%;
    }
    .product1-page .sideright .top .img .img-box {
        min-height: 220px;
    }
}
.news-page {
    background-color: #f6f6f6;
    padding: 95px 0 145px;
}
.news-page .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 46px;
    border-bottom: 1px solid #b8b8bc;
}
.news-page .header span.tag {
    color: var(--color);
}
.news-page .header .title {
    margin-top: 21px;
}
.news-page .header .right {
    margin-bottom: 6px;
}
.news-page .header ul {
    margin-right: -45px;
}
.news-page .header ul li {
    display: inline-block;
    padding-right: 45px;
}
.news-page .header ul li .more {
    text-transform: capitalize;
}
.news-page .header ul li.active .more,
.news-page .header ul li:hover .more {
    /*background: #fff;
    color: var(--color);*/
}
.news-page .content {
    margin-top: 47px;
}
.news-page .content ul {
    margin: 0 -43px -79px 0;
}
.news-page .content ul li {
    padding: 0 43px 79px 0;
}
.news-page .content ul li .img-box {
    display: block;
    max-height: 300px;
}
.news-page .content ul li .img-box time {
  font-size: 16px;
  padding: .5em;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 1em;
  bottom: 1em;
  text-align: center;
}
.news-page .content ul li .img-box time em {
  font-size: 2em;
  display: block;
}
.news-page .content ul li .img-box img {
    width: 100%;
}
.news-page .content ul li .flex {
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  justify-content: space-between;
}
.news-page .content ul li .text {
    padding-top: 26px;
}
.news-page .content ul li .text span {
    font-size: 16px;
    /*color: #474747;*/
    line-height: 1.8;
    display: block;
}
.news-page .content ul li .text .tit {
    display: block;
    font-size: 18px;
    color: #121212;
    line-height: 1.5;
    margin-bottom: 9px;
    transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
    .news-page {
        padding: 60px 0;
    }
    .news-page .header .left {
        width: 30%;
    }
    .news-page .header .right {
        width: 70%;
    }
    .news-page .header ul {
        margin-right: -10px;
    }
    .news-page .header ul li {
        padding-right: 10px;
    }
    .news-page .content ul {
        margin: 0 -20px -30px 0;
    }
    .news-page .content ul li {
        padding: 0 20px 30px 0;
    }
    .inner-page .m-page {
        margin-top: 60px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .news-page {
        padding: 30px 0;
    }
    .news-page .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .news-page .header .left {
        width: 100%;
    }
    .news-page .header .right {
        width: 100%;
        margin-top: 20px;
    }
    .news-page .header ul {
        margin-right: -10px;
    }
    .news-page .header ul li {
        padding-right: 10px;
    }
    .news-page .header .title {
        margin-top: 10px;
    }
    .news-page .content {
        margin-top: 20px;
    }
    .news-page .content ul {
        margin: 0 -20px -30px 0;
    }
    .news-page .content ul li {
        padding: 0 20px 30px 0;
    }
    .inner-page .m-page {
        margin-top: 30px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .news-page .header .right {
        display: none;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        margin-right: 10px;
    }
}
.newdet-page .newdet-content {
    padding-bottom: 101px;
}
.newdet-page .newdet-content .img img {
    width: 100%;
}
.newdet-page .newdet-content h1 {
    margin-top: 58px;
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    color: #121212;
}
.newdet-page .newdet-content .desc {
    display: inline-block;
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
    margin-top: 12px;
}
.newdet-page .newdet-content .con {
    margin-top: 17px;
    font-size: 20px;
    color: #474747;
    line-height: 1.5;
    
    font-weight: 400;
}
.newdet-page .newdet-content .con span,
.newdet-page .newdet-content .con p,
.newdet-page .newdet-content .con strong {
    
    font-weight: 400;
}
.newdet-page .newdet-content .con strong {
    font-weight: bold;
}
.newdet-page .newdet-content .share {
    margin-top: 63px;
    padding-bottom: 21px;
    border-bottom: 1px solid #b8b8bc;
}
.newdet-page .newdet-content .share a {
    display: inline-block;
    margin-right: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    color: black;
}
.newdet-page .newdet-content .share a:last-child {
    margin-right: 0;
}
.newdet-page .newdet-content .share a:hover {
    color: var(--color);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.newdet-page .newdet-content .m-link {
    margin-top: 38px;
}
.newdet-page .newdet-content .m-link a {
    display: block;
    font-size: 20px;
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-content .m-link a:hover {
    text-decoration: underline;
    color: var(--color);
}
.newdet-page .newdet-list {
    background: #f6f6f6;
    padding: 134px 0 17.14%;
    margin-bottom: -9.9%;
}
.newdet-page .newdet-list .header span.tag {
    color: var(--color);
}
.newdet-page .newdet-list .header .title {
    margin-top: 20px;
}
.newdet-page .newdet-list .content {
    margin-top: 80px;
}
.newdet-page .newdet-list .content ul {
    margin-right: -43px;
}
.newdet-page .newdet-list .content ul li {
    padding-right: 43px;
}
.newdet-page .newdet-list .content ul li .img-box {
    display: block;
}
.newdet-page .newdet-list .content ul li .img-box img {
    width: 100%;
}
.newdet-page .newdet-list .content ul li .text {
    padding-top: 26px;
}
.newdet-page .newdet-list .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
}
.newdet-page .newdet-list .content ul li .text .tit {
    display: block;
    font-size: 18px;
    color: #121212;
    line-height: 1.5;
    margin-top: 9px;
}
@media screen and (max-width: 1000px) {
    .newdet-page .newdet-content {
        padding-bottom: 60px;
    }
    .newdet-page .newdet-content .share {
        margin-top: 40px;
    }
    .newdet-page .newdet-content h1 {
        font-size: 36px;
        margin-top: 30px;
    }
    .newdet-page .newdet-list {
        padding: 60px 0 17.14%;
    }
    .newdet-page .newdet-list .content {
        margin-top: 40px;
    }
    .newdet-page .newdet-list .content ul {
        margin-right: -20px;
    }
    .newdet-page .newdet-list .content ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .newdet-content {
        padding-bottom: 30px;
    }
    .newdet-page .newdet-content h1 {
        margin-top: 20px;
        font-size: 32px;
    }
    .newdet-page .newdet-content .con {
        font-size: 18px;
    }
    .newdet-page .newdet-content .share {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .newdet-page .newdet-content .m-link {
        margin-top: 15px;
    }
    .newdet-page .newdet-content .m-link a {
        font-size: 18px;
    }
    .newdet-page .newdet-list {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .newdet-page .newdet-list .header .title {
        margin-top: 10px;
    }
    .newdet-page .newdet-list .content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .newdet-content h1 {
        font-size: 26px;
    }
    .newdet-page .newdet-content .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .newdet-page .newdet-content .m-link a {
        font-size: 16px;
    }
    .newdet-page .newdet-list .content ul li .text span {
        font-size: 14px;
        line-height: 2;
    }
    .newdet-page .newdet-list .content ul li .text .tit {
        font-size: 16px;
        line-height: 1.8;
    }
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.inner-page .text {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1250px) {
  .inner-page .text {
    font-size: 14px;
    line-height: 1.2;
  }
}
span.h2 {
  font-size: calc(1.3555vw + 14px);
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.line {
  display: block;
  background-color: #aaa;
  height: 1px;
  margin: 20px 0;
}
.text {
  font-size: 18px;
  line-height: 1.8;
}
.technology-page span.h2 {
    font-size: 36px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    color: black;
}
.technology-page .technology-1 {
    padding: calc(2.6067vw + 20px) 0;
}
.technology-page .technology-1 .left {
    padding-right: 4%;
    vertical-align: middle;
}
.technology-page .technology-1 .right {
    vertical-align: middle;
}
.technology-page .technology-1 .left .text {
    color: #191919;
    margin-top: 1em;
}
.technology-page .technology-1 .left .text h6 {
    font-size: 1.1em;
    margin: 1.1em 0;
    font-weight: 600;
}
.technology-page .technology-2 {
    padding: 90px 0;
    text-align: center;
}
.technology-page .technology-2 .text {
    max-width: 850px;
    display: block;
    margin: 2em auto 4em;
}
.technology-page .technology-3 {
    text-align: center;
}
.technology-page .technology-3 .list {
    margin-top: 60px;
}
.technology-page .technology-3 .list ul {
    /*margin: -17px;*/
}
.technology-page .technology-3 .list ul li {
    padding: calc(0.575vw + 14px);

}
.technology-page .technology-3 .list ul li div{
      background: #FFFFFF;
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.11);
    padding: calc(2.315vw + 14px) calc(1.315vw + 14px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.technology-page .technology-3 .list ul li div .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border: 1px solid #666;
    padding: 20px;
    border-radius: 200px;
    margin-bottom: 20px;
}
.technology-page .technology-3 .list ul li span {
  font-size: 24px;
    font-weight: bold;
    margin: .5em 0 1.2em;
    padding: 0 20px;
    /*line-height: 1.6;*/
    /*height: 1.4em;*/
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
}
.technology-page .technology-3 .list ul li p {
        font-size: 16px;
    color: #191919;
    line-height: 1.4;
    opacity: .77;
    height: 115px;
    overflow-y: auto;
}
.technology-page .technology-4 {
    padding: calc(6.65vw + 20px) 0;
}
.technology-page .technology-4 .left {
    padding-right: 5%;
    vertical-align: middle;
}
.technology-page .technology-4 .right {
    vertical-align: middle;
    padding-right: 10%;
}
.technology-page .technology-4 .right span.h2 {
    margin-bottom: 1.2em;
    text-transform: none;
}
@media screen and (max-width: 1000px) {
  .technology-page .technology-1 .left,
    .technology-page .technology-1 .right {
        width: 100%;
        padding: 0;
    }
        .technology-page .technology-2{
        padding: 50px 0;
    }
    .technology-page .technology-1 .right {
        margin-top: 20px;
    }
}
.technology-page .technology-1 .box.grid-box.two{
  display: flex;
  align-items: center;
}
.technology-page .technology-1:nth-child(2n) .left{
padding-left: 4%;
padding-right: 0%
}
.technology-page .technology-1 .box.grid-box.two .left{
  width: 60%
}
.technology-page .technology-1 .box.grid-box.two .right{
  width: 40%
}
.technology-page .technology-1:nth-child(2n) .box.grid-box.two{
  flex-direction: row-reverse;
}
.template-1688457679 .slide {
    padding: calc(2.0925vw + 20px) 0;
}
.template-1688457679 .slide:nth-child(odd) {
  background: #eee;
}
.template-1688457679 .slide .left {
    vertical-align: middle;
    position: relative;
}
.template-1688457679 .slide .left ul {
  display: flex;
  margin: -10px;
}
.template-1688457679 .slide .left ul li {
  padding: 10px;
}
.template-1688457679 h2.title {
    font-size: 48px;
    color: #242424;
    font-weight: bold;
    line-height: 1.2;
}
.template-1688457679 h2.title em {
    color: var(--color);
}
.template-1688457679 .text {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.8;
    margin-top: .5em;
    font-weight: normal;
}
.template-1688457679 .slide .left .img {
    height: 460px;
    background-size: cover;
    background-position: center center;
    display: block;
}
.template-1688457679 .slide .right {
    vertical-align: middle;
    padding-left: 5%;
    position: relative;
}
.template-1688457679 .slide .right h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
.template-1688457679 .slide .right .text {
    margin-top: 1.5em;
}
.template-1688457679 .slide .right a.more {
  background-color: var(--color);
  border-color: var(--color);
  font-size: 18px;
  margin-top: 1.5em;
  line-height: 2.8em;
  height: 2.8em;
  padding: 0 2em;
}
.template-1688457679 .slide .right .list {
  margin-top: 20px;
}
.template-1688457679 .slide .right .list ul {
  margin: -10px;
}
.template-1688457679 .slide .right .list ul li {
  padding: 10px;
}
.template-1688457679 .slide .right .list ul li img {
  display: block;
  width: 100%;
}
.template-1688457679 .slide .right .list ul li span {
  font-size: 16px;
  color: var(--color);
  display: block;
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}
.template-1688457679 .slide:nth-child(even) .left {
    left: 50%;
}
.template-1688457679 .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 5%;
}
.template-1688457679 .slide:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .technology-page .technology-1 .box.grid-box.two{
    flex-wrap: wrap;
  }
  .technology-page .technology-1 .box.grid-box.two .left,
    .technology-page .technology-1 .box.grid-box.two .right{
      width: 100%
    }
    .technology-page .technology-1:nth-child(2n) .left {
    padding-left: 0%;
    padding-right: 0%;
}
    .template-1688457679 .slide .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        left: 0 !important;
    }
    .template-1688457679 .slide .left {
        width: 100%;
        left: 0 !important;
    }
    .template-1688457679 .slide .left .img {
        height: 240px;
    }
    /*.template-1688457679 .slide {
        margin-bottom: 40px;
    }*/
    .template-1688457679 h2.title {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .template-1688457679 .slide .right h3 {
        font-size: 20px;
    }
    .template-1688457679 .text {
        font-size: 14px;
    }
}
.technology-page .technology-4 img{
  width: 100%;
}
.faq-page{
    padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
    margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
    margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
    padding: 20px 70px 20px 40px;
    font-size: 20px;
    line-height: 36px;
    color: #000;
    background: #ffffff;
    position: relative;
    transition: 500ms ease;
    cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
    background: var(--color);
    color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
    background: var(--color);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
    color: #fff;
    transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    background: #f7f9ff;
    text-align: center;
    line-height: 67px;
    transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
    font-size: 20px;
    color: var(--color);
    transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
    padding: 30px;
    display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
    content: "";
    width: 4px;
    height: 100%;
    border-radius: 4px;
    background: #eff2f8;
    position: absolute;
    left: 0;
    top: 0;
}
#resources_nav::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #e0e0e0;
    margin-top: 20px;
}
#resources_nav li {
    display: inline-block;
    margin-right: 5px;
}
#resources_nav li a {
    display: block;
    width: 185px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 25px 0 25px 0;
    background-color: #123485;
    color: white;
}
#resources_nav li:nth-child(2) a {
    background-color: #40b5b1;
}
#resources_nav li:nth-child(3) a {
    background-color: var(--color);
}
#resources_nav li:nth-child(4) a {
    background-color: #b5b5b5;
}
.resources_sidebar {padding-top: 50px;
    margin: 0 -30px;
}
.resources_sidebar .resources_left {
    width: 70%;
    padding: 0 30px;
}
.resources_sidebar .resources_right {
    width: 30%;
    padding: 0 30px;
}
.resources_sidebar .resources_right .video_list ul {
    margin: -10px 0;
}
.resources_sidebar .resources_right .video_list ul li {
    margin: 0;
    padding: 10px 0;
}
.resources_sidebar .resources_right .video_list .slick-arrow {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
h2.resources {
    font-weight: 600;
}
h2.resources::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--color);
    margin-top: 10px;
}
.resources_more {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}
.video_content h3 {
    font-weight: 500;
}
.resources-page .resources_2 {
    background-color: #fafafa;
}
.product_catalogue .img {
    width: 31%;
    vertical-align: middle;
}
.product_catalogue .mml-text {
    width: 69%;
    vertical-align: middle;
}
.product_catalogue .mml-text p {
    min-height: 75px;
}
.product_catalogue .mml-text .line {
    height: 1px;
    background: #e4e4e4;
}
.product_catalogue .mml-text .date time {
    font-weight: 500;
}
.product_catalogue .mml-text .date .download {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
}
.pdf_box ul {
    margin: -15px;
}
.pdf_box ul li {
    padding: 15px;
}
.pdf_box .mml-text {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}
.pdf_box .mml-text .title {
    padding-left: 55px;
    background: url(../images/pdf-icon.png) no-repeat left top;
    min-height: 110px;
}
.pdf_box .mml-text .line {
    height: 1px;
    background-color: #e5e5e5;
}
.pdf_box .mml-text .date time {
    font-weight: 500;
}
.pdf_box .mml-text .date .download {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
}
.catalogue-page .catalogue_list li {
    padding: 50px 0;
}
.catalogue-page .product_catalogue .img {
    width: 40%;
}
.catalogue-page .product_catalogue .mml-text {
    width: 60%;
}
#Product_Categories li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    font-weight: 500;
}
#Product_Categories li a {
    display: block;
    padding-left: 20px;
    position: relative;
}
#Product_Categories li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #9a9a9a;
    border-radius: 50%;
}
#Latest_News h4 {
    font-weight: 500;
}
#Latest_News a.view_more {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}
.video-page .video_box {
    -webkit-box-shadow: 0 100px 40px -120px #ccc;
    box-shadow: 0 100px 40px -120px #ccc;
}
.video-page .video_list .list ul {
    margin: -25px -10px;
}
.video-page .video_list .list ul li {
    padding: 25px 10px;
}
.video-page .video_list .line {
    height: 1px;
    background-color: #e4e4e4;
}
.video-page .video_list .cat_name {
    padding: 3px 10px;
    background-color: var(--color);
    color: white;
    border-radius: 8px;
}
.lg-page .lg_box ul{
    margin: -25px -10px;
}
.lg-page .lg_box ul li{
    padding: 25px 10px;
}

@media screen and (max-width: 1200px) {
    #resources_nav li a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    #resources_nav {
        display: none;
    }
    .about-page .about-1 .text a.link{
        font-size: 14px;
    }
    .resources_sidebar {
        margin: 0;
    }
    .resources_sidebar .resources_left {
        width: 100%;
        padding: 0;
    }
    .resources_sidebar .resources_right {
        display: none;
    }
    .resources_more {
        display: none;
    }}
    .gallery-page{
    padding: 80px 0;
}
.gallery-page .container .gallery-list a {
    display: block;
}
.gallery-page .container .gallery-list ul{
    margin: -15px;
}
.gallery-page .container .gallery-list ul li {
    padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(37,128,232, 0.3);
    box-shadow: 0 0 10px rgba(37,128,232, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box .img-box {
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
    background-color: var(--color);
    color: #fff;
}
.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .slide:nth-child(even) {
  padding: 70px 0;
  direction: rtl;
}
.device-page .init-1 .container .slide:nth-child(even) .right {
  padding-right: 50px;
  padding-left: 0;
  direction: ltr;
}
.device-page .init-1 .container .right .tips {
  /*text-transform: none;*/
  font-weight: 700;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
}
.device-page .init-2 .container .tips {
  font-weight: 700;
  /*text-transform: none;*/
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: var(--color);
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 20px 24px;
  position: relative;
  margin: -56px auto 0;
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-3 .container .right .tips {
  /*text-transform: none;*/
  font-weight: 600;

  color: var(--color);
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.device-page .init-3 .container .right .tips_title {
  /*text-transform: none;*/
  font-weight: 600;

  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }
}
@media (max-width: 500px) {  
  .device-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .device-page .init-2 .container .content ul li .box .cont {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 16px 10px;
  }
  .device-page .init-2 .container .content ul li .box .cont .sub {
    width: 100%;
  }
  .device-page .init-2 .container .content ul li .box .cont .text {
    color: #fff;
  }
}
.about2-page .about-1 {
    padding: 120px 0 80px;
}
.about2-page .about-1 .text {
    width: 60%;
    padding-right: 2%;
}
.about2-page .about-1 .text span.h2 {
    font-size: 30px;
    font-weight: 700;
    max-width: 24em;
}
.about2-page .about-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 3em;
}
.about2-page .about-1 .img {
    width: 40%;
}
.about2-page .about-1 .list {
    margin-top: 45px;
    /*max-width: 1130px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}
.about2-page .about-1 .list ul li span {
    font-size: 66px;
    font-weight: bold;
    color: var(--color);
    line-height: 1;
    display: block;
}
.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
}
.about2-page .about-1 .list ul li p {
    font-size: 18px;
    opacity: .8;
    display: block;
}
.about2-page .about-2 {
    text-align: center;
    padding: 260px 0;
}
.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.about2-page .about-3 {
    padding: 90px 0;
}
.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}
.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    /*padding: 0 8%;*/
}
.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}
.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.about2-page .about-3 .right .text p{
  margin-bottom: 10px
}
.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: var(--color);
    color: white;
}
.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}
.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: none;
}
.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}
.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    /*color: white;*/
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}
.about2-page .about-4 .right a.more:hover {
    /*background-color: black;*/
}
.about2-page .about-5  {
    padding: 0 !important;
    background: #fdfdfd;
}
.about2-page .about-5 .grid-box3 img{
float: right;
    shape-outside: polygon(15% 0, 93% 0, 100% 19%, 100% 100%, 40% 100%, 6% 7%);
   
}
.about2-page .about-5 .left
.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}
.about2-page .about-5 span.h2.left1  {
    text-transform: none;
    padding-top: 7vw;
    margin-bottom: calc(0.315vw + 14px);
}
.about2-page .about-5 .text.left1  {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
        width: 56%;
}
.about2-page .about-5 .right ul {
    margin: -25px;
}
.about2-page .about-5 .right ul li {
    padding: 25px;
}
.about2-page .about-5 .right ul li img {
    width: 100%;
}
.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}
.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}
.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}
.about2-page .about-6 .box .right {
    width: 23.5%;
}
.about2-page .about-6 .box img {
    width: 100%;
}
.about2-page .about-6 .box .right ul {
    margin: -10px;
}
.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}
.about2-page.productAbout .about-1 {
    padding: 110px 0;
}
.about2-page.productAbout .about-1 span.h2 {
    font-weight: bold;
    line-height: 1.6;
}
.about2-page .about-5 .container{
  width: 100%;
  padding: 0;
  padding-left: 6%;
}
.about2-page .about-5 .hl_all{
  margin-top: 40px;
  margin-bottom: calc(1.88vw + 14px);
}
@media screen and (max-width: 1250px){
  .about2-page .about-5 .container{
  width: 100%;
  padding: 0;
  padding-left: 6%;
  padding-right: 6%;
}
  .about2-page .about-5 .grid-box3 img{
    float: unset;
  }
  .about2-page .about-5 .text.left1 {
    padding-bottom: calc(0.315vw + 14px); 
  }
  .about2-page .about-5 span.h2.left1  {
    text-transform: none;
    padding-top: calc(0.315vw + 14px);
    margin-bottom: calc(0.315vw + 14px);
}
}
@media screen and (max-width: 1000px) {
      .about2-page .about-1 .text,.about2-page .about-3 .right,
    .about2-page .about-4 .right,.about2-page .about-4 .left,
    .about2-page .about-5 .left,.about2-page .about-5 .right,
    .about2-page .about-6 .box .left,.technology-page .technology-1 .left,
    .technology-page .technology-1 .right {
        width: 100%;
        padding: 0;
    }
    .about2-page .about-1 .img,.about2-page .about-3 .left,.about2-page .about-6 .box .right {
        display: none;
    }
    .about2-page .about-1 .text span.h2,.inner-page span.h2,.application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .about2-page .about-1 .text .con,.about2-page .about-1 .list ul li p,.about2-page .about-5 .left .text {
        font-size: 14px;
    }
    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }
    .about2-page .about-2 {
        padding: 120px 0;
    }
    .about2-page .about-2 .play {
        max-width: 70px;
    }
    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }
    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }
    .about2-page .about-4,.about2-page .about-3,.about2-page .about-1,.about2-page .about-5,.about2-page .about-6,
    .technology-page .technology-2,.product1-page.application,.application-page .application-2 .box {
        padding: 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .about2-page .about-5 .container{
  width: 100%;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}
}
@media screen and (max-width: 500px) {
      .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }
    .about2-page .about-1 .text span.h2, .inner-page span.h2 {
        font-size: 20px;
    }
}
.about-page .ab1out-6 {
    background-color: #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 70px 0;
    padding-bottom: 50
}
.about-page .ab1out-6 i.bg {
    content: '';
    width: 1672px;
    height: 1672px;
    background: url("../images/circle.png") center center no-repeat;
    position: absolute;
    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%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .ab1out-6 h2 {
    color: #000;
    font-size: 40px;
    line-height: 2;
    position: relative;
    z-index: 1;
    
}
.about-page .ab1out-6 .box {
    padding: 120px 0 100px;
}
.about-page .ab1out-6 .box ul {
    margin: 0 -100px;
}
.about-page .ab1out-6 .box ul li {
    padding: 0 100px;
    opacity: .6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .ab1out-6 .box ul li h2 {
    color: #000;
}
.about-page .ab1out-6 .box ul li .des {
    display: block;
    font-size: 16px;
    line-height: 2;
    margin: 10px 0;
    color: #000;
}

.about-page .ab1out-6 .box ul li:hover {
    opacity: 1;
}
.about-page .ab1out-6 .list {
    display: block;
    padding: 0 70px;
    position: relative;
}
.about-page .ab1out-6 .list ul {
    letter-spacing: -5px;
    position: relative;
}
.about-page .ab1out-6 .list ul:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    opacity: .4;
}
.about-page .ab1out-6 .list ul li {
    width: 14.28571429%;
    text-align: center;
    font-size: 28px;
    color: #000;
    line-height: 1;
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    opacity: .6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 30px;
    
}
.about-page .ab1out-6 .list ul li:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000;
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about-page .ab1out-6 .list ul li:before {
    content: '';
    width: 1600px;
    height: 1px;
    position: absolute;
    top: 8px;
    right: 500%;
    background: #000;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .ab1out-6 .list ul li:hover {
    opacity: 1;
}
.about-page .ab1out-6 .list .btn div {
    position: absolute;
    top: 0;
    cursor: pointer;
    cursor: hand;
}
.about-page .ab1out-6 .list .btn div.prev {
    left: 15px;
}
.about-page .ab1out-6 .list .btn div.next {
    right: 15px;
}
.about-page .ab1out-6 .list .btn img {
    max-width: 10px;
}
.about-page .ab1out-6 .slick-current li {
    opacity: 1 !important;
}
.about-page .ab1out-6 .slick-current li a.img-box {
    opacity: 1 !important;
}
.about-page .ab1out-6 .slick-current li:after {
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.32) !important;
    -o-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.32) !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.32) !important;
}
.about-page .ab1out-6 .slick-current li:before {
    right: 50% !important;
    opacity: 1 !important;
}

@media(max-width:1650px){
  .about-page .ab1out-6 .box {
      padding: 50px 0;
  }
  .about-page .ab1out-6 .box ul li {
      padding: 0 25px;
  }
  .about-page .ab1out-6 .box ul {
      margin: 0 -25px;
  }
  .about-page .ab1out-6 .box ul li .des {
      font-size: 14px;
  }
  .about-page .ab1out-6 .list ul li {
      font-size: 24px;
  }
}
@media(max-width:1000px){
  .device-page .init-1 .container .slide:nth-child(even) .right{
    padding-right: 0px;
  }
    .about-page .ab1out-6{
      text-align: center;
  }

}
@media(max-width:700px){
      .about-page .ab1out-6 .list ul li {
        font-size: 20px;
    }
}
@media(max-width:500px){
    .about-page .ab1out-6 .list{
    padding: 0 40px;
  }
}
.swiper-pagination-line:last-of-type{
  display: none !important;
}
.inner-page.product1-page.application .sidebox .sideright{
    display: block !important;
}
@media(max-width:1000px){
  .technology-page .technology-3 .grid-box.four>.column{
    width: 50%;
  }
}
@media(max-width:500px){
  .technology-page .technology-4 .left {
    padding-right: 0%;
    vertical-align: middle;
}
  .technology-page .technology-4 .right {
    vertical-align: middle;
    padding-right: 0%;
    margin-top: 15px;
}
.technology-page .technology-4 .right span.h2 {
    margin-bottom: 15px;
    text-transform: none;
}
  .technology-page .technology-3 .grid-box.four>.column{
    width: 100%;
  }
}
.faq-page,.gallery-page{
  padding: calc(3.1267vw + 20px) 0 !important;
}
.bh60,.application-page .application-2 .box span.h2{
  line-height: 1.16;
  font-family: Unbounded;
  font-weight: bold;
  font-size: calc(2.3955vw + 14px) !important;

}
.bh18 {
  font-weight: 400;
  font-size: calc(0.2085vw + 14px) !important;

}
.bh32,
.seoPublic .title,
.technology-page span.h2,
.about2-page .about-1 .text span.h2,
.about2-page .about-3 .right span.h2,
.about2-page .about-4 .left span.h2,
.about2-page .about-5 .left span.h2,
.about2-page .about-6 span.h2,
.device-page .init-1 .container .right .tips,
.device-page .init-3 .container .right .tips_title,
.newdet-page .newdet-content h1,
.inner-page h2.title,
.news-page .header .title{
    font-family: Unbounded;
  font-weight: bold;
  font-size: calc(0.9385vw + 14px) !important;
  text-transform: uppercase;
}
.bh24,.product1-page .sideright .list ul li .box .text h4,.main-box .top h1,
.product-page .sideLeft .box h3,.seoPublic .Auxil-about .box .right div.h3,
.inner-faq .container .inner-faq-content .inner-faq-list .item .q,
.news-page .content ul li .text .tit  {
  font-weight: bold;
  font-size: calc(0.525vw + 14px) !important;
 font-family: Unbounded;

}
.about-2 .i2-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-2  .i2-play .i2-img1 {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B7282D;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.about-2 .i2-play .i2-img1::after {
  content: '';
  width: 94px;
  height: 94px;
  background: #B7282D;
  border-radius: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s infinite;
}
.about-2 .i2-play .i2-img1::before {
  content: '';
  width: 79px;
  height: 79px;
  background: #B7282D;
  border-radius: 50%;
  opacity: 0.55;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-ring 2s infinite;
}
.about-2  .i2-play .i2-img1 .i2-img3 {
  position: relative;
  z-index: 2;
}
.about-2  .i2-play .i2-img2 {
  animation: rotate 12s infinite;
  width: 140px;
  height: 140px;
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-page .service-1 {
  background-color: #fff;
  position: relative;
}
.service-page .service-1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.service-page .service-1 .left {
  width: 30%;
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  height: min-content;
}
.service-page .service-1 .left .text {
  margin: 2.5em 0;
}
.service-page .service-1 .left .text p {
  margin-top: 2em;
}
.service-page .service-1 .left .list {
  /*text-align: center;*/
  font-weight: bold;
}
.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-page .service-1 .left .list li {
  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;
  color: #666;
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.service-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.service-page .service-1 .left .list li span {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .left .list li.active{
  color: var(--color);
}
.service-page .service-1 .left .list li.active span {
  opacity: 1;
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}
.service-page .service-1 .right {
  padding-left: 2%;
  width: 70%;
}
.service-page .service-1 .right .list ul {
  margin: -20px 0;
}
.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}
.service-page .service-1 .right .list ul li .box {
  padding:60px;
  border-radius: 10px;
background: #FFFFFF;
box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.11);
}
.service-page .service-1 .right .list ul li .box .img {
  width: 35%;
  height: 310px;
  /*border-top-right-radius: 150px;
  border-top-left-radius: 150px;*/
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.service-page .service-1 .right .list ul li .box .content {
  /*margin-left: 5%;*/
      width: 100%;
    color: #000;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
  line-height: 1.8;
}
.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}
.service-page .service-1 .right .list ul li .box .content .text p{
  color: #666;
}
.service-page .service-1 .right .list ul li .box .content .h2{
  margin-bottom: 30px;
  font-family: Unbounded;
    font-weight: bold;
    font-size: calc(0.9385vw + 14px) !important;
    text-transform: uppercase;
    display: flex;
    align-items: center
}
.service-page .service-1 .right .list ul li .box .content .h2 span{
  display: inline-block;
     width: 70px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #bbbbbb;
    padding: 15px;
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}
.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
  @media screen and (max-width: 1000px) {
      .vision-page .vision-3 .left,
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .vision-page .vision-3 .right,
  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .vision-page .vision-3 .flex,
  .service-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page .service-1 .left {
    position: static;
  }
  .service-page .service-1 .left .list {
    display: none;
  }
  .service-page .service-1 .right .list ul li .box .img {
    height: 250px;
  }
  }
  @media screen and (max-width: 500px) {
         .service-page .service-1 .right .list ul li .box .img {
    height: 120px;
    width: 100%;
    border-radius: 15px !important;
  }
  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  }
  .service-1 .hl_all{
    display: none;
  }
  .service-page .service-1 h6{
    font-size: calc(0.5vw + 14px);
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 10px;
  }
  .img_ccc img{
    max-width: 144px;
    object-fit: cover;
  }
  @media screen and (max-width: 1000px) {}
  @media screen and (max-width: 1000px) {}
  @media screen and (max-width: 1000px) {}