@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/ktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Light.eot');
  src: url('../fonts/AktivGroteskEx-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Light.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Light.woff') format('woff'), url('../fonts/AktivGroteskEx-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #35997f;
  font-family: 'Aktiv Grotesk Ex';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  color: #212121;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1750px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #35997f;
  color: #fff;
  border-radius: 29px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 221px;
  padding: 22px 0 18px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: 0;
  width: 100%;
  height: 110%;
  background: #000;
  -webkit-clip-path: inset(0 100% 0 100%);
  clip-path: inset(0 100% 0 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 65px;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  z-index: 10;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 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:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
  display: none;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .yuy span {
  font-size: 16px;
}
#header .nav .ui.menu .yuy span img {
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
  z-index: 20;
}
#header .nav .ui.menu .yuy ul li {
  height: 36px;
  line-height: 36px;
}
#header .nav .ui.menu .yuy ul li a {
  padding: 0 .5em;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.inner .nav .ui.menu .yuy span{
  color: #fff;
}
#header .nav .ui.menu .h-search img{
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.inner.active .nav .ui.menu .menu-box ul.menu > li,
#header.inner.active .nav .ui.menu .yuy span{
  color: #000;
}
#header .nav .ui.menu .h-search img{
  -webkit-filter: none;
  filter: none;
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 108px 0 74px;
  z-index: 1;
}
#banner .box {
  margin-right: -31px;
}
#banner .left .title {
  line-height: 1.2;
}
#banner .left .con {
  color: #343639;
}
#banner .left .more {
  background: #fff;
  color: #000;
}
#banner .left .more::before {
  background: var(--color);
}
#banner .left .more:hover {
  color: #fff;
}
#banner .middle {
  width: 45.746%;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}
#banner .middle li img {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#banner .middle .swiper-slide-active img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
#banner .middle ul .slick-current li img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner .right {
  width: 22.97%;
  position: relative;
  padding-left: 22px;
}
#banner .right ul li img {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#banner .right ul .swiper-slide-active img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner .right .next {
  position: absolute;
  z-index: 1;
  top: -77px;
  left: -53px;
  width: 3.443em;
  height: 3.443em;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .right .next img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .right .next:hover {
  border-color: var(--color);
  background: rgba(53, 153, 127, 0.25);
}
#banner .right .next:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#banner .mail {
  left: 0;
  bottom: 9px;
}
#banner .mail span {
  display: inline-block;
  position: relative;
}
#banner .mail span::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2e2e2;
  border-radius: 0px 0px 50px 50px;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-16 {
  line-height: 1.8!important;
}
.font-18 {
  line-height: 1.8;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body {
  background: #f0f0f0;
}
#index-body .i-category {
  padding-top: 6.09375%;
}
#index-body .i-category ul li .ig .title {
  line-height: 1.6;
}
#index-body .i-category ul li .ig .con {
  color: #343639;
}
#index-body .i-category ul li .ig .link {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 35px!imporrant;
}
#index-body .i-category ul li .ig .link:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .i-category ul li.white {
  color: #fff;
}
#index-body .i-advantage {
  padding: 9.0625% 0 11.928%;
  background-color: #f0f0f0;
  background-position: center 104%;
  background-repeat: no-repeat;
}
#index-body .i-advantage .header .title {
  line-height: 1.2;
}
#index-body .i-advantage .header .right p {
  color: #343639;
  line-height: 1.8;
}
#index-body .i-advantage .header .right .btn .play {
  font-size: 20px;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
