@font-face {
  font-family: "Aktiv";
  src: url("../fonts/AktivGroteskEx-Bold.eot");
  src: url("../fonts/AktivGroteskEx-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AktivGroteskEx-Bold.woff2") format("woff2"), url("../fonts/AktivGroteskEx-Bold.woff") format("woff"), url("../fonts/AktivGroteskEx-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv";
  src: url("../fonts/AktivGroteskEx-Black.eot");
  src: url("../fonts/AktivGroteskEx-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AktivGroteskEx-Black.woff2") format("woff2"), url("../fonts/AktivGroteskEx-Black.woff") format("woff"), url("../fonts/AktivGroteskEx-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv";
  src: url("../fonts/AktivGroteskEx-Light.eot");
  src: url("../fonts/AktivGroteskEx-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AktivGroteskEx-Light.woff2") format("woff2"), url("../fonts/AktivGroteskEx-Light.woff") format("woff"), url("../fonts/AktivGroteskEx-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv";
  src: url("../fonts/AktivGroteskEx-Regular.eot");
  src: url("../fonts/AktivGroteskEx-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AktivGroteskEx-Regular.woff2") format("woff2"), url("../fonts/AktivGroteskEx-Regular.woff") format("woff"), url("../fonts/AktivGroteskEx-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Aktiv";
  max-width: 1920px;
  --color: #007cc1;
  font-weight: normal;
  margin: 0 auto;
  font-size: 14px;
  color: #202020;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1710px;
  margin: auto;
  width: 100%;
}
.page-header01{
  background: #ffffff;
}
.mobile-menu-wrap01 .mobile-menu{
  background: #ffffff;
  color: #000000;
}
.mobileForm input{
  border: 1px solid var(--color);
}
.more {
  height: 46px;
  background-color: var(--color);
  border-radius: 23px;
  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;
  padding: 0 30px 0 4px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.more div {
  padding-top: 5px;
}
.more::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #ffffff url(../images/jt1.png) no-repeat center center;
  border-radius: 50%;
  margin-right: 16px;
}
.more::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #000000;
  border-radius: 50%;
  border-radius: 23px;
  z-index: -1;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::before {
  width: 100%;
  height: 100%;
  left: 0;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 15px 0;
  width: 100%;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-left: 50px;
  color: #202020;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: right;
  position: relative;
  text-transform: capitalize;
  font-size: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  right: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search #s {
  width: 110px;
  height: 24px;
  background: none;
  border: none;
  border-bottom: 1px solid #202020;
}
#header .nav .ui.menu .h-search #s::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
#header .nav .ui.menu .h-search #s:-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
#header .nav .ui.menu .h-search #s::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
#header .nav .ui.menu .h-search #s:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
#header .nav .ui.menu .h-search #s::placeholder {
  color: rgba(32, 32, 32, 0.5);
}
#header .nav .ui.menu .h-search .submit {
  border: none;
  background: url(../images/search.png) no-repeat center center / 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 4px;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
#header .nav .ui.menu .h-language span img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 7px;
}
#header .nav .ui.menu .h-language span i {
  font-size: 16px;
  margin-right: 8px;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-left: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .msg {
  min-width: 140px;
  height: 35px;
  background-color: var(--color);
  padding: 0 15px;
  border-radius: 17px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}
#header .nav .ui.menu .msg:hover {
  background: #000000;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: #fff;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav::after {
  height: 100%;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.15;
}
.col {
  color: var(--color);
}
@-webkit-keyframes ban_box {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes ban_box {
  0% {
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ban_box {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ban_box2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@-moz-keyframes ban_box2 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes ban_box2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
  overflow: hidden;
}
#banner li .text {
  position: absolute;
  top: 24%;
  right: 0;
  width: 100%;
  z-index: 2;
}
#banner li .text .left {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
#banner li .text .title {
  color: #0a54a0;
}
#banner li .text .con {
  color: #141414;
}
#banner .slick-active .text .left {
  -webkit-animation: ban_box 1s 0.5s 1 forwards linear;
  -moz-animation: ban_box 1s 0.5s 1 forwards linear;
  animation: ban_box 1s 0.5s 1 forwards linear;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -webkit-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -moz-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(-0.0%);
    -moz-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -webkit-transform: translateX(1250.0px);
    -moz-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
.title {
  position: relative;
  font-weight: bold;
  line-height: 1.1;
  z-index: 2;
}
.title .t_bg {
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #dbdbdb;
  opacity: 0.36;
  z-index: -1;
  -webkit-transform: translateY(0.25em);
  -moz-transform: translateY(0.25em);
  -ms-transform: translateY(0.25em);
  transform: translateY(0.25em);
  white-space: nowrap;
}
#index-body .product {
  background: url(../images/p_bg.jpg) no-repeat center top / 100%;
}
#index-body .product .title .t_bg {
  font-weight: 900;
}
#index-body .product .btn {
  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: 20px;
  line-height: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .btn i {
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background-color: var(--color);
  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;
  margin-right: 12px;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
#index-body .product .btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: #0a54a0;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
#index-body .product .btn:hover {
  color: #0a54a0;
}
#index-body .product .btn:hover i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .product .top .tit {
  line-height: 1.2;
}
#index-body .product .top .con {
  line-height: 1.6;
  color: #666;
  font-weight: 300;
}
#index-body .product .img-box {
  overflow: unset;
  text-align: center;
  display: block;
  padding-left: 30px;
}
#index-body .product .img-box img {
  width: auto;
  display: inline-block;
}
#index-body .product .nav {
  left: 0;
  top: 0;
  width: 48%;
  z-index: 2;
}
#index-body .product .nav ul {
  margin: 0 -12px;
}
#index-body .product .nav ul .slick-list {
  padding: 0 !important;
}
#index-body .product .nav ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .product .nav ul .slick-track > div {
  height: auto;
}
#index-body .product .nav ul .slick-track > div > div {
  height: 100%;
}
#index-body .product .nav ul li {
  padding: 0 12px;
  height: 100%;
}
#index-body .product .nav ul li a {
  height: 100%;
  font-size: 18px;
  font-weight: 300;
  padding: 14px 10px 10px;
  border: 1px solid #333;
  border-radius: 9px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .nav ul .slick-current li a {
  opacity: 1;
}
#index-body .product .nav ul .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 18px;
  cursor: pointer;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  font-size: 0;
  border: 0;
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .nav ul .slick-arrow:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .nav ul .slick-prev {
  right: -13px;
  background-image: url(../images/prev.png);
}
#index-body .product .nav ul .slick-next {
  left: -13px;
  background-image: url(../images/next.png);
}
#index-body .product .list {
  padding: 0 35px;
  margin-top: 12px;
}
#index-body .product .list ul {
  margin: -18px -15px;
}
#index-body .product .list ul li {
  padding: 18px 15px;
}
#index-body .product .list ul li .ig {
  height: 500px;
  border: 1px solid rgba(53, 53, 53, 0.2);
  z-index: 1;
}
#index-body .product .list ul li .ig .text .tit {
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .list ul li .ig .text .tit:hover {
  color: var(--color);
}
#index-body .product .list ul li .ig .text .con {
  line-height: 1.6;
  color: #666;
  font-weight: 300;
}
#index-body .product .list ul li .ig .img-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .product .list ul li .ig .btn {
  bottom: 48px;
  left: 55px;
  position: absolute;
}
#index-body .about {
  background: url(../images/comy.jpg) no-repeat right top / cover;
}
#index-body .about .top .left {
  color: #343434;
  font-weight: 300;
}
#index-body .about .top .right .title {
  color: #12628e;
}
#index-body .about .top .right .title .t_bg {
  color: #f9f9f9;
  opacity: 0.3;
  -webkit-transform: translate(6.0px,0.3px);
  -moz-transform: translate(6.0px,0.3px);
  -ms-transform: translate(6.0px,0.3px);
  transform: translate(6.0px,0.3px);
}
#index-body .about .top .right .title .t_bg span {
  font-size: 1.1em;
}
#index-body .about .top .right .cont {
  color: #2d2d2d;
}
#index-body .about .top .right .cont p {
  margin-top: 1.5em;
}
#index-body .about .data {
  width: 60%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 46px 27px;
  background: -webkit-linear-gradient(-123deg, rgba(255, 255, 255, 0.4) 73%, rgba(255, 255, 255, 0) 73%);
  background: -moz-linear-gradient(-123deg, rgba(255, 255, 255, 0.4) 73%, rgba(255, 255, 255, 0) 73%);
  background: linear-gradient(33deg, rgba(255, 255, 255, 0.4) 73%, rgba(255, 255, 255, 0) 73%);
}
#index-body .about .data p {
  font-weight: 300;
  margin-top: 10px;
  color: #343434;
}
#index-body .solution {
  background: url(../images/sol_bg.jpg) no-repeat center center / cover;
}
#index-body .solution ul {
  margin: -11px;
}
#index-body .solution ul li {
  padding: 11px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
