@font-face {
  font-family: "Trade Gothic LT Std Extended";
  src: url("../fonts/TradeGothicLTStd-BoldExt.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-BoldExt.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic LT Std Extended";
  src: url("../fonts/TradeGothicLTStd-Extended.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-Extended.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #116eb4;
}
: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: "Trade Gothic LT Std Extended";
  font-weight: normal;
  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-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 20px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--ft40);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft20);
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
#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: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .ppbtn {
  margin-left: var(--ft20);
  height: 54px;
  background: #ffffff;
  border-radius: 8px;
  font-weight: normal;
  font-size: var(--ft20);
  color: #116eb4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--ft24);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .ppbtn:hover {
  background: #116eb4;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 26px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 130px;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 27px;
  font-weight: normal;
  font-size: var(--ft20);
  color: #ffffff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: auto;
  vertical-align: middle;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC span {
  margin-top: 5px;
  margin-left: 6px;
  margin-right: 19px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: rgba(0, 0, 0, 0.4);
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1850px;
  padding: 0 15px;
}
.gx_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 54px;
  background: #ffffff;
  border-radius: 27px;
  font-weight: normal;
  font-size: var(--ft18);
  color: #116eb4;
  padding-left: var(--ft18);
  padding-right: var(--ft20);
  display: inline-block;
  line-height: 54px;
  overflow: hidden;
  position: relative;

}
.gx_btn::after{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 120%;
  height: 120%;
    border-radius: 27px;
  background: var(--color);
  transform: translate(-100%,100%);
}
.gx_btn:hover::after{
  transform: translate(-1%,-1%);
}
.gx_btn span{
    position: relative;
  z-index: 2;
}
.gx_btn img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.gx_btn:hover {
  /*background: transparent;*/
  color: #fff;
}
.gx_btn:hover img {
  filter: brightness(0) invert(1);
}
@keyframes kf1 {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
#banner .swiper1 {
  position: relative;
}
#banner .swiper1 .sbg1 {
  position: absolute;
  bottom: var(--ft40);
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  animation: kf1 2s infinite alternate ease-in-out;
}
#banner .swiper1 .swiper3-dots {
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: calc(var(--px120) - 6px);
  left: 50%;
  transform: translateX(-50%);
}
#banner .swiper1 .swiper3-dots .swiper3-dot {
  width: 12px;
  height: 12px;
  background: #c6c6c6;
  border-radius: 50%;
  margin-right: var(--ft30);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper1 .swiper3-dots .swiper3-dot:last-child {
  margin-right: 0;
}
#banner .swiper1 .swiper3-dots .swiper3-dot.active {
  width: 20px;
  height: 12px;
  background: #ee7700;
  border-radius: 6px;
}
#banner .swiper1 .swiper-slide {
  position: relative;
}
#banner .swiper1 .swiper-slide .banner-text {
  position: absolute;
  left: 2.56%;
  bottom: calc(var(--px170) - 4px);
}
#banner .swiper1 .swiper-slide .banner-text .banner-p1 {
  font-weight: bold;
  font-size: calc(3.0225vw + 14px);
  color: #ffffff;
  max-width: 1100px;
  line-height: 1.15;
  margin-bottom: var(--ft46);
}
#banner .swiper1 .swiper-slide .banner-text .banner-p2 {
  line-height: 1.1;
  font-weight: 400;
  font-size: calc(2.2385vw + 14px);
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: var(--ft24);
}
#banner .swiper1 .swiper-slide .banner-text .banner-p3 {
  font-weight: 300;
  font-size: var(--ft20);
  color: #ffffff;
  max-width: 552px;
}
.gx-h {
  font-weight: normal;
  font-size: var(--ft46);
  color: #222222;
  font-weight: bold;
  line-height: 1.15;
}
.gx-bbt {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gx-bbt img {
  filter: brightness(0) invert(1);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
  padding-top: var(--px110);
}
#index-body .init-1 .container .i1-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#index-body .init-1 .container .i1-top > div {
  width: 50%;
}
#index-body .init-1 .container .i1-top .i1-r {
  display: flex;
  justify-content: space-between;
}
#index-body .init-1 .container .i1-top .i1-r .i1r-r {
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  padding: 0 var(--ft26);
  height: 55px;
  background: #ee7700;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-1 .container .i1-top .i1-r .i1r-l {
  display: flex;
  padding-left: var(--ft24);
}
#index-body .init-1 .container .i1-top .i1-r .i1r-l .i1r-c {
  margin-right: var(--ft20);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #116eb4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--ft26);
  font-weight: normal;
  font-size: var(--ft18);
  color: #116eb4;
  cursor: pointer;
}
#index-body .init-1 .container .i1-top .i1-r .i1r-l .i1r-c:hover,
#index-body .init-1 .container .i1-top .i1-r .i1r-l .i1r-c.active {
  background: var(--color);
  color: #fff;
}
#index-body .init-1 .container .i1-top .i1-r .i1r-l .i1r-c:last-child {
  margin-right: 0;
}
#index-body .init-1 .i1-m {
  padding-left: 2.56%;
}
#index-body .init-1 .i1-m .swiper21,
#index-body .init-1 .i1-m .swiper2c {
  overflow: hidden;
  padding-top: calc(var(--px70) - 6px);
  padding-bottom: 12.5vw;
  display: none;
}
#index-body .init-1 .i1-m .swiper21:first-child,
#index-body .init-1 .i1-m .swiper2c:first-child {
  display: block;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide,
#index-body .init-1 .i1-m .swiper2c .swiper-slide {
  background: #eeeeee;
  border-radius: var(--ft20);
  padding-top: var(--ft50);
  padding-bottom: var(--ft24);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide:hover,
#index-body .init-1 .i1-m .swiper2c .swiper-slide:hover {
  background: var(--color);
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide:hover .i1-p,
#index-body .init-1 .i1-m .swiper2c .swiper-slide:hover .i1-p {
  opacity: 0;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide:hover .i1-box > img,
#index-body .init-1 .i1-m .swiper2c .swiper-slide:hover .i1-box > img {
  opacity: 0;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide:hover .i1-box .i1-bg,
#index-body .init-1 .i1-m .swiper2c .swiper-slide:hover .i1-box .i1-bg {
  opacity: 1;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide:hover .i1-box .i1-bg .i1-bg-img,
#index-body .init-1 .i1-m .swiper2c .swiper-slide:hover .i1-box .i1-bg .i1-bg-img {
  top: 100%;
  transform: translate(-50%, -23%);
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-box,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-box img,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-box img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-box .i1-bg,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-box .i1-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-box .i1-bg .i1-bg-img,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-box .i1-bg .i1-bg-img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-box .i1-bg .i1-bg-p,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-box .i1-bg .i1-bg-p {
  font-weight: normal;
  font-size: var(--ft18);
  color: #ffffff;
  padding: 0 calc(0.315vw + 14px);
  text-align: center;

}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-box .i1-bg .i1-bg-p2,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-box .i1-bg .i1-bg-p2 {
  margin-top: var(--ft26);
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-box .i1-bg .i1-bg-p2 img,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-box .i1-bg .i1-bg-p2 img {
  filter: brightness(0) invert(1);
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-p,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: calc(0.525vw + 14px);
  display: flex;
  justify-content: space-between;
  padding-left: var(--ft24);
  padding-right: calc(0.729vw + 14px);
  font-weight: normal;
  font-size: var(--ft18);
  color: #222222;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-p .i1-p1,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-p .i1-p1 {
  max-width: 232px;
}
#index-body .init-1 .i1-m .swiper21 .swiper-slide .i1-p .i1-p2,
#index-body .init-1 .i1-m .swiper2c .swiper-slide .i1-p .i1-p2 {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-2 {
  padding: var(--px70) 0;
  background: url(../images/i2-1.2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-2 .i2-m {
  padding: 0 var(--px80);
  display: flex;
}
#index-body .init-2 .i2-m > div {
  width: 50%;
}
#index-body .init-2 .i2-m .i2-l {
  padding-right: var(--px145);
}
#index-body .init-2 .i2-m .i2-l .gx-h {
  color: #fff;
}
#index-body .init-2 .i2-m .i2-l .i2l-m {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(9.38vw + 20px);
}
#index-body .init-2 .i2-m .i2-l .i2l-m .i2l-c {
  width: 50%;
}
#index-body .init-2 .i2-m .i2-l .i2l-m .i2l-c.i2l-c1 {
  margin-bottom: var(--px60);
}
#index-body .init-2 .i2-m .i2-l .i2l-m .i2l-c > div {
  font-weight: bold;
  font-size: calc(0.729vw + 14px);
  color: #FFFFFF;
  margin-top: var(--ft20);
  margin-bottom: 12px;
  line-height: 1;
}
#index-body .init-2 .i2-m .i2-l .i2l-m .i2l-c > div sup {
  font-size: var(--ft20);
}
#index-body .init-2 .i2-m .i2-l .i2l-m .i2l-c p {
  font-weight: normal;
  line-height: 1;
  font-size: calc(0.415vw + 14px);
  color: #FFFFFF;
}
#index-body .init-2 .i2-m .i2-r {
  padding-left: calc(var(--px170) - 10px);
}
#index-body .init-2 .i2-m .i2-r .i2r-m {
  padding: var(--px90) calc(var(--px80) - 5px) var(--px100) calc(var(--px70) - 4px);
  border-radius: var(--ft26);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}