#index-body .i-advantage .header .right .btn .play::before,
#index-body .i-advantage .header .right .btn .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-advantage .header .right .btn .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-advantage .content ul li {
  max-width: 562px;
  margin-bottom: 45px;
}
#index-body .i-advantage .content ul li .ig {
  max-width: 500px;
}
#index-body .i-advantage .content ul li .ig .title {
  position: relative;
}
#index-body .i-advantage .content ul li .ig .title::after {
  content: '';
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: var(--color);
  border-radius: 50%;
}
#index-body .i-advantage .content ul li .ig p {
  color: #343639;
  margin-right: 33px;
}
#index-body .i-advantage .content ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-advantage .content ul li:hover {
  background: #fff;
}
#index-body .i-advantage .content .left ul li .ig {
  text-align: right;
}
#index-body .i-advantage .content .left ul li .ig .title {
  padding-right: 33px;
  line-height: 1.6;
}
#index-body .i-advantage .content .left ul li .ig .title::after {
  right: 0;
}
#index-body .i-advantage .content .left ul li:first-child .ig {
  margin: 0 auto;
}
#index-body .i-advantage .content .left ul li:last-child{
  padding-right: 30px;
  margin-left: 40px;
}
#index-body .i-advantage .content .left ul li:last-child .ig {
  margin: 0 0 0 30px;
}
#index-body .i-advantage .content .right ul li {
  margin: 0 0 0 auto;
}
#index-body .i-advantage .content .right ul li .ig .title {
  padding-left: 33px;
}
#index-body .i-advantage .content .right ul li .ig .title::after {
  left: 0;
}
#index-body .i-advantage .content .right ul li .ig p {
  margin: 0 0 0 33px;
}
#index-body .i-advantage .content .right ul li:first-child {
  margin-bottom: 45px;
  margin-right: 40px;
}
#index-body .i-advantage .content .right ul li:first-child .ig{
  margin: 0 0 0 30px;
}
#index-body .i-advantage .content .right ul li:last-child .ig {
  margin: 0 0 0 30px;
}
#index-body .i-advantage .content .img {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26.2798%;
}
#index-body .i-wz {
  background: var(--color);
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  padding: 71px 0 60px;
}
#index-body .i-wz p {
  white-space: nowrap;
  -webkit-animation: wordsloop 24s linear infinite;
  -moz-animation: wordsloop 24s linear infinite;
  animation: wordsloop 24s linear infinite;
}
#index-body .i-wz p span {
  margin-right: 41px;
}
#index-body .i-wz p span::before {
  content: '';
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 51px;
}
#index-body .i-about {
  background-color: #1e1e1e;
  border-radius: 0px 0px 50px 50px;
  padding: 8.125% 0 8.021%;
  color: #fff;
  position: relative;
  z-index: 1;
}
#index-body .i-about .left .img1 img {
  border-radius: 100px 0px 0px 0px;
}
#index-body .i-about .left .img2 .title {
  line-height: 1.6;
}
#index-body .i-about .left .img2 img {
  border-radius: 0px 0px 100px 0px;
}
#index-body .i-about .left .ig {
  bottom: 58px;
  left: 110px;
  max-width: 394px;
  background: var(--color);
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .left .ig .num {
  line-height: 1;
  letter-spacing: -4px;
}
#index-body .i-about .left .ig p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
  margin-top: -7px;
}
#index-body .i-about .right .title {
  line-height: 1.2;
}
#index-body .i-about .right .con h1 {
  display: inline;
}
#index-body .i-about .right .btn a:first-child {
  min-width: auto;
  padding: 22px 44px 18px 43px;
}
#index-body .i-about .right .btn a:first-child::before {
  background: #fff;
}
#index-body .i-about .right .btn a:first-child:hover {
  color: #000;
}
#index-body .i-about .right .btn a:last-child {
  background: #fff;
  color: #000;
}
#index-body .i-about .right .btn a:last-child::before {
  background: var(--color);
}
#index-body .i-about .right .btn a:last-child:hover {
  color: #fff;
}
#index-body .i-bg {
  height: 54.723vh;
  margin-top: -2%;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 75%;
}
#index-body .i-product {
  padding: 6.875% 0 6.2%;
}
#index-body .i-product .header {
  max-width: 813px;
  margin: 0 auto;
}
#index-body .i-product .header .title {
  line-height: 1.2;
}
#index-body .i-product .header p {
  max-width: 460px;
  color: #343639;
  margin: 14px auto 0;
  line-height: 1.8;
}
#index-body .i-product .content ul li {
  padding-top: 33px;
}
#index-body .i-product .content ul li .ig {
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-product .content ul li .ig::after{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #1c1c29;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig .title {
  line-height: 1.8;
}
#index-body .i-product .content ul li:hover .ig {
  -webkit-transform: translateY(-33px);
  -moz-transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  transform: translateY(-33px);
}
#index-body .i-product .content ul li:hover .ig::after{
  background: var(--color);
}
#index-body .i-news {
  background: #fff;
  padding: 9.323% 0 8.75%;
}
#index-body .i-news .box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
#index-body .i-news .box .top .title {
  line-height: 1.4;
}
#index-body .i-news .box .top .more::before {
  background: #fff;
}
#index-body .i-news .box .top .more:hover {
  color: var(--color);
}
#index-body .i-news .box .bottom {
  width: 73.782%;
  margin: 43px 0 0 auto;
}
#index-body .i-news .box .bottom ul li .title {
  line-height: 1.8;
}
#index-body .i-news .box .icon1 {
  top: -79px;
  right: 102px;
  width: 22.849%;
}
#index-body .i-news .box .icon1 img {
  border-radius: 20px;
}
#index-body .i-news .box .icon2 {
  bottom: -73px;
  left: 99px;
  width: 16.2798%;
}
#index-body .i-news .box .icon2 img {
  border-radius: 20px;
}
#index-body .i-news .box .icon1,
#index-body .i-news .box .icon2 {
  will-change: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