#index-body .solution ul li:nth-child(2) {
  margin-top: 95px;
}
#index-body .solution ul li:nth-child(3) {
  margin-top: 200px;
}
#index-body .solution .ig {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 0px 50px 0px rgba(102, 102, 102, 0.2);
}
#index-body .solution .ig .text {
  padding: 86px 40px 65px;
  position: relative;
  text-align: center;
}
#index-body .solution .ig .text .icon {
  width: 115px;
  height: 115px;
  background-color: var(--color);
  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;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#index-body .condition .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .condition .list ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .condition .list ul li .ig {
  height: 825px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  overflow: hidden;
  background: no-repeat left top / cover;
}
#index-body .condition .list ul li .ig::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 60%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 60%);
  z-index: -1;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
#index-body .condition .list ul li .ig .tit {
  font-size: 26px;
  font-weight: bold;
}
#index-body .condition .list ul li .ig .text1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 50%;
  bottom: 45px;
  -webkit-transform: translate(-50%); rotate(180deg);
  -moz-transform: translate(-50%); rotate(180deg);
  -ms-transform: translate(-50%); rotate(180deg);
  transform: translate(-50%); rotate(180deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
#index-body .condition .list ul li .ig .text2 {
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 60%;
  padding-right: 110px;
  opacity: 0;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
}
#index-body .condition .list ul li .ig .text2 .cont2 {
  font-weight: 400;
  line-height: 2;
}
#index-body .condition .list ul li .ig .text2 .cont2 p {
  padding-right: 20px;
  position: relative;
}
#index-body .condition .list ul li .ig .text2 .cont2 p::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  right: 0;
}
#index-body .condition .list ul li .ig .text2 .btn {
  display: inline-block;
}
#index-body .condition .list ul li.active {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -moz-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
#index-body .condition .list ul li.active .ig::after {
  opacity: 1;
}
#index-body .condition .list ul li.active .ig .text1 {
  opacity: 0;
}
#index-body .condition .list ul li.active .ig .text2 {
  -webkit-transition: 0.5s 0.8s;
  -moz-transition: 0.5s 0.8s;
  transition: 0.5s 0.8s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .partner {
  padding: 40px 0 40px;
  background: url(../images/partner_bg.jpg) no-repeat center center / cover;
}
#index-body .partner .title {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .quality {
  position: relative;
  z-index: 2;
}
#index-body .quality .mask i {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: no-repeat left center / cover;
  z-index: -1;
  -webkit-transition: 0.5s 0.6s;
  -moz-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s;
}
#index-body .quality .mask i.active {
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .quality .top {
  color: #ffffff;
}
#index-body .quality .list {
  min-height: 340px;
}
#index-body .quality .list ul {
  width: 100%;
  margin: -4px;
}
#index-body .quality .list ul li {
  padding: 4px;
}
#index-body .quality .list ul li .ig {
  padding: 55px 40px 55px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}
#index-body .quality .list ul li .ig .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
#index-body .quality .list ul li .ig .tip .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .quality .list ul li .ig .tip .icon {
  width: 45px;
  position: relative;
  z-index: 2;
}
#index-body .quality .list ul li .ig .tip .icon img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .quality .list ul li .ig .tip .icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #f2b61c;
  border-radius: 50%;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(40.0%,-40%);
  -moz-transform: translate(40.0%,-40%);
  -ms-transform: translate(40.0%,-40%);
  transform: translate(40.0%,-40%);
  z-index: -1;
}
#index-body .quality .list ul li .ig .cont {
  font-weight: 300;
  display: none;
}
#index-body .quality .list ul li.active .ig {
  background-color: rgba(0, 124, 193, 0.7);
  color: #ffffff;
}
#index-body .quality .list ul li.active .ig .tip .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage {
  background: url(../images/adv_bg.jpg) no-repeat center center / cover;
  overflow: hidden;
}
#index-body .advantage .title {
  display: inline-block;
}
#index-body .advantage .list {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
#index-body .advantage .list .btn div {
  width: 73px;
  height: 73px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: var(--color);
  font-size: 40px;
  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;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 30%;
}
#index-body .advantage .list .btn div:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .advantage .list .btn .prev {
  right: 0;
  -webkit-transform: translate(-200%);
  -moz-transform: translate(-200%);
  -ms-transform: translate(-200%);
  transform: translate(-200%);
}
#index-body .advantage .list .btn .next {
  left: 0;
  -webkit-transform: translate(200%);
  -moz-transform: translate(200%);
  -ms-transform: translate(200%);
  transform: translate(200%);
}
#index-body .advantage .list .ig {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .swiper-slide-active .ig {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .advantage .list .swiper-slide-active .ig .text {
  opacity: 1;
}
#index-body .advantage .list .img-box {
  border-radius: 20px;
}
#index-body .advantage .list .text {
  width: 60%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .text .cont {
  color: #373737;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news {
  overflow: hidden;
}
#index-body .news .top {
  margin-top: 40px;
}
#index-body .news .top li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 4;
  margin-right: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .top li .dot {
  width: 19px;
  height: 19px;
  background-color: rgba(34, 34, 34, 0.3);
  border-radius: 50%;
  -webkit-transform: translateY(-0.1em);
  -moz-transform: translateY(-0.1em);
  -ms-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  margin-left: 10px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .top li .dot::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #464646;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .top li.active,
#index-body .news .top li:hover {
  color: var(--color);
}
#index-body .news .top li.active .dot,
#index-body .news .top li:hover .dot {
  background-color: rgba(0, 124, 193, 0.3);
}
#index-body .news .top li.active .dot::after,
#index-body .news .top li:hover .dot::after {
  background-color: var(--color);
}
#index-body .news .bottom li {
  padding-top: 90px;
  padding-bottom: 70px;
}
#index-body .news .bottom .ig {
  padding: 40px 0;
  position: relative;
}
#index-body .news .bottom .ig .time {
  color: var(--color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .ig .ig-box {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 65px 30px 45px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #222222;
}
#index-body .news .bottom .ig .ig-box .cont {
  font-weight: 400;
  margin-top: 10px;
  color: #404040;
}
#index-body .news .bottom .ig .ig-box .btn {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #dfdfdf;
  font-weight: 300;
  display: block;
}
#index-body .news .bottom .ig:hover .time {
  opacity: 0.5;
}
#index-body .news .bottom .ig:hover .ig-box {
  -webkit-box-shadow: 0px 8px 100px 18px rgba(66, 130, 166, 0.3);
  box-shadow: 0px 8px 100px 18px rgba(66, 130, 166, 0.3);
  background: #ffffff;
  color: var(--color);
}
#index-body .news .bottom .swiper-slide .ig {
  opacity: 0;
  -webkit-transition: .5s 1s;
  -moz-transition: .5s 1s;
  transition: .5s 1s;
}
#index-body .news .bottom .swiper-slide-prev .ig,
#index-body .news .bottom .swiper-slide-active .ig,
#index-body .news .bottom .swiper-slide-next .ig {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .bottom .btns {
  position: relative;
  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;
}
#index-body .news .bottom .btns .btn_box {
  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;
  margin-right: 26px;
}
#index-body .news .bottom .btns .btn_box .prev,
#index-body .news .bottom .btns .btn_box .next {
  width: 73px;
  height: 73px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: var(--color);
  font-size: 40px;
  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;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .btns .btn_box .prev:hover,
