@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.eot');
  src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Outfit-Regular.woff2') format('woff2'), url('../fonts/Outfit-Regular.woff') format('woff'), url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-display: swap;
}
body {
  font-family: 'Outfit';
  --color: #2a69b4;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  padding: 10px 43px 10px 44px;
  border-radius: 20px;
  color: #fff;
  background-color: var(--color);
  position: relative;
  z-index: 1;
}
.more span {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.pp{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.pp span{
  font-weight: 700;

}
.more::before,
.more::after {
  position: absolute;
  content: "";
  background-color: var(--color);
  width: 100%;
  opacity: 0;
  height: 100%;
  left: 0;
  border-radius: 100px;.about2-page .about-4 .left
  bottom: 0;
  z-index: -2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.more:hover span {
  -webkit-animation: text .4s linear both;
  -moz-animation: text .4s linear both;
  animation: text .4s linear both;
}
.more:hover::after {
  -webkit-transform: translate(6px, 6px);
  -moz-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
  opacity: .5;
}
.more:hover::before {
  -webkit-transform: translate(12px, 12px);
  -moz-transform: translate(12px, 12px);
  -ms-transform: translate(12px, 12px);
  transform: translate(12px, 12px);
  opacity: .3;
}
@-webkit-keyframes text {
  0% {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(4px, 0, 0) translateZ(0);
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0) translateZ(0);
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    -webkit-transform: translate3d(2px, 0, 0) translateZ(0);
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
@-moz-keyframes text {
  0% {
    -moz-transform: translate3d(0, 0, 0) translateZ(0);
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    -moz-transform: translate3d(4px, 0, 0) translateZ(0);
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    -moz-transform: translate3d(-3px, 0, 0) translateZ(0);
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    -moz-transform: translate3d(2px, 0, 0) translateZ(0);
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0) translateZ(0);
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
@keyframes text {
  0% {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
    -moz-transform: translate3d(0, 0, 0) translateZ(0);
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(4px, 0, 0) translateZ(0);
    -moz-transform: translate3d(4px, 0, 0) translateZ(0);
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0) translateZ(0);
    -moz-transform: translate3d(-3px, 0, 0) translateZ(0);
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    -webkit-transform: translate3d(2px, 0, 0) translateZ(0);
    -moz-transform: translate3d(2px, 0, 0) translateZ(0);
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
    -moz-transform: translate3d(0, 0, 0) translateZ(0);
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .h-top{
  background: var(--color);
  color: #fff;
}
#header .h-top .right{
  margin: 0 0 0 auto;
}
#header .h-top .right ul li img{
  max-height: 20px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
}
#header .nav .ui.menu .logo {
  display: inline-block;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 50px;
  color: #333;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  padding: 31px 28px 22px 21px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 70px;
  background: url(../images/header-icon.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after {
  opacity: 1;
}
#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: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  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 #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#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:hover a {
  color: #fff;
}
#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.active > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  padding-right: 24px;
  position: relative;
}
#header .nav .ui.menu .h-search::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#666666)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(#666666, #666666), -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(#666666, #666666), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#666666, #666666), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  opacity: 0.57;
}
#header .nav .ui.menu .yuy {
  margin-left: 23px;
}
#header .nav .ui.menu .yuy span {
  font-size: 18px;
  line-height: 1;
  color: #666;
  text-transform: uppercase;
  margin-top: 2px;
  display: block;
}
#header .nav .ui.menu .h-inquiry {
  margin-left: 35px;
}
#header .nav .ui.menu .h-inquiry .more {
  padding: 7px 19px 7px 18px;
}
#header.active {
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
#header.active .h-top{
  display: none;
}
.font-24 {
  line-height: 1.5;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  margin-top: 53px;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#banner ul li > img {
  display: inline-block;
}
#banner ul li .text {
  position: absolute;
  top: 57.2%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: left;
}
#banner ul li .text .box {
  padding-right: 72px;
}
#banner ul li .text .box .left {
  width: 46%;
}
#banner ul li .text .box .left span {
  font-size: 24px;
  line-height: 1.3;
  color: #151515;
}
#banner ul li .text .box .left .title {
  font-size: 70px;
  color: #151515;
  line-height: 1.4;
  font-family: 'Oswald';
  margin-top: 10px;
}
#banner ul li .text .box .left .title em {
  color: var(--color);
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
}
#banner ul li .text .box .left .title em::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--color);
}
#banner ul li .text .box .left p {
  font-size: 16px;
  line-height: 1.8;
  color: #999999;
  margin-top: 9px;
}
#banner ul li .text .box .left .more {
  background: transparent;
  color: var(--color);
  border: 1px solid var(--color);
  margin-top: 42px;
}
#banner ul li .text .box .left .more span {
  font-size: 18px;
  line-height: 1;
}
#banner ul li .text .box .left .more:hover {
  background: var(--color);
}
#banner ul li .text .box .left .more:hover span {
  color: #fff;
}
#banner ul li .text .box .left .list {
  margin-top: 138px;
}
#banner ul li .text .box .left .list span {
  display: inline-block;
  margin-right: 42px;
}
#banner ul li .text .box .left .list span:last-child {
  margin-right: 0;
}
#banner ul li .text .box .right {
  width: 54%;
}
#banner ul li .text .box .right .top {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 59px;
}
#banner ul li .text .box .right .arrow {
  -webkit-animation: rotarrow 2s linear infinite;
  -moz-animation: rotarrow 2s linear infinite;
  animation: rotarrow 2s linear infinite;
  margin-top: 30px;
}
#banner ul li .text .box .right .desc {
  text-align: center;
  padding-left: 21px;
}
#banner ul li .text .box .right .desc .img {
  padding: 12px 23px 11px 22px;
  border-radius: 34px;
  border: solid 1px var(--color);
}
#banner ul li .text .box .right .desc .con {
  font-size: 18px;
  color: #151515;
  margin-top: 12px;
}
#banner ul li .text .box .right .desc .con span {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
}
#banner ul li .text .box .right .list {
  margin-top: 25px;
  position: relative;
}
#banner ul li .text .box .right .list dd {
  text-align: right;
}
#banner ul li .text .box .right .list dd img {
  display: inline-block;
}
#banner ul li .text .box .right .list .btn {
  position: absolute;
  right: -144px;
  bottom: 27px;
}
#banner ul li .text .box .right .list .btn a {
  display: block;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 59px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .box .right .list .btn a img {
  display: inline-block;
  vertical-align: middle;
}
#banner ul li .text .box .right .list .btn a.next {
  margin-bottom: 21px;
  background: #fff;
}
#banner ul li .text .box .right .list .btn a.prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#banner ul li .text .box .right .list .btn a:hover {
  background: #fff;
}
#banner ul li .text .box .right .list .btn a:hover img {
  -webkit-filter: none;
  filter: none;
}
#banner ul li::before {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 1084px;
  height: 288px;
  content: "";
  background: var(--color);
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 33%);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 33%);
}
#banner ul li::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 39px;
  width: 952px;
  height: 57px;
  background: url(../images/banner-icon.png) no-repeat center;
  background-size: 100% 100%;
}
#banner .down {
  position: absolute;
  bottom: 156px;
  left: 87px;
  text-align: center;
  cursor: pointer;
}
#banner .down .mouse {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;
  animation: updown 2s linear infinite;
}
@-webkit-keyframes rotarrow {
  50% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
}
@-moz-keyframes rotarrow {
  50% {
    -moz-transform: skew(10deg);
    transform: skew(10deg);
  }
}
@keyframes rotarrow {
  50% {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    transform: skew(10deg);
  }
}
@-webkit-keyframes updown {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes updown {
  50% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes updown {
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.title,
.i-title {
  font-family: 'Oswald';
}
.i-tag {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}
.i-title {
  font-size: 46px;
  line-height: 1.67;
  position: relative;
}
.tr_5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category {
  background-color: #fbfbfb;
  padding: 28px 0 54px;
}
#index-body .i-category ul {
  margin-right: -96px;
}
#index-body .i-category ul li {
  padding: 68px 96px 0 0;
}
#index-body .i-category ul li a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  height: 74px;
  padding: 0 90px 0 30px;
  z-index: 1;
}
#index-body .i-category ul li a img{
width: auto;
height: auto;
max-width: initial;
}
#index-body .i-category ul li a::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 142px;
  height: 100%;
  background: url(/listools/2025/07/03/71cd4dae757bf223ea09e8e0d569e223889cd778b2cc-5xn2js.png) no-repeat center;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li a:hover::after{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-category ul li a span {
  font-size: 21px;
  line-height: 1.3;
  font-family: 'Oswald';
  color: #fff;
  height: 100%;
}
#index-body .i-category ul li a i {
  width: 63px;
  text-align: left;
  position: absolute;
  right: 30px;
  bottom: 6px;
}
#index-body .i-product {
  background: #fff;
}
#index-body .i-product .box .left {
  width: 54.875%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 179px 0 113px;
}
#index-body .i-product .box .left .ig {
  max-width: 508px;
}
#index-body .i-product .box .left .ig .title {
  font-size: 64px;
  line-height: 1.3;
  width: 90%;
}
#index-body .i-product .box .left .ig .title em {
  display: inline-block;
  position: relative;
  color: var(--color);
  padding-bottom: 3px;
}
#index-body .i-product .box .left .ig .title em::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--color);
}
#index-body .i-product .box .left .ig .con {
  font-size: 18px;
  line-height: 32px;
  color: #999999;
  margin-top: 26px;
}
#index-body .i-product .box .left .ig .link {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  margin-top: 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-product .box .left .ig .link span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 16px;
}
#index-body .i-product .box .left .ig .link::before {
  content: "";
  position: absolute;
  top: 86px;
  left: 129px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: -1;
}
#index-body .i-product .box .left .ig .link:hover::before {
  width: 400%;
  height: 400%;
}
#index-body .i-product .box .right {
  width: 45.125%;
  background: url(../images/line-shapes.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 106px;
}
#index-body .i-product .box .right ul li .img-box {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  padding: 20px 60px;
}
#index-body .i-product .box .right ul li .img-box i {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 91px;
  width: 608px;
  height: 128px;
}
#index-body .i-product .box .right ul li .text {
  text-align: center;
  margin: 20px 0 60px;
}
#index-body .i-product .box .right ul li .text .title {
  font-size: 24px;
  line-height: 1.5;
  color: #151515;
  max-width: 230px;
  margin: 0 auto;
  display: block;
}
#index-body .i-product .box .right ul li.active .img-box {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
#index-body .i-custom {
  background: var(--color);
  padding: 6.771% 0 8.8021%;
  color: #fff;
}
#index-body .i-custom .top .left {
  width: 58%;
  position: relative;
}
#index-body .i-custom .top .left .title {
  font-size: 64px;
  line-height: 1.4;
}
#index-body .i-custom .top .left .con {
  font-size: 18px;
  line-height: 32px;
  opacity: .4;
  max-width: 617px;
  margin-top: 61px;
}
#index-body .i-custom .top .left .icon {
  position: absolute;
  right: 0;
  top: 79px;
  -webkit-animation: rotarrow 2s linear infinite;
  -moz-animation: rotarrow 2s linear infinite;
  animation: rotarrow 2s linear infinite;
}
#index-body .i-custom .top .right {
  width: 42%;
  padding-left: 143px;
}
#index-body .i-custom .top .right .img .play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 26px 20px 27px 21px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
#index-body .i-custom .top .right .img .play::before,
#index-body .i-custom .top .right .img .play::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-custom .top .right .img .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-custom .bottom {
  margin-top: 102px;
}
#index-body .i-custom .bottom ul li {
  width: 33.3333%;
  position: relative;
  padding-left: 60px;
}
#index-body .i-custom .bottom ul li span {
  font-size: 24px;
  line-height: 1.5;
  color: #ffb931;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-custom .bottom ul li .tit {
  font-size: 36px;
  line-height: 1.3;
  font-family: 'Oswald';
  margin-top: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-custom .bottom ul li em {
  position: absolute;
  top: 0;
  right: 70px;
  font-size: 130px;
  line-height: 1;
  opacity: .1;
  font-family: 'Oswald';
}
#index-body .i-custom .bottom ul li:hover span {
  color: #fff;
}
#index-body .i-custom .bottom ul li:hover .tit {
  color: #ffb931;
}
#index-body .i-custom .bottom ul li:nth-child(1) {
  padding-left: 0;
}
#index-body .i-custom .bottom ul li:last-child em {
  right: 0;
}
#index-body .i-about {
  background-color: #fef9f1;
}
#index-body .i-about .top .left {
  width: 31.938%;
}
#index-body .i-about .top .middle {
  padding-left: 69px;
  width: 32%;
}
#index-body .i-about .top .middle .title {
  font-size: 64px;
  line-height: 1.3;
}
#index-body .i-about .top .middle .title em {
  color: var(--color);
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
#index-body .i-about .top .middle .title em::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--color);
}
#index-body .i-about .top .middle .tit{
  font-size: 22px;
  margin-top: 24px;
  color: #666;
}
#index-body .i-about .top .middle .more {
  background: transparent;
  border: solid 1px #999999;
  color: #999999;
  margin-top: 50px;
}
#index-body .i-about .top .middle .more:hover {
  border-color: var(--color);
  color: #fff;
  background: var(--color);
}
#index-body .i-about .top .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 32px;
  color: #999;
  padding-left: 59px;
}
#index-body .i-about .top .right h1 {
  display: inline;
}
#index-body .i-about .bottom .left {
  width: 31.938%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3ebdf), to(#f3ebdf)), -webkit-gradient(linear, left top, left bottom, from(#fcc75f), to(#fcc75f));
  background-image: -webkit-linear-gradient(#f3ebdf, #f3ebdf), -webkit-linear-gradient(#fcc75f, #fcc75f);
  background-image: -moz-linear-gradient(#f3ebdf, #f3ebdf), -moz-linear-gradient(#fcc75f, #fcc75f);
  background-image: linear-gradient(#f3ebdf, #f3ebdf), linear-gradient(#fcc75f, #fcc75f);
  background-blend-mode: normal, normal;
  padding: 73px 73px 32px;
}
#index-body .i-about .bottom .left span {
  font-size: 46px;
  color: #151515;
  line-height: 1;
  font-family: 'Oswald';
}
#index-body .i-about .bottom .left span img{
  width: 6%;
  margin-right: 5px;
}
#index-body .i-about .bottom .left span img:nth-child(1) {
  margin-left: 23px;
}
#index-body .i-about .bottom .left p {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  max-width: 181px;
  margin-top: 34px;
  position: relative;
  padding-bottom: 29px;
}
#index-body .i-about .bottom .left p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 83px;
  height: 2px;
  background-color: #999999;
}
#index-body .i-about .bottom .left i {
  display: block;
  margin-top: 81px;
}
#index-body .i-about .bottom .middle {
  width: 36.063%;
  background: #fff;
  padding: 60px 0 45px;
  position: relative;
}
#index-body .i-about .bottom .middle ul {
  margin-bottom: -113px;
}
#index-body .i-about .bottom .middle ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 113px;
}
#index-body .i-about .bottom .middle ul li .num {
  font-size: 42px;
  color: #151515;
  line-height: 1;
  font-family: 'Oswald';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .bottom .middle ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  margin-bottom: 2px;
}
#index-body .i-about .bottom .middle ul li .desc {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-top: 20px;
}
#index-body .i-about .bottom .middle ul li:hover .num {
  color: var(--color);
}
#index-body .i-about .bottom .middle::before,
#index-body .i-about .bottom .middle::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
#index-body .i-about .bottom .middle::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-about .bottom .middle::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-about .bottom .right {
  width: 60.999%;
  margin-right: -30%;
}
#index-body .i-advantage {
  background: url(../images/adbg.png) no-repeat left center #fff;
  padding: 9.375% 0 7.96875%;
}
#index-body .i-advantage .box {
  padding-left: 12%;
}
#index-body .i-advantage .box .left {
  width: 40%;
}
#index-body .i-advantage .box .left .i-title {
  margin-top: 2px;
}
#index-body .i-advantage .box .left .more {
  margin-top: 64px;
}
#index-body .i-advantage .box .right {
  width: 60%;
}
#index-body .i-advantage .box .right ul {
  margin: -21px -25px;
}
#index-body .i-advantage .box .right ul li {
  padding: 21px 25px;
  width: 50%;
}
#index-body .i-advantage .box .right ul li .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.22);
  box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.22);
  border-radius: 20px;
  padding: 57px 42px 35px;
}
#index-body .i-advantage .box .right ul li .ig .top i {
  width: 49px;
  height: 52px;
  line-height: 52px;
}
#index-body .i-advantage .box .right ul li .ig .top i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage .box .right ul li .ig .top span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 14px;
  font-size: 24px;
  line-height: 1.5;
  color: #151515;
}
#index-body .i-advantage .box .right ul li .ig .bottom {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin-top: 27px;
  height: 46px;
  overflow-y: auto;
}
#index-body .i-advantage .box .right ul li .ig .bottom::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-history {
  background: url(/listools/2025/08/12/hisbg.jpg?imageView2/2/format/webp/q/100) no-repeat center;
  background-size: 100% 100%;
  padding: 6.5625% 0 5.6771%;
}
#index-body .i-history .box {
  max-width: 1164px;
}
#index-body .i-history .box .i-title {
  max-width: 500px;
  margin-top: 6px;
}
#index-body .i-history .box .content {
  margin-top: 56px;
}
#index-body .i-history .box .content ul {
  margin-right: -54px;
}
#index-body .i-history .box .content ul li {
  padding-right: 54px;
}
#index-body .i-history .box .content ul li .ig {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 77px 44px 104px;
}
#index-body .i-history .box .content ul li .ig .tit {
  font-size: 72px;
  color: #151515;
  line-height: 1.1;
}
#index-body .i-history .box .content ul li .ig p {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin-top: 45px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
#index-body .i-history .box .content ul.slick-dots {
  position: absolute;
  margin-right: 0;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#index-body .i-history .box .content ul.slick-dots li {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color);
  opacity: .2;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .i-history .box .content ul.slick-dots li:last-child {
  margin-bottom: 0;
}
#index-body .i-history .box .content ul.slick-dots li button {
  display: none;
}
#index-body .i-history .box .content ul.slick-dots li.slick-active {
  opacity: 1;
}
#index-body .i-application {
  background: #fff;
  padding-top: 82px;
}
#index-body .i-application .header {
  margin: 0 auto;
  max-width: 460px;
}
#index-body .i-application .header .i-title {
  margin-top: 6px;
}
#index-body .i-application .content {
  margin-top: 75px;
}
#index-body .i-application .content ul {
  margin: -10px;
}
#index-body .i-application .content ul li {
  padding: 10px;
}
#index-body .i-application .content ul li .img-box {
  border-radius: 20px;
  z-index: 1;
}
#index-body .i-application .content ul li .img-box img {
  border-radius: 20px;
}
#index-body .i-application .content ul li .img-box span {
  position: absolute;
  bottom: 33px;
  right: 0;
  color: #fff;
  z-index: 1;
  padding: 0 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
