@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-Roman.woff2") format("woff2"), url("../fonts/Swiss721BT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Swis721 Lt BT';
    src: url('../fonts/Swiss721BT-LightItalic.woff2') format('woff2'),
        url('../fonts/Swiss721BT-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 Lt BT';
    src: url('../fonts/Swiss721BT-Light.woff2') format('woff2'),
        url('../fonts/Swiss721BT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-BoldItalic.woff2") format("woff2"), url("../fonts/Swiss721BT-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-Italic.woff2") format("woff2"), url("../fonts/Swiss721BT-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-Bold.woff2") format("woff2"), url("../fonts/Swiss721BT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-Bold.woff2") format("woff2"), url("../fonts/Swiss721BT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-Italic.woff2") format("woff2"), url("../fonts/Swiss721BT-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-Roman.woff2") format("woff2"), url("../fonts/Swiss721BT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Swis721 BT";
  src: url("../fonts/Swiss721BT-BoldItalic.woff2") format("woff2"), url("../fonts/Swiss721BT-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.woff2") format("woff2"), url("../fonts/Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Thin.woff2") format("woff2"), url("../fonts/Barlow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
:root{
    --white: #fff;
    --black: #000;
    --primary: #0b8bc3;
    --color: #0b8bc3;
}
.t-ani {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page.prodet-page .title:before{
  display: none;
}
.jietefoot {
      width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.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;
}
.seoPublic .seoIndustry .text {
  height: 400px;
  overflow: auto;
}
.seoPublic .seoIndustry .text h2 {
  color: #0b8bc3;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
.seoPublic .seoIndustry .text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
}
.seoPublic .seoIndustry .text strong {
  font-weight: unset;
}

.seoPublic .seoIndustry .text ol li,
.seoPublic .seoIndustry .text ul li {
    list-style: disc;
    margin-left: 30px;
}
.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: "Swis721 BT";
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 1.8;
}
#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: 14px;
  line-height: 2;
}
#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: black;
}
#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;
}
#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 .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;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  left: 0;
  bottom: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#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: 50px;
  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::before {
  content: "[";
  position: absolute;
  font-weight: 600;
  bottom: 5px;
  left: -8px;
  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;
  color:#fff;
  /*display: none;*/
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item::after {
  content: "]";
  position: absolute;
  font-weight: 600;
  bottom: 5px;
  right: -8px;
  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;
  color:#fff;
  /*display: none;*/
}
#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::before,#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active::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>a{
  transition: 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover>a,#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active>a {
  /*color: var(--color);*/
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover::after,#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active::after {
  -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-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Swis721 Lt BT';
}
#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 .sub-menu {
  position: absolute;
  top: 170%;
  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: 15px;
  padding: 12px 15px;
  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 .search {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  position: relative;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .hh4 {
  width: 2px;
  height: 30px;
  background: #ffffff;
  opacity: 0.7;
}
#header > .nav > .menu .menu-box .right .hh3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 173px;
  height: 50px;
  background: #0b8bc3;
  border-radius: 25px;
  font-weight: normal;
  font-size: 17px;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .hh3::after {
  transition: all 0.5s;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
}
#header > .nav > .menu .menu-box .right .hh3 span {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .hh3:hover::after {
  width: 100%;
}
#header > .nav > .menu .menu-box .right .hh3 .hh3-1 {
  width: 45px;
  height: 46px;
  background: #182c84;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  position: relative;
}
#header > .nav > .menu .menu-box .right .hh3 .hh3-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #182c84;
  z-index: 0;
  transition: all 0.5s ease;
}
#header > .nav > .menu .menu-box .right .hh3 .hh3-1::before {
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .hh3 .hh3-2 {
  color: #333333;
  font-size: 16px;
  margin-left: 9px;
  padding-top: 4px;
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .hh3:hover {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .hh3:hover .hh3-1::after {
  transform: scale(10);
}
#header > .nav > .menu .menu-box .right .hh3:hover .hh3-2 {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  display: flex;
  align-items: end;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img i {
  display: flex;
  align-items: end;
  line-height: 1;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#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: 400;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}

#header.active > .nav {
  background: rgba(0, 0, 0, 1);
}
#header.active > .nav{
  padding-top: 10px;
  /*padding-bottom: 10px;*/
}
#header > .nav .logo img,
#header > .nav .logo,
#header>.nav>.menu .menu-box{
  -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    transform-origin: center bottom;
}
#header.active>.nav>.menu .menu-box .left .logo img{
  height: 80px;
  /*transform: scale(0.7);*/
}
@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;
}
.flex {
  display: flex;
}
.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: 1470px;
  padding: 0 15px;
}
#banner {
  position: relative;
}
#banner .swiper1 {
  position: relative;
}
#banner .swiper1 .sw1-dots {
  position: absolute;
  left: 12%;
  bottom: 80px;
  display: flex;
  align-items: center;
  z-index: 3;
}
#banner .swiper1 .sw1-dots .sw1-dot {
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #464646;
}
#banner .swiper1 .sw1-dots .sw1-dot p {
  width: 59px;
  height: 5px;
  background: #464646;
  border-radius: 2px;
}
#banner .swiper1 .sw1-dots .sw1-dot:hover,
#banner .swiper1 .sw1-dots .sw1-dot.active {
  color: #008dd1;
}
#banner .swiper1 .sw1-dots .sw1-dot:hover p,
#banner .swiper1 .sw1-dots .sw1-dot.active p {
  background: #008ed1;
}
#banner .swiper1 .sw1-l {
  position: absolute;
  z-index: 5;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #ffffff;
  right: 30px;
  top: 50%;
  transform: translateY(-75%);
}
#banner .swiper1 .sw1-r {
  position: absolute;
  z-index: 5;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #ffffff;
  right: 30px;
  top: 50%;
  transform: translateY(75%);
}
#banner .swiper-main {
  position: relative;
}
#banner .swiper-main .left {
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 12%;
  width: 100%;
  transform: translateY(-50%);
}
#banner .swiper-main .left .bb1 {
  font-family: Barlow;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7), -1px -1px 2px rgba(0, 0, 0, 0.3);
}
#banner .swiper-main .left .bb2 {
  font-family: Barlow;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7), -1px -1px 2px rgba(0, 0, 0, 0.3);
}
#banner .swiper-main .left .bb3 {
  overflow: hidden !important;
  width: 223px;
  height: 56px;
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #008dd1;
  text-transform: uppercase;
    position: relative;
 
}
#banner .swiper-main .left .bb3 span {
  position: relative;
  z-index: 2;
}
#banner .swiper-main .left .bb3::after {
  transition: all 0.5s;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
}
#banner .swiper-main .left .bb3 i {
  width: 25px;
  height: 25px;
  background: #2b3987;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 21px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
#banner .swiper-main .left .bb3 i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2b3987;
  z-index: 0;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