#index-body .news .bottom .btns .btn_box .next:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .news .bottom .btns .btn_box .next {
  margin-right: 20px;
}
#index-body .news .bottom .btns .pagination {
  position: relative;
  height: 4px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .news .bottom .btns .pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1f1f1f;
  color: #fff;
}
#footer .f-form {
  background: url(../images/f-bg1.jpg) no-repeat center center / cover;
}
#footer .f-form .box .con {
  font-weight: 300;
}
#footer .f-form .box .btn {
  display: inline-block;
  height: 46px;
  background-color: #ffffff;
  border-radius: 23px;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #222222;
  cursor: pointer;
  padding: 0 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-form .box .btn:hover {
  background: var(--color);
  color: #ffffff;
}
#footer .f-form .form-box ul {
  margin: -11px;
}
#footer .f-form .form-box ul li {
  padding: 11px;
}
#footer .f-form .form-box ul li input {
  width: 100%;
  height: 60px;
  font-weight: 300;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .f-form .form-box ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form-box ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form-box ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form-box ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form-box ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box {
  font-weight: 300;
  border-bottom: 1px solid #909090;
}
#footer .f-box .f-contact {
  max-width: 440px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6em;
}
#footer .f-box .f-contact li:last-child {
  margin-bottom: 0;
}
#footer .f-box .f-contact li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-contact li .icon {
  width: 25px;
  margin-left: 15px;
}
#footer .f-box .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
#footer .f-box li {
  margin-bottom: 1.1em;
}
#footer .f-box li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box .f-code #ewm {
  width: 153px;
  height: 153px;
  border: 10px solid #ffffff;
}
#footer .f-box .f-code .share {
  font-size: 30px;
  line-height: 1;
  padding: 0 7px;
}
#footer .f-box .f-code .share a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-code .share a:hover {
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 20px 0;
  position: relative;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .product .nav {
    width: 52%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 17px;
    margin-left: 25px;
  }
  #banner li .text .left {
    width: 65%;
  }
  #index-body .product .top {
    width: 42%;
  }
  #index-body .about .data {
    background: rgba(255, 255, 255, 0.4);
  }
  #index-body .product .list ul li .ig .text {
    width: 48%;
  }
  #index-body .product .list ul li .ig .img-box {
    width: 48%;
  }
  #index-body .condition .list ul li .ig .text2 {
    width: 80%;
  }
  #index-body .product .nav ul li a {
    font-size: 16px;
  }
  #index-body .product .list ul li .ig {
    height: 400px;
  }
  #footer .f-box .f-contact {
    max-width: 380px;
  }
  #banner li .text .right{
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .product .list ul li .ig .text .tit {
    font-size: 18px;
  }
  #index-body .product .list ul li .ig {
    height: 360px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner li .text {
    top: 20%;
  }
  #index-body .about .data {
    width: 70%;
  }
  #index-body .about .top .left img {
    zoom: 0.8;
  }
  #index-body .quality .list ul li .ig {
    padding: 50px 25px 45px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-box .tit {
    font-size: 25px;
  }
  #index-body .condition .list ul li .ig .text2 {
    padding-right: 70px;
  }
  #index-body .news .bottom .ig .time {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .product .nav {
    position: initial;
    width: 100%;
  }
  #index-body .product .content {
    margin-top: 20px;
  }
  #index-body .product .top {
    width: 100%;
  }
  #index-body .product .list {
    padding: 0;
  }
  #index-body .product .list ul li .ig {
    height: auto;
    padding: 18px 15px;
  }
  #index-body .product .list ul li .ig .text {
    width: 100%;
  }
  #index-body .product .list ul li .ig .img-box {
    position: relative;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  #index-body .product .list ul li .ig .more {
    position: initial;
  }
  #index-body .product .list ul li .ig .btn {
    position: static;
    margin: 0 auto 0 0;
    margin-top: 20px;
  }
  #banner li .text .left {
    width: 100%;
  }
  #banner li .text .right {
    display: none;
  }
  #banner li::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 0;
  }
  #banner li .more {
    margin-top: 40px;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-34{
    font-size: 21px;
  }
  .font-36{
    font-size: 22px;
  }
  #index-body .solution ul li {
    position: static;
  }
  #index-body .solution ul li {
    width: 50%;
    margin-top: 20px !important;
  }
  #index-body .quality .top {
    width: 100%;
  }
  #index-body .product .nav ul li a {
    font-size: 15px;
  }
  #index-body .about .top .left img {
    zoom: 0.5;
  }
  #index-body .about .top .right {
    margin-right: 0;
    margin-top: 50px;
  }
  #index-body .about .data {
    width: 100%;
  }
  #index-body .about {
    background-position: right top;
  }
  #index-body .solution .ig .text .icon {
    zoom: 0.8;
  }
  #index-body .solution .ig .text {
    padding: 66px 35px 40px;
  }
  #index-body .condition .list ul li .ig .tit {
    font-size: 22px;
  }
  #index-body .condition .list ul li .ig {
    height: 600px;
  }
  #index-body .quality .list ul li .ig .tip .tit {
    font-size: 18px;
  }
  #index-body .news .bottom .btns .btn_box {
    zoom: 0.8;
  }
  #index-body .news .bottom .ig .ig-box {
    padding: 30px 20px;
  }
  #index-body .news .bottom .ig .time {
    font-size: 25px;
  }
  #index-body .solution .top .right {
    margin-top: 30px;
  }
  #footer .f-form .box .right {
    margin-top: 30px;
  }
  #index-body .advantage .list .btn {
    zoom: 0.7;
  }
  #index-body .advantage .list .btn div {
    top: 20%;
  }
  #index-body .condition .list ul li .ig .text2 {
    width: 90%;
    padding-right: 50px;
  }
  #index-body .advantage .list .text {
    width: 90%;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-code {
    display: none;
  }
  .font-44 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 22px;
  }
  #index-body .about .data ul {
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    left: 10px;
    bottom: 20%;
    zoom: 0.75;
  }
  #index-body .product .list ul {
    margin: -9px -7px;
  }
  #index-body .product .list ul li {
    padding: 9px 7px;
  }
  #index-body .condition .list ul {
    display: block;
  }
  #index-body .condition .list ul li .ig .text1 {
    display: none;
  }
  #index-body .condition .list ul li .ig .text2 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    width: 100%;
    padding: 0 20px;
    bottom: 30px;
  }
  #index-body .condition .list ul li .ig .text2 .cont1 {
    padding-left: 0;
  }
  #index-body .condition .list ul li .ig {
    height: 380px;
  }
  #index-body .condition .list ul li {
    margin-top: 20px;
  }
  #index-body .condition .list ul li:first-child {
    margin-top: 0;
  }
  #index-body .quality .list {
    min-height: 0;
    margin-top: 40px;
  }
  #index-body .quality .list ul li {
    width: 100%;
  }
  #index-body .quality .list ul li .ig .cont {
    display: block !important;
  }
  #index-body .quality .list ul li .ig {
    padding: 30px 20px;
  }
  #footer .f-form .form-box ul li {
    width: 100%;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #index-body .news .bottom .btns .btn_box {
    zoom: 0.6;
  }
  .more {
    zoom: 0.85;
  }
  #index-body .solution .ig .text .icon {
    zoom: 0.7;
  }
  #index-body .solution .ig .text {
    padding: 60px 20px 30px;
  }
  #banner li > img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .font-60 {
    font-size: 26px;
  }
  #index-body .news .bottom li {
    padding: 50px 0;
  }
  #index-body .partner .title {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  #index-body .condition .list ul li .ig .tit {
    font-size: 19px;
  }
}
@media screen and (max-width: 500px) {
  .flex-2 > * {
    width: 100%;
  }
  #index-body .about .top .left img {
    zoom: 0.4;
  }
  #index-body .solution ul li {
    width: 100%;
  }
  .title .t_bg {
    display: none;
  }
  #index-body .product .list ul li .ig .btn {
    zoom: 0.8;
  }
  #footer .f-form .box .btn {
    zoom: 0.8;
  }
  .more {
    zoom: 0.75;
  }
  #index-body .advantage .list .btn {
    display: none;
  }
  #index-body .advantage .list {
    width: 100%;
  }
  #index-body .title {
    padding-right: 0;
  }
  #index-body .news .top li {
    margin-right: 15px;
  }
}



.inner-banner {
    padding: 79px 0 69px;
    background-size: 100% 100%;
}
.inner-banner .box .ig {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 79px 0 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}
.inner-banner .box .ig .left {
    position: relative;
    z-index: 1;
    width: 60%;
}
.inner-banner .box .ig .left .mbx {
    font-size: 18px;
    line-height: 1.8;
    /*text-transform: uppercase;*/
    position: relative;
}
.inner-banner .box .ig .left .tit {
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
}
.inner-banner .box .ig .left::after {
    content: '';
    width: 299px;
    height: 299px;
    position: absolute;
    bottom: 40px;
    right: -126px;
    z-index: -1;
    background: url(../images/in-icon.png) no-repeat;
}
.inner-banner .box .ig .right {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.8;
    width: 36%;
    margin-bottom: 10px;
}
.pxl-service-grid-layout2 .item--title{
  line-height: 1.4 !important;
}
@media screen and (max-width: 1700px) {
    .inner-banner .box .ig .left::after {
        left: -80px;
    }
 
   
}
@media screen and (max-width: 1450px) {
    .inner-banner .box .ig .left::after {
        left: -70px;
    }
 
}
@media screen and (max-width: 1250px) {
    .inner-banner .box .ig .left::after {
        left: -50px;
    }
  
}
@media screen and (max-width: 1100px) {
  
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        padding: 60px 0 30px;
    }
    .inner-banner .box .ig {
        display: block;
        padding: 30px 0;
    }
    .inner-banner .box .ig .left {
        width: 100%;
    }
    .inner-banner .box .ig .left::after {
        display: none;
    }
    .inner-banner .box .ig .right {
        display: none;
    }
    .xian {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box .ig .left .mbx {
        font-size: 16px;
    }
   
}
@media screen and (max-width: 500px) {
    .inner-banner .box .ig {
        padding: 20px 0;
    }
    .inner-banner .box .ig .left .mbx {
        font-size: 14px;
        line-height: 2;
    }
    
}



