@font-face {
  font-family: 'hyjb';
  src: url('../fonts/Nexa-bold.eot');
  src: url('../fonts/Nexa-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nexa-bold.woff2') format('woff2'), url('../fonts/Nexa-bold.woff') format('woff'), url('../fonts/Nexa-bold.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'coa';
  src: url('../fonts/Coalition.eot');
  src: url('../fonts/Coalition.eot?#iefix') format('embedded-opentype'), url('../fonts/Coalition.woff2') format('woff2'), url('../fonts/Coalition.woff') format('woff'), url('../fonts/Coalition.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBoldItalic.woff2') format('woff2'), url('../fonts/RanyBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyItalic.woff2') format('woff2'), url('../fonts/RanyItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMediumItalic.woff2') format('woff2'), url('../fonts/RanyMediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyLightItalic.woff2') format('woff2'), url('../fonts/RanyLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyLight.woff2') format('woff2'), url('../fonts/RanyLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebrima';
  src: url('../fonts/Ebrima-Bold.woff2') format('woff2'), url('../fonts/Ebrima-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebrima';
  src: url('../fonts/Ebrima.woff2') format('woff2'), url('../fonts/Ebrima.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  -moz-animation-name: fadeInLeftSmall;
  -o-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  -o-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@-webkit-keyframes rot_1 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot_1 {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rot_1 {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot_1 {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot_2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rot_2 {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-o-keyframes rot_2 {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rot_2 {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@-o-keyframes ks2 {
  from {
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -o-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
#Pop_UpsBtn {
  display: none !important;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#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: #c30d23;
  --fmr: 'Rany';
  --fme: 'Ebrima';
}
: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: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 500;
  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;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
}
#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: 21px 0 21px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: calc(3.65vw + 15px);
}
#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(--ft60);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
  display: none;
}
#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: #ff0c00;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft18);
  text-transform: capitalize;
  color: #fff;
  font-family: var(--fmr);
  font-weight: 400;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: 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;
  margin-right: calc(var(--ft40) - 6px);
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  height: 49px;
  cursor: pointer;
  border-radius: 6px;
  line-height: 49px;
  padding: 0 var(--ft36);
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .rline {
  width: 1px;
  height: 25px;
  background: #FFFFFF;
  margin-left: var(--ft36);
  margin-right: var(--ft18);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
#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;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ks22 {
  0% {
    -webkit-transform: scale(1) translate(0%, -50%);
    -moz-transform: scale(1) translate(0%, -50%);
    -o-transform: scale(1) translate(0%, -50%);
    transform: scale(1) translate(0%, -50%);
  }
  100% {
    -webkit-transform: scale(1.8) translate(0%, -50%);
    -moz-transform: scale(1.8) translate(0%, -50%);
    -o-transform: scale(1.8) translate(0%, -50%);
    transform: scale(1.8) translate(0%, -50%);
    opacity: 0;
  }
}
@keyframes ks23 {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1.8) translate(-50%, -50%);
    -moz-transform: scale(1.8) translate(-50%, -50%);
    -o-transform: scale(1.8) translate(-50%, -50%);
    transform: scale(1.8) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes ks21 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
    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: 1754px;
  padding: 0 15px;
}
.ke-btn {
  font-family: var(--fme);
  font-weight: bold;
  font-size: var(--ft18);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ke-btn:hover img {
  transform: translateX(5px);
}
.ke-btn img {
  margin-left: var(--ft24);
  margin-top: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner {
  position: relative;
}
#banner .bg-ba {
  position: absolute;
  right: 5.2%;
  bottom: 0;
  z-index: 4;
}
#banner .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: var(--ft44);
  transform: translateX(-50%);
  color: #fff;
}
#banner .swiper-pagination .swiper-pagination-pre,
#banner .swiper-pagination .swiper-pagination-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-pre:hover,
#banner .swiper-pagination .swiper-pagination-next:hover {
  color: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre:hover span,
#banner .swiper-pagination .swiper-pagination-next:hover span {
  background: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre span,
#banner .swiper-pagination .swiper-pagination-next span {
  width: 77px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-dots {
  display: flex;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-line {
  width: 2px;
  height: 47px;
  background: #FFFFFF;
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot span {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active {
  opacity: 1;
  border: 1px solid #fff;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active span {
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:last-child {
  margin-right: 0;
}
#banner .swiper1 .swiper-slide {
  position: relative;
}
#banner .swiper1 .swiper-slide .banner-text {
  position: absolute;
  top: 50%;
  left: 5.2%;
  transform: translateY(-50%);
  max-width: 567px;
}
#banner .swiper1 .swiper-slide .banner-text .banner-p1 {
  font-family: var(--fmr);
  font-weight: 500;
  font-size: calc(1.56vw + 14px);
  color: #FFFFFF;
  line-height: 1.3;
  text-transform: uppercase;
}
#banner .swiper1 .swiper-slide .banner-text .banner-p2 {
  font-weight: 500;
  font-size: var(--ft16);
  color: #FFFFFF;
  line-height: 1.6;
  margin-top: var(--ft30);
  margin-bottom: var(--ft50);
}
.ke-tap {
  font-family: var(--fme);
  font-weight: 400;
  font-size: var(--ft20);
  color: #000000;
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
  opacity: 0.68;
}
.ke-h {
  font-family: var(--fmr);
  font-weight: bold;
  font-size: calc(2.0335vw + 14px);
  color: #000000;
  font-style: italic;
  line-height: 1.2;
  margin-top: var(--ft24);
}
.fda {
  text-transform: uppercase;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background: url(/kaen119/2026/02/09/65.png) no-repeat center;
  background-size: contain;
  padding-top: var(--px70);
  padding-bottom: 9.38vw;
  overflow: hidden;
  position: relative;
}
#index-body .init-1 .i1-bg {
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .init-1 .container {
  display: flex;
  justify-content: space-between;
}
#index-body .init-1 .container > div {
  width: 50%;
}
#index-body .init-1 .container .i1-r {
  padding-top: var(--px170);
  padding-left: calc(9.38vw + 8px);
}
#index-body .init-1 .container .i1-r .i1-p {
  font-weight: 500;
  font-size: 16px;
  color: #282828;
  line-height: 1.6;
  opacity: 0.83;
  text-align: center;
  padding: 0 var(--ft24);
  margin-top: var(--ft60);
}
#index-body .init-1 .container .i1-r .i1r-box {
  position: relative;
}
#index-body .init-1 .container .i1-r .i1r-box > img {
  opacity: 0.9;
}
#index-body .init-1 .container .i1-r .i1r-box .i1-play {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
}
#index-body .init-1 .container .i1-r .i1r-box .i1-play::after {
  content: '';
  width: 87px;
  height: 87px;
  background: #C30D23;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  margin-top: -43.5px;
  margin-left: -43.5px;
}
#index-body .init-1 .container .i1-r .i1r-box .i1-play .i1-o {
  position: relative;
  z-index: 3;
  width: 66px;
  height: 66px;
  background: #C30D23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .i3 {
  padding-top: var(--px100);
  padding-bottom: calc(8.752vw + 6px);
  overflow: hidden;
}
#index-body .i3 .i3-tk {
  display: flex;
  padding-left: 11px;
  padding-right: 46px;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--ft60);
}
#index-body .i3 .i3-tk .i3k-l {
  font-weight: 500;
  font-size: 16px;
  color: #282828;
  line-height: 22px;
  opacity: 0.73;
  max-width: 1000px;
}
#index-body .i3 .i3-tk .i3k-r .i3k-a {
  height: 55px;
  border-radius: 28px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  font-size: var(--ft18);
  color: #5E5E5E;
  padding-left: var(--ft30);
  padding-right: var(--ft34);
}
#index-body .i3 .i3-tk .i3k-r .i3k-a:hover i {
  transform: translate(12px, -50%);
}
#index-body .i3 .i3-tk .i3k-r .i3k-a i {
  transform-origin: center left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: #1C1C1C;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--ft30);
  right: calc(-1.56vw - 14px);
}
#index-body .i3 .i3-pl {
  position: relative;
}
#index-body .i3 .i3-pl .swv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i3 .i3-pl .swv:hover {
  opacity: 0.4;
}
#index-body .i3 .i3-pl .swvl {
  left: 0;
}
#index-body .i3 .i3-pl .swvr {
  right: 0;
}
#index-body .i3 .container .i3-tap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: var(--ft20);
  color: #C30D23;
}
#index-body .i3 .container .i3-tap span {
  width: var(--ft40);
  height: 1px;
  background: #C30D23;
  margin-right: var(--ft16);
}
#index-body .i3 .container .i3-h {
  margin-top: var(--ft16);
  font-family: var(--fmr);
  font-weight: bold;
  font-size: var(--ft48);
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: calc(3.1805vw + 14px);
}
#index-body .i3 .variable-width-swiper {
  overflow: hidden;
}
#index-body .i3 .variable-width-swiper .swiper-slide {
  position: relative;
}
#index-body .i3 .variable-width-swiper .swiper-slide .title {
  position: absolute;
  font-family: var(--fmr);
  font-weight: bold;
  font-size: var(--ft24);
  color: #FFFFFF;
  bottom: var(--ft26);
  left: 0;
  width: 100%;
  padding: 0 var(--ft20);
  opacity: 0;
}
#index-body .i3 .variable-width-swiper .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(20.83333vw + 131px);
  width: calc(9.9vw + 30px);
}
#index-body .i3 .container{
  padding:0 calc(7.8vw + 10px);
}
#index-body .i3 .variable-width-swiper .swiper-slide.swiper-slide-active {
  width: calc(20.83333vw + 140px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .i3 .variable-width-swiper .swiper-slide.swiper-slide-active .title {
  opacity: 1;
}
#index-body .i3 .carousel-wrapper {
  position: relative;
  overflow: hidden;
}
#index-body .i3 .carousel-track {
  display: flex;
  position: relative;
}
#index-body .i3 .carousel-slide {
  flex-shrink: 0;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 12px;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