#banner .swiper-main .left .bb3 i::before {
  z-index: 1;
}
#banner .swiper-main .left .bb3:hover {
  color: #fff;
}
#banner .swiper-main .left .bb3:hover::after {
  width: 100%;
}
#banner .swiper-main .left .bb3:hover i::after {
  transform: scale(15);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .jt-title {
  font-family: "Swis721 BT";
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}
#index-body .jt-span {
  font-weight: 300;
  color: #000000;
}
#index-body .jt-btn {
  font-weight: normal;
  color: #000000;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px calc(0.8345vw + 14px);
  border-radius: 20px;
}
#index-body .jt-btn span {
  position: relative;
  z-index: 2;
}
#index-body .jt-btn i {
  transition: all 0.5s ease-in-out;
  width: 34px;
  height: 34px;
  background: #222222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
}
#index-body .jt-btn i::before {
  z-index: 1;
}
#index-body .jt-btn i::after {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222222;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
#index-body .jt-btn:hover {
  color: #fff;
}
#index-body .jt-btn:hover i::after {
  transform: scale(15);
}
#index-body .jt-1 {
  background: #f6f6f6;
  position: relative;
}
/*#index-body .jt-1 .jt1-imgbg1 {
  position: absolute;
  top:0;
  left: -1000px
  top: 218px;
  left: -56px;
}
#index-body .jt-1 .jt1-imgbg2 {
  position: absolute;
   top:0;
  right: -1000px
  top: 334px;
  right: 345px;
}
#index-body .jt-1 .jt1-imgbg3 {
  position: absolute;
   top:0;
  right: -1000px
  top: 62px;
  right: -109px;
}*/
#index-body .jt-1{
  position: relative;
}
#index-body .jt-1 .jt1-imgbg1 {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
#index-body .jt-1 .jt1-imgbg2 {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
#index-body .jt-1 .jt1-imgbg3 {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
#index-body .jt-1 .jt1-top {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
#index-body .jt-1 .jt1-bottom .jt1-b1,
#index-body .jt-1 .jt1-bottom .jt1-b2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  perspective: 1000px;
}
#index-body .jt-1 .jt1-bottom .jt1-b1 img,
#index-body .jt-1 .jt1-bottom .jt1-b2 img {
  object-fit: contain;
  transform-origin: center;
  transform-style: preserve-3d;
}
#index-body .jt-1 .jt1-bottom .jt1-img2 {
  transform: translate3d(7%, 0, -1000px);
}
#index-body .jt-1 .jt1-bottom .jt1-img3 {
  transform: translate3d(8%, 0, -1000px);
}
#index-body .jt-1 .jt1-bottom .jt1-img1 {
  transform: translate3d(-27%, 0, -1000px);
}
#index-body .jt-1 .jt1-bottom .jt1-img4 {
  transform: translate3d(-23%, 0, -1000px);
}
#index-body .jt-1 .jt1-bottom .jt1-img5 {
  transform: translate3d(82%, 0, -1000px);
}
#index-body .jt-1 .jt1-bottom .jt1-img6 {
  transform: translate3d(61.7%, 0, -1000px);
}
#index-body .jt-1 .jt1-bottom .jt1-img7 {
  transform: translate3d(50%, 0, -1000px);
}
#index-body .jt-1 .jt1-bottom .jt1-img8 {
  transform: translate3d(52.4%, 0, -1000px);
}
#index-body .jt-2 .container {
  display: flex;
  justify-content: center;
}
#index-body .jt-3 {
  background: url(../images/jt3-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .jt-3 .container .jt3-top {
  max-width: 960px;
}
#index-body .jt-3 .swiper2 {
  overflow: hidden;
}
#index-body .jt-3 .swiper2 img {
  display: block;
  filter: brightness(0) invert(20%);
  transition: all 0.5s ease-in-out;
}
#index-body .jt-3 .swiper2 .sw2-m {
  transition: all 0.5s ease-in-out;
}
#index-body .jt-3 .swiper2 .sw2-m:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
#index-body .jt-3 .swiper2 .sw2-m:hover i {
  opacity: 1;
}
#index-body .jt-3 .swiper2 .sw2-m:hover img {
  filter: brightness(1);
}
#index-body .jt-3 .swiper2 .sw2-m:hover .jw3-tip {
  color: #0B8CBB;
}
#index-body .jt-3 .swiper2 .jw3-tip {
  font-weight: 300;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 25px;
  transition: all 0.5s ease-in-out;
}
#index-body .jt-3 .swiper2 i {
  transition: all 0.5s ease-in-out;
  color: #0b8cbb;
  opacity: 0;
}
#index-body .jt-4 {
  background-color: #f6f6f6;
}
#index-body .jt-4 .jt4-nei {
  background-color: #fff;
  border-radius: 270px 0px 0px 0px;
  position: relative;
  display: flex;
}
#index-body .jt-4 .jt4-nei .jt4-img {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  transform: translate(-127%, -29%);
}
#index-body .jt-4 .jt4-nei .container-4 {
  width: 300px;
}
#index-body .jt-4 .container {
  padding-left: 35px;
  position: relative;
}
#index-body .jt-4 .container::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
}
#index-body .jt-4 .container .swiper3 {
  overflow: hidden;
}
#index-body .jt-4 .container .jt-title {
  position: relative;
}
#index-body .jt-4 .container .jt-title::after {
  content: '';
  width: 1px;
  height: 295%;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  left: -35px;
  top: 0;
}
#index-body .jt-4-dot .container {
  display: flex;
  justify-content: center;
}
#index-body .jt-4-dot .jt4-ds {
  display: flex;
}
#index-body .jt-4-dot .jt4-ds .jt4-d {
  width: 17px;
  height: 17px;
  background: #ACB2B0;
  border-radius: 50%;
}
#index-body .jt-4-dot .jt4-ds .jt4-d.active {
  background-color: #0b8cbb;
}
#index-body .jt-4-dot .jt4-ds .jt4-d:last-of-type {
  margin-right: 0;
}
#index-body .jt-5 {
  background: url(../images/jt5-5.png) no-repeat center #fff;
  background-size: cover;
}
#index-body .jt-5 .container .jt5-d {
  background: url('../images/jt5-4.jpg') no-repeat center center;
  background-size: 100%;
  width: 100%;
  /* 根据需要调整高度 */
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 508px;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#index-body .jt-5 .container .jt5-d .jt5-d-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-48%, 45%);
}
#index-body .jt-5 .container .jt5-d .jt5-d-img img {
  max-width: 959px;
}
#index-body .jt-5 .container .jt5-d .jt5-d-img .jt5-d-img-p {
  position: absolute;
  font-weight: 300;
  color: #000000;
  right: 0;
  bottom: 0;
  transform: translate(71%, -145px);
  border-radius: 10px;
}
#index-body .jt-5 .container .jt5-img {
  display: flex;
  justify-content: center;
}
#index-body .jt-5 .container .jt5-img img {
  transform: translateY(-50%);
}
#index-body .jt-5 .container .jt5-h1 {
      font-family: 'Swis721 Lt BT';
    font-weight: 300;
    font-style: normal;
  color: #000000;
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
  line-height: 1.8;
}
#index-body .jt-5 .container .jt5-h1 h1 {
  display: inline;
}
#index-body .jt-5 .container .jt5-h1 span {
  font-weight: bold;
  color: #0E7297;
}
#index-body .jt-5 .container .jt5-btn {
  display: flex;
  justify-content: center;
}
#index-body .jt6-line {
  max-width: 1160px;
  margin: 0 auto;
  height: 1px;
  background: #f1f2f2;
}
#index-body .jt-6 {
  position: relative;
}
#index-body .jt-6 .container6 {
  max-width: 1160px;
  margin: 0 auto;
}
#index-body .jt-6 .jt6-img1 {
  position: absolute;
  left: 0;
  top: 83px;
}
#index-body .jt-6 .jt6-img2 {
  position: absolute;
  right: 0;
  top: -63px;
}
#index-body .jt-6 .container6 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .jt-6 .container6 .jt6-l {
  max-width: 430px;
}
#index-body .jt-6 .container6 .jt6-l .jt-title span {
  color: #0b8cbb;
}
#index-body .jt-6 .container6 .jt6-r {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .jt-6 .container6 .jt6-r .line4 {
  width: 1px;
  height: 79px;
  background: #000000;
  opacity: 0.1;
}
#index-body .jt-6 .container6 .jt6-r .jt6-p {
  font-weight: bold;
}
#index-body .jt-6 .container6 .jt6-r .jt6-r1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index-body .jt-7 .jt7-m {
  max-width: 1226px;
  background: #F6F6F6;
  position: relative;
}
#index-body .jt-7 .jt7-m .sw4-l {
  width: 34px;
  height: 34px;
  background: #222222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: absolute;
  right: 80px;
  bottom: 24px;
  z-index: 2;
  transition: 0.5s;
  cursor: pointer;
}