#index-body .init-2 .i2-m .i2-r .i2r-m .i2r-p1 {
  font-weight: normal;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.6;
}
#index-body .init-2 .i2-m .i2-r .i2r-m .gx-bbt {
  margin-top: var(--ft40);
  margin-bottom: var(--px70);
  overflow: hidden;
  position: relative;
}
#index-body .init-2 .i2-m .i2-r .i2r-m .gx-bbt img{
  position: relative;
  z-index: 4;
}
#index-body .init-2 .i2-m .i2-r .i2r-m .gx-bbt::after{
  content: '';
  width: 100%;
  height: 100%;
  border-radius:100%;
  transform: translateX(-100%);
  position: absolute;
  background: var(--color);
  top: 0;
  left: 0;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .i2-m .i2-r .i2r-m .gx-bbt:hover::after{
    transform: translateX(0);
}
#index-body .init-3 {
  padding-top: var(--px80);
  padding-bottom: var(--px120);
  position: relative;
}
#index-body .init-3 .i3-bg {
  position: absolute;
  left: 0;
  bottom: 0%;
  transform: translate(0, 78%);
}
#index-body .init-3 .gx-h {
  margin-bottom: var(--px80);
}
#index-body .init-3 .i3-m {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
#index-body .init-3 .i3-m i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #8c8b8b;
  font-size: var(--ft20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8b8b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
overflow: hidden;

}
#index-body .init-3 .i3-m i::before{
  position: relative;
  z-index: 4;
}
#index-body .init-3 .i3-m i::after{
  content: '';
  width: 100%;
  height: 100%;
  border-radius:100%;
  transform: translateX(-100%);
  position: absolute;
  background: var(--color);
  top: 0;
  left: 0;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .i3-m i:hover {
  color: #fff;
  /*background: #116EB4;*/
  border: none;
}
#index-body .init-3 .i3-m i:hover::after{
    transform: translateX(0);
}
#index-body .init-3 .i3-m .i3-l {
  left: calc(-7.8vw - 20px);
}
#index-body .init-3 .i3-m .i3-r {
  right: calc(-7.8vw - 20px);
}
#index-body .init-3 .i3-m .swiper3 {
  overflow: hidden;
}
#index-body .init-3 .i3-m .swiper3 .swiper-slide .i3-p1 {
  font-weight: normal;
  font-size: calc(0.729vw + 14px);
  color: #116EB4;
  font-weight: bold;
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
  line-height: 1.2;
}
#index-body .init-3 .i3-m .swiper3 .swiper-slide .i3-p2 {
  margin-top: var(--ft44);
  font-weight: normal;
  font-size: var(--ft18);
  color: #222222;
  line-height: 1.5;
  text-align: center;
}
#index-body .init-3 .i3-m .swiper3-dot {
  display: flex;
  align-items: end;
  font-weight: bold;
  font-size: var(--ft24);
  color: #222222;
  justify-content: center;
  line-height: 1;
  margin-top: var(--ft30);
}
#index-body .init-3 .i3-m .swiper3-dot .cu {
  color: #ee7700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-3 .i3-m .swiper3-dot p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 14px 4px;
  width: 240px;
  height: 1px;
  background: #000000;
  position: relative;
}
#index-body .init-3 .i3-m .swiper3-dot p b {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background: #ee7700;
  width: 25%;
}
#index-body .init-4 {
  padding-bottom: var(--px120);
}
#index-body .init-4 .i4-t {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--ft50);
}
#index-body .init-4 .i4-t .i4-r {
  font-weight: normal;
  font-size: var(--ft18);
  color: #222222;
  line-height: 1.5;
  max-width: 645px;
}
#index-body .init-4 .i4-b {
  position: relative;
}
#index-body .init-4 .i4-b .i4b-btns {
  display: flex;
  position: absolute;
  right: var(--px100);
  bottom: calc(2.0925vw + 14px);
  z-index: 8;
}
#index-body .init-4 .i4-b .i4b-btns i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #8c8b8b;
  font-size: var(--ft20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8b8b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
overflow: hidden;
position: relative;
}
#index-body .init-4 .i4-b .i4b-btns i::before{
  position: relative;
  z-index: 4;
}
#index-body .init-4 .i4-b .i4b-btns i::after{
  content: '';
  width: 100%;
  height: 100%;
  border-radius:100%;
  transform: translateX(-100%);
  position: absolute;
  background: var(--color);
  top: 0;
  left: 0;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .i4-b .i4b-btns i:hover {
  color: #fff;
  /*background: #116EB4;*/
  border: none;
}
#index-body .init-4 .i4-b .i4b-btns i:hover::after{
    transform: translateX(0);
}
#index-body .init-4 .i4-b .i4b-btns .i4-r {
  margin-left: 14px;
}
#index-body .init-4 .i4-b::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -55px;
  width: 67.75%;
  height: 96%;
  background: #fff;
}
#index-body .init-4 .i4-b .ib4b-bg {
  position: absolute;
  right: calc(-1.3555vw - 14px);
  top: calc(-2.1885vw - 14px);
  z-index: 5;
}
#index-body .init-4 .i4-b .swiper4 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide {
  display: flex;
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-l {
  width: 40.11%;
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r {
  width: calc(100% - 40.11%);
  padding-top: var(--ft50);
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p1 {
  font-weight: normal;
  font-size: calc(5.519vw + 14px);
  color: #999999;
  line-height: 1;
  padding-left: var(--ft46);
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p2 {
  font-weight: bold;
  font-size: var(--ft30);
  color: #222222;
  max-width: 480px;
  line-height: 1.2;
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p4 {
  margin-top: var(--ft60);
  margin-bottom: var(--ft26);
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p3 {
  font-weight: normal;
  font-size: var(--ft18);
  color: #222222;
  max-width: 482px;
  margin-top: var(--ft26);
  margin-bottom: var(--ft50);
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .gx_btn {
  background: var(--color);
  color: #fff;
  overflow: hidden;
  position: relative;
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .gx_btn::after{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 120%;
  height: 120%;
  border-radius: 27px;
  background: #ee7700;
  transform: translate(-100%,100%);
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .gx_btn span{
    position: relative;
  z-index: 2;
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .gx_btn:hover::after{
  transform: translate(-1%,-1%);
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .gx_btn img {
  filter: brightness(0) invert(1);
}
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p2,
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p3,
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p4,
#index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p5 {
  margin-left: var(--px100);
}
#index-body .init-5 {
  display: flex;
  height: calc(26.04vw + 282px);
  overflow: hidden;
}
#index-body .init-5 .i5-c {
  background: rgba(204, 204, 204, 0.5);
  border: 1px solid #cccccc;
  width: 102px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .i5-c.active {
  flex: 1;
}
#index-body .init-5 .i5-c.active .i5-c1 {
  background: url(../images/i5-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c.active .i5-c1 .i5-box {
  opacity: 1;
}
#index-body .init-5 .i5-c.active .i5-c1 .i5-cp1 {
  display: none;
}
#index-body .init-5 .i5-c:hover .i5-c1 {
  background: url(../images/i5-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c:hover .i5-c1 .i5-cp1 {
  color: #fff;
}
#index-body .init-5 .i5-c .i5-c1 {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#index-body .init-5 .i5-c .i5-c1 .i5-box {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: var(--px80);
  padding-left: var(--px130);
}
#index-body .init-5 .i5-c .i5-c1 .i5-box .i5m {
  max-width: 683px;
}
#index-body .init-5 .i5-c .i5-c1 .i5-box .i5m .gx-h {
  color: #fff;
}
#index-body .init-5 .i5-c .i5-c1 .i5-box .i5m > img {
  margin-top: calc(var(--px170) - 10px);
  margin-bottom: var(--ft26);
}
#index-body .init-5 .i5-c .i5-c1 .i5-box .i5m .i5m1 {
  font-weight: bold;
  font-size: var(--ft26);
  color: #FFFFFF;
}
#index-body .init-5 .i5-c .i5-c1 .i5-box .i5m .i5m2 {
  font-weight: normal;
  font-size: var(--ft18);
  color: #FFFFFF;
  margin-top: var(--ft26);
  margin-bottom: calc(2.0835vw + 14px);
}
#index-body .init-5 .i5-c .i5-cp1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  font-weight: normal;
  font-size: var(--ft26);
  color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .init-6 {
  padding-top: var(--px110);
}
#index-body .init-6 .container .i6-m {
  padding-left: var(--px80);
  padding-right: var(--px80);
}
#index-body .init-6 .container .i6-m .swiper5 {
  padding-top: var(--px80);
  padding-bottom: var(--px110);
  overflow: hidden;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide {
  background: #EEEEEE;
  padding: var(--ft50);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.35);
  transform: translateY(calc(-0.575vw - 14px));
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide:hover .i6-p4 {
  opacity: 1;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide:hover .i6-p3 {
  opacity: 0;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p4 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p4 .gx_btn {
  background: var(--color);
  color: #fff;
      display: flex;
    justify-content: center;
    align-items: center;
        -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p4 .gx_btn span{
  /*width: 0px;*/
  overflow: hidden;
  display: inline-block;
      margin: -55px;
    opacity: 0;
        -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p4 .gx_btn 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: 0;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p4 .gx_btn:hover img{
  margin-left: 10px;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p4 .gx_btn:hover span{
      margin: 0;
    opacity: 1;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p1 {
  font-weight: normal;
  font-size: var(--ft16);
  display: flex;
  align-items: center;
  color: #222222;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p1 img {
  margin-right: 10px;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p2 {
  font-weight: normal;
  font-size: var(--ft20);
  color: #222222;
  line-height: 1.4;
  font-weight: bold;
  margin-top: var(--ft32);
  margin-bottom: var(--ft38);
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p3 {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p3 img {
  width: 15px;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/fbg.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
#footer .f-top {
  padding-top: var(--ft46);
}
#footer .f-top .ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--px70);
}
#footer .f-top .ft .ft-r .ft-r-l {
  display: flex;
  font-weight: normal;
  font-size: var(--ft18);
  color: #222222;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}
#footer .f-top .ft .ft-r .ft-r-l a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: var(--px90);
}
#footer .f-top .ft .ft-r .ft-r-l a:hover {
  color: var(--color);
}
#footer .f-top .fb {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--px60);
}
#footer .f-top .fb .fb-c1 {
  max-width: 437px;
}
#footer .f-top .fb .fb-c1 .fb-c1-p1 {
  font-weight: bold;
  font-size: var(--ft20);
  color: #222222;
}
#footer .f-top .fb .fb-c1 .fb-c1-p2 {
  margin-top: var(--ft30);
  font-weight: normal;
  font-size: var(--ft18);
  color: #222222;
  display: flex;
  align-items: flex-start;
}
#footer .f-top .fb .fb-c1 .fb-c1-p2 img {
  margin-right: 13px;
  object-fit: contain;
}
#footer .f-top .fb .fb-c2 {
  width: 412px;
}
#footer .f-top .fb .fb-c2 .fb-c2-p1 {
  font-weight: bold;
  font-size: var(--ft30);
  color: #222222;
  margin-bottom: var(--ft30);
}
#footer .f-top .fb .fb-c2 form div {
  height: 46px;
    background: rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  border: 1px solid #CCCCCC;
  line-height: 46px;
  padding-left: var(--ft20);
}
#footer .f-top .fb .fb-c2 form div img {
  vertical-align: middle;
  margin-right: 5px;
}
#footer .f-top .fb .fb-c2 form div input {
  background: transparent;
  border: none;
}
#footer .f-top .fb .fb-c2 form div:has(input:focus){
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
background: #fff;
}
#footer .f-top .fb .fb-c2 form div.add1 {
  margin-bottom: 24px;
  max-width: 265px;
}
#footer .f-top .fb .fb-c2 form div.add2 {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  border: 1px solid #CCCCCC;
  max-width: 412px;
}
#footer .f-top .fb .fb-c2 form .f_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: var(--ft32);
  width: fit-content;
  font-weight: normal;
  font-size: var(--ft18);
  color: #FFFFFF;
  height: 44px;
  background: #EE7700;
  border-radius: calc(0.415vw + 14px);
  padding-left: var(--ft26);
  padding-right: var(--ft30);
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .f-top .fb .fb-c2 form .f_btn img {
  margin-left: 11px;
}
#footer .f-top .fb .fb-c2 form .f_btn:hover {
  background: var(--color);
}
#footer .f-top .fb .fb-c3 a {
  display: inline-block;
  margin-left: calc(0.415vw + 14px);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  color: #222222;
}
#footer .copyright .container {
  padding-bottom: var(--ft24);
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #222222;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #222222;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: right;
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box .right .ppbtn{
    padding: 0 8px;
    font-size: var(--ft16);
  }
  #header > .nav > .menu .menu-box .left .logo img{
    width: 180px;
  }

  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: var(--ft18);
  }
  #header > .nav > .menu .menu-box .right .lang_cont{
    margin-left:  var(--ft18);
  }
  .container {
    width: 1400px;
  }
  #index-body .init-1 .container .i1-top .gx-h {
    width: 40%;
  }
  #index-body .init-1 .container .i1-top .i1-r {
    width: 60%;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: var(--ft16); 
  }
  #footer .f-top .ft .ft-r .ft-r-l a {
    margin-left: var(--ft36);
  }
  #index-body .init-2 .i2-m .i2-l {
    padding-right: 0;
  }
  #index-body .init-2 .i2-m .i2-r {
    padding-left: var(--ft20);
  }
}
@media (max-width: 1250px) {
  .fb-c1,
  .fb-c2,
  .fb-c3 {
    margin-bottom: 15px;
  }
  #footer .f-top .fb {
    flex-wrap: wrap;
  }
  #footer .f-top .ft .ft-r .ft-r-l a {
    margin-left: var(--ft16);
  }
  #index-body .init-5 .i5-c .i5-c1 .i5-box {
    padding-top: var(--ft30);
    padding-left: var(--ft30);
  }
  #index-body .init-5 .i5-c .i5-c1 .i5-box .i5m > img {
    margin: 20px 0;
  }
  #index-body .init-4 .i4-t {
    flex-wrap: wrap;
  }
  #index-body .init-4 .i4-t .i4-r {
    max-width: 100%;
    margin-top: 15px;
  }
  #index-body .init-4 .i4-t br {
    display: none;
  }
  #index-body .init-4 .i4-b .ib4b-bg {
    width: calc(9.9vw + 180px);
  }
  #index-body .init-1 .container .i1-top .i1-r .i1r-l {
    padding-left: 0;
  }
  #index-body .init-1 .container .i1-top .gx-h {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-1 .container .i1-top .i1-r {
    width: 100%;
  }
  #index-body .init-1 .container .i1-top {
    flex-wrap: wrap;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #footer .f-top .ft .ft-r {
    display: none;
  }
  #index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p4 img {
    width: 22px;
    height: 22px;
  }
  #index-body .init-6 .container .i6-m .swiper5 .swiper-slide .gx_btn {
    display: flex;
    align-items: center;
  }
  #index-body .init-6 .container .i6-m {
    padding: 0;
  }
  #index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p2,
  #index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p3,
  #index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p4,
  #index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r .i4br-p5 {
    margin-left: 0;
  }
  #index-body .init-4 .i4-b::before {
    display: none;
  }
  #index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-l {
    width: 100% !important;
    margin-top: 20px;
  }
  #index-body .init-4 .i4-b .swiper4 .swiper-slide .i4b-r {
    width: 100% !important;
  }
  #index-body .init-4 .i4-b .swiper4 .swiper-slide {
    flex-wrap: wrap-reverse;
  }
  #index-body .init-2 .i2-m .i2-r {
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-2 .i2-m > div {
    width: 100%;
  }
  #index-body .init-2 .i2-m {
    flex-wrap: wrap;
  }
  .container {
    width: 700px;
  }
  #index-body .init-3 .i3-m i,
  #index-body .init-4 .i4-b .i4b-btns {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  #index-body .init-5 {
    height: auto;
  }
  #index-body .init-5 .i5-c .i5-c1 .i5-box {
    padding: var(--ft20);
  }
  #index-body .init-5 {
    flex-wrap: wrap;
  }
  #index-body .init-5 .i5-c .i5-c1 .i5-box {
    position: static;
  }
  #index-body .init-5 .i5-c .i5-c1 {
    background: url(../images/i5-1.jpg) no-repeat center;
    background-size: cover;
  }
  #index-body .init-5 .i5-c .i5-c1 .i5-cp1 {
    display: none;
  }
  #index-body .init-5 .i5-c {
    width: 100%;
  }
  #index-body .init-5 .i5-c .i5-c1 .i5-box {
    opacity: 1;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .i1-top .i1-r .i1r-l {
    flex-wrap: wrap;
  }
  #index-body .init-1 .container .i1-top .i1-r .i1r-l .i1r-c {
    width: 80%;
    margin-bottom: 14px;
  }
  #banner .swiper1 .swiper3-dots,
  #banner .swiper1 .sbg1 {
    display: none !important;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init-6 .container .i6-m .swiper5 .swiper-slide .i6-p4 img {
    display: none;
  }
  #index-body .init-2 .i2-m .i2-l .i2l-m .i2l-c {
    width: 100%;
    margin: 15px auto;
  }
  #banner .swiper1 {
    height: 100%;
  }
  #banner .swiper1 .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #banner {
    height: 300px;
  }
}
/*////////////////////////////////////////////////*/
.inner-banner {
  background-color: #f2f2f2;
  z-index: 2;
  overflow: hidden;
}