#index-body .i3 .carousel-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#index-body .i3 .slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}
#index-body .i3 .slide-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}
#index-body .i3 .slide-description {
  font-size: 1rem;
  max-width: 80%;
  margin: 0 auto;
  opacity: 0.9;
}
#index-body .i3 .slide-1 {
  background: linear-gradient(45deg, #FF6B6B, #FF8E53);
  width: 350px;
}
#index-body .i3 .slide-2 {
  background: linear-gradient(45deg, #4ECDC4, #556270);
  width: 500px;
}
#index-body .i3 .slide-3 {
  background: linear-gradient(45deg, #45B7D1, #96C93D);
  width: 400px;
}
#index-body .i3 .slide-4 {
  background: linear-gradient(45deg, #FF9A9E, #FAD0C4);
  width: 550px;
}
#index-body .i3 .slide-5 {
  background: linear-gradient(45deg, #A1C4FD, #C2E9FB);
  width: 450px;
}
#index-body .i3 .slide-6 {
  background: linear-gradient(45deg, #D4FC79, #96E6A1);
  width: 350px;
}
#index-body .i3 .slide-7 {
  background: linear-gradient(45deg, #FDA085, #F6D365);
  width: 600px;
}
#index-body .i3 .slide-8 {
  background: linear-gradient(45deg, #E0C3FC, #8EC5FC);
  width: 400px;
}
#index-body .i3 .carousel-controls {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
#index-body .i3 .carousel-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}
#index-body .i3 .carousel-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#index-body .i3 .carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
#index-body .i3 .carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 12px;
}
#index-body .i3 .indicator {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
#index-body .i3 .indicator.active {
  background: white;
  transform: scale(1.3);
}
#index-body .i3 .progress-container {
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  margin-top: 25px;
  overflow: hidden;
}
#index-body .i3 .progress-bar {
  height: 100%;
  background: white;
  width: 0%;
  border-radius: 3px;
  transition: width 0.3s ease;
}
#index-body .i3 .autoplay-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
}
#index-body .i3 .autoplay-btn {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
#index-body .i3 .autoplay-btn.active {
  background: rgba(255, 255, 255, 0.3);
  font-weight: bold;
}
#index-body .i3 .info-panel {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 25px;
  margin-top: 30px;
  backdrop-filter: blur(10px);
}
#index-body .i3 .info-panel h2 {
  color: white;
  margin-bottom: 20px;
  text-align: center;
}
#index-body .i3 .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
#index-body .i3 .feature-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  color: white;
}
#index-body .i3 .feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #index-body .i3 .carousel-slide {
    height: 250px;
  }
  #index-body .i3 .slide-title {
    font-size: 1.4rem;
  }
  #index-body .i3 .slide-description {
    font-size: 0.9rem;
    max-width: 90%;
  }
  #index-body .i3 .slide-1 {
    width: 250px;
  }
  #index-body .i3 .slide-2 {
    width: 300px;
  }
  #index-body .i3 .slide-3 {
    width: 280px;
  }
  #index-body .i3 .slide-4 {
    width: 320px;
  }
  #index-body .i3 .slide-5 {
    width: 290px;
  }
  #index-body .i3 .slide-6 {
    width: 260px;
  }
  #index-body .i3 .slide-7 {
    width: 340px;
  }
  #index-body .i3 .slide-8 {
    width: 280px;
  }
}
#index-body .i6 {
  padding-top: calc(6.25vw + 15px);
  padding-bottom: calc(8.752vw + 9px);
}
#index-body .i6 .i6-t {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  padding-bottom: var(--ft24);
}
#index-body .i6 .i6-t .i6-r {
  display: flex;
  align-items: center;
}
#index-body .i6 .i6-t .i6-r i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  background: #F1F1F1;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--ft32);
}
#index-body .i6 .i6-t .i6-r i:hover {
  background: var(--color);
}
#index-body .i6 .i6-p {
  font-weight: 500;
  font-size: var(--ft16);
  color: rgba(43, 43, 43, 0.86);
  margin-top: var(--ft20);
  margin-bottom: var(--ft60);
}
#index-body .i6 .swiper-news {
  overflow: hidden;
}
#index-body .i6 .swiper-news .swiper-slide {
  padding: calc(2.2385vw + 14px) var(--ft32) var(--ft40);
  background: #f1f1f1;
  position: relative;
}
#index-body .i6 .swiper-news .swiper-slide:hover .sbg {
  clip-path: circle(180% at 50% 0%);
}
#index-body .i6 .swiper-news .swiper-slide:hover .sbox {
  color: var(--color);
}
#index-body .i6 .swiper-news .swiper-slide:hover .sbox .title {
  color: #fff;
}
#index-body .i6 .swiper-news .swiper-slide:hover .sbox .tap {
  color: #fff;
}
#index-body .i6 .swiper-news .swiper-slide:hover .sbox .tap .tap1 {
  color: #fff;
}
#index-body .i6 .swiper-news .swiper-slide:hover .sbox .tap .tap2 {
  color: #fff;
}
#index-body .i6 .swiper-news .swiper-slide .sbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 50% 0%);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
}
#index-body .i6 .swiper-news .swiper-slide .sbox {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
#index-body .i6 .swiper-news .swiper-slide .sbox .title {
  font-family: var(--fmr);
  font-weight: bold;
  font-size: calc(0.415vw + 14px);
  color: #18171E;
  line-height: 1.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 86px;
}
#index-body .i6 .swiper-news .swiper-slide .sbox .tap {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: calc(9.9vw + 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #aaaaaa;
  padding-top: var(--ft24);
}
#index-body .i6 .swiper-news .swiper-slide .sbox .tap .tap1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: var(--fmr);
  font-weight: 500;
  font-size: calc(4.479vw + 14px);
  color: var(--color);
  line-height: 1;
}
#index-body .i6 .swiper-news .swiper-slide .sbox .tap .tap2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: var(--fmr);
  font-weight: 500;
  font-size: var(--ft18);
  color: #6A6969;
  text-align: right;
}
#index-body .ir {
  width: 100%;
  position: relative;
  z-index: 3;
}
#index-body .ir .ir-c {
  position: relative;
}
#index-body .ir .ir-c:nth-of-type(2)   .ir-bg .ir-mb .piv{
  width: calc(28.1vw + 81px);
}
#index-body .ir .ir-c .ir-m {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: -webkit-radial-gradient(50% 100%, #f9f9f9, #d2d2d2);
  background-image: -moz-radial-gradient(50% 100%, #f9f9f9, #d2d2d2);
  background-image: radial-gradient(50% 100%, #f9f9f9, #d2d2d2);
  padding: var(--px140) 13.59375% var(--px140) 0;
}
#index-body .ir .ir-c .ir-m .im-l {
  display: flex;
  align-items: center;
}
#index-body .ir .ir-c .ir-m .im-l .iml-line {
  width: 221px;
  height: 1px;
  background: #616161;
  opacity: 0.33;
  margin-right: var(--ft40);
}
#index-body .ir .ir-c .ir-m .im-l img {
  margin-right: calc(2.0925vw + 15px);
}
#index-body .ir .ir-c .ir-m .im-l .iml-text {
  max-width: 630px;
}
#index-body .ir .ir-c .ir-m .im-l .iml-text .iml-p1 {
  font-family: var(--fmr);
  font-weight: bold;
  font-size: var(--ft36);
  color: #000000;
  text-transform: uppercase;
  margin-bottom: var(--ft16);
}
#index-body .ir .ir-c .ir-m .im-l .iml-text .iml-p2 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #616161;
}
#index-body .ir .ir-c .ir-m .im-r i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid rgba(87, 87, 87, 0.49);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--ft30);
  color: #575757;
  font-weight: 700;
}
#index-body .ir .ir-c .ir-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#index-body .ir .ir-c .ir-bg:hover .ir-bg-img1 {
  opacity: 1;
}
#index-body .ir .ir-c .ir-bg:hover .ir-mb .piv {
  transform: translate(0);
  opacity: 1;
}
#index-body .ir .ir-c .ir-bg:hover .ir-mb .trx {
  transform: translate(0);
  opacity: 1;
}
#index-body .ir .ir-c .ir-bg .ir-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .ir .ir-c .ir-bg .ir-bg-img1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .ir .ir-c .ir-bg .ir-mb {
  transform: translateX(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transform-style: preserve-3d;
  perspective: 800px;
}
#index-body .ir .ir-c .ir-bg .ir-mb .trx {
  transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
#index-body .ir .ir-c .ir-bg .ir-mb .iml-line {
  width: 67px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.33;
  margin-right: var(--ft32);
}
#index-body .ir .ir-c .ir-bg .ir-mb .piv {
  transform-origin: bottom center;
  transform: translate3d(100%, 0, 0px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  width: calc(19.1vw + 81px);
}
#index-body .ir .ir-c .ir-bg .ir-mb .iml-tap {
  font-family: var(--fmr);
  font-weight: 500;
  font-size: calc(6.25vw + 15px);
  color: #FFFFFF;
  margin-right: var(--ft50);
}
#index-body .ir .ir-c .ir-bg .ir-mb .iml-text {
  max-width: 630px;
}
#index-body .ir .ir-c .ir-bg .ir-mb .iml-text .iml-p1 {
  font-family: var(--fmr);
  font-weight: bold;
  font-size: var(--ft36);
  color: #fff;
  margin-bottom: var(--ft16);
}
#index-body .ir .ir-c .ir-bg .ir-mb .iml-text .iml-p2 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #fff;
}
#index-body .ir .ir-c .ir-bg .ir-mb i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: var(--ft30);
  color: var(--color);
  font-weight: 700;
  margin-left: var(--px70);
  margin-right: var(--px100);
}
#index-body .init-2 {
  background-color: #242830;
  z-index: 2;
  padding-top: calc(1.56vw + 14px);
}
#index-body .init-2 video{
width: 100%;
height: 100%;
object-fit: cover;
}
#index-body .init-2 .swiper-slide .box >.img >img{
  width: 100%;