.solution-page .solution-1 .bottom {
    padding: 0% 0 0 0px;
}
.solution-page .solution-1 .bottom .grid-box {
        /*width: 1590px;*/
        padding-top: 50px;
        max-width: 100%;
}
.solution-page .solution-1 .bottom ul li {
    /*border-right: 1px solid #dcdcdc;*/
    /*text-align: center;*/
    padding-left: 60px;
    width: 16.6666%;
}
.solution-page .solution-1 .bottom ul li .ig{
    position: relative;
    padding: 15px 0 0px 20px;
}
.solution-page .solution-1 .bottom ul li .ig::after{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc;
}
.solution-page .solution-1 .bottom ul li i{
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: invert(1);
}
.solution-page .solution-1 .bottom ul li p {
    font-size: 20px;
    line-height: 1.8;
        font-weight: 600;
    color: #030303;
    width: 78%;
    margin-top: 18px;
    text-align: right;
}
.solution-page .solution-1 .bottom ul li .content {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: inherit;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}
.solution-page .solution-1 .bottom ul li:hover .content {
    opacity: 1;
}
.solution-page .solution-1 .bottom ul li .text{
  max-height: 140px;
  overflow-y: auto;
}
.solution-page .solution-1 .bottom ul li .text p {
    font-size: inherit;
    width: 100%;
    margin: 0;
}
.solution-page .solution-1 .bottom ul li .mores {
    display: block;
    margin-top: 38px;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    width: auto;
    z-index: 1;
    font-size: 15px;
}
.solution-page .solution-1 .bottom ul li .mores .link_text {
    position: relative;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.solution-page .solution-1 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.solution-page .solution-1 .bottom ul li .mores:hover .link_text{
    opacity: 1;
    text-indent: 0;
    margin-left: 6px;
    visibility: visible;
}
.solution-page .solution-1 .bottom ul li:last-child{
    padding-left: 0;
    width: 16%;
}
.solution-page .solution-1 .bottom ul li:last-child .ig::after {
    display: none;
}
.solution-page .solution-1 .bottom ul li:hover i{
    filter: brightness(0);
}
.solution-page .solution-2 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
}
.solution-page .solution-2 .left {
    width: 53.646%;
}
.solution-page .solution-2 .right {
    width: 46.354%;
    color: #fff;
    padding: 38px 0 0 20px;
}
.solution-page .solution-2 .right .ig {
    max-width: 706px;
    padding-right: 57px;
}
.solution-page .solution-2 .right .header {
    text-align: left;
}
.solution-page .solution-2 .right .header .tag {
    color: #fff;
    padding-left: 138px;
}
.solution-page .solution-2 .right .header .tag::before {
    background: #fff;
    top: 8px;
}
.solution-page .solution-2 .right .header .title {
    line-height: 1.2;
    font-weight: bold;
    margin-top: 6px;
    margin-right: -132px;
}
.solution-page .solution-2 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: right;
}
.solution-page .solution-2 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.solution-page .solution-2 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.solution-page .solution-2 .right .list ul li .tit {
    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-size: 26px;
    line-height: 1.6;
}
.solution-page .solution-2 .right .list ul li .tit em {
    width: 90%;
}
.solution-page .solution-2 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px;
}
.solution-page .solution-2 .right .list ul li .tit i::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    right: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.solution-page .solution-2 .right .list ul li .tit i::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    right: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.solution-page .solution-2 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0;
}
.solution-page .solution-2 .right .list ul li.active .tit i::after {
    opacity: 0;
}
.solution-page .solution-2::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background: url(/template/en/images/about2-bg.jpg) no-repeat center;
}
.solution-page .solution-3 {
    padding-top: 7.2%;
    padding-bottom: 100px;
}
.solution-page .solution-3 .header {
    text-align: right;
}
.solution-page .solution-3 .header .title {
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.solution-page .solution-3 .content {
    margin-top: 65px;
}
.solution-page .solution-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
}
.solution-page .solution-3 .content ul li {
    padding-left: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.solution-page .solution-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 37px 30px 35px;
    height: 383px;
}
.solution-page .solution-3 .content ul li .ig i{
    display: block;
}
.solution-page .solution-3 .content ul li .ig .tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 30px;
    padding-bottom: 20px;
}
.solution-page .solution-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(-50.0px);
    -moz-transform: translateX(-50.0px);
    -ms-transform: translateX(-50.0px);
    transform: translateX(-50.0px);
}
.solution-page .solution-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    left: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}
.solution-page .solution-3 .content ul li.active {
    width: 50%;
}
.solution-page .solution-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: 1680px) {
    .solution-page .solution-1 .bottom ul li{
        padding-left: 40px;
    }
    
}
@media screen and (max-width: 1440px) {
    .solution-page .solution-1 .bottom ul li p{
        width: 90%;
    }
    .solution-page .solution-2 .right .header .title{
        margin-right: -90px;
    }
    .solution-page .solution-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    
}
@media screen and (max-width: 1250px) {

    .solution-page .solution-1 .bottom{
        padding-right: 0;
    }
    .solution-page .solution-1 .bottom ul li p {
        width: 100%;
    }
    .solution-page .solution-2{
        padding: 50px 0;
    }
    .solution-page .solution-2 .left,
    .solution-page .solution-2 .right{
        vertical-align: middle;
    }
    .solution-page .solution-2 .right{
        padding-top: 0;
    }
    .solution-page .solution-2 .right .ig{
        padding-right: 30px;
    }
    .solution-page .solution-2 .right .header .title {
        margin-right: 0px;
    }
    .solution-page .solution-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .solution-page .solution-3 .content ul li .ig .tit {
        font-size: 25px;
    }
    .solution-page .solution-2 .right .list ul li .tit{
      font-size: 24px
    }
}
@media screen and (max-width: 1100px) {
    
    .solution-page .solution-1 .bottom ul li p{
        font-size: 18px;
    }
    .solution-page .solution-2 .right .list{
        margin-top: 40px;
    }
    .solution-page .solution-3 .content ul li .ig .tit {
        font-size: 26px;
    }
    .solution-page .solution-2 .right .list ul li .tit{
      font-size: 22px;
    }
    .solution-page .solution-3 .content ul li .ig .tit{
      font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .solution-page .solution-1 .top .left,
    .solution-page .solution-1 .top .right{
        width: 100%;
    }
    .solution-page .solution-1 .top .right{
        margin-top: 20px;
    }
    .solution-page .solution-1 .bottom ul{
        margin-bottom: -20px;
    }
    .solution-page .solution-1 .bottom ul li:last-child{
        width: 33.3333%;
    }
    .solution-page .solution-1 .bottom ul li{
        width: 33.3333%;
        margin-bottom: 20px;
    }
    .solution-page .solution-2 .left{
        display: none;
    }
    .solution-page .solution-2 .right{
        width: 100%;
    }
    .solution-page .solution-2::after{
        width: 100%;
    }
    .solution-page .solution-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .solution-page .solution-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .solution-page .solution-3 .content ul li.active{
        width: 50%;
    }
    .solution-page .solution-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);
    }
    .solution-page .solution-3 .content ul li .ig {
        padding: 30px 20px 40px;
        height: 100%
    }
    .solution-page .solution-3 .content ul li .ig .con{
        font-size: 17px;
    }
    .solution-page .solution-2 .right .list ul li .con{
      font-size: 16px;
    }
    .solution-page .solution-3 .content ul li .ig .num{
      bottom: 15px;
    }
  
}
@media screen and (max-width: 700px) {
    .solution-page .solution-1 .bottom ul li{
        width: 50%;
        padding-left: 20px;
    }
    .solution-page .solution-1 .bottom ul li:last-child{
        width: 50%;
    }
    .solution-page .solution-1 .bottom ul li:nth-child(even){
        padding-left: 0;
    }
    .solution-page .solution-2 .right .list ul li .tit{
        font-size: 22px;
    }
    .solution-page .solution-3 .content{
        margin-top: 20px;
    }
    .solution-page .solution-3 .content ul li .ig i{
        zoom: .7;
    }
    .solution-page .solution-3 .content ul li .ig{
        padding: 10px;
    }
    .solution-page .solution-3 .content ul li .ig .tit{
        font-size: 22px;
        margin-top: 0;
    }
    .solution-page .solution-3 .content ul li .ig .num{
        bottom: 0;
    }
   
}
@media screen and (max-width: 500px) {
 
    .solution-page .solution-1 .top .right{
        font-size: 16px;
        line-height: 1.8;
    }
    .solution-page .solution-1 .bottom ul li{
        width: 100%;
        padding-left: 0;
    }
    .solution-page .solution-1 .bottom ul li:last-child{
        width: 100%;
    }
    .solution-page .solution-1 .bottom ul li .ig{
        padding: 0;
    }
    .solution-page .solution-1 .bottom ul li .ig::after{
        display: none;
    }
    .solution-page .solution-2 .right{
        padding: 0 15px;
    }
    .solution-page .solution-2 .right .ig{
        padding-right: 0;
    }
    .solution-page .solution-2 .right .header .con{
        font-size: 16px;
        line-height: 1.8;
    }
    .solution-page .solution-2 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4;
    }
    .solution-page .solution-3 .content ul li,
    .solution-page .solution-3 .content ul li.active{
        width: 100%;
    }
    .solution-page .solution-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .solution-page .solution-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .solution-page .solution-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}