#footer {
  background: #121212;
  color: #fff;
}
#footer .f-top {
  background: #1e1e1e;
}
#footer .f-top .box {
  max-width: 1072px;
  margin: 0 auto;
}
#footer .f-top .box span.wz {
  display: block;
  text-decoration: underline;
}
#footer .f-top .box .title {
  font-size: 200px;
  line-height: 1;
  white-space: nowrap;
}
#footer .f-top .box a span {
  position: relative;
}
#footer .f-top .box a span::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-top .box a i {
  width: 1.543em;
  height: 1.543em;
  border-radius: 50%;
  background: var(--color);
}
#footer .f-top .box a i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-top .box a:hover span::after {
  width: 100%;
}
#footer .f-top .box a:hover i img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .f-top .bottom {
  color: #a6a6a6;
}
#footer .f-top .bottom .left .title {
  color: #f8f5f3;
  line-height: 1.8;
}
#footer .f-top .bottom .middle a:hover {
  color: #fff;
}
#footer .f-top .bottom .right {
  max-width: 474px;
  line-height: 1.8;
}
#footer .f-form .left {
  background: url(../images/f-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 23px 0 43px 5.21%;
}
#footer .f-form .right {
  background-color: #282828;
}
#footer .f-form .right input,
#footer .f-form .right button {
  width: 100%;
  height: 70px;
  background: transparent;
  border: 0;
  font-size: 16px;
}
#footer .f-form .right input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-form .right input:-moz-placeholder {
  color: #fff;
}
#footer .f-form .right input::-moz-placeholder {
  color: #fff;
}
#footer .f-form .right input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-form .right input::placeholder {
  color: #fff;
}
#footer .f-form .right li {
  padding-left: 12px;
  position: relative;
}
#footer .f-form .right li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 26px;
  background-color: #f8f5f3;
  opacity: 0.34;
}
#footer .f-form .right li:nth-child(1) {
  width: 40%;
}
#footer .f-form .right li:nth-child(2) {
  width: 50%;
}
#footer .f-form .right li:nth-child(3) {
  width: 10%;
  padding-left: 0;
}
#footer .f-form .right li:nth-child(3)::before {
  display: none;
}
#footer .f-content .title {
  font-size: 20px;
  line-height: 1.3;
  margin: 21px 0 16px;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #a6a6a6;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-ab p {
  max-width: 233px;
  color: #a6a6a6;
  line-height: 1.8;
}
#footer .f-content .f-ab p svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
  text-transform: capitalize;
  fill: #a6a6a6;
}
#footer .f-content .f-ab p svg text {
  fill: #a6a6a6;
}
#footer .f-content .f-contact {
  max-width: 302px;
}
#footer .f-content .f-contact ul li {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}
#footer .f-content .f-contact ul li i {
  width: 28px;
}
#footer .f-content .f-contact ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content #ewm {
  width: 129px;
  border: 3px solid #fff;
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  padding: 30px 0 24px;
  display: none;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  #banner .middle {
    width: 45%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 40px;
  }
  #index-body .i-advantage .content ul li {
    max-width: 460px;
  }

}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .logo {
    width: 16%;
  }
  #header .nav .ui.menu .more {
    margin-left: 30px;
  }
  #banner .right {
    width: 22%;
  }
  #index-body .i-category ul li .ig .text {
    padding-top: 20px;
  }
  #index-body .i-advantage .content ul li {
    max-width: 410px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .box {
    zoom: .7;
  }
  #index-body .i-advantage .content ul li {
    max-width: 320px;
  }
  .font-25 {
    font-size: 25px;
  }
  .font-18 {
    font-size: 18px;
    line-height: 32px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 1.8;
  }
  .more {
    min-width: 200px;
  }
  #index-body .i-about .right {
    padding-left: 30px;
  }
  #index-body .i-about .right .btn a:first-child {
    padding: 22px 21px 18px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    padding: 30px 0;
  }
  #banner .box {
    zoom: 1;
  }
  #banner .box .left {
    width: 47%;
  }
  #banner .box .middle {
    width: 47%;
  }
  #banner .box .right {
    display: none;
  }
  #banner .mail {
    position: initial;
  }
  .font-50 {
    font-size: 40px;
  }
  #index-body .i-category ul li .ig {
    padding: 0 15px;
  }
  #index-body .i-category ul li .ig .text {
    width: 100%;
  }
  #index-body .i-category ul li .ig .img {
    width: 100%;
  }
  #index-body .i-advantage .header .title {
    width: 100%;
  }
  #index-body .i-advantage .header .right {
    width: 100%;
  }
  #index-body .i-advantage .content ul li {
    max-width: 100%;
  }
  #index-body .i-advantage .content ul li .ig {
    max-width: 520px;
  }
  #index-body .i-advantage .content .left {
    width: 100%;
  }
  #index-body .i-advantage .content .right {
    width: 100%;
  }
  #index-body .i-advantage .content .img {
    display: none;
  }
  #index-body .i-wz {
    padding: 30px 0 26px;
    font-size: 40px;
  }
  #index-body .i-wz p span {
    margin-right: 10px;
  }
  #index-body .i-wz p span::before {
    width: 18px;
    height: 18px;
    margin-right: 16px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .left .ig {
    max-width: 300px;
  }
  #index-body .i-about .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-bg {
    height: 47vh;
    margin-top: -7%;
  }
  #index-body .i-news .box .top {
    width: 60%;
  }
  #index-body .i-news .box .bottom {
    width: 100%;
  }
  #index-body .i-news .icon1,
  #index-body .i-news .icon2 {
    display: none;
  }
  .font-20 {
    font-size: 20px;
    line-height: 36px;
  }
  #footer .f-top .box .title {
    font-size: 118px;
  }
  #footer .f-top .bottom .right {
    max-width: 100%;
  }
  #footer .f-form .left {
    width: 100%;
  }
  #footer .f-form .right {
    width: 100%;
  }
  #footer .f-content {
    padding: 30px 0;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product,
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-content .f-ab p {
    max-width: 100%;
  }
  .fixed-toolbar {
    bottom: 7%;
  }
}
@media screen and (max-width: 700px) {
  #banner .box .left .con {
    display: none;
  }
  #banner .box .middle {
    margin: 20px 0 0 0;
  }
  .font-25 {
    font-size: 20px;
  }
  .font-50 {
    font-size: 36px;
  }
  .more {
    font-size: 16px;
    padding: 14px 0 12px;
    min-width: 180px;
  }
  #index-body .i-wz {
    font-size: 32px;
  }
  #index-body .i-about .left .img2 .title {
    padding-right: 0;
  }
  #index-body .i-about .right {
    margin-top: 40px;
  }
  #index-body .i-advantage {
    padding: 9.0625% 0 0;
    background-position: center;
    background-size: 100% 100%;
  }
  #index-body .i-bg {
    height: 30vh;
  }
  #index-body .i-news .box {
    padding: 30px 15px;
  }
  #index-body .i-news .box .top {
    width: 100%;
  }
  #index-body .i-news .box .bottom i {
    zoom: .7;
  }
  #index-body .i-news .box .bottom ul {
    padding: 0 20px;
  }
  #footer .f-top .box .title {
    font-size: 85px;
  }
  .font-16 {
    font-size: 15px;
  }
  #footer .f-form .right li {
    width: 100% !important;
  }
  #footer .f-form .right li button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
    min-width: 150px;
  }
  #banner .mail {
    margin-top: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-50 {
    font-size: 30px;
    line-height: 1.6;
  }
  #index-body .i-advantage .content ul li {
    margin-bottom: 0;
  }
  #index-body .i-about .left {
    zoom: .7;
  }
  #index-body .i-about .right .btn a:first-child {
    padding: 14px 11px 12px 10px;
  }
  #index-body .i-about .right .btn a:last-child {
    min-width: 140px;
  }
  #index-body .i-bg {
    height: 26vh;
  }
  #footer .f-top .box .title {
    font-size: 57px;
  }
  .fixed-toolbar {
    bottom: 2%;
    zoom: .7;
  }
}
span.h2{
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.inner-banner {
  padding: 10% 0 7%;
  color: white;
  background-attachment: fixed;
}
.inner-banner .mbx {
  margin-top: 1em;
  line-height: 1.8;
}
.inner-banner.radius {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}
.inner-page .sideBarBox .sideBarLeft {
  width: auto;
  margin-right: 8%;
}
.inner-page .sideBarBox .sideBarLeft .box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft span.h6 {
  font-weight: bold;
  border-bottom: 1px solid #bcb7b4;
  display: block;
  padding-bottom: .2em;
  line-height: 36px;
}
.inner-page .sideBarBox .sideBarLeft .nav {
  margin-top: 1.7em;
  line-height: 1.8;
}
.inner-page .sideBarBox .sideBarLeft .nav li {
  margin-top: .8em;
  white-space: nowrap;
}
.inner-page .sideBarBox .sideBarLeft .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .nav li a:hover,
.inner-page .sideBarBox .sideBarLeft .nav li a.active {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .form {
  width: 185px;
  min-width: 100%
}
.inner-page .sideBarBox .sideBarLeft .form label {
  margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .form label span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4em;
}
.inner-page .sideBarBox .sideBarLeft .form label input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  position: relative;
  top: -0.4em;
  padding: 0 .5em;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .form label button {
  border: none;
  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: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  background-color: transparent;
  margin-left: auto;
}
.inner-page .sideBarBox .sideBarLeft .form label button i {
  margin-right: .5em;
}
.inner-page .sideBarBox .sideBarLeft .form label:last-child {
  margin-top: .5em;
}
.scrollPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.scrollPage > * {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage > * i.iconfont {
  font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
  background-color: var(--color);
  color: white;
}
.scrollPage .page {
  margin: 0 1em;
  padding: 0.3125em;
  background-color: var(--color);
  color: white;
  width: auto;
  border-radius: 2.1875em;
}
.scrollPage .page span.num {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}
.scrollPage .page span.line {
  width: 0;
  height: .6em;
  border-radius: .3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.scrollPage .page span.line i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 0;
  background-color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage:hover .page {
  max-width: 100%;
}
.scrollPage:hover .page span.line {
  margin: 0 1em;
  width: 11.25em;
}
.about-page .about-1 .box .slide {
  max-width: 570px;
}
.about-page .about-1 .box .slide:nth-child(2) {
  max-width: 460px;
}
.about-page .about-1 .box span.h6 {
  color: #6b6b6b;
  line-height: 1.6;
}
.about-page .about-1 .box span.h6 em {
  color: var(--color);
}
.about-page .about-1 .box span.h6 i {
  color: black;
}
.about-page .about-1 .box .text p:last-child {
  margin-top: 3.75em;
}
.about-page .about-2 {
  background-color: #1e1e1e;
  color: white;
  overflow: hidden;
}
.about-page .about-2 .ui.container {
  max-width: 1000px;
}
.about-page .about-2 .list {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list ul {
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.about-page .about-2 .list ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about-page .about-2 .list ul li .box {
  background-color: white;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .left {
  padding: 0 4%;
}
.about-page .about-2 .list ul li .left span.tag {
  color: black;
  margin-bottom: .5em;
  text-transform: unset;
}
.about-page .about-2 .list ul li .left span.h6 {
  color: var(--color);
  margin-bottom: 1em;
  display: block;
  line-height: 1.6;
}
.about-page .about-2 .list ul li .left .text {
  color: #545454;
}
.about-page .about-2 .list ul li .right {
  padding-left: 8%;
}
.about-page .about-2 .list ul li .right .img {
  height: 360px;
  background-size: cover;
  background-position: center;
}
.about-page .about-2 .list ul li:first-child {
  position: relative;
}
.about-page .about-2 .list ul li.off .box {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.about-page .about-2 .scrollPage {
  margin-top: 4.75em;
  z-index: 2;
  position: relative;
}
.about-page .about-3 {
  background-color: #1e1e1e;
  color: white;
  position: relative;
  z-index: 1;
  text-align: right;
}
.about-page .about-3 .mask {
  position: relative;
  z-index: -1;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  overflow: hidden;
  top: 7px;
}
.about-page .about-3 .mask:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1e1e1e;
  opacity: .21;
  z-index: 1;
}
.about-page .about-3 .box {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.about-page .about-3 .box .options {
  font-weight: bold;
}
.about-page .about-3 .box .options span {
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-page .about-3 .box .options span i {
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .options span.active {
  color: var(--color);
}
.about-page .about-3 .box .options span.active i {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-3 .box .ret {
  max-width: 44%;
  position: relative;
}
.about-page .about-3 .box .ret span.h6 {
  font-weight: bold;
  margin-bottom: .5em;
  display: block;
  color: var(--color);
}
.about-page .about-3 .box .ret .slide {
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  width: 100%;
  top: 0;
  left: 0;
}
.about-page .about-3 .box .ret .slide.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
.about-page .about-4 {
  background-color: #1e1e1e;
}
.about-page .about-4 .slide {
  height: 800px;
  background-size: cover;
  background-position: center;
  padding: 0 8%;
  color: white;
  text-align: center;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 1;
  position: relative;
}
.about-page .about-4 .slide span.h6 {
  text-transform: uppercase;
  display: block;
  line-height: 1.6;
}
.about-page .about-4 .slide .text {
  margin-top: 2em;
  display: none;
}
.about-page .about-4 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1e1e1e;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .slide:hover .text {
  display: block;
}
.about-page .about-4 .slide:hover:before {
  opacity: .6;
}
.about-page .about-5 .left {
  width: 45%;
  padding-right: 8%;
}
.about-page .about-5 .left .scrollPage > div {
  background-color: #f3f3f3;
}
.about-page .about-5 .left .scrollPage > div.page {
  background-color: var(--color);
}
.about-page .about-5 .left .scrollPage > div:hover {
  background-color: var(--color);
}
.about-page .about-5 .right {
  width: 55%;
  position: relative;
  top: -35px;
}
.about-page .about-5 .right .list .slick-list {
  padding-bottom: 10%;
  margin-bottom: -10%;
}
.about-page .about-5 .right .list ul {
  margin: -10px;
}
.about-page .about-5 .right .list ul li {
  padding: 10px;
}
.about-page .about-5 .right .list ul .slick-slide {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .right .list ul .slick-current ~ div {
  -webkit-transform: rotate(12deg) scale(0.8);
  -moz-transform: rotate(12deg) scale(0.8);
  -ms-transform: rotate(12deg) scale(0.8);
  transform: rotate(12deg) scale(0.8);
}
.about-page .about-5 .msg {
  font-weight: bold;
  height: 2.61111111em;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.30555556em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 3.33333333em;
  cursor: pointer;
}
.about-page .about-5 .msg:hover {
  background-color: #1e1e1e;
}
.faq-page .faq-1 {
  background-color: #f0f0f0;
}
.faq-page .faq-1 .ui.container {
  max-width: 930px;
}
.faq-page .faq-1 span.h2 {
  margin-bottom: 1em;
  text-align: center;
}
.faq-page .faq-1 .list ul li {
  padding: 40px 50px;
  border-radius: 15px;
  background-color: white;
  margin-top: 1.6em;
}
.faq-page .faq-1 .list ul li span.h6 {
  font-weight: bold;
  line-height: 36px;
}
.faq-page .faq-1 .list ul li span.h6 i {
  width: 3em;
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #1e1e1e;
  cursor: pointer;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}
.faq-page .faq-1 .list ul li span.h6 i:after,
.faq-page .faq-1 .list ul li span.h6 i:before {
  content: '';
  width: 1em;
  height: 1px;
  background-color: #3a3a3a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .faq-1 .list ul li span.h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .text {
  color: #3a3a3a;
  line-height: 1.8;
  margin-top: 2em;
  display: none;
}
.faq-page .faq-1 .list ul li:first-child {
  margin-top: 0;
}
.faq-page .faq-1 .list ul li.active span.h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-page .faq-2 .slide {
  height: 480px;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  z-index: 1;
}
.faq-page .faq-2 .slide:before {
  content: '';
  background-color: #281200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  z-index: -1;
}
.product-page {
  background-color: #f0f0f0;
  position: relative;
}
.product-page:before {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: inherit;
  z-index: -1;
}
.product-page .product-1 .sideBarRight h1 {
  color: var(--color);
  margin-bottom: .7em;
  line-height: 1.2;
}
.product-page .product-1 .sideBarRight .text {
  line-height: 2;
  font-weight: 500;
}
.product-page .product-1 .sideBarRight .list ul {
  row-gap: 50px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.product-page .product-1 .sideBarRight .list ul a.img {
  display: block;
  background-color: white;
  /*padding: 25px;*/
}
.product-page .product-1 .sideBarRight .list ul a.img span {
  position: absolute;
}
.product-page .product-1 .sideBarRight .list ul a.img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-1 .sideBarRight .list ul span.h6 {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  min-height: 4rem;
}
.seo-box .seo-about {
  background-color: #1e0f00;
  color: white;
}
.seo-box .seo-about .left{
  /*padding-top: 30px;*/
}
.seo-box .seo-about .left span.h2 {
  margin-bottom: 0.6em;
  line-height: 1.6;
  color: var(--color);
}
.seo-box .seo-about .left .text{
  max-height: 250px;
  overflow-y: auto;
  line-height: 1.8;
}
.seo-box .seo-about .right {
  padding-left: 6%;
}
.seo-box .seo-about .right img {
  margin-top: -20%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.seo-box .seo-honor span.h2 {
  margin-bottom: 1.5em;
  display: block;
}
.seo-box .seo-honor .list ul {
  margin: -30px;
}
.seo-box .seo-honor .list ul li {
  padding: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-weight: 600;
}
.service-page .service-1 {
  background-color: #f0f0f0;
  position: relative;
}
.service-page .service-1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.service-page .service-1 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.service-page .service-1 .left .text {
  margin: 2.5em 0;
}
.service-page .service-1 .left .text p {
  margin-top: 2em;
}
.service-page .service-1 .left .list {
  text-align: center;
  font-weight: bold;
}
.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-page .service-1 .left .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: 2em;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.service-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.service-page .service-1 .left .list li span {
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .left .list li.active span {
  opacity: 1;
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}
.service-page .service-1 .right {
  padding-left: 2%;
}
.service-page .service-1 .right .list ul {
  margin: -20px 0;
}
.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}
.service-page .service-1 .right .list ul li .box {
  padding: 20px;
  border-radius: 10px;
  background-color: #ffd3ae;
}
.service-page .service-1 .right .list ul li .box .img {
  width: 35%;
  height: 310px;
  border-top-right-radius: 150px;
  border-top-left-radius: 150px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.service-page .service-1 .right .list ul li .box .content {
  margin-left: 5%;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
}
.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}
.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
.service-page .service-2 .box {
  padding: 3% 5% 4%;
  border-radius: 50px;
  background-color: #ffd3ae;
}
.service-page .service-2 .box .left {
  width: 29%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-2 .box .center {
  margin-left: 8%;
  margin-right: 6%;
}
.service-page .service-2 .box .center span.h2 {
  margin-bottom: 1em;
  text-indent: -1.3em;
}
.service-page .service-2 .box .center a.link {
  font-weight: bold;
  line-height: 1;
  color: #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  margin-top: 1.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service-page .service-2 .box .center .btn {
  margin-top: 4em;
}
.service-page .service-2 .box .center .btn a {
  padding: .4em 1.5em;
  border-radius: 1.5em;
  background-color: #18171e;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .center .btn a:hover {
  background-color: var(--color);
}
.service-page .service-2 .box .right {
  width: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5%;
}
.contact-page {
  background-color: #f0f0f0;
  position: relative;
}
.contact-page:before {
  content: '';
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 100%;
  z-index: -1;
  background-color: inherit;
}
.contact-page .contact-1 .ui.container {
  max-width: 810px;
}
.contact-page .contact-1 .text {
  max-width: 530px;
  margin: 2em auto 3.625em;
  line-height: 1.8;
}
.contact-page .contact-1 .form {
  font-weight: bold;
}
.contact-page .contact-1 .form ul li.wid-100 {
  grid-column: span 2;
}
.contact-page .contact-1 .form ul li input,
.contact-page .contact-1 .form ul li textarea {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 1.7em;
  border: 1px solid #b8b2ad;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input:-moz-placeholder, .contact-page .contact-1 .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input::-moz-placeholder, .contact-page .contact-1 .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input::placeholder,
.contact-page .contact-1 .form ul li textarea::placeholder {
  color: black;
}
.contact-page .contact-1 .form ul li input:focus,
.contact-page .contact-1 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .form ul li textarea {
  height: 170px;
}
.contact-page .contact-1 .form ul li input[type="checkbox"] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  cursor: pointer;
}
.contact-page .contact-1 .form ul li p {
  color: #afafaf;
  display: inline-block;
  margin-left: 1em;
}
.contact-page .contact-1 .form ul li button {
  margin: 0 auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .slide {
  padding: 30px 4% 40px;
  border-radius: 150px;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.contact-page .contact-2 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #35997f;
  opacity: .7;
  z-index: -1;
}
.contact-page .contact-2 .slide i {
  display: block;
}
.contact-page .contact-2 .slide span.h6 {
  display: block;
  font-weight: bold;
  margin: .5em 0;
}
.contact-page .contact-2 .slide p {
  font-weight: 500;
  line-height: 1.8;
}
.contact-page .contact-3 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
.contact-page .contact-3 iframe {
  border: none;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1250px) {
  .service-page .service-2 .box .center span.h2 {
    text-indent: 0;
  }
  .service-page .service-2 .box .center {
    margin-right: 0;
  }
  .service-page .service-2 .box .right {
    display: none;
  }
  .inner-page .sideBarBox .sideBarLeft .box {
    top: 50px;
  }
  .seo-box .seo-honor .list ul li {
    padding: 15px;
  }
  .seo-box .seo-honor .list ul {
    margin: -15px;
  }
  .seo-box .seo-honor .list ul li img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .contact-page .contact-2 .slide {
    padding: 2%;
  }
  .contact-page .contact-2 .slide i img {
    max-height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-2 .slide {
    border-radius: 20px;
  }
  .service-page .service-1 .left {
    position: static;
  }
  .service-page .service-1 .left .list {
    display: none;
  }
  .service-page .service-1 .right .list ul li .box .img {
    height: 250px;
  }
  .service-page .service-2 .box .center .btn {
    margin-top: 1.5em;
  }
  .service-page .service-2 .box .center span.h2 {
    margin-bottom: .5em;
  }
  .seo-box .seo-about .right {
    display: none;
  }
  .seo-box .seo-about .left {
    width: 100%;
  }
  .seo-box .seo-about {
    padding: 20px 0;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
  .faq-page .faq-2 .slide {
    height: 300px;
  }
  .faq-page .faq-1 .list ul li {
    padding: 25px;
  }
  .about-page .about-1 .box .slide {
    max-width: none !important;
  }
  .about-page .about-1 .box .slide:nth-child(2) {
    display: none;
  }
  .about-page .about-1 span.h2 {
    text-align: left;
  }
  .about-page .about-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .box .text p:last-child {
    margin-top: 1em;
  }
  .about-page .about-2 .scrollPage {
    margin-top: 3em;
  }
  .about-page .about-3 .box .options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    line-height: 1.8;
  }
  .about-page .about-3 .box .options i {
    max-width: 25px;
  }
  .about-page .about-4 .slide {
    height: 300px;
  }
  .about-page .about-4 .slide:before {
    opacity: .8;
  }
  .about-page .about-5 .right {
    top: 0;
  }
  .about-page .about-5 span.h2 {
    margin-bottom: .5em;
  }
  .about-page .about-5 .left {
    padding-right: 3%;
  }
  .about-page .about-5 .right .list ul .slick-current ~ div {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-5 .right .list {
    padding-right: 30%;
    overflow: hidden;
  }
  .about-page .about-5 .right .list .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: unset;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .right .img {
    height: 300px;
  }
  .about-page .about-2 .list ul li .right {
    padding-left: 0;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .box {
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-3 .mask {
    display: none;
  }
  .about-page .about-3 .box .ret {
    max-width: none;
  }
  .about-page .about-4 .slide {
    height: auto;
    padding: 5%;
  }
  .about-page .about-4 .slide .text {
    display: block;
  }
  .about-page .about-5 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-5 .left .scrollPage {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .right .list {
    padding-right: 0;
  }
  .faq-page .faq-2 .slide {
    height: 200px;
  }
  .service-page .service-2 .box .center {
    margin-left: 0;
  }
  .service-page .service-2 .box .left {
    display: none;
  }
  .service-page .service-2 .box {
    padding: 5%;
    border-radius: 30px;
  }
  .product-page .product-1 .sideBarRight .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-page .contact-2 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-2 .slide {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .sideBarRight .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-page .contact-1 .form ul li.wid-100 {
    grid-column: span 1;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
  .about-page .about-4 .slide {
    width: 100%;
  }
  .about-page .about-4 .flex {
    flex-wrap: wrap;
  }
  .inner-banner.radius {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .service-page .service-1 .right .list ul li .box .img {
    height: 120px;
    width: 100%;
    border-radius: 15px !important;
  }
  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .box .center .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .about-page .about-2 .list ul li .left {
    width: 100%;
    padding: 3%;
  }
  .about-page .about-2 .list ul li .right {
    width: 100%;
  }
  .about-page .about-2 .list ul li .right .img {
    height: 120px;
  }
  .about-page .about-2 .list ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-page .ui.container {
  max-width: 780px;
}
.news-page .list li {
  border-bottom: 1px solid #eee;
}
.news-page .list li time {
  white-space: nowrap;
  flex-shrink: 0;
}
.news-page .list li span.cat:before {
  content: '';
  width: .5em;
  height: .5em;
  background-color: black;
  margin-right: .5em;
  flex-shrink: 0;
  margin-top: -6px;
  border-radius: 100%;
}
.prodet-page .list ul {
  margin: -10px;
}
.prodet-page .list ul li {
  padding: 10px;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.production-page span.h2 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 1em;
}
.production-page .service-1 {
  padding-bottom: 110px;
}
.production-page .service-1 .box {
  margin-bottom: 55px;
}
.production-page .service-1 .box .left {
  vertical-align: middle;
  width: 66.66%;
  padding-right: 4%;
}
.production-page .service-1 .box .right {
  vertical-align: middle;
  width: 33.33%;
  padding-left: 2.15%;
}
.production-page .service-1 .list ul {
  margin: 0 -25px;
}
.production-page .service-1 .list ul li {
  padding: 0 25px;
}
.production-page .service-1 .list ul li a.img {
  display: block;
  height: 315px;
  background-size: cover;
  background-position: center;
}
.production-page .service-2 {
  padding-bottom: 100px;
  position: relative;
}
.production-page .service-2:before {
  content: '';
  width: 100%;
  height: 76%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('../images/.jpg');
  background-repeat: no-repeat;
  background-size: 27.3%;
  background-position: right bottom;
  background-color: #f7f7f7;
}
.production-page .service-2 .box .left {
  padding-right: 8%;
  vertical-align: bottom;
}
.production-page .service-2 .box .left .img {
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.production-page .service-2 .box .left .img > img {
  display: block;
  margin-left: auto;
  margin-right: 10%;
  mix-blend-mode: darken;
}
.production-page .service-2 .box .left .img .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
}
.production-page .service-2 .box .left .img .tag div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 150px;
  background-color: rgba(150, 150, 150, 0.74);
  padding: 0 5%;
}
.production-page .service-2 .box .left .img .tag div span.h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
.production-page .service-2 .box .left .img .tag div.first {
  background-color: rgba(0, 0, 0, 0.7);
}
.production-page .service-2 .box .left .img .tag div.first i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.production-page .service-2 .box .left .img .tag div.first span.h6 {
  margin-left: .5em;
  color: var(--color);
}
.production-page .service-2 .box .left .img .tag div.last {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.production-page .service-2 .box .left .img .tag div.last p {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  line-height: 1;
  margin: .5em 0;
}
.production-page .service-2 .box .left .img .tag div.last em {
  font-size: 26px;
  width: 100%;
  display: block;
  line-height: .7;
  text-align: center;
}
.production-page .service-2 .box .right {
  vertical-align: bottom;
  padding-right: 2%;
}
.production-page .service-2 .box .right span.h2 {
  margin-bottom: .3em;
  display: block;
  line-height: 1.4;
}
.production-page .service-2 .box .right .list {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 2em;
}
.production-page .service-2 .box .right .list li {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.production-page .service-2 .box .right .list li:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: var(--color);
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.production-page .service-2 .box .right .list li:last-child {
  margin-bottom: 0;
}
.production-page .service-3 {
  padding: 120px 0 150px;
}
.production-page .service-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.production-page .service-3 .top span.h2 {
  margin-bottom: 0;
}
.production-page .service-3 .top .text {
  max-width: 55%;
}
.production-page .service-3 .list {
  margin-top: 70px;
}
.production-page .service-3 .list ul {
  margin: -20px;
  /*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;*/
}
.production-page .service-3 .list ul li {
  padding: 20px;
  height: 100%;
}
.production-page .service-3 .list ul li .box {
  padding: 40px;
  background-color: #1e1e1e;
  color: white;
  height: 100%;
}
.production-page .service-3 .list ul li .box i {
  display: block;
  height: 89px;
  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;
}
.production-page .service-3 .list ul li .box i img {
  max-height: 100%;
}
.production-page .service-3 .list ul li .box span.h6 {
  font-size: 26px;
  font-weight: bold;
  margin: .8em 0;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 1800px) {
  .production-page span.h2 {
    font-size: 48px;
  }
  .production-page .service-3 {
    padding: 90px 0;
  }
  .production-page .service-3 .list ul li .box i {
    height: 70px;
  }
  .production-page .service-3 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .production-page .service-1,
  .production-page .service-2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1450px) {
  .production-page span.h2 {
    font-size: 36px;
  }
  .production-page .service-1 .list ul li a.img {
    height: 280px;
  }
  .production-page .service-2 .box .right .list {
    font-size: 16px;
  }
  .production-page .service-2 .box .left .img .tag div span.h6,
  .production-page .service-2 .box .left .img .tag div.last em {
    font-size: 20px;
  }
  .production-page .service-2 .box .left .img .tag div.last p {
    font-size: 16px;
  }
  .production-page .service-2 .box .left .img .tag div.first i {
    width: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .production-page span.h2 {
    font-size: 28px;
  }
  .production-page .service-1 .list ul li a.img {
    height: 240px;
  }
  .production-page .service-2 .box .right .list,
  .production-page .service-2 .box .left .img .tag div.last p {
    font-size: 14px;
  }
  .production-page .service-2 .box .left .img .tag div span.h6,
  .production-page .service-2 .box .left .img .tag div.last em {
    font-size: 18px;
  }
  .production-page .service-2 .box .left .img .tag div.last p {
    text-align: center;
  }
  .production-page .service-2 .box .left {
    padding-right: 4%;
  }
  .production-page .service-3 .list {
    margin-top: 40px;
  }
  .production-page .service-3 .list ul li .box {
    padding: 25px;
  }
  .production-page .service-3 .list ul li .box i {
    height: 50px;
  }
  .production-page .service-3 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .production-page .service-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .production-page .service-1 .box .right {
    display: none;
  }
  .production-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .production-page span.h2 {
    font-size: 24px;
  }
  .production-page .service-1 .list ul li {
    padding: 0 10px;
  }
  .production-page .service-1 .list ul {
    margin: 0 -10px;
  }
  .production-page .service-1 .list ul li a.img {
    height: 200px;
  }
  .production-page .service-2 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .production-page .service-2 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .production-page .service-3 .top {
    display: block;
  }
  .production-page .service-3 .top .text {
    max-width: none;
    margin-top: 1em;
  }
  .production-page .service-3 .list ul li {
    padding: 10px;
    width: 100%;
  }
  .production-page .service-3 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 700px) {
  .production-page .service-1 .list ul li {
    padding: 10px;
  }
  .production-page .service-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 500px) {
  .production-page span.h2 {
    font-size: 20px;
    line-height: 36px;
  }
  .production-page .service-2 .box .left .img .tag {
    display: block;
  }
  .production-page .service-2 .box .left .img .tag div {
    width: 100%;
    height: 100px;
  }
  .production-page .service-2 .box .left .img .tag div.last {
    text-align: center;
  }
  .production-page .service-2 .box .left .img .tag div span.h6 {
    width: 100%;
  }
  .production-page .service-1,
  .production-page .service-2 {
    padding-bottom: 20px;
  }
}
.inner-page .sidebar-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page .sidebar-box .sidebar-left{
  width: 28%;
}
.inner-page.product2-page .sidebar-left {
    padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #062b00;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7; 
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  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%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    FONT-WEIGHT: 300;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li{
  list-style-type: disc;
  margin-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    display: -webkit-box;
    margin-bottom: 0.8rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 210px 40px 55px;
  background-size: 100% 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 30px;
  color: #fff;
  /*text-transform: uppercase;*/
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box .sidebar-right h1{
  color: #92b955;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  color: #7f7f7f;
  font-weight: normal;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  margin-bottom: 20px;
}
@media screen and (max-width:1100px) {
  .inner-page .sidebar-box{
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%!important;
    padding: 0!important;
  }
}
.prodet-page .prodet-1{
  padding: 0;
}
.prodet-page .prodet-1 .left .big_img ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .big_img ul li{
  padding: 3px;
}
.prodet-page .prodet-1 .left .big_img ul li img{
  margin: auto;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
}
.prodet-page .prodet-1 .left .content{
  padding-left: 30px;
  color: #000;
  line-height: 1.8;
}
.prodet-page .prodet-1 .left .content .cat_name{
  font-size: 18px;
  line-height: 1.8;
  color: var(--color);
  font-weight: 600;
}
.prodet-page .prodet-1 .left .content h1{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  color: black;
}
.prodet-page .prodet-1 .left .content .des{
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
  color: #7f7f7f;
}
.prodet-page .prodet-1 .left .content .m-link{
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: black;
}
.prodet-page .prodet-2 ul.tab li{
  display: inline-block;
  background: var(--color);
  font-size: 18px;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}
.prodet-page .prodet-2 ul.tab li a{
  display: block;
  color: #fff;
}
.prodet-page .prodet-2 ul.tab li.active{
  background: #f0f0f0; 
}
.prodet-page .prodet-2 ul.tab li.active a{
  color: #000;
}
.prodet-page .prodet-2 .content{
  background: #f0f0f0;
  padding: 50px;
  font-size: 16px;
}
.prodet-page .prodet-3{
  padding: 80px 0;
}
.prodet-page .prodet-3 .h3{
  font-size: 36px;
  font-weight: bold;
}
.prodet-page .prodet-3 form{
  margin-top: 30px;
}
.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input{
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.2);
}
.prodet-page .prodet-3 form textarea{
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}
.prodet-page .prodet-3 form input[type="submit"]{
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
.product2-page {
    padding: 120px 0 100px;
}
.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.product2-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;
}
.product2-page .product-list ul li .img img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .img {
    overflow: hidden;
    transition: all 1.2s ease;
    padding: 10px;
    background: #f7f7f7;
    position: relative;
}
.product2-page .product-list ul li .img:hover img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .text {
    background: #f7f7f7;
    margin-top: 0;
    padding: 10px;
}
.product2-page .product-list ul li .text h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    min-height: 5.6em;
    text-transform: capitalize;
    text-align: center;
}
.product2-page .product-list ul li:hover .text h2{
  color: var(--color);
}
@media screen and (max-width:1000px){
  .product2-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left .big_img{
      width: 100%;
    }
    .prodet-page .prodet-1 .left .content{
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
}
@media screen and (max-width:700px){
  .product2-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .left .content h1{
      font-size: 24px;
      line-height: 44px;
    }
}
#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;
  -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;
}
#mobile3 .m-search form input[type=submit]{
  background: url(../images/search.png) no-repeat center #fff;
}
@media (max-width: 1250px) {
    #innerMobileBanner {
        display: block;
        margin-top: 60px;
    }
    .about-page .about-4 .slide{
      height: 500px;
      padding: 0 15px;
    }
    .about-page .about-4 .slide .text{
      font-size: 15px;
      margin-top: 1em;
    }

}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .scrollPage{
    zoom: .7;
  }
   .about-page .about-4 .slide .text{
      max-height: 300px;
      overflow-y: auto;
    }
}
@media screen and (max-width: 700px) {
  .about-page .about-4 .slide{
    height: 360px;
  }
  .about-page .about-4 .slide .text{
    max-height: 200px;
  }
}
/*seo加*/
.seoPublic .Auxil-news .list ul li .content div.h6{
  line-height: 40px;
  min-height: 5.5em;
}
.seoPublic .Auxil-news .list ul li .content time{
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p{
  line-height: 1.8;
}
.seoPublic .Auxil-news .list ul li .content a.link{
  line-height: 1.8!important;
}
.seoPublic .Auxil-about .box .right div.h3{
  line-height: 40px;
}
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea{
  line-height: 30px;
}
.font-50{
  line-height: 1.4;
}
#mobile3{
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .font-60{
    font-size: 24px;
    line-height: 40px;
  }
  #index-body .i-advantage .header .title{
    line-height: 1.6;
  }
  .font-16{
    font-size: 16px;
    line-height: 30px!important;
  }
  .font-40{
    font-size: 20px;
    line-height: 36px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    font-size: 18px;
    line-height: 32px;
  }
  .font-16{
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .product-1 .sideBarRight .text{
    display: none!important;
  }
  .font-30{
    font-size: 18px;
    line-height: 32px;
  }
  #mobile3 h6{
    font-size: 20px;
    line-height: 36px;
  }
  #mobile3 .langs h4{
    line-height: 32px;
  }
}

.xinwen h3{
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #35997f;
}

.hangye h3{
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #35997f;
}

.yejiao {margin-top: 5px;
}

      /*隐藏样式*/

@media (max-width: 500px) {
  .yejiao{
    display: none;
  }
  .seo-industry{
    display: none;
}
}
.seoPublic .text a{
  color: #666;
}
.xinwenbt{
  min-height: 4.5em!important;
}