#index-body .jt-7 .jt7-m .sw4-r {
  width: 34px;
  height: 34px;
  background: #222222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: absolute;
  right: 34px;
  bottom: 24px;
  z-index: 2;
    transition: 0.5s;
      cursor: pointer;
}
#index-body .jt-7 .jt7-m .sw4-l:hover,#index-body .jt-7 .jt7-m .sw4-r:hover{
  opacity: 0.6;
}
#index-body .jt-7 .jt7-m .jt7-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 83.38%;
  transform: translate(64.9%, -15.6%);
}
#index-body .jt-7 .jt7-m .jt7-img .swiper4{
  overflow: hidden;
}
#index-body .jt-7 .jt7-m .jt7-img .swiper4 .swiper-slide{
  padding: 0;
}
#index-body .jt-7 .jt7-m .jt7-img .swiper4 img{
  width: 100%;
}
#index-body .jt-7 .swi-c-per4 .sw4-m {
  max-width: 800px;
}
#index-body .jt-7 .swi-c-per4 .sw4-m .jt-title {
  position: relative;
}
#index-body .jt-7 .swi-c-per4 .sw4-m .sw4-p1 {
  font-family: 'Swis721 Lt BT';
}
#index-body .jt-7 .swi-c-per4 .sw4-m .jt-title span {
  position: absolute;
  bottom: 0;
  top: 0;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 120px;
  color: rgba(0, 0, 0, 0.1);
}
#index-body .jt-7 .swi-c-per4 .sw4-m i {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.3);
}
#index-body .jt-8 {
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/jt8-1.png) no-repeat center 206px;
}
#index-body .jt-8 .jt8-top {
  white-space: normal;
}
#index-body .jt-8 .jt8-s {
  display: inline-block;
  padding-right: 100%;
  /* 保证内容足够长以形成滚动 */
  font-weight: bold;
  font-size: 190px;
  color: rgba(1, 1, 1, 0.1);
  text-transform: uppercase;
}
#index-body .jt-8 .jt8-s span {
  font-weight: bold;
  font-size: 220px;
  color: #010101;
}
#index-body .jt-8 .jt8-bottom {
  display: flex;
}
#index-body .jt-8 .jt8-bottom .jt8-l {
  width: 41.2%;
  position: relative;
}
#index-body .jt-8 .jt8-bottom .jt8-l .swiper5 {
  overflow: hidden;
}
#index-body .jt-8 .jt8-bottom .jt8-l .swiper5 .swiper-slide {
  position: relative;
}
#index-body .jt-8 .jt8-bottom .jt8-l .swiper5 .swiper-slide .sw5-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#index-body .jt-8 .jt8-bottom .jt8-l .swiper5 .swiper-slide .sw5-bg .sw5-t {
  font-weight: 300;
  color: #FFFFFF;
  font-style: italic;
}
#index-body .jt-8 .jt8-bottom .jt8-l .swiper5 .swiper-slide .sw5-bg .sw5-p {
  font-weight: normal;
  color: #FFFFFF;
}
#index-body .jt-8 .jt8-bottom .jt8-l .sw5-dots {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
#index-body .jt-8 .jt8-bottom .jt8-l .sw5-dots .sw5-dot {
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: #C4C4C4;
  border-radius: 50%;
}
#index-body .jt-8 .jt8-bottom .jt8-l .sw5-dots .sw5-dot:last-of-type {
  margin-right: 0px;
}
#index-body .jt-8 .jt8-bottom .jt8-l .sw5-dots .sw5-dot.active {
  width: 55px;
  height: 13px;
  background: #0E7297;
  border-radius: 6px;
}
#index-body .jt-8 .jt8-bottom .jt8-r {
  white-space: wrap;
  width: 58.8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 45px;
  row-gap: 30px;
}
#index-body .jt-8 .jt8-bottom .jt8-r .jt8-r-1 {
  white-space: wrap;
}
#index-body .jt-8 .jt8-bottom .jt8-r .jt8-r-1 .jt8-r-t {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
}
#index-body .jt-8 .jt8-bottom .jt8-r .jt8-r-1 .jt8-r-h {
  font-weight: normal;
  line-height: 1.8;
  color: #010101;
}
#index-body .jt-8 .jt8-bottom .jt8-r .jt8-r-1 .jt8-r-p {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
@keyframes ripple1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
}
@keyframes ripple2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.2;
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer {
  background: url(../images/f-banner.jpg) no-repeat center bottom;
  background-size: cover;
}
#footer .jt-f-line1 {
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
}
#footer .container-tt {
  padding: 0 150px;
}
#footer #ewm2 {
  width: 68px;
  height: 68px;
  border: 2px solid white;
}
#footer .f-h {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .f-h .foot-ul {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #FFFFFF;
}
#footer .f-h .f-h1 {
  font-weight: bold;
  color: #ffffff;
}
#footer .f-h .f-h2 {
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
#footer .f-h .f-h-p {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}
#footer .f-h form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 150px;
}
#footer .f-h form input,
#footer .f-h form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
#footer .f-h form .f-put1 {
  width: 173px;
  height: 41px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding-left: 14px;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
#footer .f-h form .f-put1::placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
#footer .f-h form .f-put2 {
  width: 539px;
}
#footer .f-h form .f-put3 {
  width: 122px;
  height: 41px;
  background: #ffffff;
  border-radius: 10px;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
}
#footer .f-h form .f-put3::placeholder {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 0 0 50% 50%;
}
#footer .f-h form .f-put3 span {
  position: relative;
  z-index: 2;
}
#footer .f-h form .f-put3::after {
  content: "";
  background: #000000;
  border-radius: 0 0 50% 50%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