height: 100%;
object-fit: cover;
}
#index-body .init-2 .subShadow {
  width: 550px;
  height: 100%;
  background-color: #1d2026;
  top: 0;
  right: 0;
  z-index: -2;
}
#index-body .init-2 .container .left {
  width: 580px;
  padding-top: 7vw;
}
#index-body .init-2 .container .left .tipsTitle {
  font-family: 'coa';
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
  margin-bottom: var(--ft16);
}
#index-body .init-2 .container .left .tipsTitle2 {
  font-weight: bold;
  color: #fff;
  padding-right: 70px;
  font-size: var(--ft48);
  line-height: 1.2;
  font-family: var(--fmr);
}
#index-body .init-2 .container .left .tipsDes {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 70px;
}
.mt-36 {
  margin-top: var(--ft36) !important;
}
.mt-46 {
  margin-top: var(--ft46) !important;
}
#index-body .init-2 .container .left .more {
  color: #fff;
  background-color: var(--color);
  padding: 15px var(--ft50);
  border-radius: 30px;
  font-weight: bold;
  font-size: var(--ft18);
  text-transform: uppercase;
}
#index-body .init-2 .container .left .more img {
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--ft20);
}
#index-body .init-2 .container .left .more:hover {
  background-color: #fff;
  color: var(--color);
}
#index-body .init-2 .container .left .more:hover img {
  filter: none;
}
#index-body .init-2 .container .middle {
  width: 570px;
}
#index-body .init-2 .container .middle .cirCont {
  height: 570px;
  width: 100%;
}
#index-body .init-2 .container .middle .cirCont .cir1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: rot_1 40s linear infinite;
  -moz-animation: rot_1 40s linear infinite;
  -o-animation: rot_1 40s linear infinite;
  animation: rot_1 40s linear infinite;
}
#index-body .init-2 .container .middle .cirCont .cir2 {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  -webkit-animation: rot_2 40s linear infinite;
  -moz-animation: rot_2 40s linear infinite;
  -o-animation: rot_2 40s linear infinite;
  animation: rot_2 40s linear infinite;
}
#index-body .init-2 .container .middle .content {
  width: 460px;
  margin-left: 56px;
  margin-top: 54px;
  position: relative;
  z-index: 2;
  padding-bottom: calc(2.0835vw + 14px);
}
#index-body .init-2 .container .middle .content .shadow2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-size: 100% 100%;
}
#index-body .init-2 .container .middle .content ul li .box .img {
  background-color: #fff;
  border-radius: 50%;
  height: 460px;
}
#index-body .init-2 .container .middle .content ul li .box .title {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 70px;
  font-weight: 600;
  font-size: var(--ft20);
}
#index-body .init-2 .container .middle .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-2 .container .middle .content ul li .box .more {
  margin-top: 20px;
  color: #fff;
}
#index-body .init-2 .container .middle .content ul li .box .more .moreSub {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .init-2 .container .middle .content ul li .box .more .moreSub .jt {
  width: 18px;
  height: 12px;
}
#index-body .init-2 .container .middle .content ul li .box .more:hover .moreSub {
  background-color: var(--color);
}
#index-body .init-2 .container .middle .content ul li .box .more:hover .moreSub .jt {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
#index-body .init-2 .container .right {
  margin-left: auto;
  width: 300px;
  margin-top: 180px;
}
#index-body .init-2 .container .right ul li .box .img {
  background-color: #fff;
  height: 300px;
  border-radius: 50%;
  position: relative;
}
#index-body .init-2 .container .middle .content ul li .box .moreC {
  padding-top: calc(2.2385vw + 14px);
  padding-bottom: var(--ft24);
}
.oplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.oplay.oplayr {
  position: relative;
  transform: none;
  top: unset;
  left: unset;
  cursor: pointer;
}
.oplay::after {
  width: 75px;
  height: 75px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.18;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  animation: ks21 1s infinite;
}
.oplay::before {
  width: 95px;
  height: 95px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.17;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -47.5px;
  margin-left: -47.5px;
  content: '';
  animation: ks21 1s infinite;
}
.oplay .ol1 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 50%;
}
.oplay .ol1 img {
  width: 16px;
  height: 19px;
}
#index-body .init-2 .container .right ul li .box .img > img {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
#index-body .init-2 .container .right ul li .box .title {
  margin-top: var(--ft38);
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: calc(0.2585vw + 14px);
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
#index-body .init-2 .container .nextBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 45%;
  right: 25%;
  cursor: pointer;
  font-size: 60px;
  color: #1d2026;
  line-height: 1;
}
#index-body .init-2 .container .nextBtn i {
  margin-left: 4px;
}
#index-body .init-2 .container .nextBtn:hover {
  background-color: #fff;
}
#index-body .init-2 .waves {
  height: 430px;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transform: scale(1.4) translateY(-9px);
  -moz-transform: scale(1.4) translateY(-9px);
  -ms-transform: scale(1.4) translateY(-9px);
  -o-transform: scale(1.4) translateY(-9px);
  transform: scale(1.4) translateY(-9px);
}
#footer {
  background-size: cover;
  background-position: center;
  color: white;
  background: #1a1a1a;
  padding-left: 100px;
}
#footer .footer-top .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top .box span.h6 {
  font-family: var(--fmr);
  font-weight: 400;
  font-size: calc(0.2585vw + 14px);
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.8;
  display: block;
  font-weight: 500;
}
#footer .footer-top .box .line {
  max-width: 200px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.66);
  position: relative;
  margin: calc(0.575vw + 14px) 0 calc(1.56vw + 14px);
}
#footer .footer-top .box .line i {
  width: 15%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
}
#footer .footer-top .left {
  width: 79%;
  border-right: 1px solid #4c4d51;
}
#footer .footer-top .left .top {
  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;
  padding: 65px 0 35px;
}
#footer .footer-top .left .top .share {
  font-size: 20px;
  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;
  margin-right: 1.5em;
}
#footer .footer-top .left .top .share a {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  color: white;
  border: 1px solid white;
  margin-left: 0.5em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.2;
  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;
}
#footer .footer-top .left .top .share a:hover {
  opacity: 1;
  background-color: #c30d23;
  border-color: transparent;
}
#footer .footer-top .left .form {
  padding: 35px 20px 55px 0;
  border-top: 1px solid #4c4d51;
  border-bottom: 1px solid #4c4d51;
}
#footer .footer-top .left .form p {
  font-size: 20px;
  display: block;
  line-height: 1.8;
  margin-bottom: 1.2em;
}
#footer .footer-top .left .form ul {
  margin: -8px;
}
#footer .footer-top .left .form ul li {
  padding: 8px;
  font-size: 20px;
}
#footer .footer-top .left .form ul li input {
  line-height: 3.8em;
  height: 3.8em;
  padding: 0 0.7em;
  border-radius: 0.5em;
  border: none;
  background-color: rgba(166, 168, 172, 0.15);
  width: 100%;
}
#footer .footer-top .left .form ul li input::-webkit-input-placeholder {
  text-transform: uppercase;
}
#footer .footer-top .left .form ul li input:-moz-placeholder {
  text-transform: uppercase;
}
#footer .footer-top .left .form ul li input::-moz-placeholder {
  text-transform: uppercase;
}
#footer .footer-top .left .form ul li input:-ms-input-placeholder {
  text-transform: uppercase;
}
#footer .footer-top .left .form ul li input::placeholder {
  text-transform: uppercase;
}
#footer .footer-top .left .form ul li input[type="submit"] {
  font-size: 30px;
  line-height: 2.53333333em;
  height: 2.53333333em;
  background-color: #c30d23;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#footer .footer-top .left .form ul li input[type="submit"]:hover {
  background-color: white;
  color: #c30d23;
}
#footer .footer-top .left .form ul li:nth-child(1),
#footer .footer-top .left .form ul li:nth-child(2),
#footer .footer-top .left .form ul li:nth-child(3),
#footer .footer-top .left .form ul li:nth-child(5) {
  width: 16%;
}
#footer .footer-top .left .form ul li:nth-child(4) {
  width: 36%;
}
#footer .footer-top .left .link {
  padding: 50px 0 40px;
}
#footer .footer-top .left .link .slide {
  padding-right: 10px;
}
#footer .footer-top .left .link .slide:nth-child(1) {
  width: 33%;
}
#footer .footer-top .left .link .slide:nth-child(2),
#footer .footer-top .left .link .slide:nth-child(3) {
  width: 22.5%;
}
#footer .footer-top .left .link .slide:nth-child(4) {
  width: 20%;
}
#footer .footer-top .left .link .nav {
  font-size: calc(0.2085vw + 14px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
}
.fbtn-df {
  height: 46px;
  background: #C30D23;
  border-radius: 23px;
  padding: 0 calc(1.77vw + 14px);
  font-weight: bold;
  font-size: var(--ft16);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  margin-top: var(--ft40);
}
.fbtn-df:hover {
  background: #fff;
  color: #C30D23;
}
#footer .footer-top .left .link .nav li {
  margin-bottom: 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-top .left .link .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .left .link .nav li ul {
  display: none;
}
#footer .footer-top .left .link .nav li:hover {
  color: white;
}
#footer .footer-top .left .link #ewm {
  max-width: 170px;
  border: 4px solid white;
}
#footer .footer-top .right {
  width: 21%;
  padding: 2%;
}
#footer .footer-top .right .flex {
  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-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  padding-top: calc(3.959vw + 14px);
}
#footer .footer-top .right .flex #ewm{
  width: 140px;
  height: 140px;
  border: 6px solid #fff;
  /*margin-top: var(--ft30);*/
  margin: var(--ft30) auto 0;
}
#footer .footer-top .right .flex #ewm img,
#footer .footer-top .right .flex #ewm svg,
#footer .footer-top .right .flex #ewm canvas{
  width: 100%;
  height: 100%;
}
#footer .footer-top .right .info {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  /*text-transform: uppercase;*/
  line-height: 30px;
  padding-top: 1em;
}
#footer .footer-top .right a.more {
  font-size: 14px;
  height: 3.42857143em;
  line-height: 3.42857143em;
  padding: 0 1.2em;
  display: inline-block;
  background-color: #c30d23;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-top .right a.more i {
  margin-left: 3.42857143em;
}
#footer .footer-top .right a.more:hover {
  background-color: white;
  color: #c30d23;
}
#footer .footer-bottom {
  border-top: 1px solid #4c4d51;
  padding-right: 21%;
}
#footer .footer-bottom .coy {
  font-size: 14px;
  line-height: 2;
  padding: calc(1.1465vw + 14px) 0 calc(1.88vw + 14px);
  text-transform: uppercase;
  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;
}
#footer .footer-bottom .coy svg {
  text-transform: none;
  fill: white;
  width: auto;
  max-height: 1.71428571em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: #c30d23;
}
#footer .footer-bottom .coy a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-bottom .coy a:hover {
  color: #c30d23;
}
#index-body .init-4 .slide {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 180px 0 140px;
  z-index: 1;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-4 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(50% 100%, #f9f9f9, #d2d2d2);
  background-image: -moz-radial-gradient(50% 100%, #f9f9f9, #d2d2d2);
  background-image: radial-gradient(50% 100%, #f9f9f9, #d2d2d2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-4 .slide .left {
  width: 50%;
  padding-right: 3%;
}
#index-body .init-4 .slide .left .flex {
  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;
}
#index-body .init-4 .slide .left .flex .title {
  width: 85px;
  margin-right: 25px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
#index-body .init-4 .slide .left .flex .title em {
  font-size: 134px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  line-height: 0.7;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
#index-body .init-4 .slide .left .flex .title em:before {
  content: '';
  width: 500%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 110%;
  background-color: rgba(255, 255, 255, 0.33);
}
#index-body .init-4 .slide .left .flex .title i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#index-body .init-4 .slide .left .flex .title i:before {
  content: '';
  width: 500%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 110%;
  background-color: rgba(97, 97, 97, 0.33);
}
#index-body .init-4 .slide .left .flex .content span.h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0.3em;
  display: block;
  text-transform: uppercase;
}
#index-body .init-4 .slide .left .flex .content .text {
  color: inherit;
  opacity: 0.6;
}
#index-body .init-4 .slide .right {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(40%);
  -moz-transform: translateY(-50%) translateX(40%);
  -ms-transform: translateY(-50%) translateX(40%);
  transform: translateY(-50%) translateX(40%);
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-4 .slide .right .link-arrows {
  border: 1px solid black;
  background-color: transparent;
  opacity: 0.3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-4 .slide .right .link-arrows img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .init-4 .slide .right > img {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: -50% 0;
}
#index-body .init-4 .slide:hover {
  color: white;
}
#index-body .init-4 .slide:hover:before {
  opacity: 0;
}
#index-body .init-4 .slide:hover .left .title i {
  opacity: 0;
}
#index-body .init-4 .slide:hover .left .title em {
  opacity: 1;
}
#index-body .init-4 .slide:hover .right {
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
#index-body .init-4 .slide:hover .right .link-arrows {
  opacity: 1;
  background-color: white;
  border-color: transparent;
}
#index-body .init-4 .slide:hover .right > img {
  opacity: 1;
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-4 .slide .right > img {
    max-width: 80%;
  }
  #index-body .init-4 .slide .left .flex .title em {
    font-size: 70px;
  }
  #index-body .init-4 .slide .left .flex .content span.h3 {
    font-size: 28px;
  }
  #index-body .text {
    font-size: 16px;
  }
  #index-body .init-4 .slide {
    padding: 140px 0 100px;
  }
  #index-body .init-2 .container .left {
    width: 440px;
  }
  #index-body .init-2 .subShadow {
    width: 486px;
  }
  #index-body .init-2 .container .nextBtn {
    right: 23%;
  }
  #index-body .init-2 .subShadow {
    width: 29%;
  }
  #footer .footer-top .left .top .logo img {
    max-height: 70px;
  }
  #footer .footer-top .left .top {
    padding: 40px 0 30px;
  }
  #footer .footer-top .left .top .share,
  #footer .footer-top .left .form p {
    font-size: 18px;
    line-height: 1.8;
  }
  #footer .footer-top .left .form ul li {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-top .left .form ul li input {
    line-height: 3em;
    height: 3em;
  }
  #footer .footer-top .left .form ul li input[type="submit"] {
    font-size: 20px;
    height: 2.4em;
    line-height: 2.4em;
  }
  #footer .footer-top .left .form {
    padding: 30px 20px 30px 0;
  }
  #footer .footer-top .box span.h6 {
    font-size: 18px;
  }
  #footer .footer-top .left .link .nav {
    font-size: 16px;
  }
  #footer .footer-top .left .link #ewm {
    max-width: 130px;
  }
  #footer .footer-top .right .info {
    line-height: 2;
    font-size: 14px;
  }
  #footer .footer-bottom .coy {
    padding: 1.5em 0;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .i3 .i3-tk .i3k-l {
    max-width: 800px;
  }
  #index-body .init-4 .slide .left .flex .content span.h3 {
    font-size: 24px;
  }
  #index-body .init-4 .slide {
    padding: 100px 0;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .left .tipsTitle2 {
    padding-right: 0;
  }
  #index-body .init-2 .container .left .tipsDes {
    padding-right: 0;
  }
  #index-body .init-2 .subShadow {
    display: none;
  }
  #index-body .init-2 .container .nextBtn {
    top: 32%;
    right: 32%;
  }
  #footer {
    padding-left: 15px;
  }
  #footer .footer-top .left .top .share,
  #footer .footer-top .left .form p {
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  #index-body .i3 .i3-tk {
    padding-right: 0;
  }
  #index-body .i3 .i3-tk .i3k-r .i3k-a i {
    right: -40px;
  }
  #index-body .i3 .i3-tk {
    flex-wrap: wrap;
  }
  .i3k-r {
    margin-top: var(--ft26);
  }
  #index-body .init-1 .container .i1-r {
    margin-top: var(--ft24);
  }
  #index-body .init-1 {
    background: #fff;
  }
  #index-body .init-1 .container > div {
    width: 100%;
    padding: 0 !important;
  }
  #index-body .init-1 .container {
    flex-wrap: wrap;
  }
  #index-body .init-4 .slide .right {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #index-body .init-4 .slide .right > img {
    opacity: 1;
  }
  #footer .footer-top .box span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-top .left .link .nav {
    font-size: 14px;
  }
  #footer .footer-top .left .link #ewm {
    max-width: 120px;
  }
  #footer .footer-bottom .coy {
    padding: 1em 0;
  }
  #footer .footer-top .right {
    padding: 1%;
  }
  #footer .footer-top .right a.more {
    font-size: 14px;
    line-height: 2;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-2 .container .middle .content {
    margin-top: 60px !important;
  }
  #index-body .init-2 .container .middle .cirCont .cir1,
  #index-body .init-2 .container .middle .cirCont .cir2 {
    background-repeat: no-repeat;
    background-position: center;
  }
  #index-body .init-1 {
    padding-bottom: 0;
  }
  #index-body .init-1 .container .i1-r .i1r-box .i1-play {
    left: 50%;
  }
  #banner .bg-ba {
    display: none;
  }
  #index-body .init-2 .container .middle {
    width: 100%;
  }
  #index-body .init-2 .container .nextBtn {
    position: relative;
    top: 0;
    left: 0;
    margin: 40px auto 0;
  }
  #index-body .init-2 .container .middle .content {
    margin: 8vw auto 0;
    padding: 0;
  }
  #footer .footer-top .left {
    width: 100%;
    border-right: none;
  }
  #footer .footer-top .right {
    width: 100%;
    padding: 20px 0;
  }
  #footer .footer-top .box {
    display: block;
  }
  #footer .footer-top .left .form ul li {
    width: 100% !important;
  }
  #footer .footer-top .left .link {
    display: none;
  }
  #footer .footer-top .right .flex {
    display: block;
  }
  #footer .footer-top .box .line {
    margin: 10px 0;
  }
  #footer .footer-top .right .info {
    padding: 1em 0;
  }
  #footer .footer-top .left .form ul li {
    font-size: 14px;
    line-height: 2;
  }
  #footer .footer-top .left .form ul li input[type="submit"] {
    font-size: 18px;
  }
  #footer .footer-bottom .coy {
    display: block;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .container .middle .content {
    margin-top: var(--ft60) !important;
  }
  #index-body .init-2 .container .middle .cirCont .cir1,
  #index-body .init-2 .container .middle .cirCont .cir2 {
    display: none;
  }
  #index-body .ir .ir-c .ir-bg .ir-mb .piv {
    display: none;
  }
  #index-body .ir .ir-c .ir-bg .ir-bg-img1 {
    opacity: 1;
  }
  #index-body .ir .ir-c .ir-bg .ir-mb .trx {
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .i1-r .i1-p {
    padding: 0;
  }
  #index-body .i3 .variable-width-swiper .swiper-slide.swiper-slide-active {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: calc(20.83333vw + 131px);
    width: calc(9.9vw + 240px);
  }
  #index-body .ir {
    overflow: hidden;
  }
  #index-body .init-2 .container .right {
    margin-top: var(--px130);
  }
  #index-body .i6 .i6-t .i6-r {
    margin-top: 10px;
  }
  #index-body .i6 .i6-t {
    flex-wrap: wrap;
  }
  #index-body .init-4 .slide .right {
    display: none;
  }
  #index-body .init-4 .slide .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-4 .slide .left .flex .title em {
    font-size: 40px;
  }
  #index-body .init-4 .slide .left .flex .title {
    width: 60px;
  }
  #index-body .init-4 .slide .left .flex .content span.h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .text {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .init-4 .slide {
    padding: 60px 0;
    color: white;
  }
  #index-body .init-4 .slide:before {
    display: none;
  }
  #index-body .init-4 .slide .left .flex .title em {
    opacity: 1;
  }
  #index-body .init-4 .slide .left .flex .title i {
    opacity: 0;
  }
  #index-body .init-2 .container .middle .content {
    width: 70%;
  }
  #index-body .init-2 .container .middle .cirCont {
    height: 86vw;
  }
  #index-body .init-2 .container .middle .content ul li .box .img {
    height: 70vw;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .i3 .variable-width-swiper .swiper-slide.swiper-slide-active {
    width: 100vw;
  }
  #index-body .i3 .variable-width-swiper .swiper-slide {
    width: 100vw;
  }
  #index-body .ir .ir-c .ir-m {
    padding: var(--px170) 15px;
  }
  #index-body .ir .ir-c .ir-bg .ir-mb .iml-line {
    display: none;
  }
  #index-body .ir .ir-c .ir-bg .ir-mb {
    flex-direction: column;
    padding: 15px;
    align-items: flex-start;
  }
  #index-body .ir .ir-c .ir-bg .ir-mb i {
    width: 40px;
    height: 40px;
    margin: 15px 0;
  }
  #banner .swiper-pagination {
    bottom: 8px;
  }
  #banner .swiper1 .swiper-slide .banner-text .banner-p1 {
    font-size: var(--ft30);
  }
  #banner .swiper1 .swiper-slide .banner-text .banner-p2 {
    display: none;
  }
  #index-body .init-2 .container .middle {
    margin-top: 40px;
  }
  #index-body .init-2 .container .middle .content {
    width: 80%;
  }
  #index-body .init-2 .container .middle .content ul li .box .title {
    margin-top: 40px;
  }
  #footer .footer-top .left .top {
    display: block;
    padding-right: 15px;
  }
  #footer .footer-top .left .top .share {
    margin-top: 15px;
  }
}
#index-body .i3,
#banner,
#index-body .init-2,
#index-body .i6,
#footer {
  overflow: hidden;
}
.editThumb::-webkit-scrollbar {
  width: 16px;
}
.editThumb::-webkit-scrollbar-thumb {
  background: url('../images/about_10.png') no-repeat center top;
  background-size: contain;
}
.editThumb::-webkit-scrollbar-track {
  background: transparent;
}
.inner-page {
  position: relative;
  /*z-index: 2;*/
}
.mbxC .mbx {
  font-size: 18px;
}
.mbxC .mbx .home {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.mbxC .mbx a,
.mbxC .mbx span {
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
.mbxC .mbx a:nth-child(2) {
  display: none;
}
.mbxC .mbx a:nth-child(1) {
  margin-left: 0;
}
.mbxC .mbx a:hover {
  color: var(--color);
}
.about-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.about-page .init-1 .container .contentC .swiper {
  padding: 0 15px;
}
.about-page .init-1 .container .contentC ul li .box {
  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;
  text-align: center;
}
.about-page .init-1 .container .contentC ul li .box .title {
  font-weight: bold;
  color: var(--color);
  position: relative;
  height: 40px;
  width: 100%;
}
.about-page .init-1 .container .contentC ul li .box .title p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.about-page .init-1 .container .contentC ul li .box .line {
  width: 2px;
  height: 30px;
  background-color: var(--color);
  opacity: 0;
}
.about-page .init-1 .container .contentC ul li .box .line1 {
  margin: 10px auto 0;
}
.about-page .init-1 .container .contentC ul li .box .textC {
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin: 0 10px;
  padding: 4px 0;
}
.about-page .init-1 .container .contentC ul li .box .textC .sub {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}
.about-page .init-1 .container .contentC ul li .box .line2 {
  width: 2px;
  height: 30px;
  background-color: var(--color);
  margin: 0 auto;
}
.about-page .init-1 .container .contentC ul li .box .img {
  height: 40px;
  width: 100%;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .line1 {
  opacity: 0;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .line2 {
  opacity: 1;
  background-color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .img {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n - 1) .box .line1 {
  opacity: 1;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n - 1) .box .line2 {
  opacity: 0;
  background-color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .title {
  color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .textC .sub {
  background-color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .line1 {
  background-color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .title {
  color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .textC {
  color: #000;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .textC .sub {
  background-color: #fff;
}
.about-page .init-1 .container .moreC .more {
  padding: 8px 40px;
  border: 2px solid #fff;
}
.about-page .init-1 .container .moreC .more:hover {
  border: 2px solid var(--color);
  background-color: var(--color);
}
.about-page .init-2 {
  z-index: 2;
  background-color: #fafafa;
}
.about-page .init-2 .sub {
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
.about-page .init-2 .left {
  width: 40%;
}
.about-page .init-2 .left .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--color);
}
.about-page .init-2 .left .tipsTitle p {
  display: inline-block;
  border-bottom: 1px solid var(--color);
}
.about-page .init-2 .left .tipsTitle2 {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-2 .left .des {
  line-height: 2;
  padding-right: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.about-page .init-2 .left .more {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  background-color: var(--color);
  color: #fff;
  padding: 12px 50px;
  display: inline-block;
  cursor: pointer;
}
.about-page .init-2 .left .more:hover {
  background-color: #000;
}
.about-page .init-2 .right {
  width: 56%;
}
.about-page .init-2 .listCont {
  width: 100%;
  padding-top: 50px;
}
.about-page .init-2 .listCont ul li {
  margin-top: 50px;
}
.about-page .init-2 .listCont ul li .box .num {
  line-height: 1;
  font-size: 72px;
  font-weight: bold;
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .sub2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .sub3 {
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .text {
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  margin-left: 10px;
  position: relative;
  top: -6px;
}
.about-page .init-2 .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
  padding: 80px;
  background-attachment: fixed;
}
.about-page .init-3 .content {
  min-height: 830px;
}
.about-page .init-3 .content .box {
  width: 730px;
  background: rgba(0, 0, 0, 0.4);
  padding: 80px 50px 70px 70px;
  color: #fff;
}
.about-page .init-3 .content .box .title {
  font-weight: bold;
}
.about-page .init-3 .content .box .des {
  line-height: 2;
}
.about-page .init-4 .container {
  /*width: 100%;
  padding: 0;*/
}
.about-page .init-4 .container .title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-4 .container .content .btn {
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  right: 19%;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-4 .container .content .prev {
  left: 19%;
}
.about-page .init-5 .container .title {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-5 .container .content .list {
  max-width: 1400px;
}
.about-page .init-5 .container .content .list .listTop {
  padding: 0 100px;
}
.about-page .init-5 .container .content .list .listTop .swiper {
  padding: 20px 20px 0;
}
.about-page .init-5 .container .content .list ul li .box .img {
  display: block;
}
.about-page .init-5 .container .content .list ul li .box .img img {
  width: 100%;
}
.about-page .init-5 .container .content .list ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.about-page .init-5 .container .content .list2 {
  margin: -120px 0 0 auto;
}
.about-page .init-6 {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
}
.about-page .init-6 .container .titleC {
  font-weight: bold;
  color: #fff;
}
.about-page .init-6 .container .content {
  max-width: 870px;
  margin: 40px auto 0;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 570px;
  padding: 80px 80px 170px;
  color: #fff;
  line-height: 2;
  text-align: center;
}
.about-page .init-6 .container .content .more {
  padding: 7px 40px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
}
.about-page .init-6 .container .content .more:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
}
@media (max-width: 1700px) {
  #header-inner > .nav > .menuInner {
    padding-bottom: 0;
  }
  #header-inner > .nav > .menuInner .menu-box .left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #header-inner > .nav > .menuInner .menu-box .right {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #header-inner > .nav > .menuInner .menu-box .menu_c {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
  }
  .about-page .init-2 .listCont ul li .box .num {
    font-size: 54px;
  }
}
@media (max-width: 1450px) {
  .about-page .init-3 .content {
    min-height: 350px;
  }
}
@media (max-width: 1250px) {
  #header-inner {
    display: none;
  }
  .about-page .init-2 .sub {
    display: none;
  }
  .about-page .init-2 .left {
    width: 100%;
  }
  .about-page .init-2 .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .about-page .init-2 .listCont ul li .box .num {
    font-size: 46px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-5 .container .content .list2 {
    margin-top: -50px;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 {
    padding: 40px 16px;
  }
  .about-page .init-3 .content .box {
    padding: 40px 16px;
  }
  .about-page .init-5 .container .content .list .listTop {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .mbxC .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-2 .listCont {
    padding-top: 20px;
  }
  .about-page .init-2 .listCont ul li {
    margin-top: 30px;
  }
  .about-page .init-4 .container .content .btn {
    right: 10px;
  }
  .about-page .init-4 .container .content .prev {
    left: 10px;
    right: unset;
  }
  .about-page .init-5 .container .content .list2 {
    margin-top: -10px;
  }
  .about-page .init-6 {
    margin-top: 0;
    padding-top: 40px;
  }
  .about-page .init-6 .container .content {
    margin-top: 30px;
    padding: 40px 16px 40px;
    min-height: 1px;
  }
}
.case-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.case-page .init-1 .container .title {
  font-weight: bold;
}
.case-page .init-1 .container .des {
  max-width: 990px;
  margin: 20px auto 0;
}
.case-page .init-1 .container .listCont {
  max-width: 1120px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 100px auto 0;
}
.case-page .init-1 .container .listCont ul li {
  margin-top: 30px;
}
.case-page .init-1 .container .listCont ul li .box .list {
  position: relative;
  color: #fff;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.case-page .init-1 .container .listCont ul li .box .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.case-page .init-1 .container .listCont ul li .box .list.active::before,
.case-page .init-1 .container .listCont ul li .box .list:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.case-page .init-1 .container .listCont ul li .box .list.active {
  font-weight: bold;
}
.case-page .init-1 .container .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.case-page .init-1 .container .btn:hover {
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.case-page .init-2 .container > ul > li {
  width: 33.33%;
}
.case-page .init-2 .container > ul > li > .box {
  cursor: pointer;
  background: #F7F7F7;
}
.case-page .init-2 .container > ul > li > .box .cont {
  padding: 40px 30px;
}
.case-page .init-2 .container > ul > li > .box .cont .title {
  font-weight: 500;
}
.case-page .init-2 .container > ul > li > .box .cont .des {
  color: #808080;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.case-page .init-2 .container > ul > li > .box .img img {
  width: 100%;
}
.case-page .init-2 .container > ul > li:hover > .box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.case-page .init-2 .container > ul > li .contentCont {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.case-page .init-2 .container > ul > li .contentCont .contentC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo {
  background: #fff;
  width: 1430px;
  max-width: 96%;
  -webkit-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.3);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.6);
  font-size: 40px;
  border-radius: 50%;
  line-height: 1;
  top: 20px;
  cursor: pointer;
  z-index: 2;
  right: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding-right: 10px;
  position: relative;
  padding: 100px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left {
  width: 110px;
  padding-right: 10px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
  height: 470px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box {
  cursor: pointer;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img i{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img video{
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li.swiper-slide-thumb-active .box {
  opacity: 1;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
  width: 46%;
  padding-right: 40px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img video{
  display: block;
  max-height: 410px;
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage {
  text-align: center;
  margin-top: 20px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  border-radius: 6px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage .swiper-pagination-bullet-active {
  width: 26px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right {
  width: -webkit-calc(-56%);
  width: -moz-calc(-56%);
  width: calc(54% - 110px);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .title {
  font-weight: bold;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des {
  color: #4E4E4E;
  line-height: 2;
  max-height: 170px;
  overflow-y: auto;
  padding-right: 10px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des h2,
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des b,
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des strong{
  font-weight: bold;
  color: #000;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont .tips {
  font-weight: bold;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box a {
  display: block;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box a img {
  width: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .img {
  border: 2px solid rgba(137, 137, 137, 0.3);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .text {
  text-align: center;
  font-weight: 500;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .text:hover {
  color: var(--color);
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #999;
  border-radius: 5px;
  color: #999;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a.current,
.m-page span.current {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
@media (max-width: 1450px) {
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
    height: 31vw;
  }
}
@media (max-width: 1000px) {
  .case-page .init-2 .container > ul > li > .box .cont {
    padding: 20px 10px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right {
    width: 100%;
    margin-top: 40px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
    width: 66%;
  }
}
@media (max-width: 700px) {
  .case-page .init-2 .container > ul > li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .m-page a,
  .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  .case-page .init-1 .container .listCont {
    margin-top: 40px;
  }
  .case-page .init-1 .container .listCont ul li {
    margin-top: 20px;
  }
  .case-page .init-2 .container > ul > li {
    width: 100%;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText {
    padding: 50px 16px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img{
    height: 50vw;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 0;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
    height: auto;
  }
}
.honor-page .init-1 {
  background-color: #f9f9f9;
}
.honor-page .init-1 .container ul li {
  width: 33.33%;
}
.honor-page .init-1 .container ul li .box .imgC {
  width: 160px;
  height: 160px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.honor-page .init-1 .container ul li .box .imgC img {
  max-width: 100%;
}
.honor-page .init-1 .container ul li .box .textC {
  width: -webkit-calc(-100%);
  width: -moz-calc(-100%);
  width: calc(100% - 200px);
}
.honor-page .init-1 .container ul li .box .textC .title {
  font-weight: 500;
}
.honor-page .init-1 .container ul li .box .textC .des {
  color: #898989;
}
.honor-page .init-1 .container ul li .box:hover .imgC {
  border-radius: 10px;
}
.honor-page .init-1 .container ul li .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.honor-page .init-2 .container .content {
  padding: 0 150px;
}
.honor-page .init-2 .container .content .titleC {
  border-bottom: 1px solid #c6c6c6;
  padding-top: 40px;
  padding: 40px 30px 0;
}
.honor-page .init-2 .container .content .titleC li {
  margin-top: 30px;
}
.honor-page .init-2 .container .content .titleC li a {
  display: block;
  padding-bottom: 10px;
  position: relative;
  color: #999999;
  font-weight: 500;
}
.honor-page .init-2 .container .content .titleC li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.honor-page .init-2 .container .content .titleC li a.active::before,
.honor-page .init-2 .container .content .titleC li a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-2 .container .content .contentC ul li {
  width: 25%;
}
.honor-page .init-2 .container .content .contentC ul li .box {
  margin-top: 50px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 1450px) {
  .honor-page .init-1 .container ul li {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .honor-page .init-2 .container .content .titleC {
    padding: 30px 0 0;
  }
  .honor-page .init-2 .container .content {
    padding: 0;
  }
  .honor-page .init-2 .container .content .contentC ul li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container ul li {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .honor-page .init-2 .container .content .contentC ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container ul li .box .imgC {
    width: 100px;
    height: 100px;
  }
  .honor-page .init-1 .container ul li .box .textC {
    width: 100%;
    margin-top: 20px;
  }
  .honor-page .init-2 .container .content .titleC li {
    margin-top: 20px;
  }
  .honor-page .init-2 .container .content .titleC li a {
    padding-bottom: 6px;
  }
  .honor-page .init-2 .container .content .contentC ul li {
    width: 100%;
  }
  .honor-page .init-2 .container .content .contentC ul li .box {
    margin-top: 20px;
  }
}
.contact-page .init-1 .container .left {
  background-color: #f7f7f7;
  padding: 50px;
  width: 62%;
}
.contact-page .init-1 .container .left .tips {
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}
.contact-page .init-1 .container .left form .list .label {
  font-weight: 500;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  margin-top: 6px;
  border: 1px solid #d3d3d3;
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
}
.contact-page .init-1 .container .left form .list.wid-100 {
  width: 100%;
}
.contact-page .init-1 .container .left form .list .uploadCont {
  margin-top: 6px;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 45px;
}
.contact-page .init-1 .container .left form .list .uploadCont .uploadText {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 10px;
  pointer-events: none;
}
.contact-page .init-1 .container .left form .list .uploadCont .file {
  margin-top: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-page .init-1 .container .left form .list .submit {
  width: 230px;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .left form .check .checkCont {
  margin-top: 20px;
}
.contact-page .init-1 .container .left form .check .checkCont .checkList input {
  width: 18px;
  margin-top: 0;
  accent-color: var(--color);
}
.contact-page .init-1 .container .left form .check .checkCont .checkList .checkImg {
  margin: 0 10px;
}
.contact-page .init-1 .container .left form .check .checkCont .checkList2 {
  margin-left: 40px;
}
.contact-page .init-1 .container .right {
  width: 36%;
  background-color: #fafafa;
  padding-bottom: 40px;
}
.contact-page .init-1 .container .right img {
  width: 100%;
}
.contact-page .init-1 .container .right .cont {
  max-width: 430px;
  padding: 0 40px;
}
.contact-page .init-1 .container .right .cont .share ul li a {
  margin-right: 20px;
  display: block;
  color: var(--color);
  font-size: var(--ft30);
}
.contact-page .init-1 .container .right .cont .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left form .check .checkCont .checkList2 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left form .list {
    width: 100%;
  }
  .contact-page .init-1 .container .left {
    padding: 30px 16px;
  }
  .contact-page .init-1 .container .right {
    padding-bottom: 20px;
  }
  .contact-page .init-1 .container .right .cont {
    padding: 0 16px;
  }
}
.history-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.history-page .init-1 .slick-list {
  padding-top: 240px;
  overflow: visible;
}
.history-page .init-1 .slick-slide {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.history-page .init-1 .slick-active {
  opacity: 1;
}
.history-page .init-1 .slick-active + .slick-active {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
}
.history-page .init-1 .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-240px);
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -o-transform: translateY(-240px);
  transform: translateY(-240px);
}
.history-page .init-1 .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
.history-page .init-1 .top {
  margin-right: -10%;
}
.history-page .init-1 .top li .time {
  color: var(--color);
}
.history-page .init-1 .top li .text{
  max-height: 150px;
  overflow-y: auto;
}
.history-page .init-1 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.history-page .init-1 .line em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.history-page .init-1 .line::after {
  content: "";
  position: absolute;
  right: 100%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color);
}
.history-page .init-1 .timeline li {
  opacity: 0.35;
  cursor: pointer;
}
.history-page .init-1 .timeline li.active {
  color: var(--color);
  opacity: 1;
}
@media (max-width: 1000px) {
  .history-page .init-1 .top {
    margin-right: 0;
  }
  .history-page .init-1 .slick-list {
    padding-top: 90px;
  }
}
@media (max-width: 500px) {
  .history-page .init-1 .slick-list {
    padding-top: 0;
  }
  .history-page .init-1 .top li .text {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.service-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.service-page .init-1 .container {
  min-height: 500px;
}
.service-page .init-1 .container .cont {
  color: #fff;
  max-width: 620px;
}
.service-page .init-1 .container .cont .title {
  font-weight: bold;
  text-transform: uppercase;
}
.service-page .init-1 .container .cont .des {
  font-weight: 500;
}
.service-page .init-2 .container ul li {
  margin-top: 90px;
}
.service-page .init-2 .container ul li .box .left {
  background-color: #f5f7fa;
  -webkit-box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.08);
  width: 50%;
  padding: 20px 150px 20px 50px;
  border-radius: 9px 0px 0px 9px;
  overflow: hidden;
}
.service-page .init-2 .container ul li .box .left .title {
  font-weight: 600;
  margin-bottom: 30px;
}
.service-page .init-2 .container ul li .box .left .des .list {
  position: relative;
}
.service-page .init-2 .container ul li .box .left .des .list::before {
  content: '';
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color);
  top: -4px;
  left: 0;
  display: inline-block;
}
.service-page .init-2 .container ul li .box .left .des .list p {
  display: inline;
}
.service-page .init-2 .container ul li .box .right {
  width: 50%;
  border-radius: 0px 9px 9px 0px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .init-2 .container ul li:nth-child(2n) .box {
  -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;
}
.service-page .init-2 .container ul li:nth-child(2n) .box .left {
  padding: 20px 90px;
  background-color: #fef6e8;
  border-radius: 0px 9px 9px 0px;
}
.service-page .init-2 .container ul li:nth-child(2n) .box .right {
  border-radius: 9px 0px 0px 9px;
}
.service-page .init-3 {
  background-color: #f5f7fa;
}
.service-page .init-3 .container .left {
  padding-right: 80px;
  width: 42%;
}
.service-page .init-3 .container .left .title {
  margin-top: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-3 .container .right {
  width: 58%;
}
.service-page .init-3 .container .right .img {
  width: 100%;
}
.service-page .init-3 .container .right .des {
  padding: 0 20px;
}
.service-page .init-3 .container .right .des em {
  font-weight: 500;
}
.service-page .init-4 .container .left {
  padding-left: 60px;
  padding-top: 200px;
  width: 730px;
  padding-bottom: 120px;
}
.service-page .init-4 .container .left .cont_c_c {
  position: relative;
  width: 450px;
  height: 450px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 290px;
  background-color: #eaeef1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 18px 20px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 18px 20px 10px rgba(0, 0, 0, 0.03);
  padding: 24px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list .img_2 {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list2 {
  left: 370px;
  top: 84px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list3 {
  left: -50px;
  top: 300px;
}
.service-page .init-4 .container .left .cont_c_c .img_c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .left .cont_c_c.active1 .c_cont .list1 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  top: -180px;
  left: -50px;
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list .img_2 {
  -webkit-transform: rotate(-240deg);
  -moz-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  -o-transform: rotate(-240deg);
  transform: rotate(-240deg);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list1 {
  top: -140px;
  left: -50px;
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list2 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list3 {
  left: -60px;
  top: 326px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont {
  -webkit-transform: rotate(124deg);
  -moz-transform: rotate(124deg);
  -ms-transform: rotate(124deg);
  -o-transform: rotate(124deg);
  transform: rotate(124deg);
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list .img_2 {
  -webkit-transform: rotate(-124deg);
  -moz-transform: rotate(-124deg);
  -ms-transform: rotate(-124deg);
  -o-transform: rotate(-124deg);
  transform: rotate(-124deg);
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list1 {
  top: -164px;
  left: -84px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list2 {
  left: 344px;
  top: 58px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list3 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  left: -52px;
  top: 320px;
}
.service-page .init-4 .container .right {
  width: -webkit-calc(-730%);
  width: -moz-calc(-730%);
  width: calc(100% - 830px);
}
.service-page .init-4 .container .right .tipsTitle {
  font-weight: 500;
}
.service-page .init-4 .container .right .content ul li {
  margin-top: 40px;
  cursor: pointer;
}
.service-page .init-4 .container .right .content ul li .box {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color);
}
.service-page .init-4 .container .right .content ul li .box .num {
  font-weight: 500;
  width: 40px;
}
.service-page .init-4 .container .right .content ul li .box .textC {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
}
.service-page .init-4 .container .right .content ul li .box .textC .title {
  font-weight: 500;
}
.service-page .init-4 .container .right .content ul li .box .textC .title em {
  color: var(--color);
}
.service-page .init-4 .container .right .content ul li .box .textC .des {
  color: #797979;
}
.service-page .init-4 .container .right .content ul li .box .textC .desCont {
  display: none;
}
.service-page .init-4 .container .right .content ul li .box .more {
  background-color: var(--color);
  border-radius: 2px;
  padding: 10px 26px;
  color: #fff;
}
.service-page .init-4 .container .right .content ul li .box .more .moreImg {
  width: 22px;
  height: 8px;
  margin-left: 30px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.service-page .init-4 .container .right .content ul li .box .more:hover {
  background-color: #000;
}
.service-page .init-4 .container .right .content ul li.active .box {
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1250px) {
  .service-page .init-2 .container ul li .box .left {
    padding: 20px;
  }
  .service-page .init-2 .container ul li:nth-child(2n) .box .left {
    padding: 20px;
  }
  .service-page .init-4 .container .right {
    width: 100%;
    margin-top: 60px;
  }
  .service-page .init-4 .container .left {
    zoom: 0.7;
  }
}
@media (max-width: 1000px) {
  .service-page .init-2 .container ul li .box {
    -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;
  }
  .service-page .init-2 .container ul li .box .left {
    width: 100%;
    border-radius: 0 0 9px 9px;
  }
  .service-page .init-2 .container ul li .box .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 9px 9px 0 0;
  }
  .service-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .init-3 .container .left .title {
    margin-top: 0;
  }
  .service-page .init-3 .container .right {
    margin-top: 20px;
    width: 100%;
  }
  .service-page .init-3 .container .right .des {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .service-page .init-4 .container .left {
    zoom: 0.6;
  }
}
@media (max-width: 500px) {
  .service-page .init-1 .container {
    min-height: 200px;
  }
  .service-page .init-2 .container ul li {
    margin-top: 40px;
  }
  .service-page .init-2 .container ul li .box .left .title {
    margin-bottom: 20px;
  }
  .service-page .init-4 .container .left {
    zoom: 0.4;
    padding-left: 80px;
  }
}
.factory-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.factory-page .init-1 .container .title {
  font-weight: bold;
}
.factory-page .init-1 .container .title .des {
  display: inline-block;
}
.factory-page .init-1 .container .title .des .line {
  height: 2px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  width: 74%;
}
.factory-page .init-1 .container .des2 {
  max-width: 760px;
}
.factory-page .init-1 .container video {
  width: 400px;
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.factory-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn:hover {
  background-color: var(--color);
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.factory-page .init-2 .container .list .big_img .slick2 li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  max-width: 750px;
  margin: 40px auto 0;
  padding: 0 16px;
}
.factory-page .init-2 .container .list .des .desText {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}
.factory-page .init-2 .container .list .des .btn {
  color: #3f3f3f;
  font-weight: 500;
  display: block;
  padding: 10px;
  border: 1px solid #838383;
  text-transform: uppercase;
  cursor: pointer;
}
.factory-page .init-2 .container .list .des .btn:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .factory-page .init-2 .container .list .small_img {
    display: none;
  }
}
@media (max-width: 700px) {
  .factory-page .init-2 .container .list .big_img .btn {
    width: 50px;
    height: 50px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    margin-top: 16px;
  }
  .factory-page .init-2 .container .list .big_img .btn {
    right: 5%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 5%;
    right: unset;
  }
}
@media (max-width: 500px) {
  .factory-page .init-2 .container .list .des {
    margin-top: 20px;
  }
}
.news-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.news-page .init-1 .container .cont1 {
  margin: auto;
  max-width: 780px;
  text-align: center;
  color: #fff;
}
.news-page .init-1 .container .cont1 .title {
  font-weight: bold;
  text-transform: uppercase;
}
.news-page .init-1 .container .cont1 .des {
  font-weight: 500;
}
.news-page .init-1 .container .cont2 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.news-page .init-1 .container .cont2 ul {
  font-weight: 500;
  color: #fff;
}
.news-page .init-1 .container .cont2 ul li {
  margin-top: 10px;
}
.news-page .init-1 .container .cont2 ul a {
  text-transform: uppercase;
  position: relative;
}
.news-page .init-1 .container .cont2 ul a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .init-1 .container .cont2 ul a:hover::before,
.news-page .init-1 .container .cont2 ul a.active::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.news-page .init-1 .container .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.news-page .init-1 .container .btn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}
.news-page .init-2 .container ul li .box {
  border-bottom: 1px solid #e0e0e0;
}
.news-page .init-2 .container ul li .box .img {
  display: block;
}
.news-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.news-page .init-2 .container ul li .box .cont {
  padding: 20px 20px 14px 20px;
}
.news-page .init-2 .container ul li .box .title {
  display: block;
}
.news-page .init-2 .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .init-2 .container ul li .box .des {
  color: #5d5d5d;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color);
}
.newdet-page .init-1 .container .title {
  font-weight: bold;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 16px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .news-page .init-2 .container ul li .box .cont {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .news-page .init-2 .container ul li {
    width: 100%;
  }
  .newdet-page .init-1 .container .content {
    padding: 12px 0;
  }
}
.wishCont {
  position: fixed;
  top: 46%;
  right: 0;
  z-index: 10;
  padding: 16px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}
.wishCont:hover {
  background-color: var(--color);
  color: #fff;
}
.shopContC {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 19;
}
.shopCont {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.shopCont .contentC {
  height: 100%;
  max-width: 730px;
  width: 96%;
  background-color: #fff;
  margin-left: auto;
}
.shopCont .contentC .titleC {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  line-height: 1;
  font-weight: 500;
}
.shopCont .contentC .titleC i {
  cursor: pointer;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.45);
}
.shopCont .contentC .titleC i:hover {
  color: #000;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shopCont .contentC .listContC {
  padding: 20px;
  padding-right: 10px;
  height: -webkit-calc(40%);
  height: -moz-calc(40%);
  height: calc(100% - 60px);
}
.shopCont .contentC .listContC .listThumb {
  overflow-y: auto;
  height: 100%;
}
.shopCont .contentC .listContC ul .box {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.shopCont .contentC .listContC ul .box .img {
  width: 140px;
  border: 1px solid #f2f2f2;
}
.shopCont .contentC .listContC ul .box .img img {
  width: 100%;
}
.shopCont .contentC .listContC ul .box .cont {
  width: -webkit-calc(-40%);
  width: -moz-calc(-40%);
  width: calc(100% - 140px);
  padding: 0 10px;
}
.shopCont .contentC .listContC ul .box .cont .title {
  font-weight: bold;
}
.shopCont .contentC .listContC ul .box .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.shopCont .contentC .listContC ul .box .cont .btnC .btn {
  min-width: 140px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}
.shopCont .contentC .listContC ul .box .cont .btnC .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.shopCont .contentC .listContC .formCont form input,
.shopCont .contentC .listContC .formCont form textarea {
  margin-top: 10px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  border: 1px solid #bdbdbd;
  padding: 8px 10px;
  border-radius: 5px;
}
.shopCont .contentC .listContC .formCont form .wid-100 {
  width: 100%;
}
.shopCont .contentC .listContC .formCont form .submit {
  width: 130px;
  text-align: center;
  cursor: pointer;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  border: none;
  font-weight: 500;
}
.shopCont .contentC .listContC .formCont form .submit:hover {
  background-color: #000;
}
.shopCont.shopContActive {
  left: 0;
}
.product-page {
  background-color: #f5f6f7;
}
.product-page .init-1 {
  border-bottom: 1px solid #cbc8c1;
}
.product-page .init-1 .container ul li {
  max-width: 170px;
}
.product-page .init-1 .container ul li .box {
  position: relative;
  top: 1px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: rgba(40, 40, 40, 0.8);
  padding: 6px 10px;
  height: 100%;
}
.product-page .init-1 .container ul li .box a:hover {
  color: var(--color);
}
.product-page .init-1 .container ul li .box .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .init-1 .container ul li .box .cont .line {
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.product-page .init-1 .container ul li .box .cont .jt {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color);
}
.product-page .init-1 .container ul li.active .box {
  color: #000;
  border-top: 1px solid #cbc8c1;
  border-left: 1px solid #cbc8c1;
  border-right: 1px solid #cbc8c1;
  background-color: #ffffff;
}
.product-page .init-1 .container ul li.active .box .cont {
  opacity: 1;
}
.product-page .init-2 {
  position: relative;
  z-index: 2;
}
.product-page .init-2 .container .cont {
  max-width: 1230px;
  border: 1px solid #d4d5d6;
  border-radius: 48px;
  padding: 20px 30px;
  font-weight: bold;
  color: #191919;
}
.product-page .init-2 .container .cont .des {
  padding-right: 20px;
  max-height: 50px;
  overflow-y: auto;
}
.product-page .init-2 .container .btnCont {
  margin-top: -15px;
  margin-left: auto;
  background-color: #fff;
  width: 60px;
  height: 30px;
}
.product-page .init-2 .container .btnCont .btn {
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.product-page .init-2 .container .btnCont .btn .img {
  width: 14px;
  height: 12px;
}
.product-page .init-2 .container .btnCont .btn.active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product-page .init-2 .container .btnCont .line {
  margin: 0 8px;
  width: 1px;
  height: 16px;
  background-color: #e1e1e1;
}
.product-page .init-3 .container .sideBox .sideLeft {
  /*position: -webkit-sticky;
  position: sticky;
  top: 89px;*/
  padding-right: 60px;
  width: 380px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont .tips {
  background-color: var(--color);
  color: #fff;
  padding: 6px;
  width: 80px;
  border-radius: 20px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form .text {
  height: 40px;
  border: 1px solid #cccccd;
  font-weight: 300;
  width: 100%;
  padding: 10px 20px 10px 40px;
  border-radius: 20px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form .submit {
  width: 14px;
  height: 14px;
  border: none;
  background-color: transparent;
  top: 13px;
  left: 12px;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li {
  margin-top: 16px;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a {
  padding: 8px 10px;
  display: block;
  background-color: #fff;
  color: #5e5e5e;
  border-radius: 20px;
  font-weight: 500;
  position: relative;
  padding-right: 40px;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transform-origin: center;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*width: 40px;
  height: 40px;*/
  display: flex;
  justify-content: center;
  align-content: center;

}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a span.active{
  transform: translateY(-50%) rotate(90deg);
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a:hover,
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a.active {
  background-color: var(--color);
  color: #fff;
}
.tap_vv{
  display: none
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li.active .box a {
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight {
  width: -webkit-calc(-280%);
  width: -moz-calc(-280%);
  width: calc(100% - 380px);
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .title {
  font-weight: bold;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .title a:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .des {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC {
  text-align: center;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn {
  margin-top: 10px;
  background-color: #f5f6f7;
  padding: 10px 26px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  color: #1e1e1e;
  font-size: 14px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn .btn2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 26px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn .btn2 em {
  top: -2px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive {
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive .btn1 {
  opacity: 0;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive .btn2 {
  opacity: 1;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li {
  width: 100%;
  margin-top: 60px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box {
  padding: 40px 60px;
  background-color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img {
  border-radius: 6px;
  border: 1px solid #eeeeee;
  width: 38%;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
  width: 62%;
  padding: 40px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
  font-size: 26px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .tips {
  margin-top: 40px;
  font-weight: 500;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .btnC {
  padding-top: 50px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li:first-child {
  margin-top: 0;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul {
  margin-top: -80px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul > p{
  margin-top: 80px;
  
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li {
  margin-top: 80px;
  width: 33.33%;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .img {
  width: 100%;
  display: block;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .title {
  font-size: 18px;
  margin-top: 20px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .tips {
  display: none;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .des {
  margin-top: 10px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC {
  padding-top: 20px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC .btn {
  font-size: 14px;
  background-color: #eeeeef;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box:hover .img {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .container {
  max-width: 1280px;
}
.prodet-page .init-1 {
  border-top: 1px solid #e7e7e7;
}
.prodet-page .init-1 .container .left {
  width: 56%;
  padding-right: 60px;
}
.prodet-page .init-1 .container .left .bigImg ul li .box .img {
  display: block;
  border: 1px solid #dfdfdf;
}
.prodet-page .init-1 .container .left .bigImg ul li .box .img img {
  width: 100%;
}
.prodet-page .init-1 .container .left .smallImg {
  margin-top: 30px;
}
.prodet-page .init-1 .container .left .smallImg .swiper {
  padding: 1px;
  padding-top: 10px;
}
.prodet-page .init-1 .container .left .smallImg ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  border: 2px solid #e3e3e3;
}
.prodet-page .init-1 .container .left .smallImg ul li .box::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid var(--color);
}
.prodet-page .init-1 .container .left .smallImg ul li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .left .smallImg ul li.swiper-slide-thumb-active .box {
  border: 2px solid var(--color);
}
.prodet-page .init-1 .container .left .smallImg ul li.swiper-slide-thumb-active .box::before {
  opacity: 1;
}
.prodet-page .init-1 .container .right {
  width: 44%;
}
.prodet-page .init-1 .container .right .title {
  font-weight: bold;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .line {
  width: 70%;
  height: 1px;
  background-color: #d6d6d6;
}
.prodet-page .init-1 .container .right .des {
  color: rgba(0, 0, 0, 0.8);
  padding-right: 6px;
  /*overflow-y: auto;
  max-height: 400px;*/
}
.prodet-page .init-1 .container .right .colorCont .tips {
  font-weight: bold;
  text-transform: uppercase;
}
.prodet-page .init-1 .container .right .colorCont ul li .box {
  width: 50px;
  height: 50px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 50%;
}
.prodet-page .init-1 .container .right .colorCont ul li .box:hover {
  -webkit-box-shadow: 0px 8px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 3px 0px rgba(0, 0, 0, 0.2);
}
.prodet-page .init-1 .container .right .btnC .btn {
  margin-top: 10px;
  background-color: var(--color);
  padding: 2px;
  /*height: 60px;*/
  color: #000;
}
.prodet-page .init-1 .container .right .btnC .btn .btnImg {
  padding: 16px;
}
.prodet-page .init-1 .container .right .btnC .btn .btnText {
  min-width: 160px;
  font-weight: 600;
  height: 100%;
  /*background-color: #fff;*/
  color: #fff;
  border-left: 1px solid transparent;
}
.prodet-page .init-1 .container .right .btnC .btn:hover {
  background-color: var(--color);
}
.prodet-page .init-1 .container .right .btnC .btn:hover .btnText {
  background-color: var(--color);
  color: #fff;
  border-left: 1px solid #fff;
}
.prodet-page .init-1 .container .right .share ul li a {
  margin-top: 10px;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ededed;
  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;
  font-size: 22px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
}
.prodet-page .init-1 .container .right .share ul li a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 {
  background-color: #f5f6f7;
}
.prodet-page .init-2 .container .tipsTitle {
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .init-2 .container .content ul li .box .img {
  display: block;
}
.prodet-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.prodet-page .init-2 .container .content ul li .box .text {
  display: block;
  text-align: center;
  font-weight: 500;
}
.prodet-page .init-3 .container .listCont .titleC {
  padding: 20px 80px;
  z-index: 2;
  background-color: #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}
.prodet-page .init-3 .container .listCont .titleC .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
}
.prodet-page .init-3 .container .listCont .titleC .title {
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.prodet-page .init-3 .container .listCont .titleC .subC {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #949494;
  color: #a5a5a5;
  border-radius: 50%;
  position: relative;
}
.prodet-page .init-3 .container .listCont .titleC .subC .sub1 {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.prodet-page .init-3 .container .listCont .titleC .subC .sub2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0;
  line-height: 1;
  font-size: 30px;
  opacity: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.prodet-page .init-3 .container .listCont .contentC {
  padding: 40px 70px;
  display: none;
}
.prodet-page .init-3 .container .listCont.active .titleC .shadow {
  opacity: 1;
}
.prodet-page .init-3 .container .listCont.active .titleC .title {
  color: #fff;
}
.prodet-page .init-3 .container .listCont.active .subC {
  color: #fff;
  border: 1px solid #fff;
}
.prodet-page .init-3 .container .listCont.active .subC .sub1 {
  opacity: 0;
}
.prodet-page .init-3 .container .listCont.active .subC .sub2 {
  opacity: 1;
}
.prodet-page .init-4 .container .tips {
  font-weight: bold;
}
.prodet-page .init-4 .container .content ul li .box .img {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.prodet-page .init-4 .container .content ul li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content ul li .box .text {
  display: block;
  font-weight: 500;
}
.prodet-page .init-4 .container .content ul li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1450px) {
  .product-page .init-1 .container ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-page .init-1 .container ul li .box .cont {
    display: none;
  }
  .product-page .init-1 .container ul li.active .box {
    border: none;
    top: 0;
  }
  .product-page .init-1 .container ul li .box {
    text-align: left;
  }
}
@media (max-width: 1250px) {
  .product-page .init-2 .container .btnCont {
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideLeft {
    display: none;
  }
  .product-page .init-3 .container .sideBox .sideRight {
    width: 100%;
  }
  .shopCont .contentC {
    padding-bottom: 80px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box {
    padding: 20px 10px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .tips {
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .btnC {
    padding-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
    font-size: 24px;
  }
  .product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn {
    margin-right: 10px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    width: 50%;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC .btn {
    margin-right: 10px;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
  }
  .prodet-page .init-3 .container .listCont .titleC {
    padding: 20px;
  }
  .prodet-page .init-3 .container .listCont .contentC {
    padding: 20px 10px;
  }
}
@media (max-width: 700px) {
  .product-page .init-2 .container .btnCont {
    display: none;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img {
    width: 100%;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
    width: 100%;
    padding: 20px 16px;
    padding-bottom: 0;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li {
    margin-top: 30px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
    font-size: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
    padding: 0;
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul {
    margin-top: -30px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    margin-top: 30px;
  }
  .prodet-page .init-1 .container .right .colorCont ul li .box {
    width: 30px;
    height: 30px;
  }
  .shopCont .contentC .listContC ul .box .img {
    width: 200px;
    max-width: 100%;
  }
  .shopCont .contentC .listContC ul .box .cont {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .shopCont .contentC .listContC .formCont form input,
  .shopCont .contentC .listContC .formCont form textarea {
    width: 100%;
  }
}
.SupportFormCont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.SupportFormCont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.SupportFormCont .conteneC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.SupportFormCont .conteneC form {
  position: relative;
  padding: 30px 20px;
  width: 500px;
  max-width: 98%;
  background-color: #fff;
  border-radius: 10px;
}
.SupportFormCont .conteneC form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  width: 24px;
  height: 24px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.SupportFormCont .conteneC form .close:hover {
  background-color: var(--color);
}
.SupportFormCont .conteneC form .tips {
  font-size: 18px;
  font-weight: 600;
}
.SupportFormCont .conteneC form input,
.SupportFormCont .conteneC form textarea {
  width: 100%;
  padding: 6px 20px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  font-size: 16px;
  margin-top: 10px;
}
.SupportFormCont .conteneC form .submit {
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
}
.SupportFormCont .conteneC form .submit:hover {
  background-color: var(--color);
}
.support-page .container {
  max-width: 1500px;
}
.support-page .init-1 .container .cont {
  border-bottom: 1px solid #e8e8e8;
}
.support-page .init-1 .container .left a {
  margin-right: 80px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  padding-bottom: 6px;
}
.support-page .init-1 .container .left a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.support-page .init-1 .container .left a.active {
  color: #000;
}
.support-page .init-1 .container .left a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.support-page .init-1 .container .left a:hover {
  color: #000;
}
.support-page .init-1 .container .right {
  position: relative;
  top: -10px;
}
.support-page .init-1 .container .right form {
  width: 360px;
  background-color: #f5f7fa;
  padding: 12px var(--ft30);
  border-radius: 10px;

}
.support-page .init-1 .container .right form .text {
  background-color: transparent;
  border: none;
  padding-right: 10px;
  width: 80%;
}
.support-page .init-1 .container .right form .submit {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
}
.support-page .init-2 ul li {
  width: 50%;
}
.support-page .init-2 ul li .list {
  position: relative;
  padding: 30px 70px 30px 30px;
  background-color: #f5f7fa;
  color: #666666;
  border-radius: 12px;
  z-index: 2;
}
.support-page .init-2 ul li .list .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  opacity: 0;
}
.support-page .init-2 ul li .list .left {
  font-weight: 500;
  text-transform: uppercase;
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
}
.support-page .init-2 ul li .list .right {
  width: 30px;
  margin-top: 4px;
}
.support-page .init-2 ul li .list .right img {
  width: 100%;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
.support-page .init-2 ul li .list:hover {
  color: #fff;
}
.support-page .init-2 ul li .list:hover .shadow {
  opacity: 1;
}
.support-page .init-2 ul li .list:hover .right img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.support-page .init-3 .container ul li .box {
  background-color: #000;
}
.support-page .init-3 .container ul li .box video {
  height: 300px;
  width: 100%;
}
.support-page .init-4 .container ul li .box {
  position: relative;
  padding: 20px 30px;
  z-index: 2;
  border-radius: 10px;
  cursor: pointer;
}
.support-page .init-4 .container ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.support-page .init-4 .container ul li .box .shadow2 {
  opacity: 0;
}
.support-page .init-4 .container ul li .box .left {
  width: 40px;
}
.support-page .init-4 .container ul li .box .left img {
  width: 100%;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.support-page .init-4 .container ul li .box .right {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(100% - 60px);
}
.support-page .init-4 .container ul li .box .right .title {
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
}
.support-page .init-4 .container ul li .box .right .des {
  color: #fff;
  display: none;
}
.support-page .init-4 .container ul li.active .box .shadow2 {
  opacity: 1;
}
.support-page .init-4 .container ul li.active .box .shadow1 {
  opacity: 0;
}
.support-page .init-4 .container ul li.active .box .left img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.support-page .init-4 .container ul li.active .box .right .title {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 {
    display: none;
  }
  .support-page .init-2 ul li .list .left {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: calc(100% - 80px);
  }
  .support-page .init-3 .container ul li .box video {
    height: 200px;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 ul li {
    width: 100%;
  }
  .support-page .init-3 .container ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 ul li .list {
    padding: 30px 20px;
  }
  .support-page .init-2 ul li .list .left {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .support-page .init-2 ul li .list .right {
    width: 20px;
  }
  .support-page .init-3 .container ul li {
    width: 100%;
  }
  .support-page .init-3 .container ul li .box video {
    height: 50vw;
  }
  .support-page .init-4 .container ul li .box {
    padding: 20px 16px;
  }
  .support-page .init-4 .container ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.sustanibility-page .init-1 {
  padding-bottom: 30px;
  background-attachment: fixed;
  padding-top: 200px;
  -o-background-size: cover;
  background-size: cover;
}
.sustanibility-page .init-1 .cont {
  max-width: 950px;
  margin: auto;
  color: #fff;
  text-align: center;
}
.sustanibility-page .init-1 .cont .title {
  font-weight: bold;
}
.sustanibility-page .init-1 .cont .des {
  line-height: 1.8;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 10px;
}
.sustanibility-page .init-1 .cont2 {
  margin-top: 180px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sustanibility-page .init-1 .cont2 ul {
  padding-top: 10px;
}
.sustanibility-page .init-1 .cont2 ul li {
  margin-top: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.sustanibility-page .init-1 .cont2 ul li .box {
  position: relative;
  cursor: pointer;
}
.sustanibility-page .init-1 .cont2 ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.sustanibility-page .init-1 .cont2 ul li .box:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.sustanibility-page .init-1 .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.sustanibility-page .init-1 .btn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sustanibility-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.sustanibility-page .init-2 .tipsImg img {
  display: block;
  margin: auto;
}
.sustanibility-page .init-2 .tipsDes {
  padding: 0 10px;
  font-weight: 500;
  max-width: 630px;
  margin: 20px auto 0;
  text-align: center;
}
.sustanibility-page .init-2 .content ul li .box .left {
  width: 66%;
}
.sustanibility-page .init-2 .content ul li .box .right {
  padding: 10px 100px 10px 80px;
  width: 34%;
}
.sustanibility-page .init-2 .content ul li .box .right .title {
  font-weight: 600;
}
.sustanibility-page .init-2 .content ul li .box .right .des {
  line-height: 2;
}
.sustanibility-page .init-2 .content ul li:nth-child(2n) .box {
  -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;
}
@media (max-width: 1450px) {
  .sustanibility-page .init-2 .content ul li .box .right {
    padding: 10px 60px 10px 40px;
  }
}
@media (max-width: 1250px) {
  .sustanibility-page .init-2 .content ul li .box .left {
    width: 100%;
  }
  .sustanibility-page .init-2 .content ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .sustanibility-page .init-1 {
    padding-top: 100px;
  }
  .sustanibility-page .init-1 .cont2 {
    margin-top: 90px;
  }
}
@media (max-width: 500px) {
  .sustanibility-page .init-1 {
    padding-top: 40px;
  }
  .sustanibility-page .init-1 .cont2 {
    margin-top: 40px;
  }
  .sustanibility-page .init-2 .content ul li .box .right {
    padding: 10px 16px;
  }
}
.type-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  height: 650px;
}
.type-page .init-1 .container .cont {
  padding: 60px 60px 80px;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 710px;
  border-radius: 10px;
  color: #fff;
}
.type-page .init-1 .container .cont .title {
  font-weight: bold;
}
.type-page .init-1 .container .cont .title2 {
  font-weight: 700;
}
.type-page .init-2 .content {
  background-color: #f2ede5;
  border-radius: 12px;
}
.type-page .init-2 .content .list {
  width: 33.33%;
}
.type-page .init-2 .content .list img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.type-page .init-2 .content .list .tips {
  position: absolute;
  top: 30px;
  left: 40px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 6px 30px;
}
.type-page .init-2 .content .left {
  padding: 40px;
}
.type-page .init-2 .content .left .des strong,
.type-page .init-2 .content .left .des b{
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.type-page .init-2 .content .left .more {
  display: inline-block;
  padding: 10px;
  background-color: #000000;
  color: #fff;
  border-radius: 4px;
  min-width: 180px;
  text-align: center;
}
.type-page .init-2 .content .left .more:hover {
  background-color: var(--color);
}
.type-page .init-3 .container .tipsTitle {
  max-width: 600px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.type-page .init-3 .container .content ul li .box .img {
  display: block;
  border: 1px solid #cecece;
}
.type-page .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.type-page .init-3 .container .content ul li .box .title {
  display: block;
  font-weight: 500;
}
.type-page .init-3 .container .content ul li .box .title:hover {
  color: var(--color);
}
.type-page .init-3 .container .content ul li .box .more {
  color: rgba(33, 33, 33, 0.9);
  background-color: #f7f7f7;
  padding: 8px;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
}
.type-page .init-3 .container .content ul li .box .more:hover {
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1250px) {
  .type-page .init-2 .content .list {
    width: 100%;
  }
  .type-page .init-2 .content .middle {
    width: 50%;
  }
  .type-page .init-2 .content .right {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .type-page .init-1 {
    height: 500px;
  }
  .type-page .init-1 .container .cont {
    padding: 20px 16px;
  }
  .type-page .init-2 .content .left {
    padding: 30px 10px;
  }
  .type-page .init-2 .content .middle {
    width: 100%;
  }
  .type-page .init-2 .content .right {
    width: 100%;
  }
}
.system-page .init-1 {
  border-bottom: 1px solid #cbc8c1;
}
.system-page .init-1 .container ul li {
  max-width: 170px;
}
.system-page .init-1 .container ul li .box {
  position: relative;
  top: 1px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: rgba(40, 40, 40, 0.8);
  padding: 6px 10px;
  height: 100%;
}
.system-page .init-1 .container ul li .box a:hover {
  color: var(--color);
}
.system-page .init-1 .container ul li .box .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.system-page .init-1 .container ul li .box .cont .line {
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.system-page .init-1 .container ul li .box .cont .jt {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color);
}
.system-page .init-1 .container ul li.active .box {
  color: #000;
  border-top: 1px solid #cbc8c1;
  border-left: 1px solid #cbc8c1;
  border-right: 1px solid #cbc8c1;
  background-color: #ffffff;
}
.system-page .init-1 .container ul li.active .box .cont {
  opacity: 1;
}
.system-page .init-2 .container .leftC {
  width: 72%;
  background-color: #f8f8f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-page .init-2 .container .leftC .left {
  width: 100%;
}
.system-page .init-2 .container .leftC .left .bgImg {
  width: 100%;
}
.system-page .init-2 .container .leftC .left .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table {
  margin: 0;
  padding: 0;
  border: none;
}
.system-page .init-2 .container .leftC .left .content table tbody {
  width: 100%;
  white-space: normal;
}
.system-page .init-2 .container .leftC .left .content table tr {
  margin: 0;
  padding: 0;
  border: none;
}
.system-page .init-2 .container .leftC .left .content table tr td {
  min-width: 0px !important;
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont {
  position: absolute;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont {
  position: absolute;
  top: 10px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont .x,
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont .y {
  display: none;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-animation: ks 1.5s linear infinite;
  -moz-animation: ks 1.5s linear infinite;
  -o-animation: ks 1.5s linear infinite;
  animation: ks 1.5s linear infinite;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont {
  word-wrap: break-word;
  min-height: 1px;
  width: 240px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .title {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  text-align: left;
  padding: 4px 14px;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont {
  width: 100%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  height: 1px;
  position: absolute;
  top: 30px;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .desCont2 {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  padding: 8px 14px;
  position: absolute;
  width: 100%;
  top: 10px;
  text-align: left;
  left: 0;

    max-height: 120px;
  overflow-y: auto;
  padding-right: 4px;
  /*padding: 6px 0;*/
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .desCont2 .des{

}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .more {
  display: inline-block;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .more:hover {
  color: var(--color);
}
.system-page .init-2 .container .leftC .left .content table tr td:hover .textCont .desCont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.system-page .init-2 .container .leftC .left .content table tr td.right2 .tdCont .textCont {
  left: unset;
  right: 20px;
  text-align: right;
}
.system-page .init-2 .container .leftC .left .content table tr td.bottom2 .tdCont .textCont .desCont {
  top: unset;
  bottom: 30px;
}
.system-page .init-2 .container .leftC .left .content table tr td.bottom2 .tdCont .textCont .desCont .desCont2 {
  top: unset;
  bottom: 10px;
}
.system-page .init-2 .container .right {
  padding: 40px 50px;
  background-color: #f8f8f7;
  width: 28%;
}
.system-page .init-2 .container .right .tips {
  font-weight: bold;
}
.system-page .init-2 .container .right ul li .box a {
  border-radius: 18px;
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
}
.system-page .init-2 .container .right ul li .box a:hover,
.system-page .init-2 .container .right ul li .box a.active {
  color: #fff;
  background-color: var(--color);
}
.system-page .init-3 {
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
.system-page .init-3 .container .left {
  width: 50%;
}
.system-page .init-3 .container .left .title {
  font-weight: bold;
}
.system-page .init-3 .container .left .des {
  line-height: 2;
  max-height: 350px;
  overflow-y: auto;
  padding-right: 20px;
}
.system-page .init-3 .container .right {
  width: 44%;
}
.system-page .init-3 .container .right ul li .box {
  max-height: 460px;
  background-color: #000;
}
.system-page .init-3 .container .right ul li .box video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.system-page .init-3 .container .right ul li .box .img {
  display: block;
}
.system-page .init-3 .container .right ul li .box .img img {
  width: 100%;
}
.system-page .init-3 .container .right .sPage {
  text-align: center;
}
.system-page .init-3 .container .right .sPage .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.system-page .init-3 .container .right .sPage .swiper-pagination-bullet-active {
  width: 30px;
}
#hover-tip {
    position: fixed;
    padding: 3px 6px;
    background: black;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    pointer-events: none;
    z-index: 9999;
}
.system-page .init-4 .container {
  width: 1750px;
}
.system-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.system-page .init-4 .container .contentC .subImg {
  width: 14%;
}
.system-page .init-4 .container .contentC .subImg1 {
  padding-right: 20px;
}
.system-page .init-4 .container .contentC .subImg2 {
  padding-left: 20px;
}
.system-page .init-4 .container .contentC .contC {
  max-width: 90%;
}
.system-page .init-4 .container .contentC .contC table {
  width: 100%;
  margin: 0;
  padding: 30px;
}
.system-page .init-4 .container .contentC .contC table::-webkit-scrollbar {
  height: 0;
}
.system-page .init-4 .container .contentC .contC table tbody {
  width: 100%;
  min-width: 1px;
}
.system-page .init-4 .container .contentC .contC table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.system-page .init-4 .container .contentC .contC table tbody tr td {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 170px !important;
  padding: 0;
  margin: 0;
  min-width: 1px;
  border: none;
  border-left: 2px solid #cccccc;
  height: 460px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box {
  height: 100%;
  position: relative;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box hr {
  display: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #cccccc;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #fff;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .shadow {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
  padding: 40px 20px 0;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 {
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .close:hover {
  color: #fff;
  background-color: var(--color);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border: 1px solid var(--color);
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
  width: 100%;
  height: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont img {
  pointer-events: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft {
  width: 50%;
  height: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
  width: 50%;
  padding: 40px 30px;
  max-height: 100%;
  overflow-y: auto;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight::-webkit-scrollbar-thumb {
  background: url('../images/about_10.png') no-repeat center center;
  background-size: contain;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight .des2 {
  margin-top: 20px;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight .img2 {
  max-width: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td:last-child {
  border-right: 2px solid #cccccc;
}
.system-page .init-4 .container .contentC .contC table tbody tr td.active {
  width: 930px !important;
  border: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td.active .info2 {
  display: block;
}
.system-page .init-5 .container {
  width: 100%;
  padding: 0;
}
.system-page .init-5 .container .listCont table {
  border: none;
}
.system-page .init-5 .container .listCont table tbody tr {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.system-page .init-5 .container .listCont table tbody tr td {
  width: 50% !important;
  padding: 0;
  border: none;
  font-size: 16px;
}
.system-page .init-5 .container .listCont table tbody tr td:first-child {
  padding: 10px 16% 10px 12%;
}
.system-page .init-5 .container .listCont table tbody tr td strong,
.system-page .init-5 .container .listCont table tbody tr td b {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.system-page .init-5 .container .listCont table tbody tr td strong::after,
.system-page .init-5 .container .listCont table tbody tr td b::after {
  content: '';
  position: relative;
  width: 60%;
  margin-top: 4px;
  height: 1px;
  display: block;
  top: 0;
  left: 0;
  background-color: #000;
}
.system-page .init-5 .container .listCont table tbody tr td ul {
  padding-left: 20px !important;
}
.system-page .init-5 .container .listCont table tbody tr td ul li {
  font-size: 18px;
  padding: 2px 0;
}
.system-page .init-5 .container .listCont table tbody tr td img {
  width: 100%;
}
.system-page .init-5 .container .listCont table tbody tr:nth-child(2n) td:nth-child(2) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.system-page .init-6 .container .tipsTitle {
  max-width: 600px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.system-page .init-6 .container .content ul li .box .img {
  display: block;
  border: 1px solid #cecece;
}
.system-page .init-6 .container .content ul li .box .img img {
  width: 100%;
}
.system-page .init-6 .container .content ul li .box .title {
  display: block;
  font-weight: 500;
}
.system-page .init-6 .container .content ul li .box .title:hover {
  color: var(--color);
}
.system-page .init-6 .container .content ul li .box .more {
  color: rgba(33, 33, 33, 0.9);
  background-color: #f7f7f7;
  padding: 8px;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
}
.system-page .init-6 .container .content ul li .box .more:hover {
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1700px) {
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 8vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td.active {
    width: 56vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
    padding: 40px 10px 0;
  }
}
@media (max-width: 1450px) {
  .system-page .init-1 .container ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .system-page .init-1 .container ul li {
    max-width: 100%;
  }
  .system-page .init-1 .container ul li .box {
    text-align: left;
  }
  .system-page .init-1 .container ul li.active .box {
    border: none;
    top: 0;
  }
  .system-page .init-1 .container ul li .box .cont {
    display: none;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
    padding: 40px 5px 0;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 11vw !important;
  }
  .system-page .init-5 .container .listCont table tbody tr td:first-child {
    padding: 10px 8% 10px 8%;
  }
}
@media (max-width: 1250px) {
  .system-page .init-2 .container .leftC {
    width: 100%;
  }
  .system-page .init-2 .container .right {
    width: 100%;
  }
  .system-page .init-2 .container .leftC {
    overflow-x: auto;
  }
  .system-page .init-2 .container .leftC .left {
    min-width: 940px;
  }
  .system-page .init-4 .container .contentC {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-4 .container .contentC .subImg1 {
    width: 30%;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .system-page .init-4 .container .contentC .subImg2 {
    width: 30%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .system-page .init-4 .container .contentC .contC {
    width: 100%;
    max-width: 100%;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .system-page .init-2 .container .leftC{
    justify-content: left;
    padding-bottom: 110px;
  }
  .system-page .init-3 .container .left {
    width: 100%;
  }
  .system-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .system-page .init-4 .container .contentC .contC table tbody {
    white-space: normal;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 16vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft {
    width: 100%;
    height: auto;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
    overflow-y: auto;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
    width: 100%;
  }
  .system-page .init-5 .container .listCont table tbody {
    white-space: normal;
    min-width: 100%;
  }
  .system-page .init-5 .container .listCont table tbody tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-5 .container .listCont table tbody tr td:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100% !important;
  }
  .system-page .init-5 .container .listCont table tbody tr td:first-child {
    width: 100% !important;
    padding: 20px 10px;
  }
}
@media (max-width: 700px) {
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 20vw !important;
  }
  .system-page .init-2 .container .right {
    padding: 30px 16px;
  }
}
@media (max-width: 500px) {
  .system-page .init-4 .container .contentC .subImg1 {
    width: 40%;
  }
  .system-page .init-4 .container .contentC .subImg2 {
    width: 40%;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 140px !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td.active {
    width: 70vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
    padding: 20px 16px;
  }
  .system-page .init-5 .container .listCont table tbody tr td strong,
  .system-page .init-5 .container .listCont table tbody tr td b {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .system-page .init-5 .container .listCont table tbody tr td ul li {
    font-size: 16px;
  }
}
.page-header02{
  position: fixed;
  width: 100%;

}
.page-header02 .logo img{
 width:  calc(13.55vw + 74px);
}
.mbxC.pt-18.pb-18{
  margin-top: 86px;
}
@media (max-width: 1250px) {
  .mbxC.pt-18.pb-18{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: var(--ft30) 0;
    }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft30);
  }
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
  font-size: var(--ft16);

}
}
@media screen and (max-width: 700px) {
  #banner .swiper1 .swiper-slide .banner-text{
    transform: none;
    top: 70px;
  }
  #banner .swiper1 .swiper-slide .banner-text .banner-p2{
    display: none;
  }
}
table tbody{
  word-break: keep-all;
}
.top_rt{
  font-size: var(--ft24);
  color: #fff;
  font-weight: 600;
  /*width: 45%*/
}
@media screen and (max-width: 1000px) {
  #footer .footer-top .left .top{
    flex-wrap: wrap;
  }

   #footer .footer-top .left .top>div{
     width: 100%;
   }
}
.seoPublic .Auxil-news .list ul li a.img-box{
  height: auto;
}
@media (max-width: 1250px) {
  .shopCont{
    padding-top: 60px;
  }
    .mobile-menu-wrap01 ~ #innerMobileBanner, #menuFull ~ #innerMobileBanner, .mobile-menu-wrap01 ~ #indexMobileBanner, #menuFull ~ #indexMobileBanner, .mobile-menu-wrap01 ~ #banner, #menuFull ~ #banner, .mobile-menu-wrap01 ~ .inner-banner, #menuFull ~ .inner-banner {
        margin-top: 60px !important;
    }
}
@media (max-width: 500px) {
  #banner .swiper1 .swiper-slide .banner-text{
    left: 0;
    right: unset;
    top: unset;
    bottom: unset;
    width: 100%;
    top:var(--ft30);
    padding: 0 15px;
    max-width: 100%:
  }
}