@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BarlowCondensed';
  src: url('../fonts/BarlowCondensed-Bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BarlowCondensed';
  src: url('../fonts/BarlowCondensed-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BarlowCondensed';
  src: url('../fonts/BarlowCondensed-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BarlowCondensed';
  src: url('../fonts/BarlowCondensed-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #b41d18;
  --fm: 'BarlowCondensed';
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Barlow';
  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 !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
  padding-left: 4.9vw;
  padding-right: 5.83vw;
}
#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 {
  padding: 30px 0;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
#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.active > .nav > .menu .menu-box .left .logo img,
#header.active1 > .nav > .menu .menu-box .left .logo img{
    zoom: 0.7;
}
#header.active > .nav > .menu .menu-box,
#header.active1 > .nav > .menu .menu-box
{
    padding: 15px 0;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: calc(2.5vw + 17px);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft50);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: var(--ft20);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  font-family: var(--fm);
  font-weight: 500;
  font-size: var(--ft26);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .imgwhite {
  filter: brightness(0) invert(1);
}
#header > .nav > .menu .menu-box .right .fline {
  width: 1px;
  height: 35px;
  background: #FFFFFF;
  opacity: 0.3;
  margin: 0 var(--ft26);
}
#header > .nav > .menu .menu-box .right .pp_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 45px;
  padding: 0 var(--ft44);
  background: #B41D18;
  border-radius: 22px;
  font-family: BarlowCondensed;
  font-weight: 500;
  font-size: var(--ft20);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  margin-right: var(--ft32);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--ft18);
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > span {
  margin-left: 13px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active {
  background-color: rgba(0, 0, 0, 0.8);
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1430px;
  padding: 0 0px;
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#banner {
  overflow: hidden;
}
#banner .swiper_banner {
  position: relative;
}
#banner .swiper_banner .swiper-banner-pagination {
  position: absolute;
  right: 0;
  padding-right: 5.16%;
  display: flex;
  justify-content: end;
  bottom: calc(2.6555vw + 15px);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 34px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide .banner-text {
  width: 100%;
  position: absolute;
  left: -7%;
  top: 58%;
  transform: translateY(-50%);
  padding-left: 13.44vw;
}
#banner .swiper_banner .swiper-slide .banner-text .bt1 {
  font-family: BarlowCondensed;
  font-weight: bold;
  font-size: calc(4.479vw + 6px);
  color: #FEFEFE;
  width: 50%;
  text-transform: uppercase;
  line-height: 1.09;
  /*text-shadow: 0 0px 0 #000, 3px 1px 0 #000, 3px 1px 0 #000, 3px 2px 0 #000, 3px 3px 0 #000, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);*/
}
#banner .swiper_banner .swiper-slide .banner-text .bt2 {
  margin-bottom: var(--ft30);
  margin-top: var(--ft20);
  font-family: var(--fm);
  font-weight: 400;
  font-size: var(--ft24);
  color: #FEFEFE;
  line-height: 1.2;
}
#banner .swiper_banner .swiper-slide.swiper-slide-active .banner-text .bt1{
    animation: fadeInUp 0.3s linear;
}
#banner .swiper_banner .swiper-slide.swiper-slide-active .banner-text .bt2{
animation: fadeInUp 0.5s linear;
}
#banner .swiper_banner .swiper-slide.swiper-slide-active .banner-text .hd_btn{
animation: fadeInUp 0.7s linear;
}

.hd_btn {
  height: 50px;
  background: #B41D18;
  border-radius: 25px;
  font-family: var(--fm);
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 var(--ft50);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  
}