#footer .f-h form .f-put3:hover {
  color: #fff;
}
#footer .f-h form .f-put3:hover::after {
  height: 200%;
}
#footer .f-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
#footer .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .top .f-top1 {
  max-width: 340px;
}
#footer .top form {
  display: flex;
  flex-direction: column;
}
#footer .top form .f-put1 {
  padding-top: 12px;
  padding-bottom: 22px;
  padding-left: 7px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  font-weight: 300;
  font-size: 16px;
  color: rgba(254, 254, 254, 0.6);
}
#footer .top form .f-put1::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: rgba(254, 254, 254, 0.6);
}
#footer .top form .f-put2 {
  padding-top: 49px;
}
#footer .top form .f-put3 {
  background: transparent;
  width: 159px;
  height: 49px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: normal;
  font-size: 17px;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#footer .top form .f-put3::after {
  transition: all 0.5s;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
}
#footer .top form .f-put3 span {
  position: relative;
  z-index: 2;
}
#footer .top form .f-put3:hover::after {
  width: 100%;
}
#footer .top .f-top .ftop-h {
  font-weight: normal;
  color: rgba(254, 254, 254, 0.6);
  margin-bottom: 12px;
}
#footer .top .f-top .ftop-p {
  font-weight: bold;
  color: #FFFFFF;
}
#footer .top .f-top ul {
  display: flex;
  color: #fff;

}
#footer .top .f-top ul i{
  font-size: 24px;
}
#footer .bottom {
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .bottom svg,
#footer .bottom .svg {
  height: 24px;
  width: auto;
  fill: rgba(255, 255, 255, 0.7);
  position: relative;
  top: 2px;
}
#footer .bottom span {
  color: rgba(255, 255, 255, 0.7);
}
#footer .bottom img {
  width: 300px;
  vertical-align: middle;
}
#footer .bottom .b-l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .bottom .b-l p {
  margin-left: 60px;
}
.jt6-imgs {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1800px) {
  .container {
    width: 1470px;
  }
}
.swiper4{
  overflow: hidden;
}
@media (max-width: 1700px) {
  #index-body .jt-7 .swi-c-per4 .sw4-m .jt-title {
    color: #fff;
  }
  #index-body .jt-7 .swi-c-per4 .sw4-m .jt-title span{
    color: rgba(255,255,255,0.4);
  }
  .sw4-p1,
  #index-body .jt-7 .swi-c-per4 .sw4-m i {
    color: #fff;
  }
  #index-body .jt-7 .jt7-m .sw4-l,
  #index-body .jt-7 .jt7-m .sw4-r {
    background-color: #0b8bc3;
  }
  #index-body .jt-7 .jt7-m .jt7-img {
    transform: translate(0, 0);
  }
  #index-body .jt-7 .jt7-m .jt7-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #index-body .jt-7 .jt7-m .jt7-img img {
    object-fit: cover;
    width: 100%;
  }
  #index-body .jt-7 .jt7-m {
    margin-left: 0;
    max-width: none;
  }
}
@media (max-width: 1600px) {
  #index-body .tw-2 .tw2-r {
    padding-right: 0;
  }
  #index-body .tw-2 .container .tw2-r ul li .img {
    width: 370px;
    height: 370px;
  }
  #index-body .tw-2 .container {
    flex-wrap: wrap;
  }
  #index-body .tw-2 .container .tw2-l {
    width: 100%;
  }
  #index-body .tw-2 .container .tw2-r {
    width: 100%;
  }
  #index-body .tw-2 .container .tw2-r ul li .img {
    width: 370px;
    height: 370px;
  }
  #index-body .tw-2 .container .tw2-r a.next {
    right: 36.3%;
    top: 66.6%;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
  #index-body .jt-5 .container .jt5-d .jt5-d-img img {
    max-width: 100%;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 25px;
  }
}
@media (max-width: 1450px) {
  #index-body .tw-1 .container .i1-top .i1-top-l .i1-top-l2 em {
    font-size: 150px;
  }
  #index-body .tw-1 .container .i1-top .i1-top-l .i1-top-l2 span {
    font-size: 66px;
  }
  #index-body .tw-1 .container .i1-top .i1-top-r {
    margin-top: 30px;
  }
  #index-body .tw-1 .container .i1-top .i1-top-l .i1-top-l3 em,
  #index-body .tw-1 .container .i1-top .i1-top-l .i1-top-l3 .i1-top-l3-1 {
    font-size: 36px;
  }
  #index-body .tw-1 .container .i1-top {
    flex-wrap: wrap;
  }
  #index-body .tw-1 .container .i1-top > div {
    flex: auto;
  }
  #footer .f-h form,
  #footer .container-tt {
    padding: 0;
  }
}
.show-1250 {
  display: none;
}
@media (max-width: 1250px) {
  #banner .swiper-main .left {
    padding-right: 11%;
  }
  #footer .f-h form .f-put1,
  #footer .f-h form .f-put3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .show-1250 {
    display: block;
  }
  .hide-1250 {
    display: none !important;
  }
  #nav-height {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  #index-body .jt-5 .container .jt5-d {
    font-size: 447px;
  }
  #index-body .jt-8 .jt8-bottom {
    flex-wrap: wrap;
  }
  #index-body .jt-8 .jt8-bottom .jt8-l,
  #index-body .jt-8 .jt8-bottom .jt8-r {
    width: 100%;
  }
  #index-body .jt-8 .jt8-bottom .jt8-l {
    max-width: 605px;
    margin: 0 auto;
  }
  .container {
    width: 970px;
  }
  #banner .sw1-dots {
    display: none !important;
  }
  #index-body .jt-8 .jt8-bottom .jt8-r {
    margin-top: 20px;
  }
  .jt6-imgs {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  #index-body .i-title {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  #index-body .jt-5 .container .jt5-d {
    font-size: 290px;
  }
  .hide-1000 {
    display: none !important;
  }
  .container {
    width: 700px;
  }
  #index-body .jt-6 .container6 .jt6-l,
  #index-body .jt-6 .container6 .jt6-r {
    width: 100% !important;
    max-width: none;
    text-align: center;
  }
  #index-body .jt-6 .container6 .jt6-r {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  #index-body .jt-5 .container .jt5-d {
    font-size: 200px;
  }
  #footer .top form .f-put1 {
    width: 100%;
  }
  #index-body .all-tap {
    padding-bottom: 9px;
  }
  /*#banner .swiper-main .left .bb3 {
    display: none;
  }*/
  .hide-700 {
    display: none;
  }
  .container {
    width: 100%;
  }
  #index-body .idnexService .box .item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  #index-body .jt-5 .container .jt5-d {
    font-size: 130px;
  }
  #index-body .jt-8 .jt8-bottom .jt8-r {
    grid-template-columns: repeat(1, 1fr);
  }
  
  #index-body .jt-6 .container6 .jt6-r .line4 {
    display: none;
  }
}
/*/////////////////////////////内页*/
.inner-page .title {
  font-size: 48px;
  color: #282727;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.inner-page .title em {
  color: #a50f0f;
}
.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
}
@media screen and (max-width: 700px) {

  .inner-page .title {
    font-size: 40px;
  }}
  @media screen and (max-width: 500px) {

  .inner-page .title {
    font-size: 32px;
  }}
.product-page .product-list {
  padding: 80px 0;
}
.product-page .product-list .top h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}
.product-page .product-list .top .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
.product-page .product-list .list {
  margin-top: 40px;
}
.product-page .product-list .list ul {
  margin: -20px;
}
.product-page .product-list .list ul li {
  padding: 12px;
  text-align: center;
}
.product-page .product-list .list ul li .img-box {
  border: 1px solid #d2d2d2;
}
.product-page .product-list .list ul li .tit {
  font-size: 16px;
  line-height: 1.8;
  
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list .list ul li .tit:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
    .product-page .product-list {
    padding: 60px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    line-height: 1.8;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    line-height: 1.6;
  }
  .jietefoot {
    display: none!important;
  }
  .product-page .product-list .list ul {
    margin: -10px;
  }
  .product-page .product-list .list ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
    .product-page .product-list {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
    .product-page .product-list .top h1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-page .product-list .top .con {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.8;
  }
  .product-page .product-list .list {
    margin-top: 20px;
  }
}
.inner-page .product-tab {
  background: #f1f3f5;
}
.inner-page .product-tab ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .product-tab ul li {
  text-align: center;
  width: 18em;
  height: 13em;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .product-tab ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .product-tab ul li a:hover,
.inner-page .product-tab ul li a.active {
  background: #0b8bc3;
  color: #fff;
}
.inner-page .product-tab ul li a:hover i img,
.inner-page .product-tab ul li a.active i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.inner-page .product-tab ul li i {
  display: block;
  line-height: 63px;
}
.inner-page .product-tab ul li i img {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  object-fit: contain;
}
.inner-page .product-tab ul li span {
  font-size: 17px;
  min-height: 58px;
  line-height: 1.7;
  margin-top: 15px;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .inner-page .product-tab {
    display: none;
  }}
  .inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}

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

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li i{
  cursor: pointer;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul li{
  font-size: 15px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul li a{
  color: #666;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }}
  .inner-banner {
  height: 500px;
  background-position: center center;
  background-size: cover;
  padding-top: 270px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.inner-banner h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:before {
  content: "\f015";
  margin-right: 10px;
  color: white;
  font: normal normal normal 14px / 1 FontAwesome;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.inner-banner .mbx a:hover {
  color: white;
}
@media screen and (max-width: 1650px) {
  .inner-banner {
    height: 400px;
    padding-top: 200px;
  }
  .inner-banner h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }}
  @media screen and (max-width: 1450px) {
  .inner-banner {
    padding-top: 160px;
    height: 360px;
  }}
  @media screen and (max-width: 1250px) {
  .inner-banner h2 {
    font-size: 32px;
  }
  .inner-banner .mbx {
    margin-top: 10px;
  }}
  @media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
   .inner-banner h2 {
    font-size: 28px;
  }}
  @media screen and (max-width: 700px) {
      .inner-banner h2{
    display: none;
  }
  .inner-banner .mbx{
    margin-top: 0;
  }
  .inner-banner .mbx{
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner {
    height: 260px;
    padding-top: 100px;
  }}
  @media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 20px;
    line-height: 1.4;
  }}
  .prodet-page {
  background: #f2f2f2;
}
.prodet-page .product-tab {
  background: #fff;
}
.prodet-page .list {
  padding: 30px 0;
}
.prodet-page .list .prodet-1 {
  background: #fff;
  padding: 50px;
}
.prodet-page .list .prodet-1 .left {
  padding-right: 69px;
}
.prodet-page .list .prodet-1 .left .img {
  border: 1px solid #d2d2d2;
}
.prodet-page .list .prodet-1 .left .img .icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #ccc;
  color: #fff;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 30px;
}
.prodet-page .list .prodet-1 .left .img .icon img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .list .prodet-1 .left .small {
  padding: 10px 0px 0;
}
.prodet-page .list .prodet-1 .left .small ul {
  margin-right: -10px;
}
.prodet-page .list .prodet-1 .left .small ul li {
  padding-right: 10px;
}
.prodet-page .list .prodet-1 .left .small ul li a {
  display: block;
  border: 1px solid #d2d2d2;
}
.prodet-page .list .prodet-1 .left .small .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 19px;
  cursor: pointer;
  border: 0;
}
.prodet-page .list .prodet-1 .left .small .slick-prev {
  left: -30px;
  background: url(../images/b-prev.png) no-repeat;
  -webkit-filter: invert(1) opacity(0.5);
  filter: invert(1) opacity(0.5);
}
.prodet-page .list .prodet-1 .left .small .slick-next {
  right: -20px;
  background: url(../images/b-next.png) no-repeat;
  -webkit-filter: invert(1) opacity(0.5);
  filter: invert(1) opacity(0.5);
}
.prodet-page .list .prodet-1 .right h1 {
  font-size: 30px;
  line-height: 1.4;
  border-bottom: 1px solid #333;
  color: var(--color);
  padding-bottom: 15px;
  font-weight: 700;
    text-transform: capitalize;
}
.prodet-page .list .prodet-1 .right .con {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 12px;
  font-family: 'Swis721 Lt BT';
}
.prodet-page .list .prodet-1 .right .list {
  font-size: 16px;
  line-height: 1.8;
  padding: 0;
  margin-top: 10px;
}
.prodet-page .list .prodet-1 .right .list em {
  color: var(--color);
}
.prodet-page .list .prodet-1 .right .info p {
  padding: 30px 0;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  color: var(--color);
}
.prodet-page .list .prodet-1 .right .info p i {
  margin-right: 12px;
}
.prodet-page .list .prodet-1 .right .btn {
  margin: 30px -25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .list .prodet-1 .right .btn a {
  display: inline-block;
  margin: 0 25px;
  width: 50%;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  background: var(--color);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .list .prodet-1 .right .btn a i {
  margin-right: 6px;
}
.prodet-page .list .prodet-1 .right .btn a:hover {
  background: #000;
}
.prodet-page .list .prodet-2 {
  margin-top: 30px;
  background: #fff;
  padding: 50px;
}
.prodet-page .list .prodet-2 .top .tit {
  background: var(--color);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 3;
}
.prodet-page .list .prodet-2 .top .content {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-top: 25px;
}
.prodet-page .list .prodet-3 {
  margin-top: 30px;
  background: #fff;
  padding: 50px;
}
.prodet-page .list .prodet-3 .tit {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  max-width: 1104px;
  margin: 0 auto;
  
}
.prodet-page .list .prodet-3 .form {
  margin-top: 40px;
}
.prodet-page .list .prodet-3 .form ul {
  margin: -10px -2%;
}
.prodet-page .list .prodet-3 .form ul li {
  padding: 10px 2%;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"],
.prodet-page .list .prodet-3 .form ul li textarea {
  width: 100%;
  height: 50px;
  color: #ccc;
  background-color: #fbfbfb;
  border: 2px solid #ccc;
  font-size: 16px;
  padding: 6px 12px;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]::-webkit-input-placeholder, .prodet-page .list .prodet-3 .form ul li textarea::-webkit-input-placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]:-moz-placeholder, .prodet-page .list .prodet-3 .form ul li textarea:-moz-placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]::-moz-placeholder, .prodet-page .list .prodet-3 .form ul li textarea::-moz-placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]:-ms-input-placeholder, .prodet-page .list .prodet-3 .form ul li textarea:-ms-input-placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]::placeholder,