#index-body .i-application .content ul li .img-box span::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 4px;
}
#index-body .i-application .content ul li .img-box span::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 45px;
  background: url(/listools/2025/07/03/2211111119.png) no-repeat center;
  background-size: 100% 100%;
  right: -100%;
  bottom: -10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .content ul li .img-box:hover span::after{
  right: -18px;
}
#index-body .i-application .content ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .i-application .content .left {
  width: 50%;
  padding-right: 11px;
}
#index-body .i-application .content .left ul li {
  width: 50%;
}
#index-body .i-application .content .right {
  width: 50%;
  padding-left: 11px;
}
#index-body .i-partner {
  padding: 94px 0 101px;
}
#index-body .i-partner ul {
  margin-right: -103px;
}
#index-body .i-partner ul li {
  padding-right: 103px;
}
#index-body .i-news {
  background: url(../images/nbg.jpg) no-repeat center;
  position: relative;
  z-index: 1;
  padding: 4.6875% 0 8.5%;
  background-size: 100% 100%;
}
#index-body .i-news .header .i-title {
  margin-top: 7px;
}
#index-body .i-news .content {
  margin-top: 58px;
  margin-right: -9%;
}
#index-body .i-news .content ul {
  margin-right: -31px;
}
#index-body .i-news .content ul li {
  padding-right: 31px;
}
#index-body .i-news .content ul li .ig {
  background: #fff;
  padding: 79px 29px 82px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-news .content ul li .ig .tit {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .ig .link {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin-top: 10px;
  padding: 0 9px 9px 0;
  position: relative;
}
#index-body .i-news .content ul li .ig .link::before,
#index-body .i-news .content ul li .ig .link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .ig .link::before {
  z-index: 1;
  width: 0;
  background: var(--color);
}
#index-body .i-news .content ul li .ig .link::after {
  width: 100%;
  background: #666666;
}
#index-body .i-news .content ul li .ig .link:hover {
  color: var(--color);
}
#index-body .i-news .content ul li .ig .link:hover::before {
  width: 100%;
}
#index-body .i-news .content ul li .ig time {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  margin-top: 26px;
}
#index-body .i-news .content ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/n-icon.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .ig:hover .tit {
  color: var(--color);
}
#index-body .i-news .content ul li .ig:hover::after {
  opacity: 1;
}
#index-body .i-news .content ul.slick-dots {
  position: absolute;
  margin-right: 0;
  left: 0;
  bottom: -69px;
  z-index: 1;
}
#index-body .i-news .content ul.slick-dots li {
  display: inline-block;
  padding-right: 0;
  width: 79px;
  height: 8px;
  background-color: #ffb931;
  border-radius: 4px;
  opacity: 0.1;
  margin-right: 9px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul.slick-dots li button {
  display: none;
}
#index-body .i-news .content ul.slick-dots li.slick-active {
  opacity: 1;
}
#index-body .i-news .content ul.slick-dots li:last-child {
  margin-right: 0;
}
#index-body .i-news::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 17.657%;
  height: 100%;
  background-color: #e1d5bd;
}
#footer {
  position: relative;
  background: var(--color);
  color: #fff;
  padding-top: 60px;
}
#footer .f-header p {
  font-size: 18px;
  line-height: 1.6;
  opacity: .4;
  margin-top: 23px;
}
#footer .f-form {
  max-width: 1205px;
  margin: 59px auto 0;
}
#footer .f-form ul {
  margin: -39px;
}
#footer .f-form ul li {
  padding: 39px;
  width: 21.045%;
}
#footer .f-form ul li input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
#footer .f-form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li:nth-child(3) {
  width: 43.414%;
}
#footer .f-form ul li:last-child {
  width: 14.496%;
}
#footer .f-form ul li:last-child .more {
  width: 100%;
  background: transparent;
  padding: 0;
  text-align: center;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 34px;
}
#footer .f-form ul li:last-child .more span {
  color: #fff;
}
#footer .f-form ul li:last-child .more::before,
#footer .f-form ul li:last-child .more::after {
  background: #fff;
}
#footer .f-form ul li:last-child .more:hover {
  background: #fff;
}
#footer .f-form ul li:last-child .more:hover span {
  color: var(--color);
}
#footer .f-content {
  padding: 105px 0 49px;
}
#footer .f-content .tit {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Oswald';
  margin-bottom: 45px;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.5;
}
#footer .f-content ul li a {
  display: inline-block;
  opacity: .8;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  opacity: 1;
}
#footer .f-content ul li a:hover::before {
  width: 100%;
}
#footer .f-content .f-product {
  width: 42%;
}
#footer .f-content .f-product ul {
  margin-bottom: -21px;
}
#footer .f-content .f-product ul li {
  width: 33.3333%;
  margin-bottom: 21px;
}
#footer .f-content .f-product ul li:nth-child(3n) {
  padding-left: 4%;
}
#footer .f-content .f-nav ul li {
  margin-bottom: 20px;
}
#footer .f-content .f-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  max-width: 440px;
  padding-right: 119px;
  position: relative;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 23px;
}
#footer .f-content .f-contact ul li i {
  width: 21px;
  display: inline-block;
  margin-top: 5px;
}
#footer .f-content .f-contact ul li span {
  margin-left: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact #ewm {
  position: absolute;
  bottom: 38px;
  right: 0;
  width: 76px;
  border: 6px solid #fff;
}
#footer .f-content .f-code {
  text-align: center;
}
#footer .f-content .f-code #ewm {
  margin: 0 auto;
  width: 131px;
  border-radius: 5px;
  border: 4px solid #fff;
}
#footer .f-content .f-code .share {
  margin-top: 32px;
}
#footer .f-content .f-code .share a {
  display: inline-block;
  width: 47px;
  height: 46px;
  border-radius: 50%;
  background-color: #010919;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  margin-right: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-code .share a:hover {
  background-color: var(--color1);
}
#footer .f-content .f-code .share a:last-child {
  margin-right: 0;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 14px;
}
#footer .f-copy .top {
  font-size: 18px;
  line-height: 1.6;
}
#footer .f-copy .top::after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 14px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}
#footer .f-copy .bottom {
  margin-top: 22px;
}
#footer .f-copy .bottom .share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  margin-right: 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .bottom .share a:last-child {
  margin-right: 0;
}
#footer .f-copy .bottom .share a:hover {
  border-color: #fff;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  fill: #fff;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    width: 1430px;
  }
  #banner ul li .text .box .left .title {
    font-size: 60px;
  }
  #banner ul li .text .box .right .list {
    zoom: .76;
    padding-right: 40px;
  }
  #banner ul li .text .box .left .list {
    margin-top: 70px;
  }
  #banner ul li .text .box {
    padding: 0 0 0 50px;
  }
  #banner .down {
    left: 15px;
  }
  #banner ul li::before {
    width: 860px;
  }
  #banner ul li::after {
    width: 820px;
  }
  #banner ul li .text .box .right .list .btn {
    right: -18px;
  }
  #index-body .i-category ul {
    margin-right: -30px;
  }
  #index-body .i-category ul li {
    padding: 68px 30px 0 0;
  }
  #index-body .i-category ul li a {
    padding: 0 90px 0 20px;
  }
  #index-body .i-category ul li a i {
    right: 30px;
  }
  #index-body .i-product .box .right ul li .img-box i {
    left: 21px;
  }
  #index-body .i-about .top .middle {
    padding-left: 40px;
  }
  #index-body .i-about .top .middle .title {
    font-size: 60px;
  }
  #index-body .i-advantage {
    background-size: 19%;
  }
  #index-body .i-history .box .content ul.slick-dots {
    left: -15px;
  }
  #index-body .i-news .content {
    margin-right: 0;
  }
  .fixed-toolbar {
    bottom: 5%;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    width: 1280px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 36px;
  }
  #banner ul li .text .box .left span {
    font-size: 20px;
  }
  #banner ul li .text .box .left .title {
    font-size: 50px;
  }
  #banner ul li .text .box .left .more {
    margin-top: 24px;
  }
  #banner ul li .text .box .left .list {
    margin-top: 40px;
  }
  #banner ul li .text .box .right .list {
    zoom: .6;
  }
  #banner ul li::before {
    width: 680px;
  }
  #banner ul li::after {
    width: 640px;
  }
  #index-body .i-category ul li a span {
    font-size: 20px;
  }
  #index-body .i-category ul li a i {
    right: 20px;
    width: 50px;
    zoom: .8;
  }
  #index-body .i-category ul li a {
    padding: 0 70px 0 20px;
  }
  #index-body .i-product .box .left .ig .title {
    font-size: 60px;
  }
  #index-body .i-product .box .right ul li .img-box i {
    bottom: 40px;
    width: 530px;
  }
  #index-body .i-custom .top .left .title {
    font-size: 50px;
  }
  #index-body .i-custom .bottom ul li em {
    right: 20px;
  }
  #index-body .i-about .top .middle .title {
    font-size: 50px;
  }
  #index-body .i-news .content ul li .ig {
    padding: 40px 15px;
  }
  #footer .f-content .f-product ul li:nth-child(3n) {
    padding-left: 0%;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    width: 1080px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 15px 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a::after {
    zoom: .8;
  }
  #header .nav .ui.menu .h-inquiry {
    margin-left: 20px;
  }
  #header .nav .ui.menu .h-inquiry a span {
    font-size: 16px;
  }
  #banner{
    margin-top: 120px;
  }
  #banner ul li .text .box .left span {
    font-size: 18px;
  }
  #banner ul li .text .box .left .title {
    font-size: 40px;
  }
  #banner ul li .text .box .left .list span {
    margin-right: 28px;
  }
  #banner ul li::before {
    width: 570px;
    height: 230px;
  }
  #banner ul li::after {
    width: 540px;
  }
  #banner ul li .text .box .right .list {
    zoom: .56;
  }
  #index-body .i-custom .top .left .icon {
    right: -117px;
  }
  #index-body .i-about .top .right {
    font-size: 16px;
    padding-left: 20px;
  }
  #index-body .i-about .top .middle {
    padding-left: 20px;
  }
  #index-body .i-about .top .middle .title {
    font-size: 40px;
  }
  #index-body .i-about .bottom .left {
    padding: 73px 36px 32px;
  }
  #index-body .i-advantage .box .right ul li .ig {
    padding: 30px 15px;
  }
  #index-body .i-advantage .box .right ul li .ig .top span {
    font-size: 20px;
  }
  #index-body .i-history .box .content ul li .ig {
    padding: 60px 20px;
  }
  #index-body .i-history .box .content ul li .ig .tit {
    font-size: 50px;
  }
  #index-body .i-history .box .content ul li .ig p {
    margin-top: 23px;
  }
  #index-body .i-partner ul {
    margin-right: -60px;
  }
  #index-body .i-partner ul li {
    padding-right: 60px;
  }
  #footer .f-form ul {
    margin: -20px;
  }
  #footer .f-form ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .h-search {
    padding-right: 12px;
  }
  #header .nav .ui.menu .yuy {
    margin-left: 12px;
  }
  #header .nav .ui.menu .yuy span {
    font-size: 14px;
  }
  #header .nav .ui.menu .h-inquiry a span {
    font-size: 14px;
  }
  #banner {
    zoom: .92;
  }
  #banner ul li .text .box .left .list span {
    margin-right: 15px;
  }
  #banner ul li .text .box {
    padding: 0;
  }
  #index-body .i-custom .bottom ul li {
    padding-left: 40px;
  }
  #index-body .i-custom .bottom ul li .tit {
    font-size: 30px;
  }
  #index-body .i-advantage .box .right ul {
    margin: -12px;
  }
  #index-body .i-advantage .box .right ul li {
    padding: 12px;
  }
  .i-title {
    font-size: 42px;
  }
  #index-body .i-news .content ul li .ig .tit {
    font-size: 22px;
  }
  #footer .f-content {
    zoom: .9;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
    zoom: 1;
  }
  #banner ul li .text .box .left {
    width: 100%;
  }
  #banner ul li .text .box .right {
    display: none;
  }
  #banner ul li::before,
  #banner ul li::after {
    display: none;
  }
  #banner .down {
    display: none;
  }
  #index-body .i-product .box .left .ig .title {
    font-size: 50px;
  }
  #index-body .i-product .box .left .ig .link {
    margin-top: 30px;
    zoom: .8;
  }
  #index-body .i-product .box .right ul li .img-box i {
    bottom: 20px;
    width: 280px;
    height: 100px;
  }
  #index-body .i-product .box .right ul li .text {
    margin-top: -5%;
  }
  #index-body .i-product .box .right ul li .text .title {
    font-size: 20px;
  }
  #index-body .i-custom .top .left .icon {
    display: none;
  }
  #index-body .i-custom .top .right {
    padding-left: 17px;
  }
  #index-body .i-custom .top .left .title {
    font-size: 40px;
  }
  #index-body .i-custom .top .left .con {
    margin-top: 30px;
  }
  #index-body .i-custom .bottom {
    margin-top: 40px;
  }
  #index-body .i-custom .bottom ul li span {
    font-size: 18px;
    line-height: 1.6;
  }
  #index-body .i-custom .bottom ul li {
    padding-left: 20px;
  }
  #index-body .i-custom .bottom ul li .tit {
    font-size: 22px;
    margin-top: 12px;
  }
  #index-body .i-custom .bottom ul li em {
    font-size: 100px;
  }
  #index-body .i-about {
    padding: 30px 0;
  }
  #index-body .i-about .top .left {
    display: none;
  }
  #index-body .i-about .top .middle {
    width: 50%;
    padding-left: 0;
  }
  #index-body .i-about .top .right {
    width: 50%;
    padding: 0 0 0 20px;
  }
  #index-body .i-about .bottom {
    margin-top: 30px;
  }
  #index-body .i-about .bottom .left {
    width: 50%;
  }
  #index-body .i-about .bottom .middle {
    width: 50%;
  }
  #index-body .i-about .bottom .right {
    display: none;
  }
  #index-body .i-advantage {
    background: #fff;
  }
  #index-body .i-advantage .box {
    padding-left: 0;
  }
  #index-body .i-advantage .box .left {
    width: 100%;
  }
  #index-body .i-advantage .box .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-history .box .content ul {
    margin-right: -27px;
  }
  #index-body .i-history .box .content ul li {
    padding-right: 27px;
  }
  #index-body .i-history .box .content ul li .ig {
    padding: 30px 20px;
  }
  #index-body .i-history .box .content ul li .ig .tit {
    font-size: 40px;
  }
  #index-body .i-application .content {
    margin-top: 30px;
  }
  #index-body .i-application .content ul li .img-box span {
    font-size: 16px;
    padding: 0 6px;
    bottom: 12px;
  }
  #index-body .i-partner {
    padding: 40px 0;
  }
  #index-body .i-partner ul {
    margin-right: -30px;
  }
  #index-body .i-partner ul li {
    padding-right: 30px;
  }
  #index-body .i-news .content {
    margin-top: 20px;
  }
  #index-body .i-news .content ul.slick-dots {
    bottom: -30px;
  }
  #footer .f-content .f-product {
    display: none;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .f-form {
    margin: 20px auto 0;
  }
  #footer .f-form ul li {
    width: 50%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-form ul li:last-child {
    width: 20%;
  }
  #footer .f-content {
    padding: 30px 0;
    zoom: 1;
  }
  #footer .f-content .f-product,
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
    padding-right: 0;
  }
  #footer .f-content .f-contact #ewm {
    display: none;
  }
  .fixed-toolbar {
    bottom: 12%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .box .left span {
    font-size: 16px;
    line-height: 1.8;
  }
  #banner ul li .text .box .left .title {
    font-size: 30px;
  }
  #banner ul li .text .box .left p {
    display: none;
  }
  #banner ul li .text .box .left .more {
    margin-top: 20px;
  }
  #banner ul li .text .box .left .more span {
    font-size: 16px;
  }
  #banner ul li .text .box .left .list {
    display: none;
  }
  .more {
    padding: 10px 30px;
  }
  .more span {
    font-size: 16px;
  }
  .i-title {
    font-size: 36px;
    line-height: 1.3;
  }
  #index-body .i-category {
    display: none;
  }
  #index-body .i-product .box .left {
    width: 100%;
    position: initial;
    padding: 30px 0;
  }
  #index-body .i-product .box .left .ig .title {
    font-size: 40px;
  }
  #index-body .i-product .box .right {
    width: 100%;
    padding-bottom: 30px;
  }
  #index-body .i-product .box .right ul li .img-box i {
    width: 436px;
  }
  #index-body .i-custom {
    display: none;
  }
  #index-body .i-about .top .middle {
    width: 100%;
  }
  #index-body .i-about .top .middle .more {
    margin-top: 20px;
  }
  #index-body .i-about .top .right {
    width: 100%;
    padding: 30px 0 0;
  }
  #index-body .i-about .bottom {
    display: none;
  }
  #index-body .i-advantage .box .left .more {
    margin-top: 32px;
  }
  #index-body .i-advantage .box .right ul li .ig .bottom {
    font-size: 16px;
    line-height: 1.8;
    height: 52px;
    margin-top: 16px;
  }
  #index-body .i-history .box .content {
    margin-top: 30px;
  }
  #index-body .i-history .box .content ul {
    margin-right: -13px;
  }
  #index-body .i-history .box .content ul li {
    padding-right: 13px;
  }
  #index-body .i-history .box .content ul li .ig {
    padding: 30px 15px;
  }
  #index-body .i-history .box .content ul li .ig .tit {
    font-size: 30px;
  }
  #index-body .i-history .box .content ul li .ig p {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-application {
    display: none;
  }
  #index-body .i-news .content ul {
    margin-right: -12px;
  }
  #index-body .i-news .content ul li {
    padding-right: 12px;
  }
  #index-body .i-news .content ul li .ig {
    padding: 30px 15px;
  }
  #index-body .i-news .content ul li .ig .tit {
    font-size: 20px;
  }
  #index-body .i-news .content ul li .ig .link {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-news .content ul li .ig time {
    margin-top: 13px;
  }
  #index-body .i-news .content ul.slick-dots li {
    width: 56px;
  }
  #footer .f-form ul li:last-child {
    width: 30%;
  }
  #footer .f-content .tit {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .left span {
    font-size: 14px;
    line-height: 2;
  }
  #banner ul li .text .box .left .title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 0;
  }
  #banner ul li .text .box .left .more {
    margin-top: 10px;
  }
  #banner ul li .text .box .left .more span {
    font-size: 14px;
  }
  .more {
    padding: 10px 20px;
    border-radius: 19px;
  }
  .more span {
    font-size: 14px;
  }
  .i-tag {
    font-size: 16px;
    line-height: 1.8;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-product .box .left .ig .title {
    font-size: 30px;
    width: 100%;
  }
  #index-body .i-product .box .left .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-about .top .middle .title {
    font-size: 30px;
  }
  #index-body .i-about .top .right {
    padding-top: 20px;
    line-height: 1.8;
  }
  #index-body .i-advantage .box .right ul li {
    width: 100%;
  }
  #footer .f-form ul {
    margin: -10px;
  }
  #footer .f-form ul li {
    padding: 10px;
  }
  #footer .f-content {
    padding: 20px 0;
  }
  #footer .f-content .f-contact ul li {
    margin-bottom: 12px;
  }
  #footer .f-copy .top {
    font-size: 15px;
    line-height: 2;
  }
  #footer .f-copy .bottom {
    margin-top: 2px;
  }
  #footer .f-copy .bottom .share {
    display: none;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.mouse-ani {
  z-index: 10;
}
.mouse-ani span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  -webkit-transition: 180ms ease-in-out;
  -moz-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
  pointer-events: none;
}
.mouse-ani .mouse-outline {
  height: 30px;
  width: 30px;
  border: 1px solid var(--color);
}
.mouse-ani .mouse-dot {
  height: 6px;
  width: 6px;
  background: var(--color);
}
.mouse-ani.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
.mouse-ani.highlight-cursor-head {
  cursor: none;
}
.mouse-ani.highlight-cursor-head .mouse-outline {
  height: 0;
  width: 0;
}
.mouse-ani.highlight-cursor-head .mouse-dot {
  height: 150px;
  width: 150px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-ani.highlight-cursor-head .mouse-dot {
    height: 80px;
    width: 80px;
  }
}
.mouse-ani.highlight-cursor-para {
  cursor: none;
}
.mouse-ani.highlight-cursor-para .mouse-outline {
  height: 0;
  width: 0;
}
.mouse-ani.highlight-cursor-para .mouse-dot {
  height: 100px;
  width: 100px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-ani.highlight-cursor-para .mouse-dot {
    height: 60px;
    width: 60px;
  }
}
.inner-banner {
  padding: 120px 0 69px;
  background: url(../images/beijing.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
}
.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: 64%;
}
.inner-banner .box .ig .left .mbx {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  position: relative;
}
.inner-banner .box .ig .left .tit {
  font-size: 36px;
  font-family: 'Oswald';
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 5px;
  position: relative;
}
.inner-banner .box .ig .left::after {
  content: '';
  width: 299px;
  height: 299px;
  position: absolute;
  bottom: -90px;
  left: -126px;
  z-index: -1;
  background: url(../images/circle.png) no-repeat;
}
.inner-banner .box .ig .right {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px
  width: 36%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
  .inner-banner .box .ig .left::after {
    left: -80px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .inner-banner .box .ig .left::after {
    left: -70px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-banner .box .ig .left::after {
    left: -50px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner .box .ig .left .tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding: 60px 0 30px;
    margin-top: 60px;
  }
  .listools{
    display: none!important;
  }
  .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;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 30px;
    line-height: 1.2;
  }
}
@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;
  }
  .inner-banner .box .ig .left .tit {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .box .ig .left{
    width: 95%;
  }
  .inner-banner .box .ig .right{
    width: 95%;
  }
}
.inner-page{
  background: #fff;
}
.about2-page .about-1 {
    padding: 80px 0 8%;
    background: url(../images/about-1.jpg) bottom right no-repeat #fff;
    background-size: 45% auto;
}
.about2-page .about-1 .text {
    width: 75%;
}
.about2-page .about-1 .text span.h3{
  font-size: 36px;
}
.about2-page .about-1 .text span.h3 em{
  color: var(--color);
}
.about2-page .about-1 .text span.h2 {
    font-size: 48px;
    font-family: 'Oswald';
    max-width: 24em;
}
.about2-page .about-1 .text .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 3em;
}
.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 70%;
    margin-right: auto;
    display: block;
}
.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}
.about2-page .about-1 .list ul li span {
    font-size: 50px;
    font-weight: 500;
    color: var(--color);
    line-height: 1;
    display: block;
}
.about2-page .about-1 .list ul li span i {
    color: var(--color);
    font-size: 20px;
    margin-left: .1em;
}
.about2-page .about-1 .list ul li p {
    font-size: 16px;
    opacity: .8;
    display: block;
}
.about2-page .about-factory{
  background: #f8f8f8;
  padding: 80px 0;
}
.about2-page .about-factory .h3{
  margin-bottom: 30px;
  font-family: 'Oswald';
}
.about2-page .about-factory ul{
  margin: -15px;
}
.about2-page .about-factory ul li{
  padding: 15px;
}
.about2-page .about-2 {
    text-align: center;
    padding: 220px 0;
    background-attachment: fixed;
}
.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.about2-page .about-3 {
    padding: 90px 0;
}
.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}
.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}
.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}
.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}
.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: var(--color);
    color: white;
}
.about2-page .about-4 .box {
      margin-bottom: 24px;
}
.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}
.about2-page .about-4 .left span.h2 {
    color: inherit;
    /*text-transform: uppercase;*/
    font-family: 'Oswald';
}
.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}
.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}
.about2-page .about-4 .right a.more:hover {
    background-color: black;
}
.about2-page .about-5 {
    padding: 80px 0 120px;
}
.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
    /*text-transform: uppercase;*/
    font-family: 'Oswald';
}
.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}
.about2-page .about-5 .right ul {
    margin: -25px;
}
.about2-page .about-5 .right ul li {
    padding: 25px;
}
.about2-page .about-5 .right ul li img {
    width: 100%;
}
.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}
.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}
.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}
.about2-page .about-6 .box .right {
    width: 23.5%;
}
.about2-page .about-6 .box img {
    width: 100%;
}
.about2-page .about-6 .box .right ul {
    margin: -10px;
}
.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
}
.about2-page #index-body .i-partner{
  padding-top: 0;
}
@media screen and (max-width: 1000px){
  .about2-page .about-1 .text,.about2-page .about-3 .right,
    .about2-page .about-4 .right,.about2-page .about-4 .left,
    .about2-page .about-5 .left,.about2-page .about-5 .right,
    .about2-page .about-6 .box .left{
        width: 100%;
        padding: 0;
    }
    .about2-page .about-1 .img,.about2-page .about-3 .left,.about2-page .about-6 .box .right {
        display: none;
    }
    .about2-page .about-1 .text span.h2,.inner-page span.h2,.application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .about2-page .about-1 .text .con,.about2-page .about-1 .list ul li p,.about2-page .about-5 .left .text {
        font-size: 14px;
    }
    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }
    .about2-page .about-2 {
        padding: 120px 0;
    }
    .about2-page .about-2 .play {
        max-width: 70px;
    }
    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }
    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }
    .about2-page .about-4,.about2-page .about-3,.about2-page .about-1,.about2-page .about-5,.about2-page .about-6{
        padding: 50px 0;
    }
    .about2-page .about-1 {
        background-image: unset;
    }
    .about2-page .about-1 .list {
        max-width: none;
    }
}
@media screen and (max-width: 700px){
  .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }
    .about2-page .about-1 .text span.h2, .inner-page span.h2 {
        font-size: 20px;
    }
}
.history-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.history-page .left {
  width: 50%;
  padding: 0 4% 4% 8%;
  background: #f8f8f8 url(../images/history-bg.png) no-repeat center;
}
.history-page .left .box {
  margin-top: 60px;
  padding-left: 5%;
}
.history-page .left .box .Tit {
  margin-bottom: 60px;
  font-size: 50px;
  font-family: 'Oswald';
  text-transform: uppercase;
}
.history-page .left .box ul li {
  height: 170px;
}
.history-page .left .box ul li .year {
  font-size: 40px;
  color: #8d8d8d;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.history-page .left .box ul li .text {
  color: #8d8d8d;
  line-height: 1.5;
  max-height: 4.5em;
  overflow-y: auto;
}
.history-page .left .box ul .slick-current li .year {
  font-size: 48px;
  /*font-weight: bold;*/
  color: #000000;
}
.history-page .right {
  width: 50%;
}
.history-page .right * {
  height: 100%;
}
.history-page .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .history-page .left {
    padding: 0 5% 5%;
  }
  .history-page .left .box {
    padding-left: 0;
  }
  .history-page .left .box .Tit {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .history-page .left .box .Tit {
    font-size: 36px;
  }
  .history-page .left .box ul li .year {
    font-size: 30px;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .history-page {
    display: block;
  }
  .history-page .left {
    width: 100%;
    padding: 0 5% 60px;
  }
  .history-page .right {
    display: none;
  }
  .history-page .left .box {
    margin-top: 0;
  }
  .history-page .left .box ul {
    margin: -15px;
  }
  .history-page .left .box ul li {
    height: auto;
    padding: 15px;
  }
  .history-page .left .box ul li .year {
    font-weight: bold;
    color: #000000;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .history-page .left .box .Tit {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .history-page .left .box ul li .year {
    font-size: 20px;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 20px;
  }
}
.innerTit {
    font-size: 50px;
    font-family: 'Oswald';
}
.environment-page .environment-1 {
  /*background-color: #1b1b1b;*/
  overflow: hidden;
}
.environment-page .environment-1 .box {
  min-height: 510px;
  margin: 20px 60px 120px;
  /*background: url(../images/environment-1-bg.jpg) no-repeat center;*/
  background-size: cover;
  padding: 3% 7% 6%;
  position: relative;
}
.environment-page .environment-1 .box .icon {
  position: absolute;
  top: -40px;
  right: 10%;
}
.environment-page .environment-1 .white{
  padding-bottom: 94px;
}
.environment-page .environment-1 .box .Tit {
  color: #FFFFFF;
      text-transform: none;
}
.environment-page .environment-1 .box .text {
  font-size: 20px;
  line-height: 1.8;
  color: #FFFFFF;
}
.environment-page .environment-1 .box .moreBtn {
  display: none;
  position: absolute;
  left: 15%;
  bottom: -47px;
  width: 94px;
  height: 94px;
  line-height: 94px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}
.environment-page .environment-1 .box .moreBtn img {
  vertical-align: middle;
}
.environment-page .environment-2 {
  padding: 125px 0 150px;
  background: #f7f7f7;
}
.environment-page .environment-2 .left {
  width: 50%;
  vertical-align: middle;
}
.environment-page .environment-2 .left .Tit {
  font-size: 40px;
  margin-bottom: 35px;
  font-weight: bold;
}
.environment-page .environment-2 .left .text {
  font-size: 16px;
  color: #696969;
  margin-bottom: 55px;
}
.environment-page .environment-2 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 10%;
}
.environment-page .environment-3 {
  padding: 120px 0;
  overflow: hidden;
}
.environment-page .environment-3 .slick-list {
  overflow: unset;
}
.environment-page .environment-3 .list ul {
  margin: -30px;
}
.environment-page .environment-3 .list ul li {
  padding: 30px;
}
.environment-page .environment-3 .box > img {
  width: 100%;
}
.environment-page .environment-3 .box .content {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f7f7f7;
  border: 1px solid rgb(0 0 0 / 30%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.environment-page .environment-3 .box .content .name {
  font-size: 40px;
  margin-bottom: 30px;
}
.environment-page .environment-3 .box:hover .content {
  opacity: 1;
}
@media (max-width: 1400px) {
  .innerTit {
    font-size: 40px;
  }
  .environment-page .environment-1 .box {
    min-height: auto;
    padding: 3% 5% 6%;
  }
  .environment-page .environment-1 .box .text {
    font-size: 18px;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 30px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .innerTit {
    font-size: 30px;
  }
  .environment-page .environment-1 .box .text {
    font-size: 16px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 16px;
  }
  .environment-page .environment-2 .left .Tit {
    font-size: 30px;
  }
  .environment-page .environment-2 .right {
    padding-left: 5%;
  }
  .environment-page .environment-3 .box .content {
    padding: 5%;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 24px;
  }
  .environment-page .environment-3 .list ul {
    margin: -15px;
  }
  .environment-page .environment-3 .list ul li {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .environment-page .environment-1 .box {
    margin: 20px 5% 60px;
  }
  .environment-page .environment-2 {
    padding: 60px 0;
  }
  .environment-page .environment-2 .container {
    max-width: 700px;
  }
  .environment-page .environment-2 .left {
    width: 100%;
  }
  .environment-page .environment-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    display: none;
  }
  .environment-page .environment-3 {
    padding: 60px 0;
  }
  .environment-page .environment-3 .container {
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  .innerTit {
    font-size: 24px;
  }
  .environment-page .environment-1 .box {
    padding: 5%;
    margin: 0;
  }
  .environment-page .environment-1 .box .text {
    font-size: 14px;
  }
  .environment-page .environment-1 .box .moreBtn {
    position: static;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
  }
  .environment-page .environment-2 .left .Tit {
    font-size: 24px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 14px;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .environment-page .environment-1 .box .icon {
    display: none;
  }
}
.news-page .news-1 {
  padding: 5rem 0 4rem;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: #2a69b4;
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 260px;
  position: relative;
    background-size: cover;
    display: block;
    background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 22px;
  color: #301500;
line-height: 40px;
  /*min-height: 6em;*/
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: #111;
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.6;
  color: #a0a0a0;
  /*height: 6em;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #111;
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  /*margin-top: -0.2em;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  left: 10px;
}
.newdet-page{
  padding-bottom: 5rem;
  background: #fff;
}
.newdet-page .newdet-1 {
  padding: 4rem 0 0rem;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 36px;
  color: #301500;
  font-weight: bold;
  line-height: 1.4;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 36px;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding:  0 0 40px 0;
  text-align: left;
  /*border-top: 1px #301500 dotted;*/
  border-bottom: 1px #301500 dotted;
  font-size: 18px;
  line-height: 32px;
}
.m-link {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
  line-height: 32px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #111;
}
.newdet-page .newdet-1 .share {
  float: right;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  font-size: 20px;
  color: #301500;
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a:hover {
  color: #111;
}
.newdet-page .newdet-2 {
  padding-bottom: 4.25rem;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 70px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}

.inner-page .m-page span.current,
.inner-page .m-page a:hover {
background-color: #fff;
    color: #2a69b4;
}
@media screen and (max-width: 1700px) {
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .m-link {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: 70px 0;
  }
  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 36px;
    min-height:0em;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .list ul li{
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .m-link {
    font-size: 16px;
    max-width: none;
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-left: 0;
  }
  .news-page .news-1 .list ul li{
    width: 100%;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
    line-height: 44px;
    margin-top:10px;
  }
}
.gallery-page .gallery-1 {
  padding: 5rem 0 4rem;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
  /*border-radius: 15px;*/
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 70%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}
.product-page{
    padding: 70px 0;
}
.product-page .product-content .container .product-left {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 28%;
  padding-right: 50px;
}
.product-page .product-content .container .product-left form {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
.product-page .product-content .container .product-left form input[type=text] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555;
}
.product-page .product-content .container .product-left form input[type=submit] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.product-page .product-content .container .product-left .inner-cat .inner-title {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c {
  font-size: 16px;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li {
  padding-right: 30px;
  position: relative;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li a {
  display: inline-block;
  padding: 8px 0;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li i {
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
  font-size: 18px;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li i.active_2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li.active > a,
.product-page .product-content .container .product-left .inner-cat .item_cont_c li.active > i {
color: var(--color);
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li .item_cont {
  display: none;
  padding-left: 20px;
}
.product-page.customized-page .product-content .container .product-left .inner-cat .item_cont_c li .item_cont{
    display: block;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li .item_cont li {
  border-bottom: 1px solid #d9d9d9;
  padding-right: 0;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li .item_cont li:last-child {
  border: none;
}
.product-page .product-content .container .product-left .inner-recent {
  margin-top: 40px;
}
.product-page .product-content .container .product-left .inner-recent .inner-title {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.product-page .product-content .container .product-left .inner-recent ul li {
  margin-top: 26px;
}
.product-page .product-content .container .product-left .inner-recent ul li .column {
  vertical-align: middle;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-img {
  width: 80px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-img img {
  width: 100%;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-text {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 20px;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-text a {
  display: block;
  font-weight: bold;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-text a:hover {
  color: #ff0000;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-text .star_list {
  margin-top: 14px;
  color: var(--color);
}
.product-page .product-content .container .product-right {

  width: 72%;
}
.product-page .product-content .container .product-right .cat_name {
  font-weight: bold;
}
.product-page .product-content .container .product-right .cat_des {
  margin-top: 16px;
}
.product-page .product-content .container .product-right .cat_tips {
  font-size: 28px;
  color: #ff0000;
  font-weight: bold;
  margin-top: 24px;
}
.product-page .product-content .container .product-right .tab_list {
  margin-top: 14px;
}
.product-page .product-content .container .product-right .tab_list .list_cont .list {
  margin-top: 6px;
  text-align: center;
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
  background-color: #eeeeee;
  font-size: 20px;
  padding: 14px 10px;
  font-weight: bold;
  cursor: pointer;
}
.product-page .product-content .container .product-right .tab_list .list_cont .list.active,
.product-page .product-content .container .product-right .tab_list .list_cont .list:hover {
  background-color: #ff0000;
  color: #fff;
}
.product-page .product-content .container .product-right .tab_list .list_cont .list2 {
  margin-left: 16px;
}
.product-page .product-content .container .product-right .cont_list .cont_content {
  margin-top: 40px;
}
.product-page .product-content .container .product-right .cont_list .cont_content .title{
  font-weight: bold;
  margin-bottom: 20px;
}
.product-page .product-content .container .product_list {
  margin-top: 40px;
}
.product-page .product-content .container .product_list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .product-content .container .product_list ul li .box {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
.product-page .product-content .container .product_list ul li .box .img_c {
  overflow: hidden;
  position: relative;
}
.product-page .product-content .container .product_list ul li .box .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-content .container .product_list ul li .box .product-inner .product-image {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
}
.product-page .product-content .container .product_list ul li .box .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/*.product-page .product-content .container .product_list ul li .box .product-inner .second-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}*/
.product-page .product-content .container .product_list ul li .box .fa-box {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    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;
}
.product-page .product-content .container .product_list ul li .box .fa-box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border: 1px solid #e7e7e7;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #aaa;
}
.product-page .product-content .container .product_list ul li .box .fa-box a:hover {
  background-color: var(--color);
  color: #fff;
}
.product-page .product-content .container .product_list ul li .box .title {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
}
.product-page .product-content .container .product_list ul li .box .title:hover {
  color: var(--color);
}
.product-page .product-content .container .product_list ul li .box .des {
    text-align: center;
    color: #aaa;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 2;
}
/*.product-page .product-content .container .product_list ul li .box:hover .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}*/
/*.product-page .product-content .container .product_list ul li .box:hover .product-inner .first-image {
  opacity: 0;
}
.product-page .product-content .container .product_list ul li .box:hover .product-inner .second-image {
  opacity: 1;
}*/
@media (max-width: 1250px){
    .product-page .product-content .container .product-left {
    display: none;
  }
  .product-page .product-content .container .product-right {
    width: 100%;
  }
}
@media (max-width: 1000px){
    .product-page .product-content .container .product-right .cat_name {
    text-align: center;
    font-size: 20px;
  }
  .product-page .product-content .container .product-right .cat_des {
    text-align: center;
  }
  .product-page .product-content .container .product-right .cat_tips {
    text-align: center;
  }
}
@media (max-width: 500px){
    .product-page .product-content .container .product-right .cat_tips {
    font-size: 24px;
    line-height: 1.8;
  }
  .product-page .product-content .container .product-right .tab_list .list_cont .list {
    margin: 10px 0 0 0;
    width: 100%;
    font-size: 18px;
    padding: 8px 2px;
  }
  .product-page .product-content .container .product_list {
    margin-top: 20px;
  }
  .product-page .product-content .container .product_list ul li .box .des {
    padding-top: 6px;
  }
  .product-page .product-content .container .product_list ul li .box .title {
    margin-top: 10px;
  }
  .product-page .product-content .container .product-right .cont_list .cont_content {
    margin-top: 20px;
  }
}
.prodet-page .prodet-1 {
    background: #f7f7f7;
    padding: 80px 0 80px;
}
.prodet-page .prodet-1 .prodet-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prodet-page .prodet-1 .prodet-box .left {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.prodet-page .prodet-1 .prodet-box .left .img-big {
  overflow: hidden
}
.prodet-page .prodet-1 .prodet-box .left .img-big ul,
.prodet-page .prodet-1 .prodet-box .right .img-scroll ul li img{
  background: #ffffff;
}
.prodet-page .prodet-1 .prodet-box .right .img-scroll .slick-track {
  margin: 0;
  margin-right: auto;
}
.prodet-page .prodet-1 .prodet-box .right .img-scroll ul li {
    padding: 0px 10px;
    cursor: pointer
}
.prodet-page .prodet-1 .prodet-box .right .img-scroll ul li img {
    border: 1px solid #efefef;
}
.prodet-page .prodet-1 .prodet-box .right {
    width: 60%;
    padding-left: 3%;
}
.prodet-page .prodet-1 .prodet-box .right h4 {
    font-size: 3.6rem;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
}
.prodet-page .prodet-1 .prodet-box .right .content {
    margin: 5px 0 20px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content strong {
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .more {
    margin-top: 20px;
    font-size: 18px;
}
.prodet-page .prodet-1 .prodet-box .right .icon {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-1 .prodet-box .right .icon 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    margin-right: 13px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:hover {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:last-child {
    margin-right: 0;
}
.newdet-page .box h1 {
    text-align: center;
}
.newdet-page+.prodet-page .prodet-3 {
    padding-top: 4rem;
}
.prodet-page .prodet-1 .right h1 {
    text-transform: capitalize;
}
.prodet-page .prodet-1 .right h1,
.newdet-page .box h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--color);
    line-height: 1.8;
}
.prodet-page .prodet-2 {
    padding: 60px 0 60px;
}
.prodet-page .prodet-2 .options ul {
    border-bottom: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-2 .options ul li {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
  padding: 20px 30px;
    cursor: pointer;
}
.prodet-page .prodet-2 .options ul li:hover {
    color: var(--color);
}
.prodet-page .prodet-2 .options ul li.active {
    color: #fff;
    background: var(--color);
}
.prodet-page .prodet-2 .ret {
    background: #fff;
    padding: 40px 0px 0px;
}
.prodet-page .prodet-2 .ret .content table tbody tr td {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
#table_gl table tr {
    border-top: 1px solid #eee;
}
#table_gl table tr:first-child {
    border-top: none;
}
#table_gl table,
#table_gl table td {
    border: none;
}
.prodet-page .prodet-2 .ret .content {
    font-size: 1.6rem;
    line-height: 1.6;
}
.prodet-page .prodet-2 .ret .content strong {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.prodet-page .prodet-2 .ret .content form {
    background: #fff;
}
.prodet-page .prodet-2 .ret .content form h4 {
    font-size: 28px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
}
.prodet-page .prodet-2 .ret .content form p {
    color: #333;
    line-height: 1.8;
}
.prodet-page .prodet-2 .ret .content form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.prodet-page .prodet-2 .ret .content form ul li {
    width: 48%;
}
.prodet-page .prodet-2 .ret .content form ul li span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"] {
    height: 50px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"]:focus {
    border: 1px solid var(--color);
}
.prodet-page .prodet-2 .ret .content form ul li textarea {
    height: 130px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 20px;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .content form ul li textarea:focus {
    border: 1px solid var(--color);
}
.prodet-page .prodet-2 .ret .content form ul li input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 18px 0;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border: none;
}
.prodet-page .prodet-2 .ret .content form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-2 .ret .content form ul li:nth-child(6) {
    width: 23.5rem;
}
.prodet-page .prodet-3 {
    padding-bottom: 70px;
}
.prodet-page .prodet-3 h4 {
    font-size: 36px;
    line-height: 1;
    color: var(--color);
    text-align: center;
    font-weight: 500;
}
.prodet-page .prodet-3 .prodetBox {
    margin-top: 30px;
    position: relative;
}
.prodet-page .prodet-3 .prodetBox ul {
    margin: -15px;
}
.prodet-page .prodet-3 .prodetBox ul li {
    padding: 15px;
}
.prodet-page .prodet-3 .prodetBox h4 {
font-size: 20px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 300 !important;
    margin: 25px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-transform: capitalize;
}
.prodet-page .prodet-3 .prodetBox h4:hover {
    color: var(--color);
}
.prodet-page .prodet-3 .prodetBox p {
    text-align: center;
    margin: 0 auto;
    max-width: 290px;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
}
.prodet-page .prodet-3 .prodetBox .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -10rem;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev,
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
    position: relative;
    margin-top: 0;
    width: 42px;
    height: 54px;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev {
    background: url(../images/r-left.png) no-repeat center center;
    left: 0;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
    background: url(../images/r-right.png) no-repeat center center;
    right: 0;
}
.seoPublic>div{
  background: #fff;
}
.prodet-page .prodet-2 .ret .content div#table_gl div {
    line-height: 1.8;
    padding: 5px 0;
}
.prodet-page .prodet-2 .ret li .content div#table_pro table tr:first-child img.wscnph {
    max-width: 100px;
}
.prodet-page .prodet-2 .ret .content table tbody tr td br {
    display: none;
}
@media screen and (max-width: 1230px) {
  .prodet-page .prodet-2 .ret .content table tbody tr td {
      font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1,
  .prodet-page .prodet-2 {
    padding: 50px 0
  }
  .Auxil-industry{
    display: none!important;
  }
  .prodet-page .prodet-2 .ret .content {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right h1, .newdet-page .box h1 {
     font-size: 26px;
   }
   .prodet-page .prodet-1 .prodet-box .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .prodet-box .right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0%;
    }
    .prodet-page .prodet-2 .ret .content form ul li {width: 100%;}
    .prodet-page .prodet-2 .ret .content form {
      padding: 0
    }
}
.baseTit .Tit{
  font-size: 44px;
  line-height: 1.2;
  font-weight: bold;
}
.lab-5 {
  padding: 100px 0 200px;
  background-color: #f5f5f5;
}
.lab-5 .left .images {
  position: relative;
  margin-right: 66px;
}
.lab-5 .left .images .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*background-color: #000000;*/
  transition: .5s ease;
}
.lab-5 .left .images .img img {
  opacity: .3;
  transition: .5s ease;
}
.lab-5 .left .images .img.img_2 {
  left: 55px;
  top: 55px;
  z-index: 4;  
}
.lab-5 .left .images .img.img_2 img {
  opacity: .6;
}
.lab-5 .left .images .img.img_1 {
  left: 66px;
  top: 66px;
  z-index: 5;
}
.lab-5 .left .images .img.img_3 {
  left: 44px;
  top: 44px;
  z-index: 3;
}
.lab-5 .left .images .img.img_3 img {
  opacity: .4;
}
.lab-5 .left .images .img.img_4 {
  left: 33px;
  top: 33px;
  z-index: 2;
}
.lab-5 .left .images .img.img_4 img {
  opacity: .2;
}
.lab-5 .left .images .img.img_1 img {
  opacity: 1;
}
.lab-5 .right ul {
  margin-top: 40px;
}
.lab-5 .right li {
  cursor: pointer;
  padding-bottom: 20px;
}
.lab-5 .right li:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}
.lab-5 .right li .name {
  margin: 10px 0;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.lab-5 .right li .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  display: none;
}
.lab-5 .right li .text p {
  min-height: 4.5em;
  color: #818181;
}
.lab-5 .right li.active .name {
  color: var(--color);
}
.cus-page .cus-1 {
  padding: 60px 0;
}
.cus-page .cus-1 .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.cus-page .cus-1 .list li {
  padding: 10px;
  width: 20%;
}
.cus-page .cus-1 .list li > div {
  height: 100%;
}
.cus-page .cus-1 .list li > div .content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.cus-page .cus-1 .list li > div:hover .content {
  opacity: 1;
}
@media (max-width: 1300px) {
  .baseTit .Tit {
    font-size: 40px;
  }
  .cus-page .cus-1 .list li {
    width: 33.33%;
  }
}
@media (max-width: 1240px) {
  .lab-5 .left {
    padding: 0;
  }
  .lab-5 .right {
    margin-top: 0;
  }
  .lab-5 .right ul {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .lab-5 {
    padding: 60px 0;
  }
  .lab-5 .left {
    display: none;
  }
  .lab-5 .right {
    width: 100%!important;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .lab-5 .right li .name {
    margin: 10px 0;
  }
  .lab-5 .right li {
    padding-bottom: 10px;
  }
  .lab-5 .right li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .cus-page .cus-1{
    padding: 30px 0;
  }
  .cus-page .cus-1 .list li {
    width: 50%;
  }
  .cus-page .cus-1 .list li > div .content {
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .cus-page .cus-1 .list li {
    width: 100%;
  }
}
.manufacturing-page .manufacturing-1 {
  margin: 80px 0;
}

.manufacturing-page .manufacturing-1 .left {
  width: 25%;
  padding-right: 5%;
  /*vertical-align: middle;*/
}
.manufacturing-page .manufacturing-1 .left span.h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.manufacturing-page .manufacturing-1 .left span.h3:after {
  content: '';
  height: 0.13333333em;
  width: 1em;
  background-color: var(--color);
  margin-top: .5em;
  display: block;
}
.manufacturing-page .manufacturing-1 .right {
  width: 75%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .text {
  font-size: 18px;
  color: #7e7f81;
}
.manufacturing-page .manufacturing-1 .right .text p {
  margin-top: 1em;
}
.manufacturing-page .manufacturing-1 .right .text p:first-child {
  margin-top: 0;
}


.manufacturing-page .about-5 {
  background: url("../images/manufacturing-2-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
    overflow: hidden;
}
.manufacturing-page .about-5 span.h2::after{
  content: '';
    width: 1.66666667em;
    height: 0.13333333em;
    display: block;
    margin: 0.5em auto 0;
    background-color: var(--primary);
}
.manufacturing-page .manufacturing-2 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-2 .left {
  padding-right: 4%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .left span.h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 1em;
  display: block;
}
.manufacturing-page .manufacturing-2 .right {
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .right .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.manufacturing-page .manufacturing-2 .right .list ul li:last-child {
  margin-bottom: 0;
}
.manufacturing-page .manufacturing-2 .right .list ul li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  display: block;
}
.manufacturing-page .manufacturing-2 .right .list ul li .content .text {
  font-size: 18px;
  color: #7e7f81;
  line-height: 1.6;
}
.manufacturing-page .manufacturing-3 {
  padding: 60px 0;
  background-color: #edeef0;
}
.manufacturing-page .manufacturing-3 .list ul li {
  padding: 25px 0;
  border-bottom: 1px solid #d8d9db;
  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;
}
.manufacturing-page .manufacturing-3 .list ul li:last-child {
  border-bottom: none;
}
.manufacturing-page .manufacturing-3 .list ul li .content {
  width: 60%;
  padding-right: 7%;
}
.manufacturing-page .manufacturing-3 .list ul li .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: .5em;
}
.manufacturing-page .manufacturing-3 .list ul li .content .text {
  font-size: 18px;
  color: #7e7f81;
  line-height: 1.4;
}
.manufacturing-page .manufacturing-3 .list ul li .img {
  width: 40%;
}

.manufacturing-page .about-5 {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.manufacturing-page .about-5 span.h2 {
  font-size: 30px;
  line-height: 1.2;
}
.manufacturing-page .about-5 span.h2:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin: .5em auto 0;
  background-color: var(--color);
}
.manufacturing-page .about-5 .list {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.manufacturing-page .about-5 .list .slick-arrow {
  z-index: 6;
}
.manufacturing-page .about-5 .list .slick-arrow.slick-prev {
  right: auto;
  left: 0;
  background-image: url(../images/banner-btn-l.png);
}
.manufacturing-page .about-5 .list .slick-arrow.slick-next {
  right: 0;
  left: auto;
  background-image: url(../images/banner-btn-r.png);
}
.manufacturing-page .about-5 .list ul {
  margin: 0 -15%;
  position: static;
}
.manufacturing-page .about-5 .list .slick-slide {
  -webkit-transform: translateX(42%);
  -moz-transform: translateX(42%);
  -ms-transform: translateX(42%);
  transform: translateX(42%);
  position: relative;
  z-index: 1;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  padding: 100px 0;
}
.manufacturing-page .about-5 .list .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.manufacturing-page .about-5 .list .slick-slide.slick-active {
  z-index: 2;
}
.manufacturing-page .about-5 .list .slick-slide.slick-active li {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.manufacturing-page .about-5 .list .slick-slide.slick-active + div {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  z-index: 3;
}
.manufacturing-page .about-5 .list .slick-slide.slick-active + div li {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 4;
}
.manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current li {
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
}
.manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  z-index: 3;
}
.manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div li {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div + div {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-73%);
  z-index: 2;
}
.manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div + div li {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div + div + div{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1;
}
.manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div + div + div li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.init-4 .container .title_c .column {
  vertical-align: middle;
}
.init-4 .container .title_c .text1 {
  width: 320px;
  padding-right: 20px;
}
.init-4 .container .title_c .text1 .top {
     color: #fd0400;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.init-4 .container .title_c .text1 .bottom {
  font-weight: bold;
  text-transform: uppercase;
}
.init-4 .container .title_c .line {
  width: 1px;
  height: 60px;
  background-color: #5f5f5f;
}
.init-4 .container .title_c .text2 {
  width: 540px;
  padding-left: 20px;
}
.Auxil-advantage{
  padding: 0;
}
.init-4 .container .content {
    margin-top: 80px;
    margin-bottom: 80px;
}
.init-4 .container .content .left .img {
    width: -webkit-calc(30%);
    width: -moz-calc(30%);
    width: calc(50% - 20px);
    height: 500px;
    margin-top: 36px;
    position: relative;
    -o-background-size: cover;
    background-size: cover;
}
.init-4 .container .content .left .img .btn {
  display: block;
  width: 250px;
  height: 68px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 68px;
  text-align: center;
}
.init-4 .container .content .left .img .btn i,
.init-4 .container .content .left .img .btn span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
}
.init-4 .container .content .left .img .btn i {
  font-size: 24px;
}
.init-4 .container .content .left .img .btn span {
  margin-left: 16px;
  font-weight: bold;
}
.init-4 .container .content .left .img .btn:hover {
  color: #fff;
  background-color: var(--color);
}
.init-4 .container .content .left .img .btn:hover i {
  color: #fff;
}
.init-4 .container .content .left .img_2 {
    margin-left: 25px;
    height: 580px;
    margin-top: 0;
}
.init-4 .container .content .right {
    margin-top: 20px;
    padding-left: 50px;
    width: 55%;
}
.init-4 .container .content .left{
  width: 45%;
}
.init-4 .container .content .right .tips {
  font-weight: bold;
  line-height: 1.2;
      font-size: 50px;
}
.init-4 .container .content .right .tips_des {
  color: #979797;
  margin-top: 20px;
}
.init-4 .container .content .right .list_cont .list {
  margin-top: 40px;
}
.init-4 .container .content .right .list_cont .list .img_c {
  width: 86px;
  height: 86px;
  background-color: #fd0400;
  position: relative;
}
.init-4 .container .content .right .list_cont .list .img_c .img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.init-4 .container .content .right .list_cont .list .text {
  width: -webkit-calc(14%);
  width: -moz-calc(14%);
  width: calc(100% - 86px);
  padding-left: 16px;
}
.init-4 .container .content .right .list_cont .list .text .title {
  font-weight: bold;
}
.init-4 .container .content .right .list_cont .list .text .des {
  color: #828282;
  line-height: 1.4;
  margin-top: 6px;
}
.init-4 .container .content .right .list_cont .list:hover .img_c {
  border-radius: 20px;
}
.init-4 .container .content .right .list_cont .list_2 .img_c {
  background-color: #222222;
}
.init-4 .container .content .right .list_cont .list_3 .img_c {
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}
.init-4 .container .content .right .tips.font-50 p {
    font-size: 44px;
    line-height: 1.5;
    color: var(--color);
}

.init-4 .container .content .right .tips_des p {
    padding: 10px 0;
    font-size: 18px;
}
.init-4 .container .content .right .tips_des p span {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}
.manufacturing-page.inner-page .about-4 {
  padding: 100px 0 100px;
  background: url(../images/cailiao-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.manufacturing-page.inner-page .about-4 .container {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manufacturing-page.inner-page .about-4 .container .left {
  width: 50%;
  text-align: center;
}
.manufacturing-page.inner-page .about-4 .container .left .content {
  display: inline-block;
  position: relative;
}
.manufacturing-page.inner-page .about-4 .container .left .content .ball {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.manufacturing-page.inner-page .about-4 .container .left .content .ball .box {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-animation: kz 20s infinite linear;
  -moz-animation: kz 20s infinite linear;
  animation: kz 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: relative;
}
.manufacturing-page.inner-page .about-4 .container .left .content .ball .box .text1 {
  position: absolute;
top: 100px;
    left: -65px;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  line-height: 1.8;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
 background: rgba(0,146,141,0.4);
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.manufacturing-page.inner-page .about-4 .container .left .content .ball .box .text2 {
  position: absolute;
top: 44px;
    right: -48px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
  line-height: 125px;
   line-height: 1.8;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
background: rgba(0,146,141,0.5);
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.manufacturing-page.inner-page .about-4 .container .left .content .ball .box .text3 {
  position: absolute;
    top: 400px;
    right: 150px;
  border-radius: 100%;
  width: 175px;
  height: 175px;
  line-height: 1.8;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
  background: rgba(0,146,141,0.6);
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.manufacturing-page.inner-page .about-4 .container .left .content .ball .box .text4 {
  position: absolute;
  bottom: -40px;
  right: 35px;
  border-radius: 100%;
  width: 170px;
  height: 170px;
  line-height: 1.8;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
  background: rgba(0,146,141,0.8);
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.manufacturing-page.inner-page .about-4 .container .left .content .ball .box .text5 {
  position: absolute;
  bottom: 32px;
  left: -50px;
  border-radius: 100%;
  width: 195px;
  height: 195px;
  line-height: 195px;
  font-size: 24px;
  color: #fff;
  text-align: center;
 background: rgba(0,146,141,1);
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.manufacturing-page.inner-page .about-4 .container .right {
  width: 50%;
}
.manufacturing-page.inner-page .about-4 .container .right .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.manufacturing-page.inner-page .about-4 .container .right h2 {
  font-size: 60px;
  line-height: .8;
  color: #ffffff;
  font-weight: bold;
}
.manufacturing-page.inner-page .about-4 .container .right h3 {
font-size: 42px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    /*text-transform: capitalize;*/
}
.manufacturing-page.inner-page .about-4 .container .right p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
}
.customized-1 {
     text-align: center;
    padding: 80px 0;
    overflow: hidden;
}
.customized-1 h2 {
    color: var(--color);
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 20px
}
.zplc .cont{
    margin: -10px;
}
.zplc .cont li {
     text-align: center;
    position: relative;
    width: 12.5%;
    float: left;
    padding: 10px 10px;
}
.zplc .cont li .text {
    margin-top: 10px;
    font-size: 14px;
        text-transform: capitalize;
}
.zplc .cont li:after {
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid var(--color);
    border-bottom: 8px solid transparent;
    right: -6%;
    top: 45%;
    transform: translateY(-50%);
}
.zplc .cont li:last-child::after{
    display: none;
}
.inner-page.download .manufacturing-4 {
  padding: 110px 0;
}
.inner-page.download .manufacturing-4 span.tag {
  font-size: 18px;
  color: var(--primary);
  display: block;
  line-height: 1.2;
  margin-bottom: .3em;
}
.inner-page.download .manufacturing-4 span.h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.inner-page.download .manufacturing-4 span.h2:after {
  content: '';
  width: 1.5em;
  height: 0.13333333em;
  display: block;
  margin-top: .3em;
  background-color: var(--primary);
}
.inner-page.download .manufacturing-4 .list {
  margin-top: 25px;
}
.inner-page.download .manufacturing-4 .list ul {
  margin: 0 -20px;
}
.inner-page.download .manufacturing-4 .list ul li {
  padding: 0 20px;
}
.inner-page.download .manufacturing-4 .list ul li .box {
  background-color: #f0f0f0;
  color: white;
  padding: 20px;
}
.inner-page.download .manufacturing-4 .list ul li .box a.img {
  display: block;
}
.inner-page.download .manufacturing-4 .list ul li .box a.img img {
  display: block;
  width: 100%;
}
.inner-page.download .manufacturing-4 .list ul li .box span {
  font-size: 18px;
  margin: 10px 0 5px;
  display: block;
      color: #000;
}
.inner-page.download .manufacturing-4 .list ul li .box span a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.download .manufacturing-4 .list ul li .box span a i {
  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.download .manufacturing-4 .list ul li .box span img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
}
.manufacturing-4.video .list ul li .box video {
    width: 100%;
        max-height: 270px;
    object-fit: cover;
    border-radius: 14px;
}
.manufacturing-4.video .list ul li .box {
    background-color: #fff !important;
        padding: 0px !important;
            margin-bottom: 40px;
}
.manufacturing-4.video .top {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.manufacturing-4.video span.h2 {
    font-size: 22px !important;
    font-weight: bold;
    color: #333;
}
.faq-page {
    padding: 100px 0;
}
.faq-page .faq-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-page .faq-list li {
    width: 48%;
    padding: 50px 50px 50px 130px;
    border-radius: 5px;
    border: 1px solid #eae0d4;
    background: url(/listools/2025/07/15/faq-img.png) no-repeat 40px 40px;
    margin-bottom: 60px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
        background-size: 80px;
}
.faq-page .faq-list li:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.faq-page .faq-list li h4 {
font-size: 25px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 25px;
}
.faq-page .faq-list li p{
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width:1400px){
  .init-4 .container .content .right .tips.font-50 p{
        font-size: 33px;
    }
}
@media screen and (max-width:1200px){
   .manufacturing-page.inner-page .about-4 .container .right h3{
        font-size: 34px;
    }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    margin-top: 10px;
  }
  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .about-5 .list ul .slick-slide {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .manufacturing-page .about-5 .list ul .slick-slide li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .manufacturing-page .about-5 .list ul .slick-slide.slick-active {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
    z-index: 2;
  }
  .manufacturing-page .about-5 .list ul .slick-slide.slick-active li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 4;
  }
  .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current + div {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: 3;
  }
  .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current + div li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current + div + div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
  }
  .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current + div + div li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .manufacturing-page .about-5{
    padding: 60px 0;
  }
    .manufacturing-page .manufacturing-3 .list ul li .content {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-3 .list ul li .img {
    display: none;
  }
  .manufacturing-page.inner-page .about-4 .container .left,
  .init-4 .container .content .left{
    display: none;
  }
  .manufacturing-page.inner-page .about-4 .container .right,
  .init-4 .container .content .right{
    width: 100%;
    padding-left: 0;
  }
  .inner-page.download .manufacturing-4{
    padding: 60px 0;
  }
  .faq-page{
    padding: 60px 0;
  }
  .faq-page .faq-list li {
    width: 100%;
    background-size: auto 100%;
  }
}
@media screen and (max-width:800px){
  .zplc .cont li img{
        width: 100%;
    }
}
@media screen and (max-width:700px){
  .faq-page{
    padding: 30px 0;
  }
  .inner-page.download .manufacturing-4{
    padding: 30px 0;
  }
  .manufacturing-page.inner-page .about-4 .container .right h3,
  .init-4 .container .content .right .tips.font-50 p {
    font-size: 25px;
  }
}
.manufacturing-page .manufacturing-3 .list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.manufacturing-page .manufacturing-3 .list ul li:nth-child(even) .content {
    padding-right: 0;
    padding-left: 7%;
}
@media screen and (max-width: 500px) {
  .faq-page .faq-list li {
    background-size: auto;
  }
}
@keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-moz-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.design-page .design-2 {
  padding: 140px 0 110px;
}
.design-page .design-2 .i-title{
  margin-bottom: 105px;
}
.design-page .design-2 .left .img{
  text-align: right;
}
.design-page .design-2 .right{
  padding-left: 90px;
}
.design-page .design-2 .right .txt{
  font-size: 18px;
  line-height: 36px;
  color: #7b7b7b;
  margin-top: 70px;
}
.design-page .design-3{
    padding: 140px 0 110px;
}
.design-page .design-3 .i-title{
  margin-bottom: 48px;
}
.design-page .design-3 ul {
  margin: -40px;
}
.design-page .design-3 ul li{
  padding: 40px;
}
.design-page .design-3 ul .slick-list{
  padding: 0 28%;
}
.design-page .design-3 ul li .box{
  position: relative;
}
.design-page .design-3 ul li .box img{
  width: 100%;
}
.design-page .design-3 ul li .content{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}
.design-page .design-3 ul li .content h4{
  /*font-weight: bold;*/
  font-size: 20px;
}
.design-page .design-3 ul li .content p{
  font-size: 18px;
  font-weight: bold;
}
.design-page .design-3 ul li:hover .content{
  opacity: 1;
}
.design-page .design-3 ul .slick-dots{
  margin: 0;
  text-align: center;
}
.design-page .design-3 ul .slick-dots li{
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-3 ul .slick-dots li button{
  display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active{
  background: #3b67b2;
}
.design-page .design-4{
  background: url(../images/design-4-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}
.design-page .design-4 .left{
  position: sticky;
  top: 170px;
}
.design-page .design-4 .left .Tit {
  color: white;
}
.design-page .design-4 .right{
  padding-left: 90px;
}

.design-page .design-4 .right ul li{
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon{
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img{
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255,255,255,0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after{
  content: none;
}
.design-page .design-4 .right ul li h4{
  font-size: 30px;
}
.design-page .design-4 .right ul li .des{
  font-size: 18px;
  margin-top: 14px;
}
.design-page .design-5 .ui.container{
  max-width: 100%;
  padding-left: 13%;
  padding-right: 0;
}
.design-page .design-5{
  padding: 130px 0 110px;
}
.design-page .design-5 .i-title{
  line-height: 1.2;
}
.design-page .design-5 .wrap{
  padding-left: 15%;
  margin-top: 70px;
}
.design-page .design-5 .wrap .left{
  width: 35.3%;
}
.design-page .design-5 .wrap .left .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.design-page .design-5 .wrap .left img{
  width: 100%;
}
.design-page .design-5 .wrap .right{
  width: 64.7%;
  padding-left: 115px;
}
@media screen and (max-width:1600px){
  .design-page .design-5 .ui.container{
    padding-left: 7%;
  }
  .design-page .design-5 .wrap{
    padding-left: 10%;
  }
}
@media screen and (max-width:1450px){
  .design-page .design-4 .right{
    padding-left: 30px;
  }
  .design-page .design-5 .wrap{
    padding-left: 0;
  }
}
@media screen and (max-width:1200px){
  .design-page .design-2 .right{
    padding-left: 50px;
  }
  .design-page .design-3 ul li{
    padding: 20px;
  }
  .design-page .design-3 ul {
    margin: -20px;
  }
  .design-page .design-3 ul li .content h4{
    font-size: 21px;
  }
  .design-page .design-4 .right ul li{
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after{
    height: 225%;
  }
  .design-page .design-5 .wrap .right{
    padding-left: 50px;
  }
}
@media screen and (max-width:1000px){
  .design-page .design-1 .ui.container{
    padding: 0 20px;
  }
  .design-page .design-2{
    padding: 60px 0 65px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0 18%;
  }
  .design-page .design-4 .left{
    position: relative;
    top: 0;
  }
  .design-page .design-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-5{
    padding: 55px 0 50px;
  }
  .design-page .design-5 .wrap .left{
    width: 100%;
  }
  .design-page .design-5 .wrap .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .design-page .design-5 .ui.container{
    padding: 0 15px;
  }
}
@media screen and (max-width:700px){
  .design-page .design-2 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left{
    width: 100%;
  }
  .design-page .design-2 .i-title{
    margin-bottom: 30px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0;
  }
  .design-page .design-3 {
    padding: 60px 15px 50px;
  }
  .design-page .design-4 .right{
    padding-left: 0;
  }
}
@media screen and (max-width:500px){
  .design-page .design-4 .right ul li{
    padding-left: 0;
  }
  .design-page .design-4 .right ul li .icon{
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after{
    content: none;
  }
}
.contact-page .contact-1 {
    padding: 14.5rem 0 3rem;
}
.contact-page .contact-1 ul {
    background: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
.contact-page .contact-1 ul li {
    width: 25%;
    padding: 60px 15px 50px;
    position: relative;
    text-align: center;
}
.contact-page .contact-1 ul li:hover::after {
    top: -5.5rem;
}
.contact-page .contact-1 ul li::after {
    position: absolute;
    content: "";
    width: 87px;
    height: 87px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -4.5rem;
    background: no-repeat center bottom;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.contact-page .contact-1 ul li h4 {
    font-size: 2.4rem;
    line-height: 1;
    color: var(--color);
    margin-bottom: 2.2rem;
    font-weight: 500;
}
.contact-page .contact-1 ul li p {
    line-height: 1.8;
    color: #000000;
    margin: 0 auto;
    max-width: 260px;
    font-size: 16px;
}
.contact-page .contact-1 ul li:nth-child(1)::after {
    background: url(../images/c-1.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(2)::after {
    background: url(../images/c-2.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(3)::after {
    background: url(../images/c-3.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(4)::after {
    background: url(../images/c-4.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(4):hover::after {
    background: url(../images/c-4-h.png) no-repeat center bottom;
}
.contact-page .contact-2 .container {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-page .contact-2 .container .left {
width: 45%;
    padding-right: 90px;
    position: relative;
}
.contact-page .contact-2 .container .left h4 {
    font-size: 48px;
    line-height: 1;
    color: var(--color);
    font-family: 'Oswald';
}
.contact-page .contact-2 .container .left p {
    color: #575757;
    margin: 20px 0 20px;
    font-size: 17px;
}
.contact-page .contact-2 .container .left form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-2 .container .left form input[type="text"] {
    width: 49%;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    border: none;
    background: #efefef;
    margin-bottom: 1.5rem;
}
.contact-page .contact-2 .container .left form textarea {
    width: 100%;
    height: 102px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    font-weight: 500;
    border: none;
    background: #efefef;
    margin-bottom: 1.5rem;
}
.contact-page .contact-2 .container .left form .more {
    border: none;
    font-size: 18px;
    padding: 6px 40px;
}
.contact-page .contact-2 .container .right {
    width: 55%;
    position: relative;
}
.contact-page .contact-2 .container .right .text {
    position: absolute;
    max-width: 455px;
    bottom: 3.5rem;
    left: 18%;
}
.contact-page .contact-2 .container .right .text #ewm {
    max-width: 100px;
    border: 4px solid white;
}
.contact-page .contact-2 .container .right .text p {
    line-height: 35px;
    color: #fff;
}
.contact-page .contact-2 .container .right .text h4 {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    padding: 1.5rem 0 1.5rem 4.5rem;
    background: url(../images/c-phone.png) no-repeat left center;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 ul li {
        padding: 30px 15px 30px;
    }
    .contact-page .contact-2 .container .left{
        padding-right: 40px;
    }
}
@media screen and (max-width: 800px){
    .contact-page .contact-1 ul li{
        width: 50%;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 ul li {
        width: 50%;
        padding: 30px 15px 30px;
    }
    .contact-page .contact-2 .container .left {
        width: 100%;
        padding-right: 0;
        position: relative;
    }
    .contact-page .contact-2 .container .right {
        width: 100%;
        position: relative;
        margin: 25px 0;
    }
    .contact-page .contact-2 {
        padding: 50px 0
    }
     .contact-page .contact-2 .container .right .text {
      left: 0;
      padding: 0 15px;
    }
    .contact-page .contact-1 ul li {
      padding: 50px 0
    }
    .contact-page .contact-1 {
      padding: 30px 0
    }
    .contact-page .contact-2 .container .left h4 {
      font-size: 32px;
    }
    .contact-page .contact-2 .container .left p {
      margin: 15px 0
    }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-page .contact-1 ul li:after{
        top: -60px;
    }
    .contact-page .contact-1 ul li:hover:after {
        top: -60px;
    }
    .contact-page .contact-2 .container .left form input[type=text] {
        width: 100%;
    }
     .contact-page .contact-2 .container .right .text h4 {
        background: none;
        padding: 1.5rem 0;
        font-size: 14px;
    }
}
.seoPublic .Auxil-form .form ul li .more{
  border: 0;
  font-size: 18px;
  padding: 6px 50px;
}
@media (max-width: 1200px) {
  .history-page .right{
    width: 100%;
    display: block;
  }
}
@media (max-width: 1024px) {
    .lab-5 .left {
        display: none;
    }
    .lab-5 .left .images .img{
      position: initial;
    }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page.inner-page .about-4{
    padding: 60px 0;
  }
  .environment-page .environment-1 .white{
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .manufacturing-page.inner-page .about-4,
  .lab-5{
    padding: 30px 0;
  }
  .manufacturing-page.inner-page .about-4{
    background-size: 100% 100%;
    background-attachment: initial;
  }
  .pp{
    font-size: 16px;
  }
}

.pldjasik{
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
}

.listools{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 335px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px 2px;
}

.seoPublic .text a{
  color: #666;
}