.inner-banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.inner-banner .textAniC .text .c{
  font-size: 315px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e5e5e5;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
  margin-top: 60px;
}

.inner-banner .containerC {
  min-height: 350px;
}
.inner-banner .containerC .catTitle {
  font-weight: bold;
}
.inner-banner .containerC .mbx .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
.inner-banner .containerC .mbx .mbxC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inner-banner .containerC .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .containerC .mbx a:hover {
  color: var(--color);
}
.inner-banner .containerC .bannerLine {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50px;
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  background-color: #cfcfcf;
}
@media (max-width: 1450px) {
  .inner-banner .textAniC{
    top: 34px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 360px;
  }}
  @media (max-width: 1250px) {
  .inner-banner .textAniC{
    top: 40px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 260px;
  }}
  @media (max-width: 1000px) {
  .inner-banner {
    padding: 40px 0 20px 0;
  }
  .inner-banner .textAniC{
    top: 20px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 160px;
    margin-top: 24px;
  }
  .inner-banner .containerC {
    min-height: auto;
  }
    .inner-banner .containerC .bannerLine {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
    left: 15px;
  }}
  @media (max-width: 700px) {
  .inner-banner .textAniC .text .c{
    font-size: 100px;
  }
  
    .inner-banner .containerC .mbx .sub {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }}
  @media (max-width: 500px) {
  .inner-banner .textAniC{
    top: 30px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 80px;
  }}
  .contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .left .con{
  line-height: 2;
}
.contact-page .contact-1 .top .right ul li {
  width: 48%;
  margin: 15px 0;
}
.contact-page .contact-1 .top .right ul li.wid-100{
  width: 100%;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: bold;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li .more{
  cursor: pointer;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1200px) {
    .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
}
@media (max-width: 1000px) {
    .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
    .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin: 40px auto;
  }
}
@media (max-width: 700px) {
    .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
    .contact-page .contact-form form{
    margin-top: 40px;
  }
}
.moreCont {
  min-width: 230px;
  background-color: #202020;
  position: relative;
  display: inline-block;
  color: var(--white);
  /*border: 1px solid #202020;*/
  padding: 13px;
}
.moreCont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color);
  -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);
}
.moreCont span {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  color: var(--white);
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.about-page .about-1 .left {
  max-width: 500px;
}
.about-page .about-1 .left .img{
  position: relative;
}

@keyframes img_rotate2{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(-360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
.about-page .about-1 .left .img .img-t{
  position: absolute;
  left: 43%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.about-page .about-1 .left .img .img-b{
  animation: img_rotate2 20s linear infinite;
}
.about-page .about-1 .right {
  width: -webkit-calc(100% - 500px);
  width: -moz-calc(100% - 500px);
  width: calc(100% - 500px);
  padding-left: 50px;
}
.about-page .about-1 .right h4 {
  font-family: 'Montserrat-SemiBold';
}
.about-page .about-1 .right .con {
  line-height: 30px;
  height: 575px;
  overflow-y: auto;
}
.about-page .about-1 .about-play {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about-page .about-1 .about-play .ui.container {
  z-index: 2;
}
.about-page .about-1 .about-play::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.about-page .about-1 .about-play .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color);
}
.about-page .about-1 .about-play .play span {
  font-size: 18px;
  color: white;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
}
.about-page #index-body .advantage {
  padding: var(--px100) 0 !important;
}
.about-page .about-history ul {
  margin-top: 55px;
}
.about-page .about-history ul li .box {
  padding: 30px;
  height: 470px;
  background: -webkit-gradient(linear, left top, right top, from(#d8d8d8), color-stop(50%, #fefefe));
  background: -webkit-linear-gradient(left, #d8d8d8 0%, #fefefe 50% #ffffff 100%);
  background: -moz-linear-gradient(left, #d8d8d8 0%, #fefefe 50% #ffffff 100%);
  background: linear-gradient(to right, #d8d8d8 0%, #fefefe 50% #ffffff 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-page .about-history ul li .box:hover {
  background: -webkit-gradient(linear, left top, right top, from(#599d33), to(#599d33));
  background: -webkit-linear-gradient(left, #599d33 0%, #599d33 100%);
  background: -moz-linear-gradient(left, #599d33 0%, #599d33 100%);
  background: linear-gradient(to right, #599d33 0%, #599d33 100%);
  color: white;
}
.about-page .about-history ul li .box:hover .dot::before {
  background-color: white;
}
.about-page .about-history ul li .box:hover .dot span {
  border-color: white;
}
.about-page .about-history ul li .box:hover .dot span::before {
  background-color: white;
}
.about-page .about-history ul li .box:hover h4 {
  border-color: white;
}
.about-page .about-history ul li .box h5 {
  font-size: 16px;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
}
.about-page .about-history ul li .box .dot {
  position: relative;
}
.about-page .about-history ul li .box .dot::before {
  content: "";
  display: block;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 1px;
  background-color: var(--color);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  position: absolute;
}
.about-page .about-history ul li .box .dot span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-history ul li .box .dot span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
}
.about-page .about-history ul li .box .img {
  margin: 35px 0 10px;
}
.about-page .about-history ul li .box h4 {
  font-size: 41px;
  font-family: 'Montserrat-ExtraBold';
  border-top: 1px solid black;
  margin-bottom: 20px;
  padding-top: 5px;
}
.about-page .about-history ul li .box .text {
  font-size: 16px;
  font-family: 'Montserrat-SemiBold';
}
.about-page .about-team {
  background-color: #f2f2f2;
  padding: 50px 0 95px;
  margin-top: 70px;
}
.about-page .about-team .top ul {
  margin: 0 -8px;
}
.about-page .about-team .top ul li {
  padding: 0 8px;
}
.about-page .about-team .con {
  padding: 50px 0 80px;
}
.about-page .about-team .bottom ul {
  margin: 0 -17px;
}
.about-page .about-team .bottom ul li {
  padding: 0 17px;
}
.about-page .about-team .bottom ul li h4 {
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Montserrat-Medium';
  text-align: center;
}
@media (max-width: 1200px) {
  .about-page #index-body .advantage {
    padding: 100px 0 0;
  }
  .about-page .about-team {
    margin-top: 90px;
  }}
  @media (max-width: 1000px) {
    .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .about-page .about-1 .left .i-title {
    margin-bottom: 60px;
  }
  .about-page .about-team .bottom ul li {
    width: 50%;
  }
  }
    @media (max-width: 700px) {
      .about-page .about-1 #index-body .about {
    padding: var(--ft60) 0 !important;
  }
  .about-page #index-body .advantage {
    padding: 80px 0 0;
    display: block;
  }
  .about-page .about-1 .about-play .play {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  }
  .flex-box{
    display: flex;
}
.al-center{
    align-items: center;
}
.al-end{
    align-items: flex-end;
}
.al-start{
    align-items: flex-start;
}
.jc-center{
    justify-content: center;
}
.jc-space-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
.ui.container {
  padding: 0 15px;
  width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }}
  @media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }}
  @media (max-width: 1000px) {
      .ui.container {
    width: 700px;
  }
  }
  @media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }}
  .i-title p {
  font-size: var(--ft16);
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.i-title h3 {
  font-size: var(--ft34);
  line-height: 1.2;
  font-weight: bold;
}
.about-page .about-1 .right h4{
    font-weight: bold;
}
.tit-font {
  line-height: 1.4;
}
.inner-page.product-page{
    padding:var(--px100)  0 0 !important;
}

#index-body .about {
  position: relative;
  padding: 100px 0 120px;
}
#index-body .about .partner ul {
  margin: 0 -30px;
}
#index-body .about .partner ul li {
  padding: 0 30px;
}
#index-body .about .partner ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .about .about-content {
  margin: 140px auto 80px;
}
#index-body .about .about-content .center {
  margin-top: 25px;
  font-size: 175.25px;
  color: white;
  background-color: var(--color);
  border-radius: 50%;
  width: 235px;
  height: 235px;
  line-height: 235px;
  text-align: center;
  font-family: 'Montserrat-Black';
}
#index-body .about .about-content .right {
  max-width: 410px;
  padding-top: 40px;
}
.srlhome {
    display: inline;
}
.titleindus {
    font-size: 30px;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}
h1.srlpro {
    font-size: 26px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 50px;
}
a.footdada {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    display: inline-block;
    vertical-align: middle;
}
#index-body .about .about-content .right h4 {
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 15px;
}
#index-body .about .about-content .right p {
  line-height: 2;
}
#index-body .about .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px;
}
#index-body .about .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 36px;
  width: 50%;
}
#index-body .about .bottom ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid rgba(169, 169, 170, 0.6);
}
#index-body .about .bottom ul li .box .text {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 20px;
}
#index-body .about .bottom ul li .box .text h4 {
  font-size: 28px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
}
#index-body .about .bottom ul li .box .text h4 span {
  font-size: 18px;
  font-family: 'Montserrat-SemiBold';
  color: #ee7700;
  position: absolute;
  right: 0;
  top: 5px;
}
#index-body .about .bottom ul li .box .text p {
  font-size: 16px;
  opacity: 0.6;
}
#index-body .about .about-play {
  background-color: #1c1c1c;
  max-width: 1555px;
  width: 82%;
  height: 505px;
  margin-top: 100px;
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
#index-body .about .about-play .left {
  width: 58.7%;
  height: 100%;
}
#index-body .about .about-play .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .about-play .right {
  width: 41.3%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