.hd_btn:hover {
  background: #000;
  color: #fff;
}
.hd_btn3 {
  height: 50px;
  background: #fff;
  border-radius: 25px;
  font-family: var(--fm);
  font-weight: 400;
  font-size: var(--ft18);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 var(--ft50);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hd_btn3:hover {
  opacity: 0.6;
}
.hd_btn1 {
  height: 50px;
  border: 1px solid var(--color);
  border-radius: 25px;
  font-family: var(--fm);
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 var(--ft50);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hd_btn1:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.hd-h {
  font-family: var(--fm);
  font-weight: 600;
  font-size: calc(2.1885vw + 13px);
  color: #000000;
  line-height: 1.1;
}
.hd-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  opacity: 0.8;
}
#index-body {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .init-1 {
  padding-top: var(--px90);
  padding-bottom: var(--px70);
}
#index-body .init-1 .container .hd-h {
  margin-bottom: 14px;
}
#index-body .init-1 .container .i1-line {
  height: 1px;
  background: #D0D0D0;
  opacity: 0.3;
  margin-top: var(--px80);
}
#index-body .init-1 .container .i1tm {
  margin-top: calc(2.2385vw + 14px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--ft26);
}
#index-body .init-1 .container .i1tm .i1-tc {
  cursor: pointer;
}
#index-body .init-1 .container .i1tm .i1-tc:hover .i1tct,
#index-body .init-1 .container .i1tm .i1-tc.active .i1tct {
  box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0.16);
  border: 1px solid var(--color);
}
#index-body .init-1 .container .i1tm .i1-tc .i1tcb {
  font-weight: 400;
  font-size: var(--ft20);
  color: #000000;
  text-align: center;
  margin-top: calc(0.729vw + 14px);
}
#index-body .init-1 .container .i1tm .i1-tc .i1tct {
  padding: 12px var(--ft30) var(--ft30);
  box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0);
  border-radius: var(--ft18);
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 {
  padding-right: 31.1%;
  position: relative;
}
#index-body .init-2 .i2_pagination {
  position: absolute;
  right: 0;
  bottom: 3.65vw;
  z-index: 4;
  display: flex;
  justify-content: end;
  padding-right: 39.79vw;
}
#index-body .init-2 .i2_pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  margin-left: var(--ft34);
}
#index-body .init-2 .i2_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color);
}
#index-body .init-2 .i2_btn {
  position: absolute;
  width: 62px;
  height: 62px;
  background: #C91F19;
  border-radius: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ft26);
  color: #FFFFFF;
  top: 50%;
  right: 29.5%;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .init-2 .i2_btn:hover {
  background: #000;
}
#index-body .init-2 .swiper-i2 .swiper-slide {
  padding-right: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#index-body .init-2 .swiper-i2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#index-body .init-2 .swiper-i2 .swiper-slide.swiper-slide-active .i2-m .i2-h {
  font-weight: bold;
  font-size: var(--ft36);
  color: #FEFEFE;
  line-height: 1.2;
  opacity: 1;
}
#index-body .init-2 .swiper-i2 .swiper-slide.swiper-slide-active .i2-m .i2-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.7;
  height: 60px;
}
#index-body .init-2 .swiper-i2 .swiper-slide .i2-m {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64%;
  padding-left: calc(6.25vw + 14px);
  padding-bottom: calc(3.4405vw + 14px);
}
#index-body .init-2 .swiper-i2 .swiper-slide .i2-m .i2-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: var(--ft36);
  color: #FEFEFE;
  opacity: 0.7;
  line-height: 1.2;
}
#index-body .init-2 .swiper-i2 .swiper-slide .i2-m .i2-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.6;
  height: 0;
  overflow: hidden;
}
#index-body .init-3 {
  padding-top: calc(5.21vw + 18px);
  padding-bottom: calc(3.1805vw + 14px);
  background: url(../images/i3-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-3 .container .i3-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#index-body .init-3 .container .i3-t .hd-h {
  margin-bottom: var(--ft18);
}
#index-body .init-3 .container .i3-t .i3-l {
  width: 63%;
}
#index-body .init-3 .container .i3-t .i3-r {
  display: flex;
}
#index-body .init-3 .container .i3-t .i3-r .i3_btn_l {
  margin-right: var(--ft18);
}
#index-body .init-3 .container .i3-t i {
  width: 62px;
  height: 62px;
  background: #CFCFCF;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ft26);
  color: #909090;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .i3-t i:hover {
  background: var(--color);
  color: #fff;
}
#index-body .init-3 .container .i3-s {
  margin-top: var(--ft60);
  margin-right: -13.54vw;
}
#index-body .init-3 .container .swiper-i3 {
  overflow: hidden;
}
#index-body .init-3 .container .swiper-i3 .swiper-slide:hover .i3-p {
  color: var(--color);
}
#index-body .init-3 .container .swiper-i3 .swiper-slide:hover .img img {
  transform: scale(1.1);
}
#index-body .init-3 .container .swiper-i3 .img {
  overflow: hidden;
  background: #fff;
}
#index-body .init-3 .container .swiper-i3 .img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .container .swiper-i3 .i3-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  font-size: var(--ft18);
  color: #000000;
  text-align: center;
  padding: var(--ft26) var(--ft26) 0;
}
#index-body .init-4 {
  padding-top: var(--px110);
  padding-bottom: var(--px90);
}
#index-body .init-4 .container .i4-t {
  display: flex;
}
#index-body .init-4 .container .i4-t .i4-l {
  width: 37%;
}
#index-body .init-4 .container .i4-t .i4-r {
  width: 63%;
}
#index-body .init-4 .container .i4-t .i4-r .i4-r-h {
  font-family: var(--fm);
  font-weight: 500;
  font-size: var(--ft30);
  color: #000000;
  margin-bottom: var(--ft16);
}
#index-body .init-4 .container .i4-t .i4-r .i4-r-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  opacity: 0.8;
}
#index-body .init-4 .container .i4-b {
  margin-top: calc(3.0225vw + 12px);
  display: flex;
}
#index-body .init-4 .container .i4-b .i4b-l {
  width: 37%;
  padding-right: var(--ft62);
}
#index-body .init-4 .container .i4-b .i4b-l .i3-num li {
  padding-bottom: var(--ft24);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .init-4 .container .i4-b .i4b-l .i3-num .mb26 {
  margin-bottom: var(--ft24);
}
#index-body .init-4 .container .i4-b .i4b-l .i3-num .text {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  margin-top: 10px;
}
#index-body .init-4 .container .i4-b .i4b-l .i3-num .text span {
  font-weight: bold;
  color: var(--color);
  font-size: var(--ft20);
}
#index-body .init-4 .container .i4-b .i4b-l .i3-num .num em {
  font-weight: 600;
  font-size: calc(3.0225vw + 14px);
  color: var(--color);
  line-height: 0.7;
}
#index-body .init-4 .container .i4-b .i4b-l .i3-num .num sup {
  font-weight: 600;
  font-size: var(--ft30);
  font-family: var(--fm);
  color: #000;
  vertical-align: top;
}
#index-body .init-4 .container .i4-b .i4b-l .i3-num .num sub {
  margin-left: -12px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
}
#index-body .init-4 .container .i4-b .i4b-r {
  width: 63%;
  position: relative;
}
#index-body .init-4 .container .i4-b .i4b-r .play {
  position: absolute;
  width: 123px;
  height: 123px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .init-4 .container .i4-b .i4b-r .play .img1 {
  position: relative;
  animation: roate 12s linear infinite;
}
#index-body .init-4 .container .i4-b .i4b-r .play .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-5 {
  padding-bottom: calc(6.77vw + 20px);
  position: relative;
}
#index-body .init-5 .i5-m {
  position: relative;
  z-index: 2;
}
#index-body .init-5 .hd-h {
  margin-bottom: calc(6.25vw + 10px);
}
#index-body .init-5 .i5-bg {
  position: absolute;
  bottom: calc(3.4405vw + 14px);
  left: 50%;
  transform: translate(-50%, 0);
}
#index-body .init-5 .swm {
  overflow: hidden;
}
#index-body .init-5 .marquee2 {
  transform: rotate(180deg);
  margin-top: calc(3.0225vw + 10px);
}
#index-body .init-5 .marquee2 .slide {
  transform: rotate(180deg);
}
#index-body .init-5 .marquee {
  width: 100%;
  box-sizing: border-box;
}
#index-body .init-5 .marquee__track {
  display: flex;
  gap: 30px;
  /* spaceBetween */
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#index-body .init-5 .slide {
  flex: 0 0 16.67%;
  /* 默认 slidesPerView = 4 */
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #f4f4f4;*/
  font-weight: 700;
  font-size: calc(0.315vw + 14px);
  box-sizing: border-box;
  /*width: 242px;
  height: 242px;*/
  position: relative;
  z-index: 1;
  /*background: #f4eada;*/
  /*border-radius: var(--ft20);*/
}
@media (max-width: 1499px) {
  #index-body .init-5 .slide {
    flex: 0 0 20%;
  }
}
@media (max-width: 1249px) {
  #index-body .init-5 .slide {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 499px) {
  #index-body .init-5 .slide {
    flex: 0 0 50%;
  }
}
#index-body .init-9 {
  padding-top: var(--px60);
  background: #f5f5f5;
}
#index-body .init-9 .hd-p {
  margin-top: var(--ft16);
}
#index-body .init-9 .swiper-i9 {
  margin-top: calc(2.0835vw + 14px);
}
#index-body .init-9 .swiper-i9 .swiper-slide {
  position: relative;
}
#index-body .init-9 .swiper-i9 .swiper-slide:hover .i6-box {
  opacity: 1;
}
#index-body .init-9 .swiper-i9 .swiper-slide:hover .i6-bg {
  opacity: 1;
}
#index-body .init-9 .swiper-i9 .swiper-slide .i6-box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 calc(3.1215vw + 14px) var(--ft62);
}
#index-body .init-9 .swiper-i9 .swiper-slide .i6-box .i6-p1 {
  font-weight: bold;
  font-size: var(--ft24);
  color: #000000;
}
#index-body .init-9 .swiper-i9 .swiper-slide .i6-box .i6-p2 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  margin-top: var(--ft16);
  margin-bottom: var(--ft18);
}
#index-body .init-9 .swiper-i9 .swiper-slide .i6-h1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: var(--ft46) var(--ft50);
  font-weight: bold;
  font-size: var(--ft24);
  color: #FFFFFF;
  line-height: 1.1;
}
#index-body .init-9 .swiper-i9 .swiper-slide .i6-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 2;
}
#index-body .init-6 {
  padding-bottom: var(--px120);
  padding-top: var(--px120);
}
#index-body .init-6 .wz-p75 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.7;
  opacity: 0.75;
}
#index-body .init-6 .container {
  display: flex;
}
#index-body .init-6 .container .i6-l {
  padding-top: calc(3.1267vw + 17px);
  width: 41%;
}
#index-body .init-6 .container .i6-l .wz-p75 {
  margin-top: 10px;
  margin-bottom: var(--ft30);
}
#index-body .init-6 .container .i6-l .i6-nav {
  margin-bottom: 11.46vw;
}
#index-body .init-6 .container .i6-l .i6-nav .i6-n {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #000000;
  line-height: 1.1;
  margin-bottom: calc(0.415vw + 14px);
}
#index-body .init-6 .container .i6-l .i6-nav .i6-n.active {
  color: var(--color);
}
#index-body .init-6 .container .i6-r {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 59%;
}
#index-body .init-6 .container .i6-r .swiper-i6 {
  overflow: hidden;
  height: calc(245px * 3);
  display: none;
}
#index-body .init-6 .container .i6-r .swiper-i6:first-child {
  display: block;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide {
  padding-top: var(--ft38);
  display: flex;
  justify-content: space-between;
  padding-right: var(--ft40);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: var(--ft38);
  position: relative;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide:hover .i6s1 img {
  filter: none;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide:hover .i6-bg {
  z-index: 5;
  opacity: 1;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide:hover .i6s1 .i6s1-p {
  color: var(--color);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide:hover .i6s2 .i6s2-p1 {
  color: var(--color);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide:hover .i6s3 .i6_btn {
  border: 1px solid var(--color);
  background: var(--color);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide:hover .i6s3 .i6_btn img {
  transform: translate(-25%, -50%);
  filter: invert(100%);
  clip-path: inset(0 0 0 50%);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6-bg {
  position: absolute;
  bottom: var(--ft26);
  right: calc(3.0725vw + 11px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s1 {
  position: relative;
  z-index: 3;
  padding-top: 10px;
  width: 14.79%;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s1 img {
  filter: brightness(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s1 .i6s1-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: normal;
  font-size: var(--ft18);
  color: #000;
  margin-top: var(--ft30);
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s2 {
  position: relative;
  z-index: 3;
  width: 66.95%;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s2 .i6s2-p1 {
  font-weight: 500;
  font-size: calc(0.415vw + 14px);
  color: #000;
  margin-bottom: var(--ft18);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s2 .i6s2-p2 {
  font-weight: normal;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.56;
  opacity: 0.75;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s3 {
  position: relative;
  z-index: 3;
  padding-top: var(--ft24);
  width: 5.75%;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s3 .i6_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid #cccccc;
  width: 56px;
  height: 56px;
}
#index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s3 .i6_btn img {
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: cover;
}
#footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#footer .ff-tt {
  padding-top: calc(2.6067vw + 16px);
}
#footer .ff-tt .ff-m {
  padding-left: var(--ft30);
  padding-right: var(--ft50);
}
#footer .ff-tt .ff-m .fm-t {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 50px;
  padding-bottom: var(--ft26);
}
#footer .ff-tt .ff-m .fm-t .fmt-r {
  display: flex;
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--ft18);
  color: #FFFFFF;
}
#footer .ff-tt .ff-m .fm-t .fmt-r a {
  margin-left: calc(4.1667vw + 2px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .ff-tt .ff-m .fm-t .fmt-r a:hover {
  color: var(--color);
}
#footer .ff-tt .ff-m .ff-lm {
  height: 1px;
  width: 100%;
  padding-left: var(--ft30);
}
#footer .ff-tt .ff-m .ff-lm .ff-l {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}
#footer .ff-tt .ff-info {
  margin-top: calc(4.059vw + 11px);
  padding-left: var(--ft30);
  display: grid;
  grid-template-columns: 678fr 764fr;
  column-gap: calc(4.479vw + 13px);
}
#footer .ff-tt .ff-info .ff-l {
  display: grid;
  grid-template-columns: 360fr 286fr;
  gap: var(--ft34);
}
#footer .ff-tt .ff-info .ff-l .fflc-h {
  font-weight: normal;
  font-size: var(--ft16);
  color: #FFFFFF;
  opacity: 0.6;
  margin-bottom: 5px;
}
#footer .ff-tt .ff-info .ff-l .fflc-p {
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
}
#footer .ff-tt .ff-info .ff-l .fflc-p1 {
  font-weight: 500;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 1.7;
  padding-right: var(--ft60);
}
#footer .ff-tt .ff-info .ff-l .fflc-sh {
  display: flex;
  font-size: var(--ft20);
  color: #b3b1b1;
}
#footer .ff-tt .ff-info .ff-l .fflc-sh li {
  margin-right: var(--ft16);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .ff-tt .ff-info .ff-l .fflc-sh li:hover {
  color: var(--color);
}
#footer .ff-tt .ff-info .ff-r form .ul-m {
  display: grid;
  grid-template-columns: 220fr 220fr 220fr;
  gap: var(--ft40);
  margin-bottom: var(--ft44);
}
#footer .ff-tt .ff-info .ff-r form input {
  padding: 0 5px var(--ft20);
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-size: var(--ft18);
  color: rgba(255, 255, 255, 0.75);
}
#footer .ff-tt .ff-info .ff-r form input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
#footer .ff-tt .ff-info .ff-r form .jr_btn1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--ft20);
  color: #FFFFFF;
  margin-top: var(--ft34);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 58px;
  background: #B80E15;
  border-radius: 29px;
  padding: 0 calc(2.0835vw + 14px);
}
#footer .ff-tt .ff-info .ff-r form .jr_btn1:hover {
  color: #fff;
  background: #000;
}
#footer .ff-tt .ff-info .ff-r form .jr_btn1 .r4 {
  font-weight: 500;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .cms {
  color: var(--color);
}
#footer .copyright .container {
  padding-left: calc(3.1267vw + 15px);
  padding-right: calc(3.1267vw + 5px);
}
#footer .copyright .container .glll {
  margin-top: var(--ft50);
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  vertical-align: bottom;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  display: flex;
  padding-top: var(--ft24);
  padding-bottom: var(--ft62);
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  #footer .ff-tt .ff-m .fm-t .fmt-r a {
    margin-left: var(--ft36);
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
#index-body .init-4 .container .i4-b .i4b-r > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1250px) {
  #index-body .init-3 .container .i3-s {
    margin-right: 0;
  }
  #footer .ff-tt .ff-info .ff-r {
    margin-top: var(--ft36);
  }
  #footer .ff-tt .ff-info {
    grid-template-columns: 1fr;
  }
  #footer .ff-tt .ff-m .fm-t .fmt-r {
    display: none;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-1 .container .i1tm {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #index-body .init-6 .container .i6-l .i6-nav {
    margin-bottom: var(--ft24);
  }
  #index-body .init-6 .container .i6-l {
    padding: 0;
    margin-bottom: var(--ft34);
  }
  #index-body .init-6 .container {
    flex-wrap: wrap;
  }
  #index-body .init-6 .container > div {
    width: 100% !important;
  }
  #index-body .init-4 .container .i4-t {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container .i4-t > div {
    width: 100% !important;
  }
  #index-body .init-2 .i2_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  #index-body .init-2 .i2_btn {
    right: 27.5%;
  }
  .container {
    width: 700px;
  }
}
#footer .copyright .container .left {
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide .i6s2 {
    width: 50%;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide {
    flex-wrap: wrap;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 .swiper-slide > div {
    width: 100% !important;
  }
  #index-body .init-6 .container .i6-r .swiper-i6 {
    height: calc(350px * 3);
  }
  #index-body .init-4 .container .i4-b .i4b-l .i3-num .num sub {
    margin-left: -4px;
  }
  #index-body .init-4 .container .i4-b {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container .i4-b > div {
    width: 100% !important;
  }
  #index-body .init-2 .i2_btn {
    display: none;
  }
  #banner .swiper_banner .swiper-slide > img {
    height: 348px;
    width: 100%;
    object-fit: cover;
  }
  #footer .copyright .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .ff-tt .ff-m,
  #footer .ff-tt .ff-info,
  #footer .ff-tt .ff-m .ff-lm {
    padding: 0;
  }
  #footer .ff-tt .ff-info .ff-r form .ul-m {
    grid-template-columns: 1fr;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .i1tm {
    grid-template-columns: 1fr 1fr;
  }
  #index-body .init-3 .container .i3-t {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-t > div {
    width: 100% !important;
  }
  #index-body .init-2 .swiper-i2 .swiper-slide.swiper-slide-active .i2-m .i2-p {
    height: 80px;
  }
  #index-body .init-2 .swiper-i2 .swiper-slide {
    padding-right: 0;
  }
  #index-body .init-2 .swiper-i2 .swiper-slide .i2-m {
    width: 100%;
  }
  #index-body .init-2 {
    padding-right: 0;
  }
  #footer .ff-tt .ff-info .ff-l {
    grid-template-columns: 1fr;
  }
}
.page-header02 {
  position: fixed;
  width: 100%;
  display: none;
}
.page-header02 .logo img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1250px) {
  .page-header02 {
    display: flex;
  }
  #menuFull ~ #banner,
  #menuFull ~ #indexMobileBanner,
  #menuFull ~ #innerMobileBanner,
  #menuFull ~ .inner-banner,
  .mobile-menu-wrap01 ~ #banner,
  .mobile-menu-wrap01 ~ #indexMobileBanner,
  .mobile-menu-wrap01 ~ #innerMobileBanner,
  .mobile-menu-wrap01 ~ .inner-banner {
    margin-top: 60px !important;
  }
}
.page-header02 {
  display: none;
}
@media (max-width: 1250px) {
  .page-header02 {
    display: flex;
  }
}
@keyframes roate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#banner .sPage {
  position: absolute;
  bottom: 34px;
  left: 0;
  padding-left: 6.44vw;
  z-index: 2;
  bottom: calc(3.1805vw + 14px);
}
#banner .sPage .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#banner .sPage .swiper-pagination-bullet .cir {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -40%);
  -moz-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  -o-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  background-color: #fff;
  border-radius: 50%;
}
#banner .sPage .swiper-pagination-bullet circle {
  stroke-dashoffset: 100px;
}
#banner .sPage .swiper-pagination-bullet-active .cir {
  background-color: var(--color);
  width: 15px;
  height: 15px;
}
#banner .sPage .swiper-pagination-bullet-active circle {
  -webkit-animation: rotate1 6000ms linear both;
  -moz-animation: rotate1 6000ms linear both;
  -o-animation: rotate1 6000ms linear both;
  animation: rotate1 6000ms linear both;
}
@-webkit-keyframes rotate1 {
  from {
    stroke-dashoffset: 100px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes rotate1 {
  from {
    stroke-dashoffset: 100px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes rotate1 {
  from {
    stroke-dashoffset: 100px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate1 {
  from {
    stroke-dashoffset: 100px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1000px) {
  .sPage {
    display: none;
  }
}
.init-1-sw .i1-b {
  padding-bottom: 200px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.init-1-sw .i1-b .app2,
.init-1-sw .i1-b .app3,
.init-1-sw .i1-b .app4,
.init-1-sw .i1-b .app5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.init-1-sw .i1-b .product-info {
  height: 300px;
}
.init-1-sw .i1-b .product-info .product-title {
  font-weight: bold;
  font-size: var(--ft24);
  color: #000000;
  text-align: center;
}
.init-1-sw .i1-b .product-info .product-description {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  line-height: 1.6;
  opacity: 0.75;
  text-align: center;
}
.init-1-sw .i1-b .product-info .hd_btn {
  margin: 0 auto;
}
.init-1-sw .i1-b svg {
  opacity: 0;
}

.init-1-sw .i1-b .i1b {
  transform-style: preserve-3d;
  transform: rotateX(45deg);
}
.init-1-sw .i1-b .i1b_bg {
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 560px;
  border: 2px dotted rgba(208, 208, 208, 0.6);
  border-radius: 50%;
}
.init-1-sw .i1-b .ibb {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 31%;
  left: 26%;
}
.carousel-container {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
/* 3D旋转容器 */
.rotation3D {
  position: relative;
  width: 1400px;
  height: 600px;
  cursor: move;
  user-select: none;
  margin: 0 auto;
  /* background: url('./static/image/i6-9.jpg') no-repeat center;
            background-size: contain; */
}
/* 中心点（隐藏） */
.rotation3D .center {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 项目列表层 */
.rotation3D .itemList {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
}
/* 线条列表层 */
.rotation3D .lineList {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform-style: preserve-3d;
}
/* 产品项样式 */
.rotation3D__item {
  position: absolute;
  display: block;
  cursor: pointer;
  width: calc(615px * 0.8);
  height: calc(464px * 0.8);
  text-align: center;
  transition: all 0.3s ease;
}
.rotation3D__item img {
  width: 100%;
  object-fit: contain;
}
.rotation3D__item .scale {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
/* 激活状态的产品图片增强效果 */
.rotation3D__item.active .product-img {
  /* filter: drop-shadow(0 15px 30px rgba(196, 30, 58, 0.25)); */
}
/* 产品名称 */
.rotation3D__item .product-name {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}
/* 激活状态的产品名称 */
.rotation3D__item.active .product-name {
  color: #c41e3a;
  font-weight: 600;
  font-size: 18px;
}
/* 弧线样式 */
.rotation3D__line {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2px;
  height: 50%;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.rotation3D__line svg {
  position: absolute;
  top: 0;
}
.rotation3D__line svg path {
  stroke: #e0e0e0;
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 5, 10;
}
/* 导航按钮 */
.nav-arrows {
  position: absolute;
  bottom: 203px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 43.65vw;
  z-index: 100;
}
.nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #D0D0D0;
  background: #D0D0D0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 40px;
  line-height: 28px;
  color: #000;
  transition: all 0.3s ease;
}
.nav-arrow:hover {
  background: #c41e3a;
  border-color: #c41e3a;
  color: white;
}
.nav-arrow.left::before {
  content: '‹';
}
.nav-arrow.right::before {
  content: '›';
}
/* 产品信息区域 */
.product-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  z-index: 100;
}
.product-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}
.product-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}
.view-details-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #c41e3a;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.view-details-btn:hover {
  background: #a01729;
  transform: translateY(-2px);
  /* box-shadow: 0 5px 15px rgba(196, 30, 58, 0.3); */
}
.r3d-bg {
  position: absolute;
  width: 100%;
  top: 24%;
  height: 320px;
  border-radius: 50%;
  border: 2px solid #ddd;
}
/* 响应式 */
@media (max-width: 1200px) {
  .rotation3D {
    width: 90%;
    height: 500px;
  }
  .rotation3D__item {
    /* width: 220px;
                height: 220px; */
    width: calc(615px * 0.6);
    height: calc(464px * 0.6);
  }
  .product-title {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .product-info {
    max-width: 100%;
    width: 100%;
  }
  .rotation3D {
    width: 90%;
    height: 500px;
  }
  .rotation3D__item {
    /* width: 220px;
                height: 220px; */
    width: calc(615px * 0.4);
    height: calc(464px * 0.4);
  }
  .product-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .rotation3D {
    width: 90%;
    height: 500px;
  }
  .rotation3D__item {
    /* width: 180px;
                height: 180px; */
    width: calc(615px * 0.4);
    height: calc(464px * 0.4);
  }
  .product-title {
    font-size: 18px;
  }
  .product-description {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .r3d-bg {
    height: 235px;
  }
  .rotation3D__item {
    /* width: 180px;
                height: 180px; */
    width: calc(615px * 0.3);
    height: calc(464px * 0.3);
  }
}
@media (max-width: 500px) {
  .carousel-container {
    min-height: 450px;
  }
  .r3d-bg {
    height: 112px;
    top: 37%;
  }
  .rotation3D {
    height: 400px;
  }
}

@media (max-width: 500px) {
  #index-body .init-4 .container .i4-b .i4b-l .i3-num .num sup{
    vertical-align: revert;
  }
  .init-1-sw .i1-b .product-info{
    height: 194px;
  }
  .product-description{
    display: -webkit-box !important;
  }
  .carousel-container{
    padding: 0;
  }
  .carousel-container {
    min-height: 450px;
  }
  .r3d-bg {
    height: 112px;
    top: 37%;
  }
  .rotation3D {
    height: 400px;
  }
}
/*////////////////////////////////////////*/
span.tag {
  color: var(--color);
}
span.h2 {
  line-height: 1;
}



.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .mbx {
  font-size: 0;
  color: #fff;
}
.inner-banner .mbx * {
  font-size: 16px;
}
.inner-banner .h2{
    color: #fff;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: var(--color);
  position: relative;
  top: -.2em;
}
.inner-page {
  border-radius: 1em;
  margin: -1em 0;
  -o-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.2);
  background-color: white;
  position: relative;
  z-index: 3;
}
.inner-page .ProductBox {
  padding: 1em 1em 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  height: 100%;
}
.inner-page .ProductBox:before {
  content: '';
  width: 100%;
  height: 42%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.inner-page .ProductBox a.img-box {
  max-width: 54%;
  margin: 0 auto;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
}
.inner-page .ProductBox .btn a {
  width: 10em;
  padding: 0 1em;
  height: 2.71428571em;
  -webkit-transition: .5s all,color 0s;
  -moz-transition: .5s all,color 0s;
  transition: .5s all,color 0s;
  border: 1px solid transparent;
}
.inner-page .ProductBox .btn a:first-child {

}
.inner-page .ProductBox .btn a:last-child {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox .btn a:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.inner-page .ProductBox:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox:hover span.tag {
  color: inherit;
}
.inner-page .ProductBox:hover .btn a:first-child {
  border-color: white;
  background-color: white;
  color: var(--color);
}
.inner-page .ProductBox:hover .btn a:last-child {
  background-color: transparent;
  color: white;
  border-color: white;
}
.inner-page .m-page > div {
  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;
  gap: .5em;
}
.inner-page .m-page > div a,
.inner-page .m-page > div span {
  height: 2.25em;
  width: 2.25em;
  border-radius: .3em;
  border: 1px solid #d4d4d4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page > div a:hover,
.inner-page .m-page > div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page .relatedPro .box {
  height: 100%;
  border: 1px solid #c8c8c8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box a.img-box {
  padding: 7%;
  border-radius: inherit;
}
.inner-page .relatedPro .box .btn {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.inner-page .relatedPro .box .btn a {
  height: 2.71428571em;
  min-width: 2.71428571em;
  padding: 0 1.42857143em;
  border-radius: 1.42857143em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box .btn a:first-child {
  padding: 0;
  background-color: #ccc;
}
.inner-page .relatedPro .box .btn a:first-child i {
  font-size: 1.5em;
}
.inner-page .relatedPro .box .btn a:last-child {
  background-color: var(--color);
  color: white;
  margin-top: -2.71428571em;
  opacity: 0;
}
.inner-page .relatedPro .box .btn a:last-child:hover {
  background-color: black;
}
.inner-page .relatedPro .box:hover {
  border-color: var(--color);
}
.inner-page .relatedPro .box:hover .btn a:last-child {
  opacity: 1;
}
.inner-page .relatedPro .slick li {
  height: 100%;
  padding-bottom: 1.35714286em;
}
.inner-page .relatedPro .slickDots li {
  margin: 0 1.2em;
  background-color: #ccc;
  border: none;
}
.inner-page .relatedPro .slickDots li.slick-active {
  background-color: var(--color);
}
.inner-page span.h2 em {
  color: var(--color);
  line-height:2;
}
.inner-page .slickBtn {
  font-size: 30px;
}
.inner-page .slickBtn div {
  background-color: #1c1c1c;
}
.inner-page .slickBtn div.next {
  margin-left: .5em;
}
.inner-page .slickBtn div:hover,
.inner-page .slickBtn div.prev {
  background-color: var(--color);
}
.inner-page .honor .slickBtn div {
  border: 1px solid black;
  background-color: black;
}
.inner-page .honor .slickBtn div.prev {
  background-color: transparent;
  color: black;
}
.inner-page .honor .slickBtn div:hover {
  background-color: var(--color);
  color: white !important;
  border-color: var(--color);
}
.inner-page .honor .slick-track {
  align-items: center;
}
.inner-page .news-cat {
  line-height: 1;
}
.inner-page .news-cat a {
  padding: .8em 2.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .news-cat a.active,
.inner-page .news-cat a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page .slickBtn {
    font-size: 20px;
  }}
  .inner-page h3 {
  text-decoration: underline;
  font-size: var(--ft24);
  color: var(--color);
  line-height: 2;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inner-page h4 {
  font-size: var(--ft20);
  line-height: 1.9;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-page .top .text {
  color: #171717;
  max-height: 280px;
  overflow: auto;
  line-height: 1.8;
}
  @media screen and (max-width: 1000px) {
      .product-page .product-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  }
  @media screen and (max-width: 700px) {
      .product-page .product-1 .list ul {
    grid-template-columns: 1fr;
  }
  }

  .product-page .init-1 .container {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}
.product-page .init-1 .container .swiper .swiper-slide .box .img {
    display: block;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text {
    margin-top: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.product-page .init-1 .container .swiper .swiper-slide .box .text:hover {
    color: var(--color);
}
.product-page .init-2 .container .fl-list {
    display: inline-block;
    position: relative;
    width: 370px;
    border: solid 1px #474747;
    text-align: left;
    padding: 20px 40px 20px 28px;
    cursor: pointer;
    color: #474747;
    font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
    display: block;
    position: relative;
}
.product-page .init-2 .container .fl-list span em {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
    position: absolute;
    line-height: 1;
    font-size: 30px;
    top: -4px;
    right: -20px;
}
.product-page .init-2 .container .fl-list ul {
    background-color: #fff;
    padding-right: 4px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    opacity: 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;
}
.product-page .init-2 .container .fl-list ul li {
    font-size: 14px;
    padding: 10px;
    line-height: 2;
    position: relative;
}
.product-page .init-2 .container .fl-list ul li a {
    display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
    color: var(--color);
}
.product-page .init-2 .container .fl-list:hover > ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}


.product-page .init-2 .container .fl-list ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

.product-page .init-2 .container .fl-list ul li:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.product-page .init-2 .container .product-search {
    margin-left: 50px;
    border: solid 1px #474747;
}
.product-page .init-2 .container .product-search form {
    height: 64px;
    width: 365px;
    position: relative;
    font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(100% - 75px);
    border: none;
    padding: 10px 24px;
}
.product-page .init-2 .container .product-search form .btn {
    width: 75px;
    background-color: var(--color);
    border: none;
    border-radius: 0;
    -o-background-size: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.product-page .init-2 .container .product-search form .btn:hover {
    background-color: var(--color);
}

.product-page .init-3 .container .des{
    font-size: 14px;
    line-height: 2;
    margin-top: 40px;
}
.product-page .init-3 .container .des table{
    border: none;
}
.product-page .init-3 .container .des table tr{
    background: #fff;
}
.product-page .init-3 .container .des table tr td{
    border: 1px solid #ccc;
}
.product-page .init-3 .container .des table tbody > tr > td:first-child{
    background: #f6f6f6;
    min-width: 100px;
}
.product-page .init-3 .container .cat_des{
    max-height: 320px;
    margin-top: 20px;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 2;
    padding-right: 4px;
    overflow-y: auto;
    font-weight: 500;
}


.product-page .init-3 .container .content ul > p{
    font-size: 20px;
    margin: 60px 20px 0;
    letter-spacing: 0;
}

.product-page .init-3 .container .content ul li .box {
  height: 100%;
    cursor: pointer;
 
}
.product-page .init-3 .container .content>ul>li>.box{
       border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .box .img {
    display: block;

    font-size: 0;
}
.product-page .init-3 .container .content ul li .box .img img {
    width: 100%;
}
.product-page .init-3 .container .content ul li .box .title {
    /*margin-top: 20px;*/
    font-weight: 500;
    text-align: center;
}
.product-page .init-3 .container .content ul li .box .title:hover{
    color: var(--color);
}
.product-page .init-3 .container .content ul li .box .title2{
    color: #5f5f5f;
    margin-top: 10px;
    font-weight: 500;
    line-height: 2;
}
.product-page .init-3 .container .content ul li .box .slick-track{
    margin-left: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg{
    margin-top: 10px;
    font-size: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg .grid-box{
    margin: 0 -5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl{
    padding: 0 5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl .box{
    border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .content_cont {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 30;
}
.product-page .init-3 .container .content ul li .content_cont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-3 .container .content ul li .content_cont .content_c {
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    width: 1580px;
    padding-top: 70px;
    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%);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close {
    z-index: 2;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 0 40px;
    padding-bottom: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 380px;
    height: 388px;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
    position: relative;
    width: 110px;
    padding-left: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
    height: 354px;
    width: 100%;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
    display: block;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
    background-color: #f5f5f5;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    position: absolute;
    bottom: -34px;
    left: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
    background-color: #212122;
    color: #fff;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
    left: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: -webkit-calc(-390%);
    width: -moz-calc(-390%);
    width: calc(100% - 490px);
    padding-left: 40px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
    font-weight: 600;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    color: #5f5f5f;
    font-weight: 500;
    margin-top: 20px;
    max-height: 160px;
    overflow-y: auto;
    padding-right: 4px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    margin-top: 20px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    margin-top: 10px;
    font-weight: 700;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
    width: 100% !important;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-weight: 500;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212122;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
    background-color: #fff;
    color: #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    display: none;
    padding: 20px 30px 30px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
    margin-top: 10px;
    position: relative;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d9d9d9;
    top: 10px;
    left: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 14px 12px;
    font-size: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: 190px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin-left: 30px;
    justify-content: center;
    color: #fff;
    line-height: 1.3;
    padding: 11px 24px;
    background-color: var(--color);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
    background-color: #000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
    transform: rotate(45deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 390px;
}

@media (max-width: 1500px) {
    .product-page .init-3 .container .des table tr td{
        min-width: 120px;
    }
    .product-page .init-3 .container .des table tbody>tr>td:first-child{
        min-width: 120px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        height: 300px;
        width: 300px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 540px;
    }
}
@media (max-width: 1250px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
        overflow-y: auto;
        max-height: 500px;
        padding-right: 10px;

    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 970px;
        padding-top: 40px;
     }
     .wdcp{
         height: 180px;
     }
     #innerMobileBanner .banner1 .mbx{
         line-height: 2;
    }
    #innerMobileBanner .banner1 .imgC .text{
        line-height: 44px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
        display: none !important;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: 340px;
        height: 340px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
        display: none;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
        max-height: 200px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 50%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
        margin-left: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
        width: auto;
    }
}
@media (max-width: 1000px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 700px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
        height: 354px;
    }
    .product-page .init-1 {
        display: none;
    }
    .product-page .init-2 {
        display: none;
    }
    .youenyj, .Auxil-industry {
      display: none !important;
    }
}
@media (max-width: 700px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 96%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: -webkit-calc(-10%);
        width: -moz-calc(-10%);
        width: calc(100% - 110px);
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        padding-right: 10px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        padding: 20px 0 20px 20px;
    }
}
@media (max-width: 500px) {

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
        margin-left: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
        padding: 20px 0 20px 16px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 100%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
        display: none;
    }
}

@media (min-width:1001px) {
  .product-page .init-3 .left {
    position: sticky;
    top: 102px;
  }
}

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

.prodet-page .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page .prodet-1 .left .small .slick-track {
  display: block;
}
.prodet-page .prodet-1 .left .small .arrows {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-track .slick-slide>div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
  height: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .small .arrows:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul {
  margin: -0.5em 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: .5em 0;
}
/*.prodet-page .prodet-1 .left .big {
  -webkit-box-reflect: below -15% linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}*/
.prodet-page .prodet-1 .right h1 {
  line-height: 1.2;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #cdcdcd;
}
.prodet-page .prodet-2 .top span {
  height: 3.36363636em;
  padding-left: .8em;
  padding-right: 2.45454545em;
  border-top-left-radius: 0.72727273em;
  border-top-right-radius: 0.72727273em;
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .top i.plus {
  width: 1em;
  height: 1em;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .top i.plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.prodet-page .prodet-2 .content table {
  color: black;
}
.prodet-page .prodet-2 .content table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .content table tr td {
  padding: 1em;
  border-color: #dcdcdc;
}

.prodet-page .prodet-2 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}
.prodet-page .prodet-2 .list li {
  height: 100%;
}
.prodet-page .prodet-2 .list .box {
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  justify-content: flex-start;
}
/*.prodet-page .prodet-2 .list .box .text {
  margin-top: auto;
}*/
.prodet-page .prodet-2 .list .box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.prodet-page .prodet-2 .list .box i img {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-2 .list .box i:before {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.prodet-page .prodet-2 .list .box i:after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) scale(0.6);
  -moz-transform: translate(-50%, 50%) scale(0.6);
  -ms-transform: translate(-50%, 50%) scale(0.6);
  transform: translate(-50%, 50%) scale(0.6);
}
.prodet-page .prodet-2 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .list .box:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .list .box:hover .text {
  color: inherit;
}
.prodet-page .prodet-3 {
  background-color: #f7f7f7;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  background-color: white;
  border: none;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 14.44444444em;
}
.prodet-page .prodet-3 .form ul li button {
  height: 2.75em;
  width: 10em;
  padding: 0 1em;
  max-width: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
}
.prodet-page .prodet-3 .form ul li button:hover {
  background-color: black;
}
.prodet-page .prodet-4 span.h2 em {
  color: var(--color);
}
.prodet-page .prodet-2 .list .box .text.font-16 {
    line-height: 1.8;
}
.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  /*margin-top: -15%;*/
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.slser {
    background-color: var(--color);
    border-radius: 5px;
}
.slser input {
    height: 40px;
    padding: 0 10px;
    border: 0;
}
.slser input[type="text"] {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px 0 0 5px;
    
}
.slser input[type="submit"] {
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    flex-shrink: 0;
    border-radius: 0 5px 5px 0;
}
.slcat ul li a {
    background-color: var(--color);
    border-radius: 5px;
 
}
.slcat>ul>li>a {
   color: #fff;
}
.slcat ul li li a {
    background-color: #eee;
}
.slcat>ul>li>a i{
     -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.slcat>ul>li>a.active {
    background-color: #ea0029;
}
.slcat>ul>li>a.active i{
    transform: rotate(90deg);
}
.slcat>ul>li>ul li a.active{
    color: var(--color);
}
.slcat ul li ul {
    display: none;
}

.slcat ul li a.active + ul {
    display: block;
}
#banner{
  position: relative;
}
  @media screen and (max-width: 1250px) {
    .inner-page{
      margin: 0;
      border-radius: 0;
    }
  }
  .prodet2-1 .slick-vertical .slick-slide {
    border: 0;
}

.prodet2-1 .play {
    font-size: 20px;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    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;
    color: #fff;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}


.prodet2-1 .play:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite
}

.prodet2-1 .play:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}



.prodet2-1 .big {
    width: 60%;
    margin-left: 15%;
}

.prodet2-1 .small {
    width: 10%;
    top: 50%;
    right: 0;
    font-size: 0;
    transform: translateY(-50%);
}

.prodet2-1 .small ul {
    margin: -8px;
}

.prodet2-1 .small li {
    padding: 8px;
}

.prodet2-1 .small li .img-box {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}

.prodet2-1 .small span.arrow {
  position: absolute;
  left: calc(50% - 1em);
  transform: rotate(90deg);
  font-size: 14px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color);
  color: #FFFFFF;
  cursor: pointer;;
}

.prodet2-1 .small span.arrow.arrow_l {
  bottom: 102%;
}

.prodet2-1 .small span.arrow.arrow_r {
  top: 102%;
}

.prodet2-1 .cate {
    left: 15%;
    top: 15%;
    font-size: 8.17vw;
    line-height: 1;
    width: 70%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #9b9b9b;
    opacity: .18;
}

.prodet2-2 {
    margin-top: -1em;
}

.prodet2-2 .box {
    border-top: 1px solid rgba(163,163,163,.25);
    border-bottom: 1px solid rgba(163,163,163,.25);
}

.prodet2-2 .left > div {
    height: 100%;
}

.prodet2-2 .left .cate {
    color: var(--color);
}

.prodet2-2 .left .name {
    line-height: 1.1;
}

.prodet2-2 .left .msgbtn {
    line-height: 3em;
    height: 3em;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 1.5em;
    transition: .5s ease;
}

.prodet2-2 .left .msgbtn:hover {
  background-color: #000000;
  color: #ffffff;
}

.prodet2-2 .right {
    border-left: 1px solid rgba(163,163,163,.25);
}

.prodet2-2 .right > div + div {
    border-top: 1px solid rgba(163,163,163,.25);
}


.prodet2-2 .right .social-links a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
}

.prodet2-3 .tag a {
    line-height: 3em;
    height: 3em;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 1.5em;
}

.prodet2-3 .tag a.active {
    color: #a4a4a4;
    background-color: #dedede;
}

.prodet2-3 .bar .left ul {
    margin: -5px;
}

.prodet2-3 .bar .left li {
    padding: 5px;
}

.prodet2-3 .bar .left li .plus {
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 50%;
    opacity: 0;
}

.prodet2-3 .bar .left li.active .plus {
    opacity: 1;
}
#header.active1 {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.news-page {
    padding-bottom: calc(4.65vw + 20px);
}

.news-page .tips_title {
    font-weight: bold;
    padding-left: 60px;
    text-transform: uppercase;
    font-weight: 700;
    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: var(--color)1f;
    z-index: -1;
}
.news-page .content {
    margin-top: calc(1.88vw + 14px);
}
.news-page .content ul {
    display: flex;
    flex-wrap: wrap;
}
.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: 100%;
    min-height: 290px;
    padding: calc(0.8345vw + 14px) calc(1.88vw + 14px);
    background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.news-page .content ul li .box .title {
    display: block;
    font-weight: bold;
    font-size: calc(0.8345vw + 14px);
}
.news-page .content ul li .box .title::before{
    display: none;
}
.news-page .content ul li .box .title:hover {
    color: var(--color);
}
.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;
    line-height: 2;
}
.news-page .content ul li .box .des:hover {
    color: var(--color);
}
.news-page .content ul li .box .info_c {
    margin-top: calc(0.8345vw + 14px);
}
.news-page .content ul li .box .info_c .cat_name {
    width: auto;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    background-color: var(--color);
    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;
    }
       .news-page .flex-2>*{
       width: 100%;
   }
  }
  .newdet-page .init-1 .container .title {
    font-size: calc(0.8345vw + 14px);
}
.newdet-page .init-1 .container .title::before{
    display: none;
}
.newdet-page .init-1 .container .time {
    color: #9e9e9e;
    margin-top: calc(0.8345vw + 14px);
}
.newdet-page .init-1 .container .content {
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #525252;
    padding: calc(0.8345vw + 14px) 0;
    line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
    margin-top: calc(1.3555vw + 14px);
}
.newdet-page .init-1 .container .bottom_cont .left {
    width: 85%;
    padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
    width: 15%;
}
.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(--color);
    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;
    }
  }
  .pro_public .init-related {
    background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
    text-align: center;
    font-weight: 700;
    font-weight: bold;
}
.pro_public .init-related .container .content {
    margin-top: calc(1.3555vw + 14px);
}
.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: 1px;
}
.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(--color);
}
.inner-page .m-page {
    text-align: center;
    padding-top: calc(3.1215vw + 12px);
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
/*、、、、、、、、、、、、、、、、、、、、、、、、*/
.ApplicationCasesA {


    padding: 124px 0 105px;


}


.ApplicationCasesA .znenmw { width: 52%; }


.ApplicationCasesA .znenmw .enb {


    line-height: 2;


    margin-top: 23px;


}





.ApplicationCasesA .znenmw .enb p:nth-child(n+2) {


    margin-top: 16px;


}





.ApplicationCasesA .ul { padding-left: 0; }


.ApplicationCasesA:before { display: none; }





.ApplicationCasesA .ul li { margin-bottom: 82px; }


.ApplicationCasesA .ul li .right { width: 77.5%; }


.ApplicationCasesA .ul li .right .rollwzne  { margin-top: 33px; }


.ApplicationCasesA .ul li .right .rollwzne .wznel {


    width: 90%;


}





.ApplicationCasesA .ul li .right .rollwzne .wznel .xq {


    line-height: 1.8;


    margin-top: 9px;


}





.ApplicationCasesA .ul li .right .rollwzne .wzner {


    display: inline-block;


    width: auto;


    padding-top: 26px;


}








.ApplicationCasesA .ul li .koumoi {


    background: rgba(24, 80, 178, 0.1);


    width: 116px;


    height: 116px;


    border-radius: 50%;


    position: absolute;


    top: 0;


    left: 0;


}





.ApplicationCasesA .btma {


    margin-top: 52px;


    padding-top: calc(4.479vw + 14px);


    border-top: 1px solid rgba(216, 216, 216, 0.5);


}


.ApplicationCasesA .btm .xian { left: 59px; }








.ApplicationCasesA .ul li .koumoi .img { 


    position: absolute;


    width: 98px;


    height: 98px;


    background: #fff;


    top: 50%;


    left: 50%;


    border-radius: 50%;


    transform: translate(-50%,-50%);


}


.ApplicationCasesA .ul li .koumoi img {


    position: absolute;


    top: 50%;


    left: 50%;


    transform: translate(-50%,-50%);


}





.ApplicationCasesA .ul li .koumoi .moi2 { display: none; }





.ApplicationCasesA .ul li .koumoi.cro { background: #fff; border: 1px solid rgba(25, 99, 206, 0.2); }


.ApplicationCasesA .ul li .koumoi.cro .img { background: #15758d; }


.ApplicationCasesA .ul li .koumoi.cro .moi2 { display: block; }


.ApplicationCasesA .ul li .koumoi.cro .moi1 { filter: brightness(0) invert(1) }








.ApplicationCasesA .ul li .koumoi .uy {


    display: block;


    position: absolute;


    left: 50%;


    top: 50%;


    transform: translate(-50%,-50%);


    width: 116px;


    height: 116px;


    z-index: 3;


    border-radius: 50%;


    overflow: hidden;


}





.ApplicationCasesA .ul li .koumoi .uy i { position: relative; float: left; width: 50%; height: 100%; overflow: hidden; }


.ApplicationCasesA .ul li .koumoi .uy i::before { content: ''; position: absolute; width: 200%; right: 0; top: 0; bottom: 0; border: 2px solid #15758d; border-radius: 100%; box-sizing: border-box; clip: rect(0, 116px, 116px, 58px); -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }


.ApplicationCasesA .ul li .koumoi .uy i:first-child::before { left: 0; right: auto; clip: rect(0px, 58px, 116px, 0px); }








.ApplicationCasesA .ul li .koumoi.cro .uy i::before { 


    -webkit-animation: circleR 3500ms linear both;


    animation: circleR 3500ms linear both; 


}


.ApplicationCasesA .ul li .koumoi.cro .uy i:first-child::before {


    -webkit-animation-name: circleL;


    animation-name: circleL;


}








@keyframes circleL {


	0%,


	50% {


		-webkit-transform: rotate(-180deg);


		transform: rotate(-180deg);


	}





	100% {


		-webkit-transform: rotate(0deg);


		transform: rotate(0deg);


	}


}





@keyframes circleR {


	0% {


		-webkit-transform: rotate(-180deg);


		transform: rotate(-180deg);


	}





	50%,


	100% {


		-webkit-transform: rotate(0deg);


		transform: rotate(0deg);


	}


}











@media(max-width:1920px) {


    .ApplicationCasesA .btma {


        margin-top: 2.70833vw;


        padding-top: 5.20833vw;


    }


    .ApplicationCasesA {


        padding: 6.45833vw 0 5.46875vw;


    }


}





@media(max-width:1480px) {


    .ApplicationCasesA .ul li .koumoi { width: 110px; height: 110px; }


    .ApplicationCasesA .ul li .koumoi .img { width: 90px; height: 90px; }


    .ApplicationCasesA .ul li .koumoi .uy { width: 110px; height: 110px; }


    .ApplicationCasesA .ul li .koumoi .uy i:first-child::before { clip: rect(0px, 55px, 110px, 0px); }


    .ApplicationCasesA .ul li .koumoi .uy i::before { clip: rect(0, 110px, 110px, 55px); }


    .ApplicationCasesA .btm .xian { left: 55px; }


}





@media(max-width:1100px) {


    .ApplicationCasesA { padding: 35px 0 45px; }


    .ApplicationCasesA .znenmw { width: 100%; margin-top: 20px; }


    .ApplicationCasesA .znenmw .enb { margin-top: 8px; }


    .ApplicationCasesA .znenmw .enb p:nth-child(n+2) { margin-top: 1px; }


    .ApplicationCasesA .btma { padding-top: 25px; margin-top: 25px; }





    .ApplicationCasesA .ul li .koumoi { width: 60px; height: 60px; }


    .ApplicationCasesA .ul li .koumoi .img { width: 50px; height: 50px; }


    .ApplicationCasesA .ul li .koumoi .img img { width: 30px; height: 30px; }


    .ApplicationCasesA .ul li .koumoi .uy { width: 60px; height: 60px; }


    .ApplicationCasesA .ul li .koumoi .uy i:first-child::before { clip: rect(0px, 30px, 60px, 0px); }


    .ApplicationCasesA .ul li .koumoi .uy i::before { clip: rect(0, 60px, 60px, 30px); }


    .ApplicationCasesA .btm .xian { left: 30px; }





    .ApplicationCasesA .ul li .right {


        margin-top: 0;


    }





    .ApplicationCasesA .ul li { margin-bottom: 25px; }


    .ApplicationCasesA .ul li .right .rollwzne .wznel { width: 100%; }


    .ApplicationCasesA .ul li .right .rollwzne { margin-top: 20px; }


    .ApplicationCasesA .ul li .right .rollwzne .wzner { float: left; padding-top: 20px; }





    .noubanner .swiper-pagination { bottom: 11%; }


    


}
.ApplicationCasesA .ul li {



    background: #fff;



}



.ApplicationCasesA .ul li {



    padding: 30px 0 50px;



}







.ApplicationCasesA .ul li:before{



    position: absolute;



    left: 60px;



    content: "";



    top: 30px;



    height: 100%;



    width: 1px;



    background: #D8D8D8;



}







.ApplicationCasesA .ul li:after{



    position: absolute;



    width: 3px;



    content: "";



    height: 100%;



    z-index: 1;



    left: 58px;



    top: 30px;



    border-radius: 50px;



    /*background: linear-gradient(0deg, #3899c5 0%, var(--color) 33%, rgba(25, 99, 206, 0) 100%);*/



}







@media(max-width:1300px) {



    .ApplicationCasesA .ul li:after {



        left: 54px;



    }



    .ApplicationCasesA .ul li:before {



        left: 55px;



    }



}







@media(max-width:1100px) {



    .ApplicationCasesA .ul li:after {



        left: 30px;



    }



    .ApplicationCasesA .ul li:before {



        left: 31px;



    }



    



    .ApplicationCasesA .ul li:before,



    .ApplicationCasesA .ul li:after{



        opacity: 0;



    }



    .ApplicationCasesA .ul li {



        background: none;



    }



}
.prodet1-page {
    padding: 100px 0 10px 0;
}
.prodet1-page .prodet-1 .box .left .big-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.prodet1-page .prodet-1 .box .left .big {
    width: 85%;
}
.prodet1-page .prodet-1 .box .left .big .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: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: var(--color);
    font-family: FontAwesome;
}
.prodet1-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
    left: 20px;
}
.prodet1-page .prodet-1 .box .left .big .slick-arrow.slick-next {
    right: 40px;
}
.prodet1-page .prodet-1 .box .left .small {
    width: 15%;
}
.prodet1-page .prodet-1 .box .left .small ul {
    margin: -5px;
}
.prodet1-page .prodet-1 .box .left .small ul li {
    padding: 5px;
}

.prodet1-page .prodet-1 .box .left .small img {
    border: 1px solid #e6e6e6;
}

.prodet1-page .prodet-1 .box .right .content h1{
    font-weight: 700;
    font-weight: bold;
}
.seoIndustry.Auxil-industry {
    line-height: 30px;
}
.prodet1-page .prodet-1 .box .right .content .text {
    line-height: 2;
    max-height: 403px;
    padding-right: 20px;
    margin-top: calc(1.46vw + 14px);
    overflow: auto;
}
.prodet1-page .prodet-1 .box .right .content a.msg {
    color: white;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}
.prodet1-page .prodet-1 .box .right .content a.msg:hover {
    color: white;
    background-color: #000000;
}
.prodet1-page .prodet-1 .box .right .content .social-links h4,
.prodet1-page .prodet-1 .box .right .content .social-links ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet1-page .prodet-2 {
    padding-top:calc(0.1667vw + 20px);
    margin-bottom:calc(5.90vw + 10px);
}
.prodet1-page .prodet-2 form input,
.prodet1-page .prodet-2 form textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 17px;
    /*font-style: italic;*/
}
.prodet1-page .prodet-2 form textarea {
    height: 170px;
}
.prodet1-page .prodet-2 form button {
    margin-top: calc(0.8345vw + 14px);
    font-size: 20px;
    font-weight: 400;
    font-weight: 700;
    color: #FFFFFF;
    background-color: var(--color);
    border: none;
    padding: 10px 45px;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.prodet1-page .prodet-2 form button:hover {
    background-color: #000000;
}
.prodet1-page .prodet-2 .options ul {
    position: relative;
}
.prodet1-page .prodet-2 .options ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}
.prodet1-page .prodet-2 .options ul li {
    width: auto;
    position: relative;
}
.prodet1-page .prodet-2 .options ul li + li {
    margin-left: 130px;
}
.prodet1-page .prodet-2 .options ul li a {
    padding: 15px calc(0vw + 14px);
    /*font-weight: 700;*/
    font-size: calc(0.8345vw + 14px);
    text-transform: uppercase;
}
.prodet1-page .prodet-2 .options ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    display: block;
    height: 3px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.prodet1-page .prodet-2 .options ul li.active a::after {
    width: 100%;
}
.prodet1-page .prodet-2 .ret ul li .content {
    /*padding-left: 90px;
    padding-right: 90px;*/
}
.prodet1-page .prodet-2 .ret ul li .content.form {
    padding: 5%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet1-page .prodet-3 {
    padding-top: calc(4.479vw + 14px);
    margin-bottom: calc(4.90vw + 10px);
}
.prodet1-page .prodet-3 ul li .img img{
    width: 100%;
    border: 1px solid #efefef;
}
.prodet1-page .prodet-3 .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: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--color);
}
.prodet1-page .prodet-3 .slick-arrow.slick-prev {
    left: -50px;
}
.prodet1-page .prodet-3 .slick-arrow.slick-next {
    right: -50px;
}
@media screen and (max-width: 1200px) {
    .prodet1-page .prodet-1 .box .right .content h1 {
        margin: 0;
    }
    .prodet1-page .prodet-1 .box .right .content a.msg {
        margin-top: calc(0.8345vw + 14px);
    }
    .prodet1-page .prodet-2 .options ul li + li {
        margin-left: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet1-page {
        padding: calc(2.3955vw + 14px) 0;
    }
    .prodet1-page .prodet-1 .box .left {
        width: 100%;
    }
    .prodet1-page .prodet-1 .box .right {
        width: 100%;
        padding: 0;
        margin-top: calc(1.3555vw + 14px);
    }
    .prodet1-page .prodet-2 {
        padding-top: calc(2.3955vw + 14px);
        margin-bottom: calc(2.3955vw + 14px);
    }
    .prodet1-page .prodet-3 {
        padding-top: calc(2.3955vw + 14px);
    }
    .prodet1-page .prodet-2 .ret ul li .content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .prodet1-page .prodet-2 .ret ul li .content.form {
        padding-top: calc(0.8345vw + 14px);
        padding-bottom: calc(0.8345vw + 14px);
    }
}
@media screen and (max-width: 500px) {
    .prodet1-page .prodet-1 .box .left .big-small {
        display: block;
    }
    .prodet1-page .prodet-1 .box .left .big {
        width: 100%;
        padding: 0;
    }
    .prodet1-page .prodet-1 .box .left .small {
        width: 100%;
        margin-top: 10px;
    }
    .prodet1-page .prodet-2 form input,
    .prodet1-page .prodet-2 form textarea {
        padding: 10px;
    }
    .prodet1-page .prodet-2 .options ul li {
        width: 100%;
    }
    .prodet1-page .prodet-2 .options ul li + li {
        margin: 0;
    }
    .prodet1-page .prodet-2 .ret ul li .content {
        padding-left: 0;
        padding-right: 0;
    }
    .prodet1-page .prodet-2 .ret ul li .content.form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .prodet1-page .prodet-2 form textarea {
        height: 100px;
    }
}
  @media screen and (max-width: 1000px) {
        .prodet1-page .prodet-2 .ret ul li .content table tbody {
        white-space: normal;
        min-width: 1000px;
    }
  }
  @media screen and (max-width: 1550px) {
          .prodet1-page .prodet-3 .slick-arrow.slick-next{
          right: 0px;
      }
        .prodet1-page .prodet-3 .slick-arrow.slick-prev{
          left: 0px;
      }
  }
  .about1-page .about-1 {
  margin-top: calc(4.479vw + 14px);
      margin-bottom: calc(4.479vw + 14px);
}
.about1-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: calc(0.8345vw + 14px);
}
/*.about1-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about1-page .about-1 .left .con {
  font-size: 20px;
  color: #404040;
  line-height: 32px;
  margin-top: calc(0.8345vw + 14px);  
}
.about1-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about1-page .about-1 .img-box:hover img{
      -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05, 1.05);
}
.about1-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: calc(0.8345vw + 14px);
  transition: .5s
}
.about1-page .about-1 .play:hover{
  background: #cca255
}
.about1-page .about-1 .play i{
  position: relative;
  left: 3px;
}
.about1-page .about-1 .right .data {
  margin-top: calc(1.670vw + 14px);
  /*border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;*/
  padding: 24px 30px 13px 30px;
}
.about1-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about1-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 32px;
}
.about1-page .about-1 .right .data ul li span {
  line-height: 32px;
}
.about1-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: .5s;
  margin-top: 10px;
  padding-bottom: 20px;
}
.about1-page .about-1 .right .data ul li:hover .num{
  color: #d03536;
}
.about1-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
  @media screen and (max-width: 1680px) {
      .about1-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  }
  @media screen and (max-width: 1440px) {
      .about1-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  }
  @media screen and (max-width: 1280px) {
     .about1-page .about-1 .left {
    padding-right: 0;
  }
  .about1-page .about-1 .right {
    padding-left: 30px;
  }
  .about1-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  }
  @media screen and (max-width: 1100px) {
     .about1-page .about-1 .left .con {
    margin-top: calc(0.8345vw + 14px);
  }
  }
  @media screen and (max-width: 1000px) {
      .about1-page .about-1 {
    margin-top: calc(1.88vw + 14px);
  }
  .about1-page .about-1 .left {
    width: 100%;
  }
  .about1-page .about-1 .right {
    display: none;
  }
  }
  .tit1 {
    font-size: calc(1.1465vw + 14px);
    font-weight: 700;
    font-weight: bold;
}
.about-page .about-1 {
    padding-top: 4.688%;
}
.about-page .about-1 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}
.about-page .about-1 .content .con {
    width: 70%;
    font-size: 18px;
    font-family: poppins;
    font-weight: 400;
    color: #282727;
    line-height: 1.8;
    max-height: 508px;
    overflow-y: scroll;
}
.about-page .about-1 .content .right {
    width: 30%;
}
.about-page .about-1 .content .right .ig {
    max-width: 480px;
    margin: 0 0 0 auto;
    text-align: center;
    font-weight: 700;
    font-weight: bold;
}
.about-page .about-1 .content .right span {
    font-size: calc(7.8vw + 15px);
    line-height: 1;
    color: var(--color);
}
.about-page .about-1 .content .right p {
    font-size: 30px;
    color: #0d0d0d;
    line-height: 1.3;
    margin-top: 24px;
}
.about-page .about-1 #index-body {
    margin-top: 67px;
    background: transparent;
}
.about-page .about-2 {
    padding-top: 5.99%;
    margin-bottom: 80px;
}
.about-page .about-2 .img {
    background: url(../images/about-dots.png) no-repeat -20px top;
    width: 51.448%;
    padding-top: 65px;
}
.about-page .about-2 .text {
    width: 48.552%;
    padding: 35px 0 0 66px;
}
.about-page .about-2 .text .title::before {
    display: none;
}
.about-page .about-2 .text .title::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    display: block;
    margin-top: 17px;
}
.about-page .about-2 .text .con {
    font-size: 18px;
    font-family: poppins;
    color: #282727;
    line-height: 1.7;
    margin-top: 20px;
}
.about-page .about-3 {
    padding-top: 5.782%;
}
.about-page .about-3 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-page .about-3 .content {
    margin-top: 70px;
}
.about-page .about-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 1130px;
}
.about-page .about-3 .content ul li {
    width: 33.333%;
    height: 380px;
}
.about-page .about-3 .content ul li img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-page .about-3 .content ul li .box {
    background: white;
    padding: 90px 75px 92px 59px;
    height: 380px;
}
.about-page .about-3 .content ul li .box .tit {
    font-size: var(--ft36);
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
    color: var(--color);
}
.about-page .about-3 .content ul li .box .con {
    font-size: 18px;
    line-height: 1.8;
    color: #282727;
    margin-top: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.about-page .about-3 .content ul li:nth-child(3) {
    height: 750px;
}
.about-page .about-3 .content ul li:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 750px;
}
.about-page .about-3 .content ul li:nth-child(5) {
    position: absolute;
    bottom: 380px;
    left: 33.334%;
}
.about-page .about-3 .content ul li:nth-child(6) {
    position: absolute;
    bottom: 0;
    left: 33.334%;
}
.about-page .about-3 .content ul li:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-page .about-4 {
    padding: 6.25% 0 0;
}
.about-page .about-4 .box {
    background: var(--color);
}
.about-page .about-4 .box .left {
    vertical-align: middle;
    color: white;
    padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
    font-size: var(--ft36);
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
}
.about-page .about-4 .box .left .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 26px;
    width: 76%;
}
.about-page .about-4 .box .left .more {
    background: white;
    color: var(--color);
    margin-top: 72px;
}
.about-page .about-4 .box .left .more::after {
    background: black;
}
.about-page .about-4 .box .left .more:hover {
    color: white;
}
.about-page .about-4 .box .right {
    vertical-align: middle;
}
.about-page .about-4 .box .right ul {
    max-width: 602px;
    margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
    line-height: 234px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box .right ul li img {
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
    background-color: #bf611a;
}
.about-page .about-4 .box .right ul li:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1680px) {
    .inner-page .title::before {
        left: -160px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-3 .content ul {
        height: 1000px;
    }
    .about-page .about-3 .content ul li {
        height: 350px;
    }
    .about-page .about-3 .content ul li .box {
        height: 350px;
        padding: 60px 50px 30px 40px;
    }
    .about-page .about-3 .content ul li .box .tit {
        font-size: 34px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 700px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 350px;
    }
    .about-page .about-4 .box .left {
        padding-left: 50px;
    }
    .about-page .about-4 .box .left .con {
        width: 92%;
    }
    .about-page .about-4 .box .left .more {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-2 .text {
        padding: 65px 0 0 40px;
    }
    .about-page .about-3 .content ul {
        height: 900px;
    }
    .about-page .about-3 .content ul li {
        height: 300px;
    }
    .about-page .about-3 .content ul li .box {
        height: 300px;
        padding: 40px 30px 30px 20px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 600px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 300px;
    }
}
@media screen and (max-width: 1000px) {

    .inner-banner .img .tit {
        font-size: 30px;
        line-height: 1.3;
    }
    .about-page .about-1 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about-page .about-1 .content .con {
        width: 100%;
    }
    .about-page .about-1 .content .right {
        display: none;
    }
    .about-page .about-2 .img {
        width: 100%;
    }
    .about-page .about-2 .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-3 .content {
        margin-top: 30px;
    }
    .about-page .about-3 .content ul {
        height: 800px;
    }
    .about-page .about-3 .content ul li {
        height: 260px;
    }
    .about-page .about-3 .content ul li .box {
        height: 260px;
        padding: 20px 15px 0 15px;
    }
    .about-page .about-3 .content ul li .box .tit {
        font-size: 25px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 540px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 260px;
    }
    .about-page .about-4 .box .left {
        padding-left: 20px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .img .tit {
        font-size: 26px;
    }
    .inner-page .title {
        font-size: 40px;
    }
    .about-page .about-3 .content ul {
        height: auto;
    }
    .about-page .about-3 .content ul li {
        height: auto;
        width: 50%;
    }
    .about-page .about-3 .content ul li .box {
        height: auto;
        padding: 20px 15px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: auto;
    }
    .about-page .about-3 .content ul li:nth-child(4),
    .about-page .about-3 .content ul li:nth-child(5),
    .about-page .about-3 .content ul li:nth-child(6),
    .about-page .about-3 .content ul li:last-child {
        position: initial;
    }
    .about-page .about-4 .box .left {
        width: 100%;
        padding: 20px 15px;
    }
    .about-page .about-4 .box .right {
        width: 100%;
    }
    .about-page .about-4 .box .right ul li {
        line-height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 #index-body {
        margin-top: 20px;
    }
    .inner-page .title {
        font-size: var(--ft32);
    }
    .about-page .about-2 .text .con {
        margin-top: 20px;
    }
    .about-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-3 .header .more {
        margin-top: 15px;
    }
    .about-page .about-3 .content ul li {
        width: 100%;
    }
    .about-page .about-4 .box .left .tit {
        font-size: var(--ft32);
    }
    .about-page .about-4 .box .left .con {
        width: 100%;
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
    }
    .about-page .about-4 .box .left .more {
        margin-top: 20px;
    }
    .about-page .about-4 .box .right ul li {
        line-height: 150px;
    }
}
.mana-page .mana-2 .ces {
    margin-top: 40px;
    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;
    justify-content: center;
}
.mana-page .mana-2 .ces .ce {
    margin-right: var(--ft30);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.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: 37px;
    font-family: 'poppins';
    color: #4e4e4e;
}
.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: 'poppins';
    color: #4e4e4e;
}
.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: white;
    margin-top: 89px;
    padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
    color: 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 .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: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    background: var(--color);
}
.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: 700;
    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(--color);
}
.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: 'poppins';
    color: #2c2c2c;
    max-height: 430px;
    overflow-y: scroll;
}
.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: 700;
    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(--color);
    padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
    color: white;
}
.mana-page .mana-4 .header .title::before {
    background: 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%;
}
.mana-page .mana-4 .content .slick-track .slick-slide>div {
    height: auto;
}
@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: var(--ft36);
        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: var(--ft36);
    }
    .mana-page .mana-3 ul li:nth-child(even) .img {
        padding: 0;
    }
}
@media screen and (max-width: 500px) {
    .mana-page .mana-1 .left .title,
    .mana-page .mana-2 .top .left .title {
        font-size: var(--ft32);
    }
    .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;
    }
}
.hu_h3 {
    font-size: var(--ft48);
    font-weight: 700;
    color: #111;
}
.aft01 {padding: 120px 0 100px; background: url(../images/aft01_bg.jpg);background-size: cover;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01  h4 {    font-size: 30px; color: #333333; margin: 16px 0 28px; font-weight: bold;}
.aft01 .box {display: flex;    margin-bottom: 60px;}
.aft01 .box .min {width: 350px;height: 350px;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01 .box .min:nth-of-type(1) {transition: 0.5s; background-color: rgb(71 110 236);position: relative;z-index: 1;left: 0px;}
.aft01 .box .min:nth-of-type(2) {transition: 0.5s; background-color: rgb(36 36 36 / 90%); margin-left: -42px;position: relative;right: 0px;}
.aft01 .box:hover .min:nth-of-type(1){left: 308px;}
.aft01 .box:hover .min:nth-of-type(2){right: 308px;}
.aft01 .box .min  h5 {font-size: 20px;font-weight: bold;margin-bottom: 30px;color: #fff;}
.aft01 .box .min  h6 {font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 50px;text-align: center;}
.aft01 .box .min  img {width: 42px;}
.aft01 p {font-size: 20px;color: #333333;font-weight: bold;}
.aft02 {padding: 160px 0 120px;position: relative;overflow: hidden;}
.aft02 .bg_fix {position: absolute;top: 0px;left: 0px;width: 100%;height: 690px;}
.aft02 .bg_fix::after { content: ""; display: inline-block; width: 100%; height: 100%;  position: absolute; left: 0; top: 0; }
.aft02 .bg_fix img {height: 100%;width: 100%;object-fit: cover;}
.aft02 .top {display: flex;justify-content: center;align-items: center;flex-direction: column;margin-bottom: 47px;    z-index: 1; position: relative;}
.aft02 .top .hu_h3 {color: #fff;}
.aft02 .top  p {font-size: 18px;line-height: 34px;text-align: center;color: #fff;margin-top: 10px;}
.aft02 .top .line {height: 75px;width: 1px;background-color: rgba(255,255,255,0.4);margin: 28px 0 ;position: relative;}
.aft02 .top .line::after {content: "";  width: 7px; height: 7px; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 0px; animation: 2s linear 0.5s infinite hua2;}
@keyframes hua2 { from { top: 0%; } to { top: 95%; } }
.aft02 .top h4 {font-size: 30px;color: #fff;}
.aft02 .botF {padding: 0 90px;position: relative;}
.aft02 .botF .fa {    background-image: none; width: auto; height: auto; margin: 0; padding: 0; font-size: 74px; color: #cbcbcb; outline: none;}
.aft02 .botF .fa:hover {color: var(--color);;}
.aft02 .bot {position: relative;overflow: hidden;margin: auto;}
.aft02 .bot .box {    background-color: #fff; padding: 50px 0 138px; border-radius: 12px; box-shadow: 0px 5px 15px rgb(102 102 102 / 30%); display: flex; justify-content: center; align-items: center; flex-direction: column; }
.aft02 .bot .box  .icon {border-radius: 50%; position: relative; height: 111px; display: flex;justify-content: center;align-items: center; width: 111px;}
.aft02 .bot .box:hover  .icon::before {   animation: img01anime 10s 0s linear infinite; }
.aft02 .bot .box:hover  .icon::after{  animation: img02anime 10s 0s linear infinite;}
.aft02 .bot .box  .icon::before {   content: ""; position: absolute; width: 120%; height: 120%; border-radius: 50%;  border: 1.6px dashed var(--color);}
.aft02 .bot .box  .icon::after{ content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%;  border: 1.6px dashed var(--color);}

@keyframes img01anime{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes img02anime{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}

.aft02 .bot .box  .icon img {width: 56px;transition: 0s;}
.aft02 .bot .box h4 {font-size: 18px;line-height: 32px;font-weight: bold;color: #666;margin-bottom: 5px;    margin-top: 54px;}
.aft02 .bot .box h5 {       font-size: 24px; position: relative; color: #111; text-align: center; line-height: 40px; height: 52px;}
.aft02 .bot .box h5::after {content: "";position: absolute;width: 20px;height: 4px;background-color: var(--color);left: 50%;transform: translateX(-50%);bottom: 0px;}
.aft02 .bot .box p{padding:30px 15px; font-size: 16px; line-height: 30px; height: 80px; text-align: center;}
.aft02 .bot .box:hover h5::after {background-color: #fff;}
.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p{color: #fff;}
.aft02 .bot .box:hover  .icon img {filter: grayscale(10) brightness(10);}
.aft02 .bot .box:hover  .icon,.aft02 .bot .box:hover  .icon::before,.aft02 .bot .box:hover  .icon::after {border-color: #fff;}

.aft02 .bot .box:hover {background-color: var(--color); background-image: linear-gradient(135deg, var(--color), var(--color2));}

.aft02 .bot .aft02Swiper {width: 1200px;margin: auto;}
.aft02 .bot  {width: 1242px;margin: auto;    padding: 22px 0;}
.aft03 {padding-top: 100px;position: relative;overflow: hidden;     background-color: #faf9f9;}
.aft03 .icenter2 {display: flex;justify-content: space-between;align-items:center;     padding-bottom: 100px;}
.aft03 .icenter2 .le {overflow: hidden;position: relative;width: 45%;    height: 695px; border-radius: 5%;}
.aft03 .icenter2 .le::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.5); content: ''; -webkit-transition: -webkit-transform .6s; transition: transform .6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); z-index: 1; }
.aft03 .icenter2 .le:hover::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }
.aft03 .icenter2 .le img{height: 100%;}
.aft03 .icenter2 .le:hover img {transform: scale(1.1);}
.aft03 .icenter2 .ri {width: 50%;}
.aft03 .icenter2 .ri >ul {margin: 20px 0 0px;}
.aft03 .icenter2 .ri >ul li {position: relative;padding-left: 15px;font-size: 18px;color: #666666;line-height: 30px;}
.aft03 .icenter2 .ri >ul li::before {    width: 5px; height: 5px; border-radius: 50%; background-color: #666666; position: absolute; left: 0px; top: 13px; content: "";}
.aft03 dl dd{ padding-top: 60px;  display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;}
.aft03 dl dd .icon {width: 86px;margin-right: 58px;}
.aft03 dl dd .text {}
.aft03 dl dd .text h4 {    position: relative; padding-bottom: 0px; font-size: 18px; color: #333333; width: fit-content; margin-bottom: 10px;}
.aft03 dl dd .text h4 strong {font-size: 70px;font-weight: bold;}
.aft03 dl dd .text h4::after { position: absolute;content: "";left: 0px;bottom: 0px; width: 100%;height: 5px;background-color:var(--color);}
.aft03 dl dd .text  p {font-size: 18px;color: #666666;}
.aft04 {background: url(../images/aft04_bg.jpg);background-size: cover;position: relative;overflow: hidden;background-attachment: fixed;padding: 130px 0 180px;}
.aft04  .icenter2 {position: relative; z-index: 1;}
.aft04::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(239, 241, 247, 0.65); position: absolute; left: 0; top: 0; }
.aft04 .hu_h3 {padding-left: 42px;}
.aft04 dl {margin-top: 50px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.aft04 dl dd {width: 48%;padding-left: 42px;padding-bottom: 42px;box-sizing: border-box;display: flex;align-items: center;position: relative;    justify-content: space-between;}
.aft04 dl dd .bg {position: absolute; width: 127px;left: 0px;bottom: 0px;transition: 0.5s;}
.aft04 dl dd:hover .bg {left: 30px;bottom: 30px;}
.aft04 dl dd .le {width: 38.5%;}
.aft04 dl dd .ri {width: 51%;}
.aft04 dl dd .ri .name {font-size: 20px;font-weight: bold;color: #333333;width: 156px;height: 43px;border: 1px solid #d3d3d4;display: flex;justify-content: center;align-items: center;    background-color: #fff;}
.aft04 dl dd:hover .ri .name {background-color: #cd161d;color: #fff;}
.aft04 dl dd .ri .number{margin-top: 78px;}
.aft04 dl dd .ri .number .t {display: flex;align-items: center; margin-bottom: 17px; }
.aft04 dl dd .ri .number .t .icon {width: 65px;    margin-right: 12px;animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;}
.aft04 dl dd .ri .number .t a {font-size: 40px;font-weight: bold;color: #cd161d;position: relative;}
.aft04 dl dd .ri .number .t a::after {    content: ""; position: absolute; left: 5px; bottom: -7px; width: 50px; height: 3px; background-color: #cd161d;}
.aft04 dl dd .ri .number span {font-size: 18px;color: #999999;}


@media screen and (max-width:1600px) {
    .aft01 {padding: 100px 0 90px;}
    .aft01 h4 { font-size: 25px; margin: 10px 0 22px; }
    .aft01 .box .min { width: 320px; height: 320px;}
    .aft01 .box:hover .min:nth-of-type(1) { left: 278px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 278px; }
    .aft01 .box .min h5 { font-size: 17px; margin-bottom: 26px; }
    .aft01 .box .min h6 { font-size: 22px; margin-bottom: 44px; }
    .aft01 .box .min img { width: 32px; }
    .aft01 .box { margin-bottom: 38px; }
    .aft02 .top p { font-size: 15px; line-height: 30px; margin-top: 8px; }
    .aft02 .top { margin-bottom: 30px;}
    .aft02 .top h4 { font-size: 24px; }
    .aft02 .top .line { height: 55px; margin: 20px 0; }
    .aft02 .bot .aft02Swiper { width: 1000px; }
    .aft02 .bot { width: 1032px; padding: 22px 0; }
    .aft02 .botF { padding: 0 13px;}
    .aft02 .botF .fa { font-size: 65px; }
    .aft02 .bot .box { padding: 43px 0 105px; box-shadow: 0 0 11px #d8d8d8;}
    .aft02 .bot .box .icon { height: 95px; width: 95px;}
    .aft02 .bot .box .icon img { width: 48px; }
    .aft02 .bot .box h4 { font-size: 26px; margin-bottom: 5px; margin-top: 44px; }
    .aft02 .bot .box h5 { width: 220px; font-size: 16px; line-height: 30px; height: 48px; }
    .aft02 .bot .box h5::after { width: 17px; height: 3px; bottom: -125px; }
    .aft02 .botF .fa-angle-left {left: -18px;}
    .aft02 .botF .fa-angle-right {right: -18px;}
    .aft02 { padding: 115px 0 90px; }
    .aft02 .bg_fix { height: 555px; }
    .aft03 .icenter2 .ri >ul li { padding-left: 15px; font-size: 14px; line-height: 24px; }
    .aft03 .icenter2 .ri >ul { margin: 16px 0 0px; }
    .aft03 dl dd { padding-top: 34px; padding-bottom: 12px; }
    .aft03 dl dd .icon { width: 74px; margin-right: 50px; }
    .aft03 dl dd .text h4 { font-size: 16px; margin-bottom: 8px; }
    .aft03 dl dd .text h4 strong { font-size: 58px; }
    .aft03 dl dd .text h4::after { height: 4px;}
    .aft03 dl dd .text p { font-size: 15px; }
    .aft03 .icenter2 .le { height: 529px; }
    .aft04 { padding: 100px 0 155px; }
    .aft04 dl dd { padding-left: 36px; padding-bottom: 36px;}
    .aft04 .hu_h3 { padding-left: 36px; }
    .aft04 dl { margin-top: 38px;}
    .aft04 dl dd .ri .number .t .icon { width: 48px; margin-right: 10px;}
    .aft04 dl dd .ri .number .t a { font-size: 30px; }
    .aft04 dl dd .ri .number .t a::after { width: 41px;}
    .aft04 dl dd .ri .number span { font-size: 16px; }
    .aft04 dl dd .ri .name { font-size: 16px; width: 133px; height: 38px;}
    .aft04 dl dd .bg { width: 115px; }
    .aft04 dl dd .ri .number { margin-top: 70px; }
}

@media only screen and (max-width:768px){
    .aft01 { padding: 50px 0; }
    .aft01 h4 { font-size: 22px; margin: 10px 0 22px; }
    .aft01 .box .min {        width: 192px; height: 192px; }
    .aft01 .box .min h5 { font-size: 14px; margin-bottom: 20px; }
    .aft01 .box .min h6 {      font-size: 16px; margin-bottom: 34px; height: 40px; display: flex; align-items: center;}
    .aft01 p { font-size: 16px; }
    .aft01 .box .min:nth-of-type(2) { margin-left: -25px; }
    .aft02 .top p { font-size: 15px; line-height: 26px; margin-top: 8px; }
    .aft02 .top .line { height: 42px; margin: 14px 0;position: relative; }
    .aft02 .top h4 { font-size: 22px; }
    .aft02 .bot { width: 110%; }
    .aft02 .top { margin-bottom: 20px; }
    .aft02 .botF { padding: 0 0px; }
    @keyframes hua2 { from { top: 0%; } to { top: 95%; } }
    .aft02 .bot .aft02Swiper { width: 100%; }
    .aft02 .bot { width: 100%;padding: 20px; }
    .aft02 .botF .fa-angle-left { left: -8px; }
    .aft02 .botF .fa-angle-right{ right: -8px; }
    .aft02 { padding: 80px 0 40px; }
    .aft02 .bg_fix { height: 483px; }
    .aft03 .icenter2 {flex-flow: wrap;}
    .aft03 .icenter2 .le {width: 100%;height: auto;margin-bottom: 20px;}
    .aft03 .icenter2 .ri {width: 100%;}
    .aft03 dl dd .icon { width: 60px; margin-right: 31px; }
    .aft03 { padding-top: 50px; }
    .aft04 {    padding: 50px 0 20px; background-attachment: unset;}
    .aft04 .hu_h3 { padding-left: 0px; }
    .aft04 dl { margin-top: 26px; flex-flow: wrap;}
    .aft04 dl dd {     padding-left: 22px; padding-bottom: 22px; width: fit-content; margin-bottom: 30px; }
    .aft04 dl dd .bg {     width: 72px; bottom: 0px; }
    .aft04 dl dd .le .imgbox {    height: 153px; width: 123px;}
    .aft04 dl dd .ri .name { font-size: 14px; width: 114px; height: 33px; }
    .aft04 dl dd .ri .number { margin-top: 38px; }
    .aft04 dl dd .ri .number .t a { font-size: 24px; }
    .aft04 dl dd .ri .number .t .icon { width: 32px; margin-right: 6px; }
    .aft04 dl dd .ri .number span { font-size: 14px; }
    .aft04 dl dd .ri { width: 60%; margin-left: 8%; }
    .aft01 .box:hover .min:nth-of-type(1) { left: 168px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 168px; }
}
.custom-2new .ui .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-2new .ui .top .left {
    padding-right: 65px;
}
.custom-2new .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color);
}
.custom-2new .ui .top .left p {
    line-height: 2;
    margin-top: 35px;
}
.custom-2new .ui .bottom {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
}
.custom-2new .ui .bottom .left {
    padding-right: 80px;
}
.custom-2new .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}
.custom-2new .ui .bottom .right {
    /*padding-right: 80px;*/
}
.custom-2new .ui .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom-2new .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 10px 0;*/
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 36px;
}
.custom-2new .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 75px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}
@media screen and (max-width: 1250px) {
    .custom-2new .ui .bottom .left {
        padding-right: 0px;
    }
}
@media screen and (max-width: 1000px) {
    .custom-2new .ui .bottom .right {
        padding-right: 0;
    }
    .custom-2new .ui .bottom {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 700px) {
    .custom-2new .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom-2new .ui .top .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2new .ui .top .right {
        width: 100%;
    }
    .custom-2new .ui .bottom .right ul.list3 li .top{
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    .custom-2new .ui .bottom .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2new .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width: 1250px) {
    .aft02 .bot .aft02Swiper,.aft02 .bot {
        max-width: 100%;
    }
    .aft02 .bot .box p {
        height: auto;
        font-size: 14px;
        line-height: 28px;
    }
    .aft02 .bot .box h5:after {
        display: none;
    }
    .aft02 .bot .box h5 {
        height: auto;
        width: 100%;
    }
    .aft02 .bot .box h4 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 36px;
    }
    .aft02 .bot .box {
        padding: 40px 0;
    }
}
@media screen and (max-width: 1000px) {
    .aft02 .top h4 {
        font-size: 20px;
    }
    .font-20 {
        font-size: 16px;
    }
    .aft02 .bg_fix {
        height: 620px;
    }
    .aft02 .bot .box .icon {
        zoom: .7;
    }

}
.aft02 .bot .swiper-slide {
    height: auto;
}
.aft02 .bot .swiper-slide .box {
    height: 100%;
    padding: 40px 0;
    justify-content: flex-start;
}
.aft02 .bot .box p {
    height: auto;
}
.aft02 .bot .box h5::after {
    bottom: -20px;
}
.inner-page .title {
    font-size: var(--ft48);
    font-weight: bold;
    position: relative;
}
#index-body .about .top {
  background: url(../images/a1.png) no-repeat 100px center;
  padding: 68px 0 117px;
}
#index-body .about .top .text {
  max-width: 603px;
  margin: 0 0 0 auto;
}
#index-body .about .top .text .con {
  line-height: 1.8;
  color: #1d1d1d;
  margin-top: 26px;
}
#index-body .about .top .text .con h1 {
  display: inline;
}
#index-body .about .bottom {
  text-align: center;
  padding: 16.448% 0;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#index-body .about .bottom .play {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .about .bottom .play::before,
#index-body .about .bottom .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .about .bottom .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .about .data {
  padding: 65px 0% 0 0%;
}
#index-body .about .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .data ul li {
  display: inline-block;
}
#index-body .about .data ul li .num em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 100px;
  line-height: 1;
  font-family: 'BarlowCondensed';
  font-weight: 700;
  color: var(--color);
}
#index-body .about .data ul li .num span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #080808;
  line-height: 1.5;
  width: 50%;
  padding-left: 9px;
  margin-bottom: -5px;
}
#index-body .about .data ul li:nth-child(2) .num span {
  width: 37%;
}

@media screen and (max-width: 1680px) {
  #index-body .about .top {
    background-position: -160px center;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .about .top {
    background-position: -340px center;
  }
  #index-body .about .data {
    padding: 65px 3% 0 6%;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .about .top {
    background-position: -260px center;
    background-size: 70% 70%;
  }
  #index-body .about .data ul li .num em {
    font-size: 80px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about .top {
    background: transparent;
    padding: 60px 0;
  }
  #index-body .about .top .text {
    max-width: 100%;
  }
  #index-body .about .data {
    padding: 65px 0% 0 0%;
  }
  #index-body .about .data ul li .num em {
    font-size: 60px;
  }
  #index-body .about .data ul li:nth-child(2) .num span {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .about .top {
    padding: 30px 0;
  }
  #index-body .about .top .text .con {
    margin-top: 10px;
  }
  #index-body .about .data {
    display: none;
  }
}
.about-page .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page .init-40 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-40 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-40 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-40 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-40 .container .content .btn:hover {
  background-color: #ee751a;
}
.about-page .init-40 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-40 .container .content .prev {
  left: 0;
}
.about-page .init-40 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-40 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-40 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-40 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-40 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-40 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-40 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-40 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .num {
  color: #ee751a;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .cir {
  background-color: #ee751a;
}
.about-page .init-40 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-40 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-40 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
@media (max-width: 1800px) {

  .about-page .init-40 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  .about-page .init-40 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media (max-width: 1250px) {
    .about-page .init-40 .container .content ul li .box .num {
    font-size: 200px;
  }
}

@media (max-width: 1000px) {
    .about-page .init-40 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-40 .container .content {
    width: 100%;
  }
}
@media (max-width: 700px) {

  .about-page .init-40 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
    .about-page .init-40 .container .content {
    padding-top: 80px;
  }
  .about-page .init-40 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-40 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-40 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-40 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-40 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-40 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-40 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-40 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-40 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-40 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-40 .container .content2 {
    width: 100%;
  }
}

.about-page .init-50 .container .tipsTitleC {
    color: var(--color)
}

.about-page .init-50 .container .content {
    margin-top: 80px
}

.about-page .init-50 .container .content .left {
    width: 40%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 50px 40px;
    text-align: center
}

.about-page .init-50 .container .content .left .title {
    max-width: 350px;
    font-weight: 600;
    margin: auto
}

.about-page .init-50 .container .content .left .des {
    color: #666;
    margin-top: 20px
}

.about-page .init-50 .container .content .left .more {
    margin: 30px auto 0;
}

.about-page .init-50 .container .content .right {
    width: 60%;
    padding-left: 30px
}

.about-page .init-50 .container .content .right img {
    width: 100%
}

.about-page .init-50 .container .content2 {
    position: relative;
    margin-top: 10px
}

.about-page .init-50 .container .content2 .btn {
    position: absolute;
    width: 60px;
    height: -webkit-calc(60%);
    height: -moz-calc(60%);
    height: calc(100% - 40px);
    top: 20px;
    right: -80px;
    background-color: #cbcbcb;
    cursor: pointer;
    z-index: 2;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.about-page .init-50 .container .content2 .btn:hover {
    background-color: var(--color)
}

.about-page .init-50 .container .content2 .prev {
    right: unset;
    left: -80px
}

.about-page .init-50 .container .content2 .swiper {
    margin: 0 -20px
}

.about-page .init-50 .container .content2 ul li {
    height: auto;
    padding: 20px
}

.about-page .init-50 .container .content2 ul li .box {
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.about-page .init-50 .container .content2 ul li .box .img {
    display: block
}

.about-page .init-50 .container .content2 ul li .box .img img {
    width: 100%
}

.about-page .init-50 .container .content2 ul li .box .text {
    text-align: center;
    font-weight: 600;
    padding: 16px
}
@media (max-width: 1250px) {
    .about-page .init-50 .container .content .left {
        width: 100%
    }
    .about-page .init-50 .container .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
    .about-page .init-50 .container .content2 .btn {
        display: none !important;
    }
}
@media (max-width: 500px) {
    .about-page .init-50 .container .content {
        margin-top: 20px
    }
    .about-page .init-50 .container .content .left {
        padding: 20px 10px
    }
    .about-page .init-50 .container .content .left .des {
        margin-top: 10px
    }
    .about-page .init-50 .container .content .left .more {
        margin-top: 10px
    }
}
.i-global {
  background: url(../images/map-bg.jpg) no-repeat top 75% right 125%;
  padding: 110px 0 130px;
}
.i-global .baseTit {
  max-width: 700px;
}
.i-global .desc {
  width: 45%;
  opacity: .75;
}
.i-global .left {
  width: 70%;
}
.i-global .left > img {
  width: 100%;
}
.i-global .left li {
  z-index: 1;
}
.i-global .left li{
    display: block !important;
}
.i-global .left li:nth-of-type(1) {
  left: 77%;
  top: 20%;
}
.i-global .left li:nth-of-type(2) {
  left: 76.7%;
  top: 42%;
}
.i-global .left li:nth-of-type(3) {
  left: 19%;
  top: 37%;
}
.i-global .left li:nth-of-type(4) {
  left: 52%;
  top: 56%;
}
.i-global .left li:nth-of-type(5) {
  left: 35%;
  top: 10%;
}
.i-global .left li:nth-of-type(6) {
  left: 84%;
  top: 77%;
}
.i-global .left li:nth-of-type(7) {
  left: 68%;
  top: 53%;
}
.i-global .left li:nth-of-type(8) {
  left: 49%;
  top: 32%;
}

.i-global .left li i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
}
.i-global .left li i::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(1, 64, 153, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-global .left li .text {
  font-size: 17.16px;
  width: 120px;
}
.i-global .left li .text.tc {
  bottom: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.i-global .left li .text.rb {
  top: 110%;
  left: 200%;
  display: none;
}
.i-global .left li .text.tc{
      display: none;
}
.i-global .right {
  width: 25%;
  margin-top: 40px;
}
.i-global .right li + li {
  margin-top: 25px;
}
.i-global .right li a {
  font-size: 30px;
  display: block;
  position: relative;
  padding-left: 50px;
  color: #6e6e6e;
}
.i-global .right li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  border-bottom: 2px solid var(--color);
  width: 40px;
  opacity: 0;
}
.i-global .right li.active a {
  font-weight: bold;
  color: var(--color);
}
.i-global .right li.active a::before {
  opacity: 1;
}
@media (max-width: 1480px) {
    .i-global .right li a {
        font-size: 24px;
    }
}
@media (max-width: 1230px) {
    .i-global .right li a {
        font-size: 18px;
    }
}
@media (max-width: 1000px) {
    .i-global {
        padding: 60px 0;
    }
    .i-global .baseTit {
        max-width: 100%;
        float: none;
    }
    .i-global .desc {
        width: 100%;
        text-align: left;
        float: none;
    }
    .i-global .left {
        width: 100%;
        float: none;
    }
    .i-global .right {
        width: 100%;
        float: none;
    }
    .i-global .right ul {
        font-size: 0;
    }
    .i-global .right li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .i-global .right li + li {
        margin-top: 0;
    }
    .i-global .right li a {
        padding-left: 0;
    }
    .i-global .right li a::before {
        display: none;
    }
}
@media (max-width: 700px) {
    .i-global .left li .text {
        font-size: 14px;
        width: 100px;
    }
    .i-global .left li .text.rb {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.honor-page .container .tips_title {
    font-weight: bold;
    text-align: center;
    font-weight: 700;
    margin-bottom: -30px;
    text-transform: uppercase;
}
.honor-page .container .content {
    margin-top: 50px;
}
.honor-page .container .content ul {
    margin: 0 -25px;
}
.honor-page .container .content ul li {
    margin-top: 40px;
    padding: 0 25px;
    text-align: center;
}
.honor-page .container .content ul li .box a {
    display: block;
}
.honor-page .container .content ul li .box .text {
    margin-top: 30px;
    font-weight: 400;
}
.honor-page .container .content ul li .box .play{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    animation: play-btn 1s linear infinite alternate;
    z-index: 2;
    display: flex;
}
@media (max-width: 1000px) {
    .honor-page .container .content ul {
        margin: 0 -10px;
    }
    .honor-page .container .content ul li {
        padding: 0 10px;
    }
    .honor-page .container .content ul li .box .text {
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .m-page {
        margin-top: 40px;
    }
    .honor-page .container .content {
        margin-top: 0;
    }
}
.honor-page .options span {
    padding: .6em 1.5em;
    border-radius: 3px;
    background-color: #dbdbdb;
}
.honor-page .options span.active {
    background-color: var(--color);
    color: white;
}
.faq-page {
    padding-bottom: 110px;
}
.faq-page .container .tips_title {
    font-weight: bold;
    padding-left: 60px;
    font-weight: 700;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.faq-page .container .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: var(--color)1f;
    z-index: -1;
}
.faq-page .container .content {
    margin-top: 60px;
}
.faq-page .container .content ul {
    border-top: 1px solid #e5e8ec;
    border-left: 1px solid #e5e8ec;
    border-right: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
    border-bottom: 1px solid #e5e8ec;
    position: relative;
    cursor: pointer;
}
.faq-page .container .content ul li > i {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 1;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--color);
}
.faq-page .container .content ul li .title {
    font-weight: bold;
    position: relative;
    padding: 20px 60px;
    font-size: 26px;
}
.faq-page .container .content ul li .title::before{
    display: none;
}
.faq-page .container .content ul li .des {
    display: none;
    padding: 20px 60px;
}
.faq-page .container .content ul li.active .title {
    background-color: var(--color);
    color: #fff;
}
.faq-page .container .content ul li.active > i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 1000px) {
    .faq-page {
        text-align: center;
    }
    .faq-page .container .tips_title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq-page .container .content ul {
        text-align: left;
    }
    .faq-page .container .content {
        text-align: left;
    }
}
@media (max-width: 500px) {
    .faq-page .container .content {
        margin-top: 30px;
    }
    .faq-page .container .content ul li .title {
        padding: 20px 30px 20px 16px;
    }
    .faq-page .container .content ul li > i {
        font-size: 20px;
        width: 20px;
        height: 20px;
        right: 2px;
        top: 28px;
    }
    .faq-page .container .content ul li .des {
        padding: 20px 16px;
    }
}
.about2-page .about-4 {
    padding: 6% 0;
}
.about2-page .about-4 .header .con {
    margin-top: 20px;
}
.about2-page .about-4 .content {
    margin-top: 70px;
    position: relative;
}
.about2-page .about-4 .content .img-box {
    border-radius: 25px;
}
.about2-page .about-4 .swiper-button-prev,
.about2-page .about-4 .swiper-button-next {
    width: 46px;
    height: 46px;
    background: url(../images/arrow-left.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 4;
}
.about2-page .about-4 .swiper-button-prev {
    left: 43px;
}
.about2-page .about-4 .swiper-button-next {
    background-image: url(../images/arrow-right.png);
    right: 43px;
}
.about2-page .about-4 .swiper-button-prev.swiper-button-disabled,
.about2-page .about-4 .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.fx .swiper-button-next:after,.fx  .swiper-rtl .swiper-button-prev:after,
.fx .swiper-button-prev:after,.fx  .swiper-rtl .swiper-button-next:after {
display: none;
}
.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(--color);
    border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
    border: 2px solid var(--color);
}
.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: 700;
    font-weight: bold;
}
.contact-page .init-1 ul li p {
    font-size: 18px;
    font-weight: 500;
    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(--color);
    color: #fff;
    padding: 60px 0;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    font-weight: 700;
    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(--color);
}
.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(--color);
}
.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(--color);
    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;
}
#addForm2 {
    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);
}
#addForm2 h4 {
    font-size: 36px;
    margin: 0 0 30px;
    color: #051524;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    font-weight: bold;
}
#addForm2 span {
    font-weight: 400;
    font-style: normal;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
    display: block;
}
#addForm2 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;
}
#addForm2 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;
}
#addForm2 .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;
}
#addForm2 .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(--color);
    /*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;
}
#addForm2 .contact-submit #ewm {
    padding: 4px;
    border: 1px solid #ccc;
    width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
    background-color: var(--color);
}
@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;
    }
    #addForm2 {
        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;
    }
    #addForm2 {
        width: 100%;
        padding: 10px;
    }
    #addForm2 .contact-submit {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
  @media screen and (max-width: 1250px) {
     .contact-page .init-1 ul li {
        width: 50%;
        zoom: .8;
    }
    .contact-page .init-1 ul li i.iconfont {
        zoom: .7;
    }
  }
  @media screen and (max-width: 700px) {
      #addForm2 h4,.i-title h3 {
        font-size: 22px;
    }
    #addForm2 span {
        font-size: 14px;
    }
    .contact-page .init-1 ul li {
        width: 100%;
        margin: 10px 0;
    }
  }
  /*、、、、、、、、、、、、、、、、、、、*/
  .advantage3 .pr {
  position: relative;
}
.advantage3 .top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage3 .top .btn .more {
  position: relative;
}
.advantage3 .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage3 .header {
  text-align: left;
}
.advantage3 .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage3 .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage3 .content ul li {
  width: 16%;
}
.advantage3 .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 425px;
}
.advantage3 .content ul li .ig i {
  display: block;
}
.advantage3 .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage3 .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -moz-transform 0.4s ease-out;
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -moz-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage3 .content ul li.active {
  width: 50%;
}
.advantage3 .content ul li.active .box .t1 {
  line-height: 1.2;
  font-weight: 800;
}
.advantage3 .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage3 .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .advantage3 .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1250px) {
  .advantage3 .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .advantage3 .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage3 .content ul li .ig .tit {
    display: none;
  }
  .advantage3 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage3 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage3 .content ul li.active {
    width: 50%;
  }
  .advantage3 .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage3 .content ul li .ig .box .t1 {
    font-weight: 800;
  }
  .advantage3 .content ul li .ig {
    padding: 30px 20px 20px;
    height: 310px;
  }
}
@media screen and (max-width: 500px) {
  .advantage3 .content ul li,
  .advantage3 .content ul li.active {
    width: 100%;
  }
  .advantage3 .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .advantage3 .content ul li .ig .tit {
    line-height: 1.5;
  }
  .advantage3 .content ul li .ig .box {
    line-height: 1.8;
  }
  .advantage3 .content ul li .ig .num {
    right: 15px;
    bottom: 5px;
  }
}
/*/////////////////////////////*/
.industrial-1 .right {
  position: relative;
  z-index: 1;
}
.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}
.app-page .industrial-1 .right span.h2 {
  width: 100%;
}
.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}
.industrial-page .industrial-1 .right .info li {
  padding: .3em .5em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}