/*.about-page*/
@keyframes line {
  0%{
    top: 0;
  }
  100%{
    top: 100%;
  }
}
.about-page {
    background-color: #faf9f9;
    /*overflow: hidden;*/
    }
 .about-page .about-0{
      background:  #ededed;
    }
  
.about-page .about-0 li .box{
      position: relative;
      padding: 30px;
      border-radius: 10px;
    }
.about-page .about-0 li .box:after{
  content: '';
  display: block;
  background: #ffffff;
 position: absolute;
 width: 100%;
 height: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.8);
  transition: .5s;
   border-radius: 10px;
}
.about-page .about-0 li .box:hover:after{
    opacity: 1;
  transform: scale(1);
}
.about-page .about-0 li .box .icon{
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 2;
}
.about-page .about-0 li .box .text{
    position: relative;
  z-index: 2;
}

.about-page .about-1 {
    /*background: url(../images/ab-wz.png) no-repeat center top;*/
    background-size: 100% auto;
    padding-top: 8.542%;
        background-color: #faf9f9;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-left: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-right: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {

    font-weight: bold;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: left;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/bolanggroup/2026/08/19/about-9gax.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(50.0%);
    -moz-transform: translateX(50.0%);
    -ms-transform: translateX(50.0%);
    transform: translateX(50.0%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .bottom {
    padding: 72px 42px 0 61px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 20px 0px 7px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 51px 0 54px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-right: 10px;
}
.about-page .about-1 .data ul li .num {
    /*font-size: 110px;*/
    font-weight: bold;
    color: var(--color);
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li .num em{
  line-height: 1;
}
.about-page .about-1 .data ul li p {
    /*position: absolute;
    top: 43%;
    left: 0;
    width: 100%;*/
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-right: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-right: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(/bolanggroup/2026/08/19/about-bj1-6M73.jpg) no-repeat center 178px;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0px 100px 0;
}
.about-page .about-2 ul li .text .tit {
    line-height: 1.2;
    font-weight: bold;
    color: white;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: white;
    /*opacity: 0.65;*/
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    right: 0;
    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;
    padding-left: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: left;
    padding-left: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 21px 0 75px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 0 0 44px;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
    padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-right: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
  
    /*color: var(--color);*/
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-right: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .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-page .about-3 .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-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    right: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .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-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {

    padding: 60px 43px 88px 24px;
    margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {

    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #f3f3f3;
       border-radius: 20px;
}


.about-page .about-4 {
    padding-top: 7.2%;
    padding-bottom: 100px;
}
.about-page .about-4 .header {
    text-align: right;
}
.about-page .about-4 .header .title {

    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.about-page .about-4 .content {
    margin-top: 65px;
}
.about-page .about-4 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
}
.about-page .about-4 .content ul li {
    padding-left: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.about-page .about-4 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 37px 30px 35px;
    height: 383px;
    position: relative;
}
.about-page .about-4 .content ul li .ig i{
    display: block;
}
.about-page .about-4 .content ul li .ig .tit {

    font-weight: bold;
    line-height: 1.6;
    margin-top: 30px;
    padding-bottom: 20px;
}
.about-page .about-4 .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(-50.0px);
    -moz-transform: translateX(-50.0px);
    -ms-transform: translateX(-50.0px);
    transform: translateX(-50.0px);
}
.about-page .about-4 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    left: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}
.about-page .about-4 .content ul li.active {
    width: 50%;
}
.about-page .about-4 .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);
}

.about-page .about-5 .cont{
  max-width: 1500px;
  margin: 0 auto;
  color: #424242;
}
.about-page .about-5 .list {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.about-page .about-5 .list .btn div {
 	width: 49px;
	height: 49px;
	/*background-color: #7b7b7b;*/
  border: 3px solid #7b7b7b;
  color: #7b7b7b;
  border-radius: 50%;
  font-size: 40px;
  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;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 30%;
}
.about-page .about-5 .list .btn div:hover {
  /*background: var(--color);*/
   border: 3px solid var(--color);
  color: var(--color);
}
.about-page .about-5 .list .btn .prev {
  right: 0;
  -webkit-transform: translate(-200%);
  -moz-transform: translate(-200%);
  -ms-transform: translate(-200%);
  transform: translate(-200%);
}
.about-page .about-5 .list .btn .next {
  left: 0;
  -webkit-transform: translate(200%);
  -moz-transform: translate(200%);
  -ms-transform: translate(200%);
  transform: translate(200%);
}
.about-page .about-5 .list .ig {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .list .swiper-slide-active .ig {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-5 .list .swiper-slide-active .ig .text {
  opacity: 1;
}
.about-page .about-5 .list .img-box {
  border-radius: 20px;
}
.about-page .about-5 .list .text {
  width: 60%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .list .text .cont {
  color: #373737;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-6 .cont{
  color: #474747;
}
.about-page .about-6 .cont p{
  margin-bottom: 1.5em;
}
.about-page .about-6 .cont p:last-child{
  margin-bottom: 0;
}
.about-page .about-6 .right img{
	border-radius: 20px;
  width: 100%;
}
.about-page .about-6 .item:nth-child(2n) .left{
  order: 2;
}
.about-page .about-7{
  background: url(../images/about-7.jpg) no-repeat center center /cover;
  color: #ffffff;
}
.about-page .about-7 .ig{
  width: 28%;
  padding: 170px 0 155px;
}
.about-page .about-7 .line{
  width: 3px;
	background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.about-page .about-7 .line::after{
  content: "";
  display: block;
  	width: 9px;
	height: 20px;
	background-color: #ffffff;
   position: absolute;
   right: 0;
   top: 0;
   margin-right: -3px;
   animation: line 10s linear infinite;
}
.about-page .about-7 .line:nth-child(3)::after{
  animation-delay: 4s;
}
.about-page .about-7 .line:nth-child(5)::after{
  animation-delay: 2s;
}
.about-page .about-7 .line:nth-child(7)::after{
  animation-delay: 6s;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 0 0 50px;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
   
}
@media screen and (max-width: 1450px) {
    .about-page .about-1 .top .left {
        padding-left: 8.5%;
    }


    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }

        .about-page .about-4 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      margin-bottom: 20px;
    }
 .about-page .about-1 .data ul li:nth-child(2)::after{
   display: none;
 }
}
@media screen and (max-width: 1250px) {
  
    .about-page .about-1 .top .left {
        padding-left: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 0 0 26px;
    }
  
    .about-page .about-1 .data ul li p{
      font-size: 16px;
    }
    
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 40px 40px 0;
    }
 
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 0 0 40px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
      font-size: 45px !important;
    }
     .about-page .about-4 .content ul li .ig {
        padding: 40px 20px 30px;
    }

    .about-page .about-4 .content ul li .ig .con {
        font-size: 16px;
    }
    .about-page .about-7 .ig{
      padding: 100px 0 80px;
  }
}
@media screen and (max-width: 1100px) {
 
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
   
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }

    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
    
}
@media screen and (max-width: 1000px) {
   .about-page .about-5 .list .btn {
    zoom: 0.7;
  }
  .about-page .about-5 .list .btn div {
    top: 30%;
  }
 
  .about-page .about-5 .list .text {
    width: 90%;
  }
  .about-page .about-6 .item:nth-child(2n) .left{
    order: 0;
  }
  .about-page .about-6 .item .left{
    margin-bottom: 30px;
  }
  .about-page .about-7 .line{
    display: none;
  }
  .about-page .about-7{
    padding: 60px 0;
  }
    .about-page .about-7 .ig{
      margin-bottom: 40px;
    }
  .about-page .about-1 .data ul li p{
    white-space:normal;
    width: 100%;
    position: static;
    transform: translate(0);
  }
  .about-page .about-1 .data ul li::after{
    content: none;
  }
    .about-page .about-1 .top .left {
        width: 100%;
        padding-left: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    
    .about-page .about-1 .data ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      text-align: center;
    }
    .about-page .about-2 {
        margin-top: 40px;
        padding-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: right;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }

    .about-page .about-4 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .about-page .about-4 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .about-page .about-4 .content ul li.active{
        width: 50%;
    }
    .about-page .about-4 .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);
    }
    .about-page .about-4 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .about-page .about-4 .content ul li .ig .con{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .data ul li p{
    font-size: 15px;
  }
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-left: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
   
        .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
        font-size: 30px !important;
    }
  
 
    .about-page .about-4 .content{
        margin-top: 20px;
    }
    .about-page .about-4 .content ul li .ig i{
        zoom: .7;
    }
    .about-page .about-4 .content ul li .ig{
        padding: 10px;
    }
    .about-page .about-4 .content ul li .ig .tit{

        margin-top: 0;
    }
    .about-page .about-4 .content ul li .ig .num{
        bottom: 0;
    }
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .list .btn {
    display: none;
  }
  .about-page .about-5 .list {
    width: 100%;
  }
    .about-page .about-1 .top .left .title {

        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
  
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {

        line-height: 1.6;
    }
     
    .about-page .about-3 .right {
        padding-right: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }

    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-1 .data ul li{
      width: 100%;
      margin: 10px 0;
    }

    .about-page .about-4 .content ul li,
    .about-page .about-4 .content ul li.active{
        width: 100%;
    }
    .about-page .about-4 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .about-page .about-4 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .about-page .about-4 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}