#index-body .about .about-play .right .box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .about-play .right .box h4 {
  font-family: 'Montserrat-SemiBold';
  font-size: 58px;
  color: white;
  opacity: 0.6;
  line-height: 1.3;
  white-space: nowrap;
}
#index-body .about .about-play .right .box h4:last-child {
  opacity: 1;
}
#index-body .about .about-play .right .img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 1400px) {
    #index-body .about .about-play {
    height: 380px;
  }
  #index-body .about .about-play .right .box h4 {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
    #index-body .about .about-content .right {
    max-width: 100%;
  }
  #index-body .about .bottom ul li {
    width: 50%;
    margin: 15px 0;
  }
}
@media (max-width: 1000px) {
   #index-body .about {
    padding: 80px 0;
  }
  .h-title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  #index-body .about .about-play {
    height: 280px;
    width: 88%;
  }
  #index-body .about .about-play .right .box h4 {
    font-size: 28px;
  }
        #index-body .about .about-play .right .box h4 {
        font-size: 18px;
    }
}
@media (max-width: 700px) {
    .about-page .about-1 #index-body .about {
    padding: var(--ft60) 0 !important;
  }
  #index-body .about .partner{
    display: none;
  }
  #index-body .about .bottom ul {
    margin: 0 -10px;
  }
  #index-body .about .bottom ul li {
    padding: 0 10px;
  }
  #index-body .about .bottom ul li .box .text {
    padding-left: 10px;
  }
  #index-body .about .about-play {
    width: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
    #index-body .about .about-content {
    margin: 0px auto 50px;
  }
}
@media (max-width: 500px) {
    #index-body .about .bottom ul li {
    width: 100%;
  }
  #index-body .about .bottom ul li .box .text {
    padding-left: 35px;
  }
}
#index-body .advantage {
  padding: 200px 0;
}
#index-body .advantage .top .con {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  max-width: 390px;
  font-size: 14px;
}
#index-body .advantage .bottom ul {
  margin: 55px -5px 0;
}
#index-body .advantage .bottom ul .slick-slide:nth-child(even) li {
  padding-top: 55px;
}
#index-body .advantage .bottom ul li {
  padding: 5px;
}
#index-body .advantage .bottom ul li h2 {
  font-size: 103px;
  font-family: 'Montserrat-Black';
  color: #f4b071;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 0.8;
  padding-left: 25px;
}
#index-body .advantage .bottom ul li:hover h2 {
  color: var(--color);
}
#index-body .advantage .bottom ul li:hover .box .text h4 {
  color: var(--color);
}
#index-body .advantage .bottom ul li .box {
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#index-body .advantage .bottom ul li .box .text {
  padding: 45px 15px;
  background-color: white;
}
#index-body .advantage .bottom ul li .box .text h4 {
  font-family: 'Montserrat-SemiBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .bottom ul li .box .text p {
  font-family: 'Montserrat-Light';
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1400px) {
    #index-body .advantage {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
    .about-page #index-body .advantage {
    padding: 100px 0 0;
  }
    #index-body .advantage .bottom ul li .box .img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
   #index-body .advantage .top .con {
    width: 100%;
    font-size: 16px;
  }
  #index-body .advantage .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
    .about-page #index-body .advantage {
    padding: 80px 0 0;
    display: block;
  }
    #index-body .advantage {
    display: none;
  }
}
.about-page #index-body .advantage {
  padding: 140px 0;
}
.about-page .about-3 {
  overflow: hidden;
}

.about-page .about-3 .about-3-img img {
  width: 100%;
}

.about-page .about-3 .about-3-img {
  position: relative;
}

.about-page .about-3 .about-3-img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.about-page .about-3 .about-3-img .content {
  position: relative;
  z-index: 2;
  max-width: 890px;
  margin-left: calc(2.0925vw + 20px);
  text-align: left;
  padding: calc(9.38vw + 20px) 0 calc(2.0925vw + 20px) 0;
}
.about-page .about-3 .about-3-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 140%;
  object-fit: cover;
  object-position: center;
}