.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}
.industrial-page .industrial-1 .right .dots p {
  margin-bottom: .3em;
}
.industrial-page .industrial-1 .right .dots p i {
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}
.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}
  @media screen and (max-width: 1000px) {
        .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
    .app-page .industrial-1 .right span.h2 {
    width: 100%;
  }
  }
  .industrial-1 .right .text {
  line-height: 1.8;
}
  @media screen and (max-width: 700px) {
      div.container{
          padding: 0 15px;
      }
      .pt-120 {
        padding-top: calc(2.0835vw + 14px);
    }
        .pb-180 {
        padding-bottom: calc(3.4405vw + 14px);
    }
  }
  .onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}

.onestop-page .onestop-1 .box:nth-child(even) .right {
  margin-right: 0;
  margin-left: -20%;
}

.onestop-page .onestop-1 .box:nth-child(even) .left:before {
  right: auto;
  left: -10%;
}

.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 35.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%!important;
}
.onestop-page .onestop-3 .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
  @media screen and (max-width: 1450px) {
        .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }
  }
  @media screen and (max-width: 1250px) {
      .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
  }
  @media screen and (max-width: 1000px) {
        .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
  }
  .icon890:last-child{
      display: none;
  }
  @media screen and (max-width: 1000px) {
      .onestop-page .onestop-1 .box:nth-child(even) .right{
          margin: 0;
      }
  }
  .why-page .service-1 .left {
  vertical-align: middle;
}
.why-page .service-1 .left .img {
  height: 620px;
  display: block;
  -webkit-mask-image: url("../images/service-1-mask.png");
  mask-image: url("../images/service-1-mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 5%;
}
.why-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.why-page .service-1 .right a.more {
  margin-top: 2em;
  font-size: var(--px18);
}
.why-page .service-2 {
  text-align: center;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box{
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: var(--px50);
  font-weight: 900;
  color: var(--color);
  display: inline-block;
  
  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
  opacity: 0;
}
.why-page .service-2 .list ul li .num_box::before{
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before{
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after{
  display: none;
}
.why-page .service-2 .list ul li .num_box{
  font-size: var(--ft20);
  font-weight: 600;
  line-height: 1.2;
  margin-top: var(--ft20);
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 1.4;
}
.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text{
  font-size: var(--px18);
}
.why-page .service-3 {
  text-align: center;
  color: white;
  background-image: url("../images/service-3-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.why-page .service-3 span.h2 {
  margin-bottom: 1.2em;
  line-height: 1.4;
}
.why-page .service-3 a.more {
    color: #ffffff;
    font-size: var(--px18);
}
.why-page .service-3 a.more:hover {
  color: white;
}
.why-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}

.why-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.why-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.why-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: var(--px60);
  display: block;
  line-height: 1.2;
}
.why-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.why-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
  font-size: var(--px18);
}
.why-page .service-4 ul li:last-child {
  border-right: none;
}
.why-page .i-tag {
  font-size: var(--px18);
  color: #898989;
  display: inline-block;
  position: relative;
}
.why-page .i-tag::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #898989;
}

.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-1 .bottom {
  margin-top: 70px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 0%;
}
.service-page .service-1 .bottom .left .list ul li {
  font-weight: bold;
  font-size: var(--px28);
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}
.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
}
.service-page .service-1 .bottom .left .list ul li .des{
  font-size: var(--px20);
  color: black;
  font-weight: normal;
  padding-left: var(--px45);
  margin-top: 15px;
  display: none;
}
.service-page .service-1 .bottom .left .list ul li.active,
.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}
.service-page .service-1 .bottom .right {
  margin-top: var(--px35);
  margin-right: var(--px45);
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-1 .bottom .right .img {
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 .bottom .right {
    width: 27%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }
}
@media screen and (max-width: 1450px){
  .why-page .service-1 .left .img {
    height: 600px;
  }
  .service-page .service-1 .bottom .right {
    width: 24%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px){
   .why-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .why-page .service-2 .list ul li {
    width: 25%;
  }
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
  .service-page .service-1 .top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px){
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why-page .service-4 ul li {
    width: 50%;
    border: none;
    margin-bottom: 10px;
  } 
}
@media screen and (max-width: 500px){
  .why-page .service-2 .list ul li {
    width: 100%;
  }

  .why-page .service-2 .list ul li .num_box:before, 
  .why-page .service-2 .list ul li .num_box:after{
    display: none;
  }
  .why-page .service-4 ul li {
    width: 100%;
  }
  .service-page .service-1 .bottom {
    display: block;
  }
  .service-page .service-1 .bottom .right {
    width: 100%;
  }
  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }
  .service-page .service-1 .top {
    display: block;
  }
  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
}

#index-body .i-case .left {
  padding-right: 0%;
  text-align: center;
  width: 100%;
}
#index-body .i-case .left .i-title {
  margin-top: 20px;
  color: #332f2c;
}
#index-body .i-case .right {
  padding-top: 50px;
}
#index-body .i-case .txt {
  font-size:  var(--px18);
  line-height: 2;
  color: #626262;
  /*font-weight: 600;*/
}
#index-body .i-case ul {
  margin: -14px;
}
#index-body .i-case ul li {
  padding: 14px;
}
#index-body .i-case ul li .img-box {
  position: relative;
}
#index-body .i-case ul li .img-box p {
  font-size: var(--px24);
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 0 30px;
  z-index: 2;
}
#index-body .i-case ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  #index-body .i-case ul li .img-box p {
    bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-case .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-case .right {
    width: 100%;
  }
}
.about-page .init-50 .container .content2 .btn {
  display: none !important;
} 

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