.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  margin-top: 120px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  left: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: left bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-1 .container .contentC form button{
  border: none;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid var(--color);
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  /*.contact-page .init-2 .container .listCont .list {
    width: 50%;
  }*/
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}



.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}



.services-page .init-1 .bottom li {
  padding-top: 20px;
}

.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color) no-repeat right bottom;
  transition: .5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #264c9d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(0) invert(1);
}

.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
}
.services-page .init-1 .bottom .box .text2 .more{
  background: #ffffff;
  color: var(--color);
}
.services-page .init-1 .bottom .box .text2 .more::after{
  background-color: var(--color);
  background-image: url(../images/jt2.png);
}

.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-left: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}

.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }
  .services-page .init-1 .top .right{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
   /*.services-page .init-1 .bottom .box {
    height: 300px;
  }*/
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}

.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-right: 140px;
    position: relative;
    padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    /*background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    right: 38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after{
    display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    /*color: rgba(255, 255, 255, .7);*/
}
.services-page .init-2 .right ul li .des .item{
  display: flex;

}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-right: 10px;
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-right: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
.services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
        padding-right: 0;
       
    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-right: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}

ul>p{
  padding: 0 20px;
}

/*product*/
.product-2 .sidebar-info {
  display: none;
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-left: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1450px) {
  .product-2 .sidebar-info .icon a{
    margin: 0 20px } } .sider-box .sider-left { width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-right: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist>ul>li{
   border-radius: 25px;
   background: #f0f0f0;
   margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist ul li a {
   padding: 15px 0;
  height: auto;
  border-radius: 25px;
   background: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-right: 25px;
  padding-left: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a i {
  position: absolute;
  left: 16px;
  top: 9px;
  font-size: 24px;
  font-family: cursive;
  width: 30px;
  text-align: center;
  transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li > a i.active{
  transform: rotate(90deg);
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul {
  padding: 10px 25px 30px;
  background-color: #f0f0f0;
  border-radius: 25px;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a{
  line-height: 1.2;
  border-bottom: 1px solid #dddddd;
   border-radius: 0;
   height: auto;
   padding: 15px 0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active,.sider-box .sider-left .category .catelist > ul > li > ul > li > a:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form form .submit .more{
  border: none
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}

.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-right: 25px;
  padding-left: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(right, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(right, #92c35d, #73ad53);
  background-image: linear-gradient(to left, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
@media screen and (max-width: 1250px) {
   .sider-box .sider-left .category .catelist > ul > li > a{
    padding-right: 20px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
}
.product_list {
  /*background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;*/
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list ul li .box{
  background: #eeeeee;
  transition: .5s;
  height: 100%;
}
.product_list ul li .box {
  display: flex;
  flex-direction: column;
    border-radius: 15px;
}
.product_list ul li .box .txt{
  transition: .5s;
}
.product_list ul li .box .img{
  transition: .5s
}

.product_list ul li .box .txt{
  padding: 0px 20px 0;
}
.product_list ul li .box .txt h3{
  margin-bottom: 0px;
}
.product_list ul li .box .txt .more{
  opacity: 0;
  margin-top: 15px;
}
.product_list .img {
  overflow: hidden;

  /*margin-bottom: 10px;*/
}
.product_list .img a{
  display: block;
  padding: 20px;
}
.product_list .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-family: var(--font);
  line-height: 28px;
}
@media screen and (max-width: 1450px){
  .product_list ul{
    grid-template-columns: repeat(2, 1fr);
  }
.sider-box .sider-left h2{
  font-size: 22px;
}
}
@media screen and (max-width: 1250px) {
.sider-box .sider-left h2{
  font-size: 18px;
}
.sider-box .sider-left .category .catelist > ul > li > a{
  font-size: 14px;
}
.sider-box .sider-left .category .catelist > ul > li > a i{
  left: 5px;
}
}
@media screen and (max-width: 700px){

.product_list ul{
  margin: 0 -15px;
}
.product_list ul li{
  padding: 20px 10px } } @media screen and (max-width: 500px) { .product_list ul{ grid-template-columns: repeat(1, 1fr);
  }
}


#cp-Nav .nav div.title{
   padding: 12px 10px 5px;
}
#cp-Nav .nav{
  padding: 0;
}
.Auxil-related li{
  height: 100%;
}
.Auxil-related .box{
  height: 100%;
  display: flex;
  flex-direction: column;

}
.Auxil-related .box .content{
  flex: 1;
  display: flex;
  flex-direction: column;
    justify-content: center;
  align-items: center;
}
.Auxil-related .box .content h3{
   flex: 1;
   transition: .5s;
}
.Auxil-related .box .content h3:hover{
  color: var(--color);
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 55px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
@media screen and (max-width: 1000px) {
   .inner-page .m-page{
        margin-top: 40px;
        zoom: 0.8
    }
}
@media screen and (max-width: 700px) {
   .inner-page .m-page{
        margin-top: 30px;
    }
    .m-page a,
.m-page span{
  margin: 0 6px;
}
}

.seoPublic .Auxil-related .list ul li .box .content .btn {
  height: 46px;
  background-color: var(--color);
  border-radius: 23px;
  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;
  padding: 0 30px 0 4px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.seoPublic .Auxil-related .list ul li .box .content .btn div {
  padding-top: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content .btn::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #ffffff url(../images/jt1.png) no-repeat center center;
  border-radius: 50%;
  margin-right: 16px;
}
.seoPublic .Auxil-related .list ul li .box .content .btn::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #000000;
  border-radius: 50%;
  border-radius: 23px;
  z-index: -1;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content .btn:hover::before {
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 700px) {
  .seoPublic .Auxil-related .list ul li .box .content .btn{
    zoom: 0.8;
  }
}



.prodet-page .prodet-1 .container .left {
  width: 49%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 120px;
  position: -webkit-sticky;
  position: sticky;
}

.prodet-page .prodet-1 .container .left .smallImg {
    width: 24%;

}
.prodet-page .prodet-1 .container .left .smallImg ul {
    /*margin: -10px;*/
}
.prodet-page .prodet-1 .container .left .smallImg ul li {
    padding: 10px;
}
.prodet-page .prodet-1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.prodet-page .prodet-1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.prodet-page .prodet-1 .container .left .bigImg {
   width: 76%;
    display: inline-block;
    padding: 10px;
}
.prodet-page .prodet-1 .container .left .bigImg ul li{
  padding: 1px;

}
.prodet-page .prodet-1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.prodet-page .prodet-1 .container .left .bigImg ul{
 border: 1px solid #dcdcdc;
 
}
.prodet-page .prodet-1 .container .left .bigImg img{
   BACKGROUND: #f6f8ff;
    padding: 10px;
}
.prodet-page .prodet-1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.prodet-page .prodet-1 .container .left .bigImg .slick-arrow.slick-prev {
    right: 12px;
}
.prodet-page .prodet-1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.prodet-page .prodet-1 .container .left .bigImg .slick-arrow.slick-next {
    left: 12px;
}
.prodet-page .prodet-1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.prodet-page .prodet-1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.prodet-page .prodet-1 .container .left .big_img {
  width: 100%;
  display: block;
}

.prodet-page .prodet-1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.prodet-page .prodet-1 .container .right {
  width: 46%;
}

.prodet-page .prodet-1 .container .right .cont_list {
  margin-top: 20px;
}

.prodet-page .prodet-1 .container .right .cont_list .list {
  position: relative;
}

.prodet-page .prodet-1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-left: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.prodet-page .prodet-1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.prodet-page .prodet-1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .prodet-1 .container .right .cont_list .list .model{
  font-size: 18px;
}
.prodet-page .prodet-1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  /*max-height: 300px;
  overflow: auto;
  padding-right: 10px;*/
}
.prodet-page .prodet-1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.prodet-page .prodet-1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.prodet-page .prodet-1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.prodet-page .prodet-1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.prodet-page .prodet-1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.prodet-page .prodet-1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.prodet-page .prodet-1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.prodet-page .prodet-1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.prodet-page .prodet-1 .container .right .more{
  margin-top: 30px;
}


.prodet-page .prodet-2 {
    padding: 90px 0;
}
.prodet-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .options ul li {
    margin-left: 100px;
    font-size: 30px;
    /*text-transform: uppercase;*/
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font-en);
    font-weight: 600;
}
.prodet-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    right: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
    color: var(--color);
}
.prodet-page .prodet-2 .options ul li:hover:after,
.prodet-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.prodet-page .prodet-2 .ret {
    margin-top: 50px;
}
.prodet-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.prodet-page .prodet-2 .ret .content.faq li{
      margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.prodet-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.prodet-page .prodet-2 .ret .content dl dd h4 {
        font-size: 30px;
    font-family: 'Hemihead';
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.prodet-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width: 1500px) {
  .prodet-page .prodet-2 {
        padding: 70px 0;
    }
    .prodet-page .prodet-2 .options ul li {
        font-size: 20px;
    }
}
@media (max-width: 1000px) {
   .prodet-page .prodet-1 .container .left{
    position: static;
  }
   .prodet-page .prodet-1 .container .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .prodet-page .prodet-1 .container .right {
    text-align: center;
  }

  .prodet-page .prodet-1 .container .right .sub_img {
        display: none;
    margin: auto;
    
  }

  .prodet-page .prodet-1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  .prodet-page .prodet-2 .options ul li {
        margin-left: 25px;
    }
    .prodet-page .prodet-2 .options {
        display: none;
    }
    .prodet-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .prodet-page .prodet-2 {
        padding-top: 50px;
    }
    .prodet-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
  
    .prodet-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .prodet-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
     line-height: 28px;

    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 .ret .content dl dd h4{
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
   .prodet-page .prodet-1 .container .left .bigImg .slick-arrow.slick-prev{
      right: 0;
    }
    .prodet-page .prodet-1 .container .left .bigImg .slick-arrow.slick-next{
      left: 0;
    }
    .prodet-page .prodet-1 .container .left .smallImg ul li {
    padding: 5px;
}
    .prodet-page .prodet-1 .container .left .smallImg ul li a img{
      padding: 5px;
          BACKGROUND: #f6f8ff;
    }
    .prodet-page .prodet-1 .container .left .bigImg{
      padding: 5px;
    }
    .prodet-page .prodet-2{
    padding: 35px 0;
  }
    .prodet-page .prodet-2 .ret {
        margin-top: 0;
    }
    .prodet-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}

/*news-page*/


.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background: #F2F2F2 right bottom;
}
/*.news-page .news-1 .list ul li .content::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
 background: var(--color);
 position: absolute;
 left: 0;
 top: 0;
 z-index: -1;
 transform: translateY(110%);
 transition: .5s;
}*/
.news-page .news-1 .list ul li .content .tags{
  display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    padding: 0 15px;
    border: solid 1px #666666;
    color: #666666;
    border-radius: 16px;
}
.news-page .news-1 .list ul li .content:hover{
  background: var(--color)  no-repeat right bottom;
  color: #ffffff;
}
.news-page .news-1 .list ul li .content:hover .tags{
  color: #ffffff;
  border: solid 1px #ffffff;
}
.news-page .news-1 .list ul li .content:hover a.link img{
  filter: brightness(1);
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 5.5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content .more{
  background: #ffffff;
  color: var(--color);
}
.news-page .news-1 .list ul li .content .more::after{
  background-color: var(--color);
  background-image: url(../images/jt2.png);
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}
.news-page .news-1 .list ul li .content a.link:hover{
  color: #ffffff;
}
.news-page .news-1 .list ul li .content a.link:before{
  background: #ffffff;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page .Auxil-related .box{
  background: #ffffff;
}
.newdet-page .Auxil-related .box .content{
  padding: 0 20px 20px;
  text-align: center;
}
.newdet-page {
        background-color: #faf9f9;
}

.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-right: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--color);
    color: white;
    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: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}
.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}
/*.newdet-page .slideBarRight .text ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #000;
    font-size: 1.2em;
}*/
.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-left: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}
.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}


.newdet-page .slideBarRight .text table td, .newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}
.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}
.newdet-page .slideBarRight .text ul li {
    margin-right: 20px;
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-right: 4%;
    padding-left: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(-135deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(-135deg, var(--color), var(--color2));   
     background-image: linear-gradient(10deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-right: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    background-color: #007aff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    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 .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
     background-image: -webkit-linear-gradient(-135deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(-135deg, var(--color), var(--color2));   
    background-image: linear-gradient(10deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-right: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-right: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
}
.inner-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.inner-page .slideBarBox .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .category .catelist {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a {
  padding-right: 25px;
  padding-left: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a:hover,
.inner-page .slideBarBox .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #f0f0f0;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.inner-page .slideBarBox .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.inner-page .slideBarBox .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .quote .form {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit .more{
  border: none
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'],
.inner-page .slideBarBox .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.inner-page .slideBarBox .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.inner-page .slideBarBox .sider-left .quote .form .more{
  margin-top: 30px;
}

.inner-page .slideBarBox .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.inner-page .slideBarBox .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-right: 25px;
  padding-left: 115px;
  border-radius: 30px;
}
.inner-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(right, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(right, #92c35d, #73ad53);
  background-image: linear-gradient(to left, #92c35d, #73ad53);
}
.inner-page .slideBarBox .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}
.inner-page .slideBarBox .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel img {
    margin-left: 2rem;
}
.inner-page .slideBarBox .sider-left .sidebar-info{
  display: none;
}
.inner-page .slideBarBox .sider-left .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1450px) {
.inner-page .slideBarBox .sider-left  .sidebar-info .icon a{
    margin: 0 20px } .inner-page .slideBarBox .sider-left h2{ font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .slideBarBox .sider-left h2{
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .sider-left {
    display: none
  }
  .inner-page .slideBarBox .slideBarRight{
    padding-left: 0 } .inner-page .slideBarBox .slideBarRight{ width: 100% } .news-page .news-1 .list ul li .content .tags{ font-size: 14px;
  }
}
.inner-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-right: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.inner-page a.btn {
  font-size: 15px;
    line-height: 60px;
    height: 60px;
    padding: 0 60px;
  display: inline-block;
  font-weight: 500;
  color: white;
      border-radius: 30px;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}*/
@media screen and (max-width: 1700px) {
   
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
  
}
@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
     
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    

    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
    
    
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-right: 2%;
    }
  
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
     .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
  .Auxil-related .list ul li .box .content .more{
    zoom: 0.75;
  }
  .newdet-page .Auxil-related .box .content {
    padding: 0 15px 15px;
}
}
@media screen and (max-width: 1000px) {
     
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-right: 0;
    }
   
   
}
@media screen and (max-width: 700px) {
     
    
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 22px;
        line-height: 1.6;
    }
    
   
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
    
}

.newdet-page .form ul {
    margin: -10px;
}
.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
    border-color: var(--color);
}
.newdet-page .form ul li textarea {
    height: 80px;
}
.newdet-page .form ul li.wid-100 {
    width: 100%;
}

/*faq-page*/

.faq-page .marginBox {

  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: right;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
    border-radius: 20px;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-left: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 1.2em;
    display: block;
    color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-right: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 20px;
  transition: .5s;
  background-position: left bottom; 
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
  text-align: left;
  display: block;
  position: relative;
  cursor: pointer;
   padding-right: 15px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(50.0%,-50%); rotate(90deg);
  -moz-transform: translate(50.0%,-50%); rotate(90deg);
  -ms-transform: translate(50.0%,-50%); rotate(90deg);
  transform: translate(50.0%,-50%); rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  padding: 30px 0 45px;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  /*background: white;*/
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  border-radius: 20px;

}
.faq-page .marginBox .box .right .list ul li.active span.title,
.faq-page .marginBox .box .right .list ul li.active .text{
  color: #ffffff;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:after{
  background: #ffffff;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(50.0%,-50%); rotate(0);
  -moz-transform: translate(50.0%,-50%); rotate(0);
  -ms-transform: translate(50.0%,-50%); rotate(0);
  transform: translate(50.0%,-50%); rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }

 
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }

}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
    padding-right: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 14px;
    height: 14px;
    font-size: 14px;
    top: 10px;
  }
}
.soldet-page{
  	color: #2a2a2a;
}
.soldet-page .sol-1 .cont{
  max-width: 1080px;
  margin: 0 auto;
}
.soldet-page .sol-1 .tab ul{
  margin: -8px;
}
.soldet-page .sol-1 .tab ul li{
  padding: 8px;
}
.soldet-page .sol-1 .tab ul li .ig{
  height: 95px;
	background-color: #282828;
	border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px 6px;
  color: #ffffff;
  cursor: pointer;
}
.soldet-page .sol-1 .tab ul li .ig:hover,.soldet-page .sol-1 .tab ul .slick-current li .ig{
  background: var(--color);
}
.soldet-page .sol-1 .bottom .text{
  	color: #2a2a2a;
}
.soldet-page .sol-1 .bottom .text .tit{
  line-height: 1.5;
}
.soldet-page .sol-1 .bottom .text .txt{
   line-height: 2;
}
.soldet-page .sol-1 .bottom .text .txt p{
  padding-right: 30px;
  position: relative;
}
.soldet-page .sol-1 .bottom .text .txt p::before{
  content: "";
  display: block;
  	width: 6px;
	height: 6px;
	background-color: #2a2a2a;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  right: 0;
}
.soldet-page .sol-1 .bottom .img img{
  width: 100%;
  border-radius: 20px;
}

  .soldet-page .sol-2 {
    	background-color: #f9f9f9;
  }
 .soldet-page .sol-2 .bottom .box {
    height: 420px;
    background: #eeeeee no-repeat right bottom;
    border-radius: 20px;
    padding: 40px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.5s;
    z-index: 2;
    overflow: hidden;
  }
 .soldet-page .sol-2 .bottom .box .mask{
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: var(--color) no-repeat right bottom;
    transition: .5s;
  }
 .soldet-page .sol-2 .bottom .box .tip {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .soldet-page .sol-2 .bottom .box .text .t1 {
    transition: 0s;
  }
 .soldet-page .sol-2 .bottom .box .text{
    transition: .5s;
  }
  .soldet-page .sol-2 .bottom .box .tip .num  {
    	color: #757575;
      transition: .5s;
  }
 .soldet-page .sol-2 .bottom .box .text2{
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 30px 50px;
    color: #ffffff;
    transform: translateY(100%);
    transition: .5s;
  }
 .soldet-page .sol-2 .bottom .box .text2 .more {
    zoom: 0.8;
  }
  .soldet-page .sol-2 .bottom .box .text2 .more{
    background: #ffffff;
    color: var(--color);
  }
 .soldet-page .sol-2 .bottom .box .text2 .more::after{
    background-color: var(--color);
    background-image: url(../images/jt2.png);
  }
  
 .soldet-page .sol-2 .bottom .box .text2 .cont {
    line-height: 1.8;
    transition: 0.5s;
    opacity: 0.6;
    color: #ffffff;
    height: 9em;
    overflow-y: auto;
    padding-left: 5px;
  }
 .soldet-page .sol-2 .bottom .box:hover {
    color: #ffffff;
  }
 .soldet-page .sol-2 .bottom .box:hover .mask{
    height: 100%;
  }
  .soldet-page .sol-2 .bottom .box:hover .tip .num  {
    color: #ffffff;
  }
 .soldet-page .sol-2 .bottom .box:hover .tip .icon {
    background: #ffffff;
  }
  .soldet-page .sol-2 .bottom .box:hover .tip .icon img {
    filter: none;
  }
  .soldet-page .sol-2 .bottom .box:hover .text  {
   opacity: 0
  }
 .soldet-page .sol-2 .bottom .box:hover .text2  {
   opacity: 1;
    transform: translateY(0);
  }
  .soldet-page .sol-3 .img img{
    	border-radius: 20px;
      width: 100%;
  }
  .soldet-page .sol-3 .cont3{
   line-height: 2;
}
  .soldet-page .sol-3 .cont3 p{
  padding-right: 30px;
  position: relative;
}
  .soldet-page .sol-3 .cont3 p::before{
  content: "";
  display: block;
  	width: 6px;
	height: 6px;
	background-color: #2a2a2a;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  right: 0;
}
  .soldet-page .sol-4{
    background-color: #f9f9f9;
  }
  .soldet-page .sol-4 ul{
    margin: -15px;
  }
  .soldet-page .sol-4 ul li{
    padding: 15px;
    flex: 1;
    transition: .5s;
    cursor: pointer;
  }
  .soldet-page .sol-4 ul li.active{
    flex: 4;
  }
  .soldet-page .sol-4 ul li .ig{
     height: 500px;
     background-color: #ffffff;
     border-radius: 20px;
     border: solid 1px var(--color);
     position: relative;
     transition: .5s;
  }
  .soldet-page .sol-4 ul li .ig .tit{
    font-size: 20px;
    font-weight: bold;
  }
   .soldet-page .sol-4 ul li .ig .text2{
     color: #ffffff;
     position: absolute;
     right: 0;
     top: 50%;
     width: 100%;
     padding: 0 60px;
    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: translate(50px,-50%);
    -moz-transform: translate(50px,-50%);
    -ms-transform: translate(50px,-50%);
    transform: translate(50px,-50%);
}
 .soldet-page .sol-4 ul li.active .text2 {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
     transition-delay: 0.4s; 
     -webkit-transform: translate(0,-50%); 
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
     transform: translate(0,-50%); 
}
  .soldet-page .sol-4 ul li .ig .text1{
       -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 50%;
    top: 0;
    padding: 30px 0;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
  }
   .soldet-page .sol-4 ul li.active .text1{
     opacity: 0;
   }
   .soldet-page .sol-4 ul li.active .ig{
     background: var(--color);
   }
  .soldet-page .Auxil-related .box{
    background: #f9f9f9;
  }
  .soldet-page .Auxil-related .box .content {
    padding: 0 20px 20px;
   
  }
  @media screen and (max-width: 1250px){
    .soldet-page .sol-2 .bottom .box .t1{
      font-size: 17px;
    }
    .soldet-page .sol-4 ul li .ig .text2{
      padding: 0 35px;
    }
    .soldet-page .sol-4 ul li .ig .tit{
      font-size: 18px;
    }
  }
   @media screen and (max-width: 1000px){
    .soldet-page .sol-2 .bottom .box .text2 .cont{
      height: 9em;
    }
    .soldet-page .sol-1 .bottom .text{
      margin-top: 30px;
    }
    .soldet-page .sol-3 .img{
      margin-bottom: 30px;
    }
    .soldet-page .sol-4 ul{
      display: block;
    }
    .soldet-page .sol-4 ul li .ig{
      height: auto;
      background: var(--color);
   
    }
   .soldet-page .sol-4 ul li .ig .text2 {
      position: static;
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
       padding: 45px 25px;
}
.soldet-page .sol-4 ul li .ig .text1{
  display: none;
}
.soldet-page .sol-3 .ig:nth-child(2n) .text{
  order: -1;
}
.soldet-page .sol-3 .ig .text{
  margin-bottom: 30px;
}
.soldet-page .sol-1 .bottom .text .tit{
  font-size: 18px;
}
  }