.about-page .about-3 .about-3-img .content h6 {
  font-size: 250px;
  color: #fff;
  line-height: 0.5;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-page .about-3 .about-3-img .content h5 {
  font-size: var(--ft32);
  color: #fff;
  line-height: 1.4;
  padding-bottom: 20px;

  font-weight: normal;
}

.about-page .about-3 .about-3-img .content p {
  font-size: var(--ft18);
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
}

.about-page .about-3 .about-3-img .content .more1 {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.about-page .about-3 .about-3-img .content .more1 a {
  font-size:var(--ft18);
  color: #fff;
  line-height: 1;
  font-weight: normal;
  display: none;
}

.about-page .about-3 .about-3-img .content .more1 a span {
  background: url(../images/about-more-1.png) no-repeat;
  margin-left: 0;
  margin-right: 55px;
}

.about-page .about-3 .about-3-img .content .more1 a span:hover {
  background: url(../images/right-hid.png) no-repeat
}
.product-page{
  padding: 8% 0;
}
.inner-page .m-page {
  font-size: 17px;
  margin-top: var(--px60);
  font-weight: bold;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .5em;
  width: 3.05882353em;
  height: 3.05882353em;
  border-radius: 100%;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarRight .productList li {
    padding: calc(0.575vw + 14px) 15px;
}
.inner-page .sideBarBox .sideBarRight .productList ul {
    margin: 0 -15px;
}
.inner-page .sideBarBox .sideBarRight .right .text p {
    font-size: 16px;
}
.inner-page .sideBarBox .sideBarRight .right .text .neirong {
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
  height: 4.375em;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
  line-height: 34px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a i {
  margin-right: 1.5em;
  opacity: .8;
  font-size: .8em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 2%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarRight {
  width: 73%;
}
@media screen and (max-width: 1700px) {
  .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6,
  span.tag,
  .inner-page .text,
  .about-page .about-1 .list ul li p,
  .about-page .about-2 .right .info,
  .about-page .about-3 .list ul li span{
    font-size: 16px;
  }
   .inner-page .sideBarBox .sideBarLeft form {
    font-size: 14px;
    height: 4em;
  }
  .inner-page .productList ul li .content span.h6,
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 20px;
  }
  
  
  }
@media (max-width: 1250px) {
    .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6{
    font-size: 14px;
    line-height: 2;
  }
   .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .newdet-page .sideBarBox .sideBarRight h1{
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
    .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
   .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
}
.inner-page .sideBarBox .sideBarRight .productList li {
    padding: calc(0.575vw + 14px) 15px;
}
.inner-page .sideBarBox .sideBarRight .productList ul {
    margin: 0 -15px;
}
.inner-page .sideBarBox .sideBarRight .right .text p {
    font-size: 16px;
}
.inner-page .productList ul li a.img-box {
  display: block;
  background-color: #f3f3f3;
  overflow: unset;
  border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.inner-page .productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li .content span.h6 {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  padding: .5em 0 .2em 0;
  border-bottom: 1px solid #ececec;
  line-height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 99px;
}
.inner-page .productList ul li .content span.h6 a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .5em;
}
.inner-page .productList ul li .content .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .productList ul li:hover a.img-box {
  background-color: var(--color);
}
.inner-page .productList ul li:hover a.img-box img {
  -webkit-transform: translateY(49%);
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  transform: translateY(49%);
}
.inner-page .productList ul li:hover .content span.h6 {
  color: #fff;
  border-bottom-color: #fff;
}
.inner-page .productList ul li:hover .content .text {
  color: #fff;
}
.inner-page .productList ul li:hover .content {
  /*-webkit-transform: translateY(-225%);
  -moz-transform: translateY(-225%);
  -ms-transform: translateY(-225%);
  transform: translateY(-225%);*/
    -webkit-transform: translateY(-316%);
  -moz-transform: translateY(-316%);
  -ms-transform: translateY(-316%);
  transform: translateY(-316%);
}
@media (max-width: 1700px) {
    .inner-page .productList ul li .content span.h6,
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 20px;
  }
  .inner-page .productList ul li .content .text{
    font-size: 14px;
  }
}
@media (max-width: 1450px) {
   .inner-page .productList ul li:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover .content span.h6 {
    color: #120c0b;
    border-bottom-color: #ececec;
  }
  .inner-page .productList ul li:hover .content .text {
    color: #222;
  }
}
@media (max-width: 1250px) {
    .inner-page .productList ul li .content {
    padding: 0;
  }
  .inner-page .productList ul li .content span.h6,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
    .inner-page .productList ul li .content span.h6,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 16px;
    line-height: 32px;
  }
}
.grid-box{
  font-size: 0;
}
.i-title {
  font-size: var(--ft36);
  line-height: 1.2;
  font-weight:bold;
}
.tr_5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@-webkit-keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes sh {
  0% {
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -moz-transform: none;
    transform: none;
  }
}
@keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .about-0-page .about-1 .flex .title {
    flex: none !important;
    padding-right: 0px !important;
    width: 100% !important;
}
}
.about-0-page .about-1 {
  padding: 110px 0;
}
.about-0-page .about-1 .flex {
  -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.about-0-page .about-1 .flex .title{
flex: 1;
  padding-right: 20px;
}
.about-0-page .about-1 .flex .text{
  flex: 1;
  /*max-height: 300px;
  overflow-y: auto;*/
}
.about-0-page .about-1 .list {
  margin: 65px 0;
  text-align: center;
}
.about-0-page .about-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-0-page .about-1 .list ul li {
  width: auto;
}
.about-0-page .about-1 .list ul li span {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-bottom: .2em;
  font-weight: bold;
  color: var(--color);
}
.about-0-page .about-1 .list ul li p {
  font-size: 18px;
}
.about-0-page .about-1 .box {
  height: 830px;
  background-position: center;
  background-size: cover;
  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;
  border-radius: 20px;
}
.about-0-page .about-1 .box .play {
  cursor: pointer;
  cursor: hand;
}
.about-0-page .about-2 {
  padding: 110px 0;
  background-color: #f8f7f7;
}
.about-0-page .about-2 .flex {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.about-0-page .about-2 .left span.h2 {
  margin-bottom: 1em;
}
.about-0-page .about-2 .left .text {
  max-width: none;
  line-height: 2.22222222;
}
.about-0-page .about-2 .right {
  margin: 0 auto;
  width: 30%;
}
.about-0-page .about-2 .right .info {
  font-size: 18px;
  height: 100%;
  width: 100%;
  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;
  background-color: white;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10%;
}
.about-0-page .about-2 .right .info i.iconfont {
  color: var(--color);
  margin-right: 1.5em;
  border-radius: 100%;
  flex-shrink: 0;
}
.about-0-page .about-2 .options .right .info i.iconfont {
  /*color: transparent;*/
  color: var(--color);
  /*border: 1px solid var(--color);*/
}
.about-0-page .about-2 .options .right .info p.active i.iconfont {
  color: #fff;
  border-color: transparent;
}
.about-0-page .about-3 {
  padding: 100px 0;
}
.about-0-page .about-3 span.h2 {
  margin-bottom: 1em;
}
.about-0-page .about-3 .list {
  position: relative;
}
.about-0-page .about-3 .list ul {
  margin: 0 -35px;
}
.about-0-page .about-3 .list ul li {
  padding: 0 35px;
}
.about-0-page .about-3 .list ul li a.img-box {
  display: block;
  border-radius: 20px;
}
.about-0-page .about-3 .list ul li a.img-box img{
  border-radius: 20px;
}
.about-0-page .about-3 .list ul li span {
  font-size: 18px;
  color: #222;
  display: block;
  margin-top: 1.2em;
  text-align: center;
}
.about-0-page .about-3 .list .btn div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.about-0-page .about-3 .list .btn div.prev {
  left: 0;
}
.about-0-page .about-3 .list .btn div.next {
  right: 0;
}
.about-0-page .about-3 .list .btn div:hover {
  background-color: var(--color);
}
.about-0-page .about-4 {
  padding: 100px 0;
  background-color: #f8f7f7;
}
.about-0-page .about-4 .left {
  width: 42%;
  padding-right: 3%;
}
.about-0-page .about-4 .left .text {
  font-size: 17px;
  margin-top: 1.5em;
}
.about-0-page .about-4 .left a.more {
  margin-top: 3.52941176em;
}
.about-0-page .about-4 .right {
  width: 58%;
}
.about-0-page .about-4 .right .list {
  padding-top: 25px;
  overflow: hidden;
}
.about-0-page .about-4 .right .list .slick-list {
  overflow: unset;
}
.about-0-page .about-4 .right ul {
  margin: -7px;
}
.about-0-page .about-4 .right ul li {
  padding: 7px;
}
.about-0-page .about-4 .right ul li img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-0-page .about-5 .box {
  position: relative;
  padding: 110px 0;
}
.about-0-page .about-5 .box .mask {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2%;
  z-index: -1;
}
.about-0-page .about-5 .box .mask i {
  width: 100%;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.about-0-page .about-5 span.h2 {
  margin-bottom: 1em;
}
.about-0-page .about-5 .list {
  padding-top: 130px;
  overflow: hidden;
  padding-left: 1px;
  padding-right: 3px;
}
.about-0-page .about-5 .list .slick-list {
  overflow: unset;
}
.about-0-page .about-5 .list li a {
  height: 250px;
  border: 1px solid #f9f9f9;
  margin: 0 -1px;
  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;
  background-color: white;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-0-page .about-5 .list li a img {
  max-height: 100%;
}
.about-0-page .about-5 .list .slick-current li a,
.about-0-page .about-5 .list .slick-current + div + div li a,
.about-0-page .about-5 .list .slick-current + div + div + div + div li a {
  top: -130px;
}
@media screen and (max-width: 1700px) {
    .inner-page .text,
  .about-0-page .about-1 .list ul li p,
  .about-0-page .about-2 .right .info,
  .about-0-page .about-3 .list ul li span{
    font-size: 16px;
  }
   span.h2 {
    font-size: 48px;
  }
  .about-0-page .about-1,
  .about-0-page .about-2,
  .about-0-page .about-3,
  .about-0-page .about-4,
  .about-0-page .about-5 .box,
  .product-det-page .product-det-1{
    padding: var(--px60) 0 !important;
  }
  .about-0-page .about-1 .list ul li span{
    font-size: 32px;
  }
   .about-0-page .about-5 .list li a {
    height: 160px;
  }
  .about-0-page .about-5 .list .slick-current li a,
  .about-0-page .about-5 .list .slick-current + div + div li a,
  .about-0-page .about-5 .list .slick-current + div + div + div + div li a {
    top: -80px;
  }
  .about-0-page .about-5 .list {
    padding-top: 80px;
  }
  .about-0-page .about-4 .left .text {
    font-size: 15px;
  }
}
@media (max-width: 1450px) {
    .about-0-page .about-1 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-0-page .about-1 .box {
    height: 400px;
  }
}
@media (max-width: 1250px) {
   .about-0-page .about-1 .list ul li p,
  .about-0-page .about-2 .right .info,
  .about-0-page .about-3 .list ul li span,
  .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6{
    font-size: 14px;
    line-height: 2;
  }
  .about-0-page .about-1,
  .about-0-page .about-2,
  .about-0-page .about-3,
  .about-0-page .about-4,
  .about-0-page .about-5 .box,
  .product-det-page .product-det-1{
    padding: 60px 0;
  }
   .about-0-page .about-1 .list {
    margin: 40px 0;
  }
  .about-0-page .about-1 .box {
    height: 320px;
  }
  .about-0-page .about-3 .list ul li {
    padding: 0 20px;
  }
  .about-0-page .about-3 .list ul {
    margin: 0 -20px;
  }
  .about-0-page .about-4 .left a.more {
    margin-top: 2em;
  }
  .about-0-page .about-5 .list .slick-current li a,
  .about-0-page .about-5 .list .slick-current + div + div li a,
  .about-0-page .about-5 .list .slick-current + div + div + div + div li a {
    top: 0;
  }
  .about-0-page .about-5 .list {
    padding-top: 0;
  }
  .about-0-page .about-5 .list li a {
    height: auto;
    padding: 5%;
  }
  .about-0-page .about-4 .left .text {
    font-size: 14px;
    line-height: 2;
  }
  .about-0-page .about-1 .list ul li span{
    font-size: 28px;
  }
  span.h2 {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
    .about-0-page .about-4 .left {
    padding-right: 0;
    width: 100%;
  }
  .about-0-page .about-4 .right {
    width: 100%;
    margin-top: 30px;
  }
  span.h2 {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
    .about-0-page .about-1 .box {
    height: 240px;
  }
  .about-0-page .about-1 .box .play {
    max-width: 60px;
  }
  .about-0-page .about-4 .right .list {
    padding-top: 0;
  }
  .about-0-page .about-1 .list ul {
    gap: 10px;
  }
  .about-0-page .about-1 .list ul li span{
    font-size: 24px;
  }
}
@media (max-width: 500px) {
    .about-0-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-0-page .about-1 .list ul li span {
    margin-bottom: .2em;
  }
  .about-0-page .about-1 .box {
    height: 200px;
  }
  span.h2 {
    font-size: 22px;
  }
}
.about-0-page .about-3-add {
    padding: 10% 0 6.407%;
}
.about-0-page .about-3-add .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/*.about-0-page .about-3-add .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-0-page .about-3-add .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}*/
.about-0-page .about-3-add .left .title {
    font-size: 58px;
    /*color: #007aff;*/
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-0-page .about-3-add .left .title em {
    display: block;
}
.about-0-page .about-3-add .left .video{
  max-width: 560px;
  margin-top: 40px;
}
.about-0-page .about-3-add .left .video video{
  width: 100%;
  object-fit: cover;
}
.about-0-page .about-3-add .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-0-page .about-3-add .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-0-page .about-3-add .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-0-page .about-3-add .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    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-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-0-page .about-3-add .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-0-page .about-3-add .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-0-page .about-3-add .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-0-page .about-3-add .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-0-page .about-3-add .right .content ul li {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
        background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-0-page .about-3-add .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-0-page .about-3-add .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-0-page .about-3-add .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-0-page .about-3-add .right .content ul li.active {
       background: #f3f3f3;
       border-radius: 20px;
}
.about-0-page .service-2  .ui.container {
  width: auto;
  max-width: 1700px;
}
.about-0-page .service-2  .box {
  height: 700px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  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;
  padding: 5%;
}
.about-0-page .service-2  .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-0-page .service-2  .box .mask i.active {
  opacity: 1;
}
.about-0-page .service-2  .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
}
.about-0-page .service-2  .box .content span.tag {
  display: block;
  color: #4b60cd;
  margin-bottom: .5em;
  font-weight: 500;
}
.about-0-page .service-2  .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
}
.about-0-page .service-2  .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
@media screen and (max-width: 1680px) {
  .about-0-page .about-3-add .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1450px) {
  .about-0-page .about-3-add .left .title {
        font-size: 66px;
    }
     .about-0-page .service-2  .box {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .about-0-page .about-3-add .right .content ul li {
        padding: 60px 20px;
    }
    .about-0-page .service-2  .box {
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .about-0-page .about-3-add .left .title {
        font-size: 53px;
    }
    .about-0-page .about-3-add .right .content ul li {
        padding: 40px 20px;
    }
    .about-0-page .about-3-add .right .content ul li .tit {
        font-size: 60px;
    }
    .about-0-page .about-3-add .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
  .about-0-page .about-3-add .left {
        position: initial;
        width: 100%;
    }
    .about-0-page .about-3-add .right {
        width: 100%;
        margin-top: 30px;
    }
     .about-0-page .service-2  .box {
    height: 420px;
  }
}
@media screen and (max-width: 700px) {
  .about-0-page .about-3-add .left .title {
        font-size: 46px;
    }
    .about-0-page .service-2  .box .content {
    max-width: 100%;
  }
  .about-0-page .service-2  .box {
    height: auto;
  }
  .about-0-page .service-2  .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .flexBottom a{
    display: block;
  }
  .flexBottom i{
    display: none;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3{
    font-size: 30px;
    margin-bottom: 1em;
  }
  .inner-page.product-det-page .miaoshu-det{
    margin-bottom: 0;
  }
  .product-det-page .product-det-2{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-0-page .about-3-add .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
     
    .about-0-page .about-3-add .right {
        padding-left: 0;
    }
    .about-0-page .about-3-add .right .tag {
        display: none;
    }
    .about-0-page .about-3-add .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-0-page .about-3-add .right .content ul li .tit {
        font-size: 40px;
    }
    .about-0-page .about-3-add .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
}
.seoPublic .Auxil-about .box .left .img{
  border-radius: 20px;
}
.about-0-page #index-body{
  background: transparent;
}
span.tag {
  font-size: var(--ft18) !important;
  color: var(--color);
  display: block;
  line-height: 1.2;
  margin-bottom: 12px;
}
span.h2 {
  font-size: var(--ft46) !important;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.inner-page .text {
 font-size:  var(--ft18) !important;
    color: #222;
    line-height: 1.3;
    text-align: justify;
}
.product-det-page{
  padding: var(--px100) 0;
}
.product-det-page .product-det-1 {
  padding: 100px 0 100px;
}
.product-det-page .product-det-1 .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;
}
.product-det-page .product-det-1 .left {
  width: 40%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left a img {
  margin: auto;
  width: 100%;
}
.product-det-page .product-det-1 .left .smallImg a img {
  height: 120px;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 19%;
  padding-right: 20px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
  background: #f3f3f3;
  border-radius: 20px;
}
.product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-search-white.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 60%;
  padding-left: 3.5%;
  vertical-align: middle;
  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;
}
.product-det-page .product-det-1 .right .flexBottom a.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-det-page .product-det-1 .right h1 {
  font-size: calc(1.1465vw + 14px) !important;
  font-weight: 900;
  line-height: 50px;
  display: block;
}
.product-det-page .product-det-1 .right .text {
  margin: 1em 0 2em;
  line-height: 30px;
  font-size: 16px;
  max-height: 200px;
  overflow-y: auto;
}
.product-det-page .product-det-1 .right .more {
  margin-bottom: 10px;
}
.product-det-page .product-det-1 .right .flexTop span.tag {
  text-transform: capitalize;
}
.product-det-page .product-det-1 .right .smallImg a img {
  display: block;
  margin: 0 auto;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .right ul {
  margin: -10px;
}
.product-det-page .product-det-1 .right ul .slick-track {
  margin-left: 0;
}
.product-det-page .product-det-1 .right ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .right .smallImg {
  width: 100%;
}
.product-det-page .product-det-1 .right .smallImg a{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg a img{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page #index-body .i-application .txt,
.product-det-page #index-body .i-application .i-title {
  color: #000;
}
.product-det-page .product-det-2 {
  padding: 60px 0;
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 4.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
}
.product-det-page .product-det-2 .left .navList {
  background-color: #fff;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: #fff;
  background-color: #000;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
  cursor: hand;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: 400;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: 0.5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: calc(1.1465vw + 14px) !important;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.2;
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: 400;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: calc(1.1465vw + 14px) !important;
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: 0.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: 400;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: var(--color);
  border-bottom-color: var(--color);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
margin-bottom: 2em;
    display: inline-block;
    z-index: 1;
    font-size: calc(1.1465vw + 14px) !important;
    text-transform: capitalize;
    font-weight: 700;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -15px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 15px;
}
.inner-page.product-det-page span.h2 em {
  color: var(--color);
}
.inner-page.product-det-page .i-application {
  text-align: center;
}
.inner-page.product-det-page .i-application ul {
  margin: 0 -15px;
}
.inner-page.product-det-page .i-application li {
  padding: 15px;
}
.inner-page.product-det-page .i-application li p {
  font-size: 18px;
  padding: 20px 0;
}
.inner-page.product-det-page .i-application .txt {
  line-height: 2;
  margin: 0 auto;
  font-size: 15px;
  width: 65%;
}
.miaoshu-det .top {
  margin-bottom: 30px;
}
.miaoshu-det .top h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  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;
}
.miaoshu-det .top p {
  font-size: 17px;
  line-height: 2;
  padding: 5px 0;
}
.miaoshu-det .top h2:before {
  content: "";
  width: .8em;
  height: .8em;
  background: var(--color);
  margin-right: .5em;
}
.miaoshu-det .bottom table {
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
}
.miaoshu-det .bottom table td p {
  line-height: 1.8;
  padding: 5px;
}
.inner-page .dotsBox {
  margin-top: 50px;
  text-align: center;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox .dots,
.inner-page .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #c3deff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.inner-page .dotsBox .prev:after,
.inner-page .dotsBox .next:after,
.inner-page .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .dotsBox .prev:hover,
.inner-page .dotsBox .next:hover,
.inner-page .dotsBox button:hover,
.inner-page .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
@media (max-width: 1700px) {
    .product-det-page .product-det-1{
    padding: 80px 0;
  }
    .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 20px;
  }
    .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 28px;
  }
  .inner-page.product-det-page .i-application li p{
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
    .product-det-page .product-det-1{
    padding: 60px 0;
  }
   .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 24px;
  }
  .inner-page.product-det-page .i-application li p{
    font-size: 14px;
    line-height: 2;
  }
  .product-det-page .product-det-1 .left .bigImg a:before {
    zoom: .7;
  }
  .product-det-page .product-det-1 .right .text {
    font-size: 16px;
  }
  .product-det-page .product-det-1 .right .more {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
   .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 16px;
    line-height: 32px;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .product-det-page .product-det-1 .left {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
    .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 20px;
  }
}
@media (max-width: 500px) {
   .product-det-page .product-det-1 .right .flexBottom a.more {
    padding: 0 1em;
    height: 2.4em;
  }
  .product-det-page .product-det-1 .right .flexBottom a.more.ml-15 {
    margin-left: 5px;
  }
}
.inner-page.product-det-page .i-application .text {
    width: 50%;
    font-size: 17px;
    margin: 0 auto;
}
.miaoshu-det .text {
    font-size: 17px;
}
.miaoshu-det .top .cont {
    margin-bottom: 30px;
}
.product-det-page .product-det-1 .right .flexBottom a.more:hover {
    border: 1px solid var(--color);
    color: var(--color);
}
.product-det-page .product-det-1 .right .flexBottom a.more {
    border: 1px solid var(--color);
}
.inner-page.product-det-page .miaoshu-det {
    margin-bottom: 80px;
    margin-top: var(--px80);
}
@media (max-width: 700px) {
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3{
    font-size: 30px;
    margin-bottom: 1em;
  }
  .inner-page.product-det-page .miaoshu-det{
    margin-bottom: 0;
  }
  .product-det-page .product-det-2{
    padding: 30px 0;
  }
}
.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 13px 29px 11px 30px;
  border-radius: 20px;
  color: #fff;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.more img {
  display: inline-block;
  margin-left: 39px;
}
:root{
  --color1:#000;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
}
.news-page {
  padding: 60px 0;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content{
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
    line-height: 2;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
@media (max-width: 700px) {
   .news-page{
    padding: 30px 0;
  }
  .news-page .ui.container ul.newslist li{
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .news-page .ui.container ul.newslist li .text{
    padding-left: 40px;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 24px;
  }
}
@media (max-width: 500px) {
   .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
    font-size: 30px;
  }
  .news-page .ui.container ul.newslist li .date em{
    font-size: 16px;
    text-align: left;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .news-page .ui.container ul.newslist li .text .content{
    line-height: 2;
  }
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  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;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 0 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  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;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .mores i img {
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.mores.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i {
  background: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page{
  padding-top: var(--px80) !important;
}
@media (max-width: 700px) {
     .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.inner-page.newdet-page{
 padding: var(--px80) 0!important
}
@media (max-width: 1250px) {
   .newdet-page .sideBarBox .sideBarRight h1{
    font-size: 18px;
  }
}
.inner-page .form ul {
  margin: -15px -7px;
}

.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li .more{
  width: 100%;
  border: 0;
  text-align: center;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  border-radius: 20px;
  /*font-weight: bold;*/
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media (max-width: 1600px) {
    .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
.why-page .service-1 {
  padding-top: var(--px80) !important;
  padding-bottom: var(--px80) !important;
}
.why-page .service-1 .left {
  vertical-align: middle;
}
.why-page .service-1 .left .img {
  height: 620px;
  display: block;
  -webkit-mask-image: url("../images/service-1-mask.png");
  mask-image: url("../images/service-1-mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 5%;
}
.why-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.why-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}
.why-page .service-1 .right a.more {
  margin-top: 2em;
  font-size: 18px;
}
.why-page .service-2 {
  padding: 80px 0 10px;
  text-align: center;
}
.why-page .service-2 .list {
  margin-top: 80px;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box{
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: 30px;
  font-weight: 900;
  color: var(--color);
  display: inline-block;
  
  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.why-page .service-2 .list ul li .num_box::before{
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before{
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after{
  display: none;
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: 20px;
  color: #999999;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
}
.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text{
  font-size: 18px;
}
.why-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: white;
  background-image: url("../images/cus-end.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.why-page .service-3 span.h2 {
  margin-bottom: 1.2em;
  line-height: 1.4;
    font-size: 48px;
}
.why-page .service-3 a.more {
    color: #ffffff;
    font-size: 18px;
}
.why-page .service-3 a.more:hover {
  color: white;
}
.why-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}
.why-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.why-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.why-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.why-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.why-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
  font-size: 18px;
}
.why-page .service-4 ul li:last-child {
  border-right: none;
}
.why-page .service-list{
  padding: var(--px60) 0 !important ;
}
.why-page .service-list ul{
  margin: -12px;
}
.why-page .service-list ul li{
  padding: 12px;
}
.why-page .service-list ul li .img-box img{
  border-radius: 20px;
}
.why-page .service-list ul li .title{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  background: rgba(0,0,0,0.3);
}
@media (max-width: 1600px) {
  .why-page .service-1 {
    padding-top: 80px;
  }
   .why-page .service-2,
  .why-page .service-3 {
    padding: 80px 0;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 20px;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: calc(1.1465vw + 14px) !important;
  }
  .why-page .service-2 .list {
    margin-top: 50px;
  }
  .why-page .service-4 {
    padding: 40px 0;
  }
}
@media (max-width: 1450px) {
   .why-page .service-1 .left .img {
    height: 600px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .why-page .service-2 .list {
    margin-top: 30px;
  } 
  .why-page .service-1 {
    padding-top: 60px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 60px 0;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: calc(1.1465vw + 14px) !important;
  } 
  .why-page .service-2 .list ul li span.h6{
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
   .why-page .service-2 .list ul li span.h6 {
    font-size: 14px;
    line-height: 28px;
  }
  .why-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
   .why-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .why-page .service-1 .left {
    display: none;
  }
  .why-page .service-2 .list ul li {
    width: 25%;
  }
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
   .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why-page .service-4 ul li {
    width: 100%;
    border: none;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
   .why-page .service-1 {
    padding-top: 40px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 40px 0;
  }
  .why-page .service-2 .list ul li {
    width: 100%;
  }
  .why-page .service-2 .list ul li .num_box:before, 
  .why-page .service-2 .list ul li .num_box:after{
    display: none;
  }
  .why-page .service-4 ul li {
    width: 50% !important;
  }
}
.service-page2 .service-3 {
    padding-top: 0;
    padding-bottom: var(--px90) !important;
    background: transparent;
}
.service-page2 .service-3 .header {
    text-align:left;
}
.service-page2 .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.service-page2 .service-3 .content {
    margin-top:  var(--px60) !important;
}
.service-page2 .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.service-page2 .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    color: #000;
    text-align: left;
}
.service-page2 .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 35px 30px 37px;
    height: 383px;
}
.service-page2 .service-3 .content ul li .ig i{
    display: block;
}
.service-page2 .service-3 .content ul li .ig .tit {
    font-size: calc(1.1465vw + 14px) !important;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}
.service-page2 .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
.service-page2 .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}
.service-page2 .service-3 .content ul li.active {
    width: 50%;
}
.service-page2 .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
@media screen and (max-width: 1440px) {
  .service-page2 .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .service-page2 .service-3 .content ul li .ig .tit{
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px) {
  .service-page2 .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .service-page2 .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
}
@media screen and (max-width: 1100px) {
  .service-page2 .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px) {
  .service-page2 .service-3 .header .title{
        font-size: 70px;
    }
    .service-page2 .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page2 .service-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-page .service-3 .content ul li.active{
        width: 50%;
    }
    .service-page2 .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .service-page2 .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .service-page2 .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px) {
  .service-page2 .service-3 .header .title {
        font-size: 53px;
    }
    .service-page2 .service-3 .content{
        margin-top: 20px;
    }
    .service-page2 .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .service-page2 .service-3 .content ul li .ig{
        padding: 10px;
    }
    .service-page2 .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .service-page2 .service-3 .content ul li .ig .num{
        bottom: 0;
    }
}
@media screen and (max-width: 500px) {
  .service-page2 .service-3 .header .title {
        font-size: calc(1.1465vw + 14px) !important;
    }
    .service-page2 .service-3 .content ul li,
    .service-page2 .service-3 .content ul li.active{
        width: 100%;
    }
    .service-page2 .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .service-page2 .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .service-page2 .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}
.pr{
  position: relative;
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-1 .bottom {
  margin-top: 70px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 0%;
}
.service-page .service-1 .bottom .left .list ul li {
  font-weight: bold;
  font-size: 28px;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}
.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
}
.service-page .service-1 .bottom .left .list ul li .des{
  font-size: 20px;
  color: black;
  font-weight: normal;
  padding-left: 45px;
  margin-top: 15px;
  display: none;
}
.service-page .service-1 .bottom .left .list ul li.active,
.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}
.service-page .service-1 .bottom .right {
  margin-top: 35px;
  margin-right: 45px;
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-1 .bottom .right .img {
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media (max-width: 1600px) {
   .service-page .service-1  .bottom .left .list ul li {
    font-size: 24px;
  }
  .service-page .service-1 .bottom .right {
    width: 27%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }
  .service-page .service-1 .bottom {
    margin-top: 40px;
  }
}
@media (max-width: 1450px) {
    .service-page .service-1 .bottom .left .list ul li {
    font-size: 20px;
  }
  .service-page .service-1 .bottom .right {
    width: 24%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 300px;
  }
}
@media (max-width: 1250px) {
    .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
     .service-page .service-1 .bottom .left .list ul li {
    font-size: 18px;
  }
  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
}
@media (max-width:700px) {
    .service-page .service-1 .bottom .left .list ul li {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
   .service-page .service-1 .bottom .left .list ul li {
    font-size: 14px;
  }
  .service-page .service-1 .bottom {
    display: block;
  }
  .service-page .service-1 .bottom .right {
    width: 100%;
  }
  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }
  .service-page .service-1 .top {
    display: block;
  }
  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
}
.pa {
  position: absolute;
}
.fixed-toolbar ul li.back {
  display: none;
}
 @keyframes opacity0-1 {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .aboutChange-page title {
    color: #000;
    line-height: 1;
    text-align: left;
  }
  
  .aboutChange-page .aboutChange-about1 {
    /*margin-top: -6rem;*/
    position: relative;
    z-index: 5;
  }
  
  .aboutChange-page .aboutChange-about1 .box {
    width: 74.5%;
    background-color: #ffffff;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    animation: opacity0-1 1.5s ease-in-out forwards;
  }
  
  .aboutChange-page .aboutChange-about1 .box .listFour ul {
    justify-content: space-between;
  }
  
  .aboutChange-page .aboutChange-about1 .box .listFour ul .list4 {
    width: 19%;
  }
  
  .aboutChange-page .aboutChange-about1 .box .listFour ul .list img {
    display: block;
    margin: 0 auto;
  }
  
  .aboutChange-page .aboutChange-about1 .box .listFour ul .list p {
    margin: 0 auto;
    padding-top: 5px;
    color: #000;
    text-align: center;
    font-size: 24px;
  }
  .aboutChange-page .aboutChange-about2 .header{
    align-items: center;
    justify-content: space-between;
  }
  .aboutChange-page .aboutChange-about2 .listThree{
    justify-content: space-between;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list{
    padding: 90px 30px 50px;
    align-items: flex-end;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    width: 430px;
    height: 560px;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list:hover{
    flex-direction: column;
  justify-content: space-between;
  background-color: #9598c8 !important;
  background-image: none !important;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list:hover .Cabout2Title .minTitle{
    display: none;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list1{
    background-image: url(../images/CAbout2img1.jpg);
  }
  .aboutChange-page .aboutChange-about2 .listThree .list2{
    background-image: url(../images/CAbout2img2.jpg);
  }
  .aboutChange-page .aboutChange-about2 .listThree .list3{
    background-image: url(../images/CAbout2img3.jpg);
  }
  .aboutChange-page .aboutChange-about2 .listThree .list .Cabout2Title{
    align-items: center;
    width: 100%;
    transform: translateY(320px);
    transition: transform 1s ease;
  }
  
  .aboutChange-page .aboutChange-about2 .listThree .list .minTitle{
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list  img{
    margin-right: 10px;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list .Cabout2Show{
    /*display: none;*/
    opacity: 0;
    transform: translateY(100%);
    transition: transform 1.5s ease;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list:hover .Cabout2Show{
    /*display: block;*/
    opacity: 1;
    transform: translateY(-20px);
  }
  .aboutChange-page .aboutChange-about2 .listThree .list .Cabout2Show .text{
    color: #fff;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list:hover .Cabout2Title {
  transform: translateY(-20px);
}
 .aboutChange-page .aboutChange-about3 .header {
    justify-content: space-between;
  }
  
  .aboutChange-page .aboutChange-about3 .header .title {
    color: #fff;
    line-height: 1.2;
  }
  
  .aboutChange-page .aboutChange-about3 .header .btn {
    position: relative;
    width: 50%;
    align-items: center;
    justify-content: flex-end;
  }
  
  .aboutChange-page .aboutChange-about3 .header .btn i {
    font-size: 26px;
  }
  
  .aboutChange-page .aboutChange-about3 .header .btn .prev {
    margin-right: 20px;
  }
  
  .aboutChange-page .aboutChange-about3 .header .btn > div {
    align-items: center;
    justify-content: center;
  }
  
  .aboutChange-page .aboutChange-about3 .header .btn > div:hover {
    background-color: #9598c8;
  }
  
  .aboutChange-page .aboutChange-about3 .header .btn .prev,
  .aboutChange-page .aboutChange-about3 .header .btn .next {
    width: 56px;
    height: 56px;
    border: solid 1px #ffffff;
    border-radius: 50% 50%;
    color: #fff;
  }
  
  .aboutChange-about3 .swiperBox {
    width: 100%;
    padding-left: 13%;
  }
  
  .aboutChange-about3 .swiperBox .swiper {
    overflow: hidden;
  }
  
  .aboutChange-about3 .swiperBox .swiper .swiper-wrapper .swiper-slide {
    width: 13%;
    padding: 0 20px;

  }
.aboutChange-about3 .swiperBox .swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
}
  
  .aboutChange-about3 .swiperBox .swiper .swiper-wrapper .swiper-slide .text {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .aboutChange-about4 .container .Cabout4Ul {
    justify-content: space-between;
  }
  
  .aboutChange-about4 .container .Cabout4Ul .Cabout4li {
    color: #9598c8;
  }
  
  .aboutChange-about4 .container .Cabout4Ul .Cabout4li span {
    color: #000;
    font-weight: bold;
  }
  
  .aboutChange-about4 .container .Cabout4Ul .Cabout4li .text {
    margin-right: 10px;
  }
  
  .aboutChange-about5 .container .header .describe {
    width: 50%;
  }
  
  .aboutChange-about5 .container .swiperBox .swiper {
    overflow: hidden;
  }
  .aboutChange-about5 .container .swiperBox .swiper ul li{
    padding: 20px;
  }
   .aboutChange-about5 .container .swiperBox .swiper ul li img{
     width: 100%;
   }
   .aboutChange-about6 .container .swiperBox{
     position: relative;
   }
   .aboutChange-about6{
     position: relative;
   }
  .aboutChange-about6 .container .swiperBox::before { 
    /*content: ''; 
    position: absolute; 
    left: -35px; top: 0; 
    width: 100px;
    height: 100%; 
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 50%, rgba(255,255,255,0)100%); 
    z-index: 10; 
    pointer-events: none; */
  }
  .aboutChange-about6 .container .swiperBox .swiper {
    overflow: hidden;
  }
  .aboutChange-about6 .btn{
    top: 41%;
    transform: translateY(-50%);
  }
  .aboutChange-about6 .btn .prev{
    left: 170px;
    position: absolute;
  }
  .aboutChange-about6 .btn .next{
    right: 150px;
    position: absolute;
  }
  .aboutChange-about6 .container .swiperBox .swiper ul li img{
    display: block;
    margin: 0 auto;
  }
  .aboutChange-about5 .container .btn i,.aboutChange-about6 .btn i{
    font-size:38px;
    color:#000;
  }
  .aboutChange-about5 .container .btn,.aboutChange-about6 .btn{
    position: absolute;
    width: 100%;
  }
  .aboutChange-about5 .container .btn .prev,.aboutChange-about5 .container .btn .next{
    bottom: 192px;
  }
  .aboutChange-about5 .container .btn .prev{
    left: -20px;
    position: absolute;
    opacity: 0;
  }
   .aboutChange-about5 .container .btn .next{
    right: 20px;
    opacity: 0;
    
    position: absolute;
  }
   .aboutChange-about7 .container .Cabout-7Box form{
     width: 40%;
     justify-content: space-between;
   }
   .aboutChange-about7 .container .Cabout-7Box form input[type="text"]{
     width: 47%;
   }
   .aboutChange-about7 .container .Cabout-7Box form input[type="text"]::placeholder,.aboutChange-about7 .container .Cabout-7Box form input[type="submit"]::placeholder, .aboutChange-about7 .container .Cabout-7Box form textarea::placeholder{
     font-size: 18px;
     color: #000;
   }
   .aboutChange-about7 .container .Cabout-7Box form input[type="submit"]:hover{
     background-color: #9598c8;
   }
    .aboutChange-about7 .container .Cabout-7Box form input[type="submit"]{
     width: 100%;
     line-height: 46px;
     background-color: rgba(149, 152, 200,.3);
     color: #fff;
     transition: all .3s ease;
   }
   .aboutChange-about7 .container .Cabout-7Box form textarea{
     margin: 20px 0;
     width: 100%;
     height: 130px;
     padding-top: 15px;
   }
  .aboutChange-about7 .container .Cabout-7Box form input,.aboutChange-about7 .container .Cabout-7Box form textarea{
    border-radius: 26px;
	  border: solid 1px #dddddd;
    padding-left: 25px;
  }
   .aboutChange-about7 .container .Cabout-7Box form input[type="text"]{
     color: #000;
     font-size: 18px;
     line-height: 50px;
   }
   .aboutChange-about7 .container .Cabout-7Box .mapBox{
     position: relative;
     width: 57%;
     display: flex;
     justify-content: center;
     align-items: center;
   }
   @keyframes stretchImage {
    0% {
      width: 180%;
    }
    50% {
      width: 150%;
    }
    100% {
      width: 100%;
    }
  }
  .aboutChange-about7 .container .Cabout-7Box .mapBox .Cmap{
    top: 10px;
    position: absolute;
    right: -50px;
    z-index: -1;
    max-width: 1920px;
    transform-origin: right;
  }
  .aboutChange-about7 .container .Cabout-7Box .mapBox .DirectionsBox{
    background-color: #3f4492;
    border-radius: 23px;
    padding-top: 30px;
    font-size: 16px;
    color: #fff;
    max-width: 390px;
    line-height: 30px;
  }
  .aboutChange-about7 .container .Cabout-7Box .mapBox .DirectionsBox p{
    padding: 0 20px;
  }
  .aboutChange-about7 .container .Cabout-7Box .mapBox .DirectionsBox .DirectionsBtn{
    width: 100%;
    background-color: #e17b60;
    border-radius: 0px 0px 22px 22px;
    line-height: 2.4;
    margin-top: 20px;
  }



  .describe{
    color:#000;
  }
  @media screen and (max-width: 1800px){
    .aboutChange-about3 .swiperBox{
      padding-left: 9.5%;
    }
    .aboutChange-about6 .btn .prev{
      left: 40px;
    }
    .aboutChange-about6 .btn .next{
      right: 20px;
    }

  }
   @media screen and (max-width: 1500px){
     .aboutChange-about6 .btn .prev{
       left: 20px;
     }
     .aboutChange-about6 .btn .next{
       right: -6px;
     }
    .aboutChange-about3 .swiperBox{
      padding-left: 0%;
      max-width: 1400px;
      margin: 0 auto;
    }
    .aboutChange-page .aboutChange-about1 .box .listFour ul .list4{
      width: 25%;
    }
  }
@media (max-width: 1680px) {
   .aboutChange-about5 .container .btn .next{
    right: 0;
  }
  .aboutChange-about5 .container .btn .prev{
    left: -30px;
  }
}
@media (max-width: 1440px) {
  .aboutChange-page .aboutChange-about1 .box .listFour ul .list p{
  font-size: 18px;
}
     .aboutChange-page .aboutChange-about2 .listThree .list {
        width: 380px;
        padding: 80px 15px 50px;
    }
  .aboutChange-about5 .container .header .describe{
    width: 60%;
  }
  .aboutChange-about3 .swiperBox{
    max-width: 1230px;
  }
}
@media (max-width: 1250px) {
   .aboutChange-about6 .btn{
    top: auto;
    bottom:25%;
  }
  .aboutChange-about6 .btn .prev{
    left: 40%;
  }
  .aboutChange-about6 .btn .next{
    right: 40%;
  }
    .aboutChange-page .aboutChange-about2 .listThree .list{
    width: 31%;
    padding: 50px 15px 40px;
  }
  .aboutChange-about5 .container .btn .prev, .aboutChange-about5 .container .btn .next{
    bottom: -50px;
  }
  .aboutChange-about5 .container .btn .prev{
    left: 45%;
  }
  .aboutChange-about5 .container .btn .next{
    right: 45%;
  }
}
@media (max-width: 1000px) {
    .aboutChange-page .aboutChange-about1 .box{
    width: 85%;
  }
  .aboutChange-page .aboutChange-about1{
    /*margin-top: -8rem;*/
  }
   .aboutChange-about7 .container .Cabout-7Box form input[type=text]{
    width: 49%;
    margin-top: 10px;
  }
  .aboutChange-about7 .container .Cabout-7Box form textarea{
    margin: 10px 0;
  }
  .pd-90 {
    padding: 30px;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list{
    width: 48%;
  }
  .aboutChange-page .aboutChange-about2 .listThree .list:nth-child(3){
    margin-top: 15px;
  }
  .aboutChange-about5 .container .header .describe{
    width: 100%;
  }
  .aboutChange-page .aboutChange-about1 .box .listFour ul .list{
    width: 50%;
    padding-top: 10px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .aboutChange-about5 .container .btn .next {
      right: 40%;
  }
  .aboutChange-about5 .container .btn .prev {
    left: 40%;
  }
  .aboutChange-about7 .container .Cabout-7Box .mapBox .Cmap{
    right: 0px;
  }
  .aboutChange-about7 .container .Cabout-7Box{
    flex-direction: column-reverse;
  }
  .aboutChange-about7 .container .Cabout-7Box form{
    width: 100%;
    padding-top: 15px;
  }
  .aboutChange-about7 .container .Cabout-7Box .mapBox{
    width: 100%;
    padding: 100px 0;
  }
}
@media (max-width: 700px) {
   .aboutChange-about7 .container .Cabout-7Box .mapBox{
    padding: 50px 0 ;
  }
  .aboutChange-about7 .container .Cabout-7Box .mapBox .DirectionsBox{
    transform: scale(0.7);
  }
  .aboutChange-page .aboutChange-about2 .listThree .list{
    width: 100%;
    margin-top: 10px;
  }
      .aboutChange-page .aboutChange-about1 {
        /*margin-top: -20rem;*/
    }
    .aboutChange-about7 .container .Cabout-7Box form input[type=text]{
      width: 100%;
    }
}
@media (max-width: 500px) {
    .aboutChange-about7 .container .Cabout-7Box .mapBox{
    padding:20px 0;

  }
  .aboutChange-about7 .container .Cabout-7Box .mapBox .DirectionsBox{
    transform: scale(.6)
  }
}
.inner-page h1{
  font-weight: bold;
}
.pd-90{
  padding: var(--px90);
}
.honor-page {
  padding: var(--px100) 0 !important;
}
.honor-page .slide {
  margin-top: 70px;
}
.honor-page .slide:first-child {
  margin-top: 0;
}
.honor-page .slide span.h2 {
  margin-bottom: 1em;
}
/*.honor-page .slide .list ul {
  margin: -30px -55px;
}*/
.honor-page .slide .list ul li {
  padding: 15px ;
}
.honor-page .slide .list ul li a {
  display: block;
}
.honor-page .slide .list ul li a img {
  width: 100%;
}
@media (max-width: 1700px) {
    .honor-page {
    padding: 80px 0;
  }
}
@media (max-width: 1450px) {
     .honor-page .slide .list ul li {
    padding: 30px;
  }
  /*.honor-page .slide .list ul {
    margin: -30px;
  }*/
}
@media (max-width: 1250px) {
    .honor-page {
    padding: 60px 0;
  }
}
@media (max-width: 1000px) {
    .honor-page .slide .list ul li {
    padding: 10px;
  }
  /*.honor-page .slide .list ul {
    margin: -10px;
  }*/
}
.faq-page {
  padding: var(--px90) 0 !important;
  background-image: url("../images/faq-bg.jpg");
  background-position: top 8% right 8%;
  background-repeat: no-repeat;
}
.faq-page span.h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: .8em;
}
.faq-page .list ul li {
  margin-bottom: 1.5em;
  font-size: 10px;
  padding: 2.5em 5em;
  border-radius: 2.5em;
  background-color: #f8f8f9;
}
.faq-page .list ul li span.h6 {
  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;
  font-weight: bold;
  font-size: 2.4em;
}
.faq-page .list ul li span.h6 em {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .list ul li span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  cursor: pointer;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .list ul li span.h6 i:after,
.faq-page .list ul li span.h6 i:before {
  content: '';
  width: 40%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 30%;
}
.faq-page .list ul li span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .list ul li .text {
  font-size: 16px;
  margin-top: 1em;
  display: none;
}
.faq-page .list ul li.active span.h6 em {
  font-size: 1.25em;
}
.faq-page .list ul li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 1700px) {
    .faq-page {
    padding: 180px 0 50px;
  }
  .faq-page .list ul li {
    font-size: 8px;
  }
}
@media (max-width: 1450px) {
    .faq-page {
    background-size: 30% auto;
  }
}
@media (max-width: 1250px) {
    .faq-page {
    padding: 100px 0 50px;
  }
  .faq-page .list ul li {
    font-size: 7px;
  }
  .faq-page .list ul li .text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
    .faq-page .list ul li {
    padding: 1.5em;
    font-size: 6px;
  }
  .faq-page {
    padding: 60px 0;
  }
  .faq-page .list ul li.active i {
    background-color: var(--color) !important;
       transition: all .5s ease;
}
.faq-page .list ul li i {
       transition: all .5s ease;
}
}
@media (max-width: 700px) {
  .aboutChange-page .aboutChange-about1 .box .listFour ul .list{
    width: 100%;
  }
}
.aboutChange-about6 .btn{
  display: none
}
  .prodet-page1{
    padding: 0  !important;
  }
  .swiper2hor{
    overflow: hidden;
  }
@media (max-width: 1200px) {

}
.about-page .about-4 {
  padding: var(--px80) 0;
}
.about-page .about-4 .left{
  padding-right: var(--ft30);
}
.inner-page.contact-page,.inner-page.news-page,.inner-page.aboutChange-page,.inner-page.about-page{
  padding: var(--px100) 0 var(--px60) !important;
}
@media (max-width: 1200px) {}
@media (max-width: 1200px) {}
#header.active1 > .nav{
    background-color: rgba(0, 0, 0, 0.4) !important;
}
#index-body .init-5 .i5-c.active .i5-c1.i5-c11 {
  background: url(../images/i5-1-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c:hover .i5-c1.i5-c11 {
  background: url(../images/i5-1-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c.active .i5-c1.i5-c12 {
  background: url(../images/i5-1.2-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c:hover .i5-c1.i5-c12 {
  background: url(../images/i5-1.2-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c.active .i5-c1.i5-c13 {
  background: url(../images/i5-1.3.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c:hover .i5-c1.i5-c13 {
  background: url(../images/i5-1.3.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c.active .i5-c1.i5-c14 {
  background: url(../images/i5-1.4.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c:hover .i5-c1.i5-c14 {
  background: url(../images/i5-1.4.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c.active .i5-c1.i5-c15 {
  background: url(../images/i5-1.5.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-5 .i5-c:hover .i5-c1.i5-c15 {
  background: url(../images/i5-1.5.jpg) no-repeat center;
  background-size: cover;
}
#index-body .why-1 {
  padding-top: var(--px110);
}
#index-body .why-1 .container {
  display: flex;
  justify-content: center;
  font-weight: normal;
  font-size: calc(0.415vw + 14px);
  color: #000000;
}
#index-body .why-1 .container .w1-p2 {
  margin-right: var(--px70);
}
#index-body .why-1 .container .w1-p1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#index-body .why-1 .container .w1-p1::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--color);
}
#index-body .why-1 .container .w1-p1:hover,
#index-body .why-1 .container .w1-p1.active {
  color: var(--color);
}
#index-body .why-1 .container .w1-p1:hover::after,
#index-body .why-1 .container .w1-p1.active::after {
  width: 100%;
}
#index-body .why-4 {
  margin: var(--px110) 0;
  position: relative;
}
#index-body .why-4 .w4-p1 {
  text-align: center;
  font-weight: 600;
  font-size: var(--ft32);
  color: #222222;
  text-transform: uppercase;
}
#index-body .why-4 .w4-p2 {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  font-size: var(--ft18);
  color: #575757;
  padding: var(--ft26) 0 var(--px100);
}
#index-body .why-4 .w4-btn3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--ft30);
  font-weight: normal;
  font-size: var(--ft18);
  color: #FFFFFF;
  z-index: 4;
  text-transform: uppercase;
  padding-left: var(--px120);
  padding-right: var(--px120);
}
#index-body .why-4 .w4-btn3 > div {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .why-4 .w4-btn3 > div:hover {
  color: var(--color);
}
#index-body .why-4 .i4-m {
  overflow: hidden;
  position: relative;
  padding-top: var(--px90);
  padding-bottom: var(--px90);
}
#index-body .why-4 .i4-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: transform 10s ease-out;
  -moz-transition: transform 10s ease-out;
  -o-transition: transform 10s ease-out;
  transition: transform 10s ease-out;
  -webkit-animation: bgZoom 10s infinite alternate ease-in-out;
  -moz-animation: bgZoom 10s infinite alternate ease-in-out;
  -o-animation: bgZoom 10s infinite alternate ease-in-out;
  animation: bgZoom 10s infinite alternate ease-in-out;
}
#index-body .why-4 .i4-box {
  max-width: 515px;
  margin: 0 auto;
  background: transparent;
  position: relative;
  z-index: 3;
  border: 28px solid #ffffff;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .why-4 .i4-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 10px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#index-body .why-4 .i4-box .tran {
  height: 420px;
  width: 100%;
}
#index-body .why-4 .i4-box .i4-text {
  padding-top: var(--ft30);
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .why-4 .i4-box .i4-p1 {
  font-family: var(--fm);
  font-weight: bold;
  font-size: var(--ft32);
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}
#index-body .why-4 .i4-box .i4-p2 {
  font-weight: 500;
  font-size: var(--ft18);
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}
#index-body .why-2 .w2-h {
  font-weight: 600;
  font-size: var(--ft32);
  color: #222222;
  text-transform: uppercase;
  padding-bottom: var(--px70);
}
#index-body .why-2 .w2-m {
  display: flex;
  font-weight: normal;
  font-size: var(--ft18);
  color: #222222;
  justify-content: center;
}
#index-body .why-2 .w2-m .w2-c {
  padding: 0 var(--px110);
  text-align: center;
}
#index-body .why-2 .w2-m .w2-c img {
  display: block;
  margin: 0 auto 18px;
}
#index-body .why-3 {
  background: url(../images/w3-bg.jpg) no-repeat right top;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .why-31 {
  padding-top: var(--px100);
}
#index-body .why-31 .container .w3-h {
  font-weight: 600;
  font-size: var(--ft32);
  color: #222222;
  text-transform: uppercase;
  padding-bottom: var(--ft26);
  border-bottom: 1px solid #cccccc;
}
#index-body .why-31 .container .w3-m .w3-c {
  padding-bottom: var(--ft20);
  padding-top: var(--ft20);
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
#index-body .why-31 .container .w3-m .w3-c .w3-p1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: var(--ft24);
  color: #222222;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .why-31 .container .w3-m .w3-c .w3-p1:hover{
  color: var(--color);
}
#index-body .why-31 .container .w3-m .w3-c .w3-p1 span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #222222;
  font-weight: normal;
  font-size: var(--ft24);
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--ft20);
}
#index-body .why-31 .container .w3-m .w3-c .w3-p2 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  max-height: 0px;
  overflow: hidden;
  font-weight: normal;
  font-size: var(--ft18);
  color: #575757;
  padding-left: var(--px70);
}
#index-body .why-31 .container .w3-m .w3-c.active .w3-p2 {
  max-height: 60px;
}
@media (max-width: 1000px) {
  #index-body .why-2 .w2-m .w2-c {
    padding: 0 10px;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #index-body .why-4 .i4-box .tran {
    height: 29.1vw;
  }
  #index-body .why-4 .i4-box {
    border: 10px solid #ffffff;
  }
  #index-body .why-4 .i4-box .i4-p2 {
    padding: 0;
  }
  #index-body .why-4 .i4-m {
    padding: calc(9.9vw + 30px) var(--px90);
  }
  .hide-700 {
    display: none !important;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .why-2 .w2-m .w2-c {
    padding: 0 ;
    margin-bottom: 10px;
  }
  #index-body .why-2 .w2-m {
    flex-wrap: wrap;
  }
  .hide-500 {
    display: none !important;
  }
}
@keyframes bgZoom {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bgZoom {
  0% {
    -webkit-transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bgZoom {
  0% {
    -moz-transform: scale(1.3);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bgZoom {
  0% {
    -o-transform: scale(1.3);
  }
  100% {
    -o-transform: scale(1);
  }
}
.list2-xy{
  display: flex;
  justify-content: center;
}
.list2-xy .listc{
      -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  font-size:  calc(0.315vw + 14px);
  color: #ccc;
  cursor: pointer;
}
.list2-xy .listc:hover,.list2-xy .listc.active{
  color: var(--color);
}
.list-xy ul{
  display: none;

}
.list-xy ul:nth-of-type(1){
  display: block;
}
.banner-p1bla{
  color: #000 !important;
}