.prodet-page .list .prodet-3 .form ul li textarea::placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]:focus,
.prodet-page .list .prodet-3 .form ul li textarea:focus {
  background: #fff;
  border-color: var(--color);
}
.prodet-page .list .prodet-3 .form ul li textarea {
  height: 200px;
}
.prodet-page .list .prodet-3 .form ul li input[type="submit"] {
  background: var(--color);
  color: #fff;
  border: 0;
  font-size: 16px;
  width: 100%;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .list .prodet-3 .form ul li input[type="submit"]:hover {
  background: #000;
}
.prodet-page .list .prodet-3 .form ul li:nth-child(1) input[type="text"]:focus {
  background: #fbfbfb;
  border-color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .list .prodet-4 {
  background: #fff;
  margin-top: 30px;
  padding: 50px;
}
.prodet-page .list .prodet-4 .title {
  font-size: 22px;
  
  line-height: 1.5;
  border-bottom: 2px solid var(--color);
}
.prodet-page .list .prodet-4 .content {
  margin-top: 30px;
}
.prodet-page .list .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .list .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .list .prodet-4 .content ul li .ig {
  border: 1px solid #a5a5a5;
}
.prodet-page .list .prodet-4 .content ul li .ig .img-box {
  border-bottom: 1px solid #a5a5a5;
}
.prodet-page .list .prodet-4 .content ul li .ig .text {
  padding: 15px 10px;
}
.swiper1_rel,
.swiper7_big,
.swiper1_hor{
  overflow: hidden;
}
.swiper1_hor button{
  display: none !important;
}
.prodet-page .list .prodet-4 .content ul li .ig .text .tit {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .list .prodet-4 .content ul li .ig .text .tit:hover {
  color: var(--color);
}
.prodet-page .list .prodet-4 .content ul li .ig .text .link {
  display: inline-block;
  margin-top: 15px;
  background: var(--color);
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .list .prodet-4 .content ul li .ig .text .link:hover {
  background: #000;
}
@media screen and (max-width: 1280px) {
    .prodet-page .list .prodet-1 .left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
    .prodet-page .list .prodet-1 {
    padding: 30px;
  }
  .prodet-page .list .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .list .prodet-1 .right {
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .list .prodet-2,
  .prodet-page .list .prodet-3,
  .prodet-page .list .prodet-4 {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
    .prodet-page .list .prodet-1,
  .prodet-page .list .prodet-2,
  .prodet-page .list .prodet-3,
  .prodet-page .list .prodet-4 {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
   .prodet-page .list .prodet-1 .right h1 {
    font-size: 20px!important;
    line-height: 1.4;
    padding-bottom: 6px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .newdet-page .init-1 .container .title {
    font-size: 20px!important;
    line-height: 1.6;
  }
  .prodet-page .list .prodet-1 .right .con {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .list .prodet-1 .right .list {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .list .prodet-1 .right .info p {
    font-size: 18px;
  }
  .prodet-page .list .prodet-1 .right .btn {
    display: block;
    margin: 10px 0 0 0;
  }
  .prodet-page .list .prodet-1 .right .btn a {
    width: 100%;
    margin: 6px 0;
  }
  .prodet-page .list .prodet-2 .top .tit {
    line-height: 2;
  }
  .prodet-page .list .prodet-2 .top .content {
    margin-top: 8px;
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .list .prodet-3 .form {
    margin-top: 20px;
  }
}
.seo_about .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.seo_about .box .left {
  height: auto;
}
.seo_about .box .left img {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}
.seo_about .box .right {
  background: #f2f2f2;
  padding: 0 40px;
  height: auto;
}
.seo_about .box .right .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
.seo_about .box .right .text .title {
  font-size: 30px;
  line-height: 1.8;
  
  color: var(--color);
}
.seo_about .box .right .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  height: 300px;
  overflow-y: auto;
}
.seo_honor {
  background: #fff;
  padding: 50px;
  margin-top: 30px;
}
.seo_honor .title {
  font-size: 22px;
  
  line-height: 1.5;
  border-bottom: 2px solid var(--color);
}
.seo_honor .content {
  margin-top: 30px;
}
.seo_honor .content ul {
  margin-right: -10px;
}
.seo_honor .content ul li {
  padding-right: 10px;
}
.seo_news {
  margin-top: 30px;
  background: #fff;
  padding: 50px;
}
.seo_news #index-body .news {
  background: transparent;
  padding: 0;
}
.seo_news #index-body .news .header {
  color: #000;
}
.seo_news #index-body .news .header .arrow img {
  -webkit-filter: invert(1) opacity(0.5);
  filter: invert(1) opacity(0.5);
}
.seo_know {
  background: #fff;
  padding: 50px;
  margin-top: 30px;
}
.seo_know .title {
  font-size: 22px;
  
  line-height: 1.5;
  border-bottom: 2px solid var(--color);
}
.seo_know .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
  color: #666;
}
@media screen and (max-width: 1000px) {
   .seo_about .box .right {
    padding: 20px;
  }
  .seo_honor,
  .seo_news,
  .seo_know {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
   .seo_about .box .left {
    width: 100%;
  }
  .seo_about .box .right {
    width: 100%;
  }
  .seo_honor,
  .seo_news,
  .seo_know {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
    .seo_honor .content {
    margin-top: 20px;
  }
}
#index-body .news {
  /*background-color: #1e1e1e;*/
  padding: 72px 0 77px;
  /*color: #fff;*/
}
#index-body .news .header {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .news .header p {
  line-height: 1.6;
  margin-top: 8px;
}
#index-body .news .header .arrow img {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
#index-body .news .header .arrow a {
  display: inline-block;
}
#index-body .news .header .arrow a.next {
  margin-left: 16px;
}
#index-body .news .header .arrow a:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .news .content {
  margin-top: 49px;
}
#index-body .news .content ul {
  margin-right: -62px;
}
#index-body .news .content ul li {
  padding-right: 62px;
}
#index-body .news .content ul li .ig {
  background: #e1e1e1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .ig .img-box img {
  width: 100%;
}
#index-body .news .content ul li .ig .text {
  padding: 19px 0 35px 21px;
}
#index-body .news .content ul li .ig .text time {
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
}
#index-body .news .content ul li .ig .text time img {
  margin-right: 7px;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .ig .text .tit {
  font-size: 18px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  line-height: 1.6;
  margin-top: 4px;
}
#index-body .news .content ul li .ig .text p {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#index-body .news .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
#index-body .news .content ul li .ig:hover .text time img{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1680px){
  #index-body .news .content ul {
    margin-right: -40px;
  }
  #index-body .news .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px){
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .header .arrow {
    margin-top: 20px;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul {
    margin-right: -20px;
  }
  #index-body .news .content ul li {
    padding-right: 20px;
  }
  #index-body .news .content ul li .ig .text {
    padding: 12px 11px 27px 11px;
  }
}
@media screen and (max-width: 700px){
   #index-body .news {
    padding: 30px 0;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .title {
  font-size: 55px;
  line-height: 1.1;
  font-weight: bold;
  
  text-transform: uppercase;
}
@media screen and (max-width: 1440px){
    #index-body .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1100px){
    #index-body .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1000px){
    #index-body .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px){
    #index-body .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px){
   #index-body .title {
    font-size: 30px;
    line-height: 1.3;
  }
}
.about-page h2 {
  display: block;
   font-weight: bold;
  font-size: 46px;
  line-height: 1.3;
}
.about-page .content,
.about-page .text {
  font-size: 18px;
  
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.about-page .about-1 {
  padding-top: 80px;
}
.about-page .about-1 .box .left {
  vertical-align: middle;
}
.about-page .about-1 .box .left .content {
  margin: 20px 0 80px;
}
.about-page .about-1 .box .left .list {
  padding: 50px 10%;
  text-align: center;
  width: 115%;
  margin-right: -15%;
  background: url(../images/about-img02.jpg) center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-1 .box .left .list ul li h4 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
}
.about-page .about-1 .box .left .list ul li h4 sub {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 18px;
}
.about-page .about-1 .box .left .list ul li p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
}
.about-page .about-1 .box .right {
  padding-left: 3%;
  vertical-align: middle;
}
.about-page .about-1 .box .right .img {
  position: relative;
  display: block;
}
.about-page .about-1 .box .right .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .box .right .img .play img {
  display: block;
  margin: 0 auto;
}
.about-page .about-1 .box .right .img .play span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  line-height: 1;
}
.about-page .about-2 {
  padding: 90px 0;
}
.about-page .about-2 .left {
  width: 53%;
  vertical-align: middle;
}
.about-page .about-2 .right {
  width: 47%;
  vertical-align: middle;
  padding-left: 2%;
}
.about-page .about-2 .right .content p {
  padding-top: 30px;
}
.about-page .about-2 .right .content p:first-child {
  padding-top: 0;
}
.about-page .about-3 {
  padding: 110px 0;
  background: url(../images/about-img04.jpg) center center;
  /*background-size: cover;*/
  text-align: center;
  height: 350px;
  background-attachment: fixed;
}
.about-page .about-3 .play{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .play::before,
.about-page .about-3 .play::after{
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-3 .play::before{
  -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-3 .list {
  padding: 90px 0 35px;
}
.about-page .about-3 .list ul {
  margin: 0 -15px;
  position: relative;
}
.about-page .about-3 .list ul:after {
  content: '';
  width: 200%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  left: -25%;
  top: 52px;
  position: absolute;
}
.about-page .about-3 .list ul li {
  padding: 0 15px;
}
.about-page .about-3 .list ul li h5 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.about-page .about-3 .list ul li .content {
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.about-page .about-3 .list ul li .content:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: white;
}
.about-page .about-3 .list ul .slick-dots:after {
  display: none;
}
.about-page .about-3 .btn div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  cursor: pointer;
}
.about-page .about-4 {
  padding: 60px 0 100px;
  overflow: hidden;
  background: #fff;
}
.about-page .about-4 .text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-4 .offerBox .swiper-container {
  padding: 85px 20px 0;
  overflow: hidden;
}
/*.about-page .about-4 .offerBox .swiper-container .swiper-wrapper{
  flex-wrap: wrap;
  -webkit-wrap: wrap;
}*/
.about-page .about-4 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-4 .offerBox .swiper-slide:hover h4 {
  color: #0b8bc3;
}
.about-page .about-4 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #0b8bc3;
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  margin: 24px 0 12px;
  text-transform: uppercase;
}
.about-page .about-4 .offerBox .swiper-slide p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1) span{
  background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2) span{
  background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3) span{
  background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4) span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5) span{
  background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6) span{
  background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7) span{
  background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8) span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}

.about-page .about-4 .list {
  margin-top: 25px;
  position: relative;
}

.about-page .about-4 h2{
  color: #000;
}
.about-page .about-4 .text{
  color: #000;
}
.about-page .about-4 .list ul {
  margin: 0 -20px;
}
.about-page .about-4 .list ul li {
  padding: 0 20px;
}
.about-page .about-4 .list ul li .box {
  display: block;
  padding: 25px 15px 35px;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .list ul li .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.icon {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  height: 72px;
}
.about-page .about-4 .list ul li .box h6 {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: var(--color);
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box .content {
  display: block;
  margin: 25px 0;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  height: 201.6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.fa {
  font-weight: bold;
  font-size: 72px;
  max-height: 20px;
  display: block;
  color: var(--color);
  line-height: 1;
  margin-left: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.fa:after {
  content: '”';
}
.about-page .about-4 .list ul li .box:hover:after {
  background: #1e6ba1;
  opacity: .9;
}
.about-page .about-4 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 .list ul li .box:hover h6,
.about-page .about-4 .list ul li .box:hover .content,
.about-page .about-4 .list ul li .box:hover i.fa {
  color: white;
}
.about-page .about-5 {
  padding-top: 55px;
  text-align: center;
  background: url("../images/about-5-bg.jpg") center center;
  background-size: cover;
}
.about-page .about-5 .ui.container {
  max-width: 1400px;
}
.about-page .about-5 .text {
  margin-top: 20px;
}
.about-page .about-5 .box {
  position: relative;
}
.about-page .about-5 .list {
  padding: 40px 0 90px;
  overflow: hidden;
  position: relative;
}
.about-page .about-5 .list:after {
  content: '';
  width: 80%;
  height: 20px;
  left: 10%;
  border-radius: 100%;
  -o-box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -25px;
}
.about-page .about-5 .list .slick-list {
  overflow: unset;
}
.about-page .about-5 .list ul li a {
  display: block;
  position: relative;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 1;
}
.about-page .about-5 .list ul li a img {
  width: 100%;
}
.about-page .about-5 .list ul li a:after,
.about-page .about-5 .list ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-image: inherit;
  background-size: 100% auto;
  opacity: .1;
  position: absolute;
  z-index: -1;
}
.about-page .about-5 .list ul li a:before {
  z-index: -2;
  background: #0f2131;
  opacity: 1;
}
.about-page .about-5 .list ul .slick-slide li {
  position: relative;
  left: 100%;
  z-index: 0;
  top: -50px;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list ul .slick-slide.slick-active li {
  left: 50%;
  z-index: 1;
  top: -25px;
}
.about-page .about-5 .list ul .slick-slide.slick-active li a {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current li {
  left: 0;
  z-index: 2;
  top: 0;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current li a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active li {
  left: -50%;
  top: -25px;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active li a {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active~div.slick-slide li {
  left: -100%;
  top: -50px;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active~div.slick-slide li a {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.about-page .about-5 .btn div {
  position: absolute;
  top: 63%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.about-page .about-5 .btn div img {
  width: 100%;
}
.about-page .about-5 .btn div.prev {
  left: 0;
}
.about-page .about-5 .btn div.next {
  right: 0;
}
.about-page .about-6 {
  padding: 90px 0;
  text-align: center;
  background: #091118;
}
.about-page .about-6 .text {
  margin-top: 15px;
}
.about-page .about-6 .btn {
  margin-top: 30px;
}
.about-page .about-6 .btn a {
  display: inline-block;
  margin: 0 45px;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  min-width: 250px;
  border: 1px solid #53595e;
  font-weight: normal;
  font-size: 24px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list {
  margin-top: 80px;
}
.about-page .about-6 .list ul li {
  padding: 0 15px;
}
.about-page .about-6 .list ul li a {
  display: block;
}
.about-page .about-6 .list ul li a img {
  width: 100%;
}
.about-page .about-6 .list ul .slick-dots {
  margin-top: 50px;
}
.about-page .about-6 .list ul .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #343434;
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
.about-page .about-6 .list ul .slick-dots li button {
  display: none;
}
.about-page .about-6 .list ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-factory{
  background: #f8f8f8;
  padding: 80px 0;
}
.about-page .about-factory .h3{
  margin-bottom: 30px;
}
.about-page .about-factory ul{
  margin: -15px;
}
.about-page .about-factory ul li{
  padding: 15px;
}
.about-page .about-7 {
    padding: 80px 0 120px;
}
.about-page .about-7 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about-page .about-7 .right {
    width: 60%;
    vertical-align: middle;
}
.about-page .about-7 .left span.h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.about-page .about-7 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}
.about-page .about-7 .right ul {
    margin: -25px;
}
.about-page .about-7 .right ul li {
    padding: 25px;
}
.about-page .about-7 .right ul li img {
    width: 100%;
}
.about-page .about-7 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
@media screen and (max-width: 1650px) {
  .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 40px;
  }
  .about-page .about-1 .box .right .img .play span {
    font-size: 22px;
    margin-top: 10px;
  }
  .about-page .about-1 .box .left .list {
    padding: 30px 5%;
  }
  .about-page .about-3 .list ul li .content {
    font-size: 16px;
    line-height: 1.6;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 60px;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 100%;
  }
  .about-page .about-4 .list ul li .box h6 {
    font-size: 20px;
  }
  .about-page .about-4 .list ul li .box .content {
    font-size: 16px;
    height: 176.4px;
  }
  .about-page .about-6 .btn a {
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    margin: 0 25px;
  }
}
@media screen and (max-width: 1450px) {
   .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 32px;
  }
  .about-page .about-1 .box .left .content {
    margin: 20px 0 40px;
  }
  .about-page .about-1 .box .right .img .play img {
    max-width: 70px;
  }
  .about-page .about-1 .box .right .img .play span {
    font-size: 18px;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page .about-3 .list {
    padding: 60px 0 20px;
  }
  .about-page .about-4 .text {
    margin-top: 5px;
  }
  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }
  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-6 .btn a {
    font-size: 20px;
  }
  .about-page .about-6 .list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 30px;
  }
  .about-page .content,
  .about-page .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .box .left .content {
    margin: 10px 0 20px;
  }
  .about-page .about-2 .right .content p {
    padding-top: 10px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-5 .btn div {
    max-width: 40px;
  }
  .about-page .about-5 .list {
    padding: 30px 0 50px;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
  .about-page .about-6 .list ul .slick-dots {
    margin-top: 30px;
  }
  .about-page .about-6 .list ul .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .right {
    display: none;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page .about-1 .box .left .list {
    width: 100%;
    margin-right: 0;
  }
  .about-page h2 br {
    display: none;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-1 {
    padding-top: 50px;
  }
  .about-page .about-2 {
    padding: 30px 0;
  }
  .about-page .about-3 .list {
    padding: 30px 0 10px;
  }
  .about-page .about-4 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-4 .list ul {
    margin: -10px;
  }
  .about-page .about-6 .btn a {
    min-width: 200px;
  }
  .about-page .about-7 .left,.about-page .about-7 .right{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px){
  .about-page h2 {
    font-size: 24px;
  }
  .about-page .about-1 .box .left .list ul li {
    width: 33.333%;
  }
  .about-page .about-1 .box .left .list ul li h4 sub {
    font-size: 14px;
  }
  .about-page .about-1 .box .left .list ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-3 .list ul li .content:after {
    width: 18px;
    height: 18px;
    top: -24px;
  }
  .about-page .about-3 .list ul li .content {
    margin-top: 30px;
  }
  .about-page .about-3 .list ul:after {
    top: 38px;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 44px;
  }
  .about-page .about-4 .list ul li {
    width: 100%;
  }
  .about-page .about-4 .list ul li .box .content {
    height: auto;
    margin: 15px 0;
  }
  .about-page .about-5 .list {
    padding: 20px 0 30px;
  }
  .about-page .about-6 .btn a {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    min-width: 160px;
  }
  .about-page .about-6 .list ul .slick-dots {
    display: none !important;
  }
  .about-page .about-6 .text {
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px){
  .about-page .about-4 .offerBox .swiper-container{
   padding: 85px 0px 0;
 }
 .about-page h2{
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 22px;
  }
  .about-page .about-1 .box .left .list ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-6 .btn a{
    margin: 0 6px;
    min-width: 140px;
    font-size: 16px;
  }
  .about-page .about-1 .box .left .list {
    padding: 30px 0;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-5 .list {
    padding: 20px 15%;
  }
  .about-page .about-5 .list ul .slick-slide div li {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    left: 0 !important;
  }
}
.tab {
	border-bottom:1px solid #e1e1e1;
  font-size: 0;
}
.tab-list {
	width:25%;
  display: inline-block;
	text-align:center;
	padding:24px 0;
	border-left:1px solid #e1e1e1;
	position:relative;
}
.tab-list:last-child {
	border-right:1px solid #e1e1e1;
}
.tab-list:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0%;
	height:2px;
	background:var(--color);
	transition:width cubic-bezier(.47,-.01,.09,1.08) .6s;
}
.tab-list:hover,
.tab-list.active{
  background: var(--color);
  color: #fff;
}
.tab-list:hover p,
.tab-list.active p {
	transform:translateY(-60px);
}
.tab-list:hover i,
.tab-list.active i {
	transform:translateY(-60px);
}
/*.tab-list:hover:after {
	width:100%;
}*/
.tab-list:hover:after,
.tab-list.active:after {
	width:100%;
}

.tab-list.this p {
	transform:translateY(-60px);
}
.tab-list.this i {
	transform:translateY(-60px);
}
.tab-list.this:after {
	width:100%;
	right:auto;
	left:0;
}
.tab-list .effect {
	overflow:hidden;
}
.tab-list i {
	width:40px;
	height:40px;
	margin-right:20px;
  display: inline-block;
  vertical-align: middle;
	position:relative;
	transition:transform ease .5s;
	-ms-transition:transform ease .5s;
	-o-transition:transform ease .5s;
	-webkit-transition:transform ease .5s;
	-moz-transition:transform ease .5s;
}

.tab-list:nth-child(1) i:after {
    background: url(../images/tab-icon-c.png) no-repeat center;
}
.tab-list:nth-child(2) i:after {
    background: url(../images/tab-icon2-c.png) no-repeat center;
}
.tab-list:nth-child(3) i:after {
    background: url(../images/tab-icon3-c.png) no-repeat center;
}
.tab-list:nth-child(4) i:after {
    background: url(../images/tab-icon4-c.png) no-repeat center;
}
.tab-list i:after {
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	transform:translateY(60px);
}
.tab-list p {
  display: inline-block;
  vertical-align: middle;
	font-size:16px;
	color:#666;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	position:relative;
}
.tab-list p:after {
	content:attr(data-hover);
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	color:#fff;
	transform:translateY(60px);
}
@media screen and (max-width: 1230px) {
  .tab {
    display: none;
  }
}
.factory-page {
  padding: 90px 0 110px;
}
.factory-page img {
  display: block;
  margin: 0 auto;
}
.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}
.faq-page .faqBox {
  padding: 80px 0 200px;
}
.faq-page .faqBox ul li {
  margin-bottom: 30px;
  background: #f2f2f2;
  padding: 15px;
}
.faq-page .faqBox ul li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.faq-page .faqBox ul li .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #ccc dashed;
}
.faq-page .faqBox ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1650px){
   .faq-page .faqBox{
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 1000px){
   .faq-page .faqBox{
    padding: 60px 0 100px;
  }
  .faq-page .faqBox ul li h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faqBox ul li .content {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 700px){
   .faq-page .faqBox{
    padding: 40px 0 70px;
  }
}
@media screen and (max-width: 500px){
    .faq-page .faqBox ul li h4 {
    line-height: 1.8;
  }
}
.factory-c-page {
  padding: 90px 0 0px;
}
.factory-c-page img {
  display: block;
  margin: 0 auto;
}

.factory-c-page .list ul {
  margin: -15px;
}
.factory-c-page .list ul li {
  padding: 15px;
}
.factory-c-page h3 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 50px;
    text-align: center;
}
.inner-page .m-page {
  text-align: right;
  display: block;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: var(--primary);
}
.inner-page .m-page span {
  margin: 0 3px;
}
.news-page {
  padding-bottom: 110px;
}

.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase;
  
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #a50f0f1f;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 330px;
  padding: 30px 50px;
  background-color: #fff;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--primary);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.news-page .content ul li .box .des:hover {
  color: var(--primary);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--primary);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
@media screen and (max-width: 1000px) {
   .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
   .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #424242;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--primary);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
   .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--primary);
}
@media screen and (max-width: 1000px){
    .m-link {
    text-align: left;
  }
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
  
  font-weight: bold;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}
.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 40px;
}
.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--primary);
}
.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--primary);
  border: 2px solid var(--primary);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--primary);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  color: #414951;
  line-height: 2;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--primary);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  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;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--primary);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--primary);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--primary);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm3 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }}
  #addForm3 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm3 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
}
#addForm3 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
#addForm3 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm3 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm3 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm3 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--primary);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm3 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm3 .contact-submit input[type="submit"]:hover {
  background-color: var(--primary);
}
@media screen and (max-width: 1000px){
    #addForm3 {
    width: 100%;
  }
}
@media screen and (max-width: 700px){
   #addForm3 {
    width: 100%;
    padding: 10px;
  }
  #addForm3 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  font-family: 'Swis721 Lt BT';
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 44%;
  padding-right: 7%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
  font-family: 'Swis721 Lt BT';
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: var(--white);
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
  color: var(--white);
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig1{
  display: flex;
  justify-content: center;
  margin-top: calc(1.88vw + 14px);
}
.mana-page .mana-2 .bottom .ig1 > div{
  margin-right: calc(0.8345vw + 14px);
}
.mana-page .mana-2 .bottom .ig1 > div:last-child{
  margin-right: 0;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  /*background: var(--primary);*/
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--primary);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
  font-family: 'Swis721 Lt BT';
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--primary);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: var(--white);
}
.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .hide-500{
    display: none !important;
  }
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.seoPublic .Auxil-news .list ul li .content{
  
}
.seoPublic .Auxil-about .box .left{
  width: 50%;
}
.seoPublic .Auxil-about .box .right{
    width: 50%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.swiper7_small{
  overflow: hidden;
}
.about-page .content, .about-page .text{
  font-size: 19px;
  color: rgba(0, 0, 0, .8);
  line-height: 1.8;
  font-family: 'Swis721 Lt BT';
}
.tab-list:hover, .tab-list.active{
  background: #008ed1;
  color: #fff;
}
.product-page .productBox .left {
    width: 25%;
}
.product-page .productBox .left #product-list li {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 15px 30px;
}
.product-page .productBox .left #product-list li i {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}
.product-page .productBox .left #product-list li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
    text-transform: uppercase;
}
.product-page .productBox .left #product-list li a:hover,
.product-page .productBox .left #product-list li a.active {
    color: var(--color);
}
.product-page .productBox .left #product-list li ul.children {
    margin-top: 20px;
}
.product-page .productBox .left #product-list li ul.children li {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.product-page .productBox .left #product-list li ul.children li a {
    font-weight: 400;
    text-transform: capitalize
}
.product-page .productBox .left #product-list li ul.children li:last-child {
    margin-bottom: 0;
}


.product-page .productBox .right {
    width: 75%;
    padding-left: 60px;
}


@media (max-width: 1000px) {
    .product-page .productBox .left {
        display: none;
    }

    .product-page .productBox .right {
        width: 100%;
        padding-left: 0;
    }
}
.text-hide-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text-hide-2{
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}
@media (max-width: 1000px) {
  .inner-banner .mbx{
    color: #fff;
  }
  .seoPublic .Auxil-about .box .left .img{
    height: auto;
  }
  .seoPublic .Auxil-about .box .right{
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left{
    width: 100%;
  }
}
#mobile .menu-content .menu-logo img{
  filter: brightness(0);
}
@media (max-width: 700px) {
  .inner-banner .ui{
    position: relative;
    z-index: 3;
  }
  .inner-banner{
    position: relative
  }
  .inner-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4)
  }
}









 .jietelinks {
        margin-top: 50px;
        background: #ffffff;
        border-radius: 20px;
        padding: 32px 36px;
        box-shadow: 0 8px 32px rgba(11, 139, 195, 0.10), 0 2px 8px rgba(11, 139, 195, 0.06);
        max-width: 100%;
        border: 1px solid rgba(11, 139, 195, 0.08);
        transition: all 0.3s ease;
    }

    .jietelinks-container {
        width: 100%;
    }

    .jietelinks-more-info {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .jietelinks-header {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-bottom: 16px;
        border-bottom: 2px solid rgba(11, 139, 195, 0.12);
    }

    .jietelinks-label {
        font-size: 22px;
        line-height: 1.2;
        color: #0b8bc3;
        font-weight: 700;
        letter-spacing: 0.5px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .jietelinks-label::before {
        content: "▸";
        font-size: 20px;
        color: #0b8bc3;
        opacity: 0.7;
        font-weight: 300;
    }

    .jietelinks-line {
        flex: 1;
        height: 2px;
        background: linear-gradient(90deg, #0b8bc3 0%, rgba(11, 139, 195, 0.05) 100%);
        border-radius: 2px;
    }

    .jietelinks-links {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 14px;
        padding: 4px 0;
    }

    .jietelinks-item {
        font-size: 14px;
        line-height: 2;
        color: #0b8bc3;
        text-decoration: none;
        padding: 6px 18px;
        background: rgba(11, 139, 195, 0.05);
        border-radius: 8px;
        border: 1px solid rgba(11, 139, 195, 0.10);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        word-break: break-word;
        font-weight: 500;
        position: relative;
    }

    .jietelinks-item:hover {
        background: #0b8bc3;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(11, 139, 195, 0.25);
        border-color: #0b8bc3;
    }

    .jietelinks-item:active {
        transform: translateY(0px);
        box-shadow: 0 4px 12px rgba(11, 139, 195, 0.15);
    }

    @media (max-width: 768px) {
        .jietelinks {
            padding: 24px 20px;
            border-radius: 16px;
        }

        .jietelinks-more-info {
            gap: 18px;
        }

        .jietelinks-header {
            padding-bottom: 14px;
            gap: 12px;
        }

        .jietelinks-label {
            font-size: 18px;
            line-height: 1.6;
            letter-spacing: 0.3px;
        }

        .jietelinks-label::before {
            font-size: 16px;
        }

        .jietelinks-line {
            height: 2px;
        }

        .jietelinks-links {
            gap: 8px 10px;
            padding: 2px 0;
        }

        .jietelinks-item {
            font-size: 14px;
            line-height: 2;
            padding: 5px 14px;
            border-radius: 6px;
        }
    }