@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot') format('eot'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot') format('eot'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad';
  src: url('../fonts/MyriadPro-Regular.eot') format('eot'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot') format('eot'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'MiSans';
  src: url('../fonts/MiSans-Heavy.eot') format('eot'), url('../fonts/MiSans-Heavy.woff2') format('woff2'), url('../fonts/MiSans-Heavy.woff') format('woff'), url('../fonts/MiSans-Heavy.ttf') format('truetype');
  font-display: swap;
}
@media screen and (max-width: 1000px) {
  .bfghgfd {
    display: none !important;
  }
  .asjdiuwqhd {
    display: none !important;
  }
}
table td, table th{
  font-size: 14px;
}


.inner-page.ap-page .prodet-3 .box li{
  padding: 0 20px;
}
.inner-page.ap-page .prodet-3 .box li{
  padding: 0 20px;
}
.inner-page.ap-page .prodet-3 .box li .box{
  background: #ffffff;
  overflow: hidden;
}
.inner-page.ap-page .prodet-3 .box li h3{
  margin-top: 30px;
  text-align: center;
}


*{
  text-transform: capitalize;
}
body {
  font-family: 'Montserrat';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #2d6cab;
  --basic: #2d6cab;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.Auxil-news {
  margin-bottom: 40px;
}
#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .ui.container {
  max-width: 1836px;
  width: 100%;
}
#header .nav {
  width: 100%;
  padding: 14px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 80px;
  /*color: var(--white);*/
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
    
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -171%;
  left: 0;
  width: 0;
  height: 5px;
  background: var(--primary);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  /*color: var(--primary);*/
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#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: 14px;
  font-weight: 400;
  background: #fff;
  top: 275%;
  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 var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
   background: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 55px;
  padding-left: 23px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -5px;
}
#header .nav .ui.menu .h-search i {
  display: inline-block;
  width: 64px;
  height: 81px;
  padding-top: 33px;
  background: var(--primary);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: -40%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-search i:hover {
  background: var(--black);
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-search::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 2px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  position: relative;
  margin-left: 27px;
  padding-right: 23px;
  padding-bottom: 10px;
}
#header .nav .ui.menu .h-language>img{
  transition: .3s;
  filter: brightness(.1);
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 180%;
  right: 0;
  width: 125px;
  -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(--primary);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-inquiry {
  display: inline-block;
  margin-left: 56px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-inquiry img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-inquiry:hover {
  background: var(--black);
}
#header.active {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  --white:#222;
}
#header.active .nav .ui.menu .h-language>img{
  filter: brightness(.1);
}
/*#header .nav .ui.menu .logo .img1{
  display: none;
}*/
/*#header.active .nav .ui.menu .logo .img1{
  display: block;
}*/
#header .nav .ui.menu .logo .img1{
  display: block;
}
#header.active .nav .ui.menu .logo .img{
  display: none;
}
#header.inner {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, 0.1);
  --white:#222;
}
#header.inner .nav .ui.menu .h-language>img{
  filter: brightness(.1);
}
/*#header .nav .ui.menu .logo .img1{
  display: none;
}*/
#header.inner .nav .ui.menu .logo .img1{
  display: block;
}
#header.inner .nav .ui.menu .logo .img{
  display: none;
}
.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 21px 36px 20px;
}
.more .second {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 0px;
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}
.more .one {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-60%);
  -moz-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
}
.more .two {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
}
.more:hover .three {
  -webkit-animation: color_anim 1s infinite 0.2s;
  -moz-animation: color_anim 1s infinite 0.2s;
  animation: color_anim 1s infinite 0.2s;
}
.more:hover .one {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: color_anim 1s infinite 0.6s;
  -moz-animation: color_anim 1s infinite 0.6s;
  animation: color_anim 1s infinite 0.6s;
}
.more:hover .two {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: color_anim 1s infinite 0.4s;
  -moz-animation: color_anim 1s infinite 0.4s;
  animation: color_anim 1s infinite 0.4s;
}
.more:hover .second {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 0;
}
@-webkit-keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #2d6cab;
  }
  100% {
    fill: white;
  }
}
@-moz-keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #2d6cab;
  }
  100% {
    fill: white;
  }
}
@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: #2d6cab;
  }
  100% {
    fill: white;
  }
}
.more em {
  display: inline-block;
  vertical-align: middle;
}
.more i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  color: var(--primary);
  font-weight: bold;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--white);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: var(--primary);
}
.more:hover::before {
  width: 100%;
}
#banner {
  position: relative;
  padding-top: 114px;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%;
  color: var(--white);
}
#banner .swiper-slide .text .box {
  width: 50%;
}
#banner .swiper-slide .text .box span {
  font-size: 20px;
  line-height: 2;
  display: inline-block;
}
#banner .swiper-slide .text .box span.second {
  width: 35px;
  height: 35px;
  background: #fff;
  padding-left: 3px;
}
#banner .swiper-slide .text .box .title {
  font-size: 60px;
  line-height: 1.8;
  font-family: 'MiSans';
  margin-top: 43px;
  text-shadow: 0 0  8px rgba(0, 0, 0, .1);
}
#banner .swiper-slide .text .box p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 31px;
}
#banner .swiper-slide .text .box .more {
  margin-top: 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
#banner .swiper-slide .banner-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 12s ease;
  -moz-transition: 12s ease;
  transition: 12s ease;
}
#banner .swiper-slide-active .banner-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#banner .swiper-slide-active .text .box {
  -webkit-animation: fadeInLeft 2s linear;
  -moz-animation: fadeInLeft 2s linear;
  animation: fadeInLeft 2s linear;
}
#banner .banner-application {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
  width: 80.9598vw;
  /*max-width: 1582px;*/
}
#banner .bannerSwiper{
  overflow: hidden;
}
#banner .banner-application ul {
  /*max-width: 1582px;*/
   width: 80.9598vw;
  /*width: 100%;*/
  /*padding: 0 15px;*/
  margin: 0 auto;
  /*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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
}
#banner .banner-application ul li {
  width: 25%;
  height: 75px;
  /*background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;*/
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 230px;
}
#banner .banner-application ul li .img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
#banner .banner-application ul li .img::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#banner .banner-application ul li .img img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  width: 100%;
}
#banner .banner-application ul li .text {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  color: var(--white);
  padding: 10px 31px 0 19px;
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-application ul li .text img {
  width: auto;
  position: inherit;
}
#banner .banner-application ul li .text .tit {
  display: inline-block;
  width: 90%;
  font-size: 20px;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .banner-application ul li .text .tit:hover {
  color: var(--primary);
}
#banner .banner-application ul li .text .mores {
  display: inline-block;
  width: 20%;
  text-align: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .banner-application ul li .text .mores:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
/*#banner .banner-application ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.22);
}*/
#banner .banner-application ul li:hover .img {
  padding-top: 56%;
}
#banner .banner-application ul li.active .img {
  padding-top: 56%;
}
/*#banner .banner-application ul li:hover .text{
  -webkit-transform: translateY(-260%);
    -moz-transform: translateY(-260%);
    -ms-transform: translateY(-260%);
    -o-transform: translateY(-260%);
    transform: translateY(-260%);
}*/
#index-body span.tag {
  font-size: 20px;
  line-height: 2;
  color: var(--basic);
}
#index-body .title {
  margin-bottom: 20px;
  font-size: 60px;
  color: #404040;
  line-height: 1.3;
  font-family: 'Myriad';
  letter-spacing: 1px;
  /*  */
}
#index-body .line {
  width: 100%;
  height: 2px;
  background: var(--primary);
}
#index-body .line img {
  margin-top: -14px;
}
#index-body p.desc {
  font-size: 16px;
  color: #757575;
  line-height: 30px;
  margin-top: 40px;
}
#index-body .product {
  background: url(/zpmachinery/2024/11/21/3030.jpg) #f4f4f4 no-repeat right top;
  padding: 120px 0 181px;
  position: relative;
  z-index: 1;
}
#index-body .product::after{
  z-index: -1;
  left: 26.51041666666667vw;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  content: '';
  background: linear-gradient(to right,#f4f4f4,transparent);
}
#index-body .product .header {
  max-width: 1105px;
}
#index-body .product .header .line {
  margin-top: 13px;
}
#index-body .product .header .line img {
  margin-left: 11px;
}
#index-body .product .header p {
  width: 86%;
}

#index-body .product .content {
  height: 720px;
  max-width: 1760px;
  margin: 0 0 0 auto;
  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-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;
}


#index-body .product .left {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 6.302083333333333vw;
}
#index-body .product .left .tit {
  padding: 45px 0;
}
#index-body .product .left .tit img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .left .tit span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 20px;
  color: var(--basic);
  line-height: 2;
  font-weight: bold;
}
#index-body .product .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#index-body .product .left ul li {
  height: 50%;
  font-size: 20px;
  color: #252525;
  line-height: 2;
  font-family: 'Myriad';
  font-weight: bold;
  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-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  padding: 15px 30px;
  background-color: #ebebeb;
  /*padding-right: 15px;*/
    
}
#index-body .product .left ul li .img {
  margin-bottom: 30px;
}
#index-body .product .left ul li.active {
  background: var(--basic);
  color: var(--white);
  border-color: var(--basic);
  text-decoration: underline;
  text-underline-offset: 4px;
}
#index-body .product .left ul li.active img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .product .left ul li a {
  display: block;
  font-size: 30px;
  max-width: 3100px;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
}
#index-body .product .left ul li img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .product .left ul li i {
  display: inline-block;
  margin-left: 17px;
}
/*#index-body .product .left ul li:hover {
  background: var(--basic);
  color: var(--white);
  border-color: var(--basic);
}*/
#index-body .product  .left ul li:last-child {
  border-bottom: 0;
}
#index-body .product .content .right {
  width: 100%;
  background: var(--white);
  -webkit-box-shadow: 3px 4px 28px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 3px 4px 28px 0px rgba(0, 0, 0, 0.03);
  /*padding: 66px 0;*/
  padding: 16px 0;
}
#index-body .product .content .right .box ul {
  margin-top: 24px;
  margin-right: -40px;
  display: none;
}
#index-body .product .content .right .box.active ul {
  display: block;
}
#index-body .product .content .right .box {
  position: relative;
}
#index-body .product .content .right .box .product-arrows {
  overflow: hidden;
  height: 0;
}
#index-body .product .content .right .box.active .product-arrows {
  height: 84px;
}
#index-body .product .content .right ul .slick-list {
  padding-right: 420px !important;
  padding-top: 35px;
}
#index-body .product .content .right ul li {
  padding-right: 40px;
  position: relative;
}
#index-body .product .content .right ul li .ig {
  padding: 0 43px 0 36px;
  border-right: 1px solid #ebebeb;
}
#index-body .product .content .right ul li .img-box {
  display: block;
  text-align: center;
}
#index-body .product .content .right ul li .text .tit {
  display: block;
  font-size: 20px;
  color: #404040;
  line-height: 2;
  font-family: 'Myriad';
  font-weight: bold;
  padding: 0 19px 3px 0;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content .right ul li .text .tit:hover {
  color: var(--primary);
}
#index-body .product .content .right ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: rgba(64, 64, 64, 0.5);
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .product .content .right ul li .text .mores {
  display: inline-block;
  font-size: 18px;
  color: #404040;
  line-height: 2;
  margin-top: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content .right ul li .text .mores:hover {
  color: var(--primary);
}
#index-body .product .content .right .box .product-arrows {
  position: absolute;
  right: 6.4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -107px;
  z-index: 3;
  width: 150px;
}
#index-body .product .content .right .box.tab2 .product-arrows{
    bottom: -204px;
}

#index-body .product .content .right .box .product-arrows .arrow-left,
#index-body .product .content .right .box .product-arrows .arrow-right {
  width: 75px;
  height: 84px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}
#index-body .product .content .right .box .product-arrows .arrow-left:hover,
#index-body .product .content .right .box .product-arrows .arrow-right:hover {
  background-color: var(--basic);
}
#index-body .product .content .right .box .product-arrows .arrow-left:hover img,
#index-body .product .content .right .box .product-arrows .arrow-right:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .product .content .right .box .product-arrows .arrow-left img,
#index-body .product .content .right .box .product-arrows .arrow-right img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#index-body .about {
  background: url(../images/about-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 143px 0 133px;
  position: relative;
  color: var(--white);
  overflow: hidden;
}
#index-body .about canvas {
  display: none;
}
#index-body .about #canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#index-body .about .left {
  vertical-align: middle;
}
#index-body .about .left .header span {
  color: var(--primary);
}
#index-body .about .left .header .title {
  color: var(--white);
  padding-right: 60px;
  margin-top: 8px;
}
#index-body .about .left .header .con {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 18px;
}
#index-body .about .left .header .con h2 {
  display: inline;
  width: auto;
}
#index-body .about .left .header .con h1 {
  display: inline;
}
#index-body .about .left .header .more {
  margin-top: 59px;
  display: none;
}
#index-body .about .left .data {
  margin-top: 105px;
}
#index-body .about .left .data ul {
  margin-bottom: -77px;
}
#index-body .about .left .data ul li {
  padding-bottom: 77px;
}
#index-body .about .left .data ul li i {
  width: 76px;
  height: 76px;
  border-radius: 4px;
  background: rgba(0, 170, 140, 0.1);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 76px;
}
#index-body .about .left .data ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .left .data ul li .desc {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
}
#index-body .about .left .data ul li .desc span {
  font-size: 15px;
  line-height: 2;
}
#index-body .about .left .data ul li .desc .num {
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
  margin-top: 6px;
}
#index-body .about .left .data ul li .desc .num em {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .left .data ul li .desc .num sub {
  font-size: 16px;
  line-height: 2;
  color: var(--primary);
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 2px 8px;
}
#index-body .about .left .data ul li .desc .num sup {
  display: inline-block;
  vertical-align: middle;
  color: var(--primary);
  padding-left: 15px;
  font-size: 46px;
}
#index-body .about .right {
  vertical-align: middle;
  text-align: center;
}
#index-body .about .right .play {
  display: inline-block;
  width: 102px;
  height: 102px;
  line-height: 97px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  position: relative;
  z-index: 1;
}
#index-body .about .right .play img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
#index-body .about .right .play::before,
#index-body .about .right .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -30px;
  bottom: -30px;
  right: -30px;
  border-radius: 50%;
  border: 1px solid rgba(45, 108, 171, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .right .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .imgs {
  position: absolute;
  bottom: -140px;
  right: 0;
  width: 24.61%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-bottom: 63px;
}
/*#index-body .about .imgs:hover{
  padding-bottom: 14.5%;
}*/
#index-body .about .imgs:hover span {
  background: var(--primary);
}
#index-body .about .imgs .picture {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 60px;
  width: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
#index-body .about .imgs .picture img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  width: 100%;
}
#index-body .about .imgs span {
  display: block;
  width: 100%;
  background: rgba(45, 108, 171, 0.5);
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  padding: 7px 0 2px 24px;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: 2;
}
#index-body .about .imgs:hover .picture {
  padding-top: 60%;
}
#index-body .strength {
  background: url(../images/strength-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 87px 0 147px;
}
#index-body .strength .header {
  max-width: 1085px;
  margin: 0 auto;
}
#index-body .strength .header .line {
  margin-top: 4px;
}
#index-body .strength .header p.desc {
  margin: 32px auto 0;
  width: 90%;
}
#index-body .strength .content {
  margin-top: 116px;
  position: relative;
}
#index-body .strength .content ul {
  position: relative;
}
#index-body .strength .content ul li {
  display: inline-block;
}
#index-body .strength .content ul li .img {
  height: 484px;
  display: block;
  background-position: center;
}
#index-body .strength .content ul li .tit {
  display: block;
  background: var(--basic);
  color: var(--white);
  padding: 14px 0 13px 34px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .strength .content ul li .tit img {
  display: inline-block;
  vertical-align: middle;
  max-height: 34px;
}
#index-body .strength .content ul li .tit span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 36px;
  font-size: 20px;
  line-height: 2;
    
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
}
#index-body .strength .content ul li:nth-child(1),
#index-body .strength .content ul li:nth-child(2) {
  width: 40.63%;
}
#index-body .strength .content ul li:nth-child(1) .tit:hover,
#index-body .strength .content ul li:nth-child(2) .tit:hover {
  background: var(--primary);
}
#index-body .strength .content ul li:nth-child(2) {
  margin-left: -3px;
}
#index-body .strength .content ul li:nth-child(2) .img {
  position: relative;
  z-index: 1;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}
#index-body .strength .content ul li:nth-child(2) .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
}
#index-body .strength .content ul li:nth-child(2) .tit {
  border-right: 2px solid var(--white);
}
#index-body .strength .content ul li:nth-child(3),
#index-body .strength .content ul li:nth-child(4) {
  width: 28.563%;
}
#index-body .strength .content ul li:nth-child(3) {
  position: absolute;
  right: 0;
  top: -2px;
}
#index-body .strength .content ul li:nth-child(3) .imgs {
  height: 292px;
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
}
#index-body .strength .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
}
#index-body .strength .content ul li:nth-child(4) .imgs {
  height: 192px;
  display: block;
  background-position-x: right;
}
#index-body .strength .content ul li:nth-child(4) .tit {
  margin: 2px 0 0 auto;
  background: var(--primary);
  padding: 18px 0 17px;
  text-align: center;
  width: 65.5%;
}
#index-body .strength .content ul li:nth-child(4) .tit:hover {
  background: var(--basic);
}
#index-body .strength .content .download {
  width: 74px;
  height: 73px;
  background-color: var(--white);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 68px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 30px;
  right: 16.5%;
  z-index: 1;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
#index-body .strength .content .download:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
#index-body .strength .content .download img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .solution {
  position: relative;
}
#index-body .solution .cat-tab {
  height: 900px;
}
#index-body .solution .cat-tab ul.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 900px;
}
#index-body .solution .cat-tab ul.bg li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
#index-body .solution .cat-tab ul.bg li.active {
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: 1;
}
#index-body .solution .cat-tab ul.bg li img {
  width: 100%;
  height: 100%;
}
#index-body .solution .cat-tab ul.list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .solution .cat-tab ul.list li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 54, 44, 0.2);
  color: var(--white);
  padding: 15px 0 15px 15px;
}
#index-body .solution .cat-tab ul.list li .mml-text span {
  line-height: 1.3;
}
#index-body .solution .cat-tab ul.list li .mml-text .tit {
  display: block;
  font-weight: bold;
  width: 87%;
  line-height: 1.3;
  margin-top: 30px;
}
#index-body .solution .cat-tab ul.list li .mml-text .mores {
  display: inline-block;
  font-size: 17px;
  line-height: 2;
  margin-top: 31px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--white);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .solution .cat-tab ul.list li .mml-text .mores:hover {
  color: var(--primary);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .solution .cat-tab ul.list li.active {
  background: rgba(45, 108, 171, 0.77);
}
#index-body .solution .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 64px;
}
#index-body .solution .text .box {
  max-width: 1090px;
  width: 100%;
}
#index-body .solution .text .box span.tag {
  color: var(--white);
}
#index-body .solution .text .box .title {
  color: var(--white);
}
#index-body .solution .text .box .line {
  background: var(--white);
}
#index-body .solution .text .box .line img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
  margin-left: 28px;
}
#index-body .solution .text .box p.desc {
  color: rgba(255, 255, 255, 0.9);
  width: 76%;
}
#index-body .init {
  background: url(../images/bg.png) #f4f4f4 no-repeat right top;
  padding: 99px 0 167px;
}
#index-body .init .news .header {
  max-width: 1085px;
  width: 100%;
}
#index-body .init .news .header span.tag {
  color: var(--primary);
}
#index-body .init .news .header .line {
  margin-top: 3px;
}
#index-body .init .news .header .line img {
  margin-left: 27px;
}
#index-body .init .news .header p.desc {
  width: 90%;
}
#index-body .init .news .content {
  margin-top: 98px;
}
#index-body .init .news .content ul {
  margin-right: -66px;
}
#index-body .init .news .content ul li {
  padding-right: 66px;
}
#index-body .init .news .content ul li .ig {
  background: var(--white);
  padding: 45px 17px 41px 25px;
}
#index-body .init .news .content ul li .ig .tit {
  display: block;
  font-size: 20px;
  line-height: 2;
  color: #242628;
  font-weight: 500;
  padding-right: 102px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 166px;
}
#index-body .init .news .content ul li .ig .tit:hover {
  color: var(--primary);
}
#index-body .init .news .content ul li .ig .line {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 16px;
}
#index-body .init .news .content ul li .ig p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init .news .content ul li .ig .bottom {
  margin-top: 51px;
  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;
  font-size: 18px;
  color: #594b4b;
}
#index-body .init .news .content ul li .ig .bottom .mores {
  display: inline-block;
  line-height: 2;
  border-bottom: 1px solid #49310e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init .news .content ul li .ig .bottom .mores:hover {
  color: var(--primary);
  border-color: var(--primary);
}
#index-body .init .news .content ul li .ig .bottom time {
  display: inline-block;
  margin-bottom: -9px;
  padding-right: 12px;
}
#index-body .init .news .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -34.6%;
  width: 100%;
  text-align: center;
  margin-right: 0;
}
#index-body .init .news .content ul .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  display: inline-block;
  padding: 0;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .init .news .content ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .init .news .content ul .slick-dots li button {
  display: none;
}
#index-body .init .news .content ul .slick-dots li.slick-active {
  background: var(--primary);
}
#index-body .init .partner {
  margin-top: 180px;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  padding-top: 78px;
}
#index-body .init .partner ul {
  margin-right: -57px;
}
#index-body .init .partner ul li {
  padding-right: 57px;
}
#index-body .init .partner ul li .img-box {
  display: block;
}
#footer {
  /*background: url(../images/f-bg.jpg) no-repeat center center;*/
  background-size: 100% 100%;
  /*color: var(--white);*/
  padding-top: 10px;
  position: relative;
}
#footer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .f-top {
  background: url(../images/ftop-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 42px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -85px;
}
#footer .f-top .tit {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
}
#footer .f-top p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}
#footer .f-top a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: var(--basic);
  background: var(--white);
  line-height: 1;
  padding: 19px 27px 18px 28px;
  border-radius: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .f-top a::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
#footer .f-top a:hover {
  color: var(--white);
}
#footer .f-top a:hover::after {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#footer .f-content {
  margin-top: 65px;
}
#footer .f-content .tit {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 21px;
  padding-top: 7px;
}
#footer .f-content .tit::after {
  content: '';
  width: 93px;
  height: 4px;
  display: block;
  background: var(--primary);
  margin-top: 18px;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 2;
  /*color: #efefef;*/
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  margin-bottom: 6px;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:hover {
  color: var(--basic);
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-ab {
  width: 18%;
}
#footer .f-content .f-ab .f-logo {
  display: inline-block;
  padding-bottom: 33px;
  border-bottom: 5px solid var(--primary);
}
#footer .f-content .f-ab .intro {
  max-width: 323px;
  font-size: 16px;
  font-weight: normal;
  line-height: 31px;
  /*color: #ffffff;*/
  margin-top: 27px;
  margin-bottom: 35px;
}
#footer .f-content .f-ab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-content .f-ab ul li {
  text-align: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  margin-right: 13px;
}
#footer .f-content .f-ab ul li:nth-child(1) {
  background-color: #3b5999;
}
#footer .f-content .f-ab ul li:nth-child(2) {
  background-color: #00aced;
}
#footer .f-content .f-ab ul li:nth-child(3) {
  background-color: #cb2027;
}
#footer .f-content .f-ab ul li:nth-child(4) {
  background-color: #cc2366;
}
#footer .f-content .f-ab ul li i {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
}
#footer .f-content .f-contact {
  padding-left: 5%;
}
#footer .f-content .f-contact ul {
  margin-top: 1.9vw;
}
#footer .f-content .f-contact ul 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;
  margin-bottom: 2.1vw;
}
#footer .f-content .f-contact ul li img {
  padding-right: 30px;
  filter: brightness(0);
}
#footer .f-content .f-contact ul li span {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  /*color: #ffffff;*/
}
#footer .f-content .f-contact ul li .address {
  max-width: 261px;
}
#footer .f-content .f-links {
  padding-left: 3.5%;
  transform: translateX(4vw);
}
#footer .f-content .f-links ul li {
  margin-bottom: 0.7vw;
}
#footer .f-content .f-form form{
  position: relative;
}
#footer .f-content .f-form .f-qr{
  display: flex;
  justify-content: flex-end;
}
#footer .f-content .f-form .f-qr img{
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
#footer .f-content .f-qr .weixin img{
  max-width: 100px;
}
#footer .f-content .f-form .wechat{
  max-width: 100px;
  /*margin-right: 25px;*/
}
#footer .f-content .f-form #ewm{
  max-width: 100px;
  border: 4px solid #fff;
}

#footer .f-content .f-form {
  width: 32%;
  position: relative;
}
#footer .f-content .f-form dl {
  margin: 0 -14px -22px 0;
}
#footer .f-content .f-form dl dd {
  padding: 0 14px 22px 0;
}
#footer .f-content .f-form dl dd input,
#footer .f-content .f-form dl dd textarea {
  width: 100%;
  height: 41px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 22px;
}
#footer .f-content .f-form dl dd input::-webkit-input-placeholder,
#footer .f-content .f-form dl dd textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd input:-moz-placeholder,
#footer .f-content .f-form dl dd textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd input::-moz-placeholder,
#footer .f-content .f-form dl dd textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd input:-ms-input-placeholder,
#footer .f-content .f-form dl dd textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd input::-webkit-input-placeholder, #footer .f-content .f-form dl dd textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd input:-moz-placeholder, #footer .f-content .f-form dl dd textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd input::-moz-placeholder, #footer .f-content .f-form dl dd textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd input:-ms-input-placeholder, #footer .f-content .f-form dl dd textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd input::placeholder,
#footer .f-content .f-form dl dd textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
#footer .f-content .f-form dl dd.wid-100 {
  width: 100%;
}
#footer .f-content .f-form dl dd textarea {
  height: 144px;
  padding-top: 9px;
  padding-bottom: 30px;
}
#footer .f-content .f-form .submit {
  position: absolute;
  bottom: 25px;
  right: 22px;
  cursor: pointer;
}
#footer .f-copy {
  margin-top: 106px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  padding: 16px 0 12px;
}
#footer .f-copy .links {
  font-size: 16px;
  line-height: 2;
  /*color: rgba(255, 255, 255, 0.5);*/
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(0, 0, 0, 0.5);
  margin-top: 2px;
}
#footer .f-copy svg text {
  fill: rgba(0, 0, 0, 0.5);
}
#footer .f-copy svg:hover {
  fill: var(--primary);
}
.fixed-toolbar ul li.back {
  display: none;
}
@media screen and (max-width: 1680px) {
  #index-body .product .content .right ul {
    margin-right: -30px;
  }
  #index-body .product .content .right ul .slick-list {
    padding-right: 320px !important;
  }
  #index-body .product .content .right ul li {
    padding-right: 30px;
  }
  #index-body .solution .cat-tab ul.list li {
    padding: 15px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .tit {
    width: 96%;
  }
  .font-36 {
    font-size: 30px;
  }
  #index-body .init .news .content ul li .ig .tit {
    padding-right: 36px;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #header .nav .ui.menu .h-language {
    padding-right: 0;
  }
  #banner .banner-application ul li .text {
    padding: 30px 19px 0;
  }
  #index-body .product .content .right ul .slick-list {
    padding-right: 280px !important;
  }
  #index-body .solution .cat-tab ul.list li .mml-text {
    width: 100%;
  }
  .font-36 {
    font-size: 27px;
  }
  #index-body .init .news .content ul {
    margin-right: -40px;
  }
  #index-body .init .news .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 30px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 40px;
    margin-top: 0;
  }
  #banner .swiper-slide .text .box p {
    margin-top: 20px;
  }
  #banner .swiper-slide .text .box .more {
    margin-top: 30px;
  }
  /*#banner .banner-application ul li {
    height: 56px;
  }*/
  #banner .banner-application ul li .text {
    padding: 15px 15px 0;
  }
  #banner .banner-application ul li .text .tit {
    font-size: 17px;
  }
  #index-body .product {
    padding: 100px 0;
  }
  #index-body .product .content .right ul .slick-list {
    padding-right: 180px !important;
  }
  #index-body .product .content .right ul li .text .tit {
    padding: 0 0 3px 0;
  }
  #index-body .about {
    padding: 100px 0;
  }
  #index-body .about .left .header .title {
    padding-right: 50px;
  }
  #index-body .about .left .data ul li .desc .num {
    font-size: 36px;
  }
  #index-body .about .imgs {
    bottom: -100px;
  }
  #index-body .strength .content ul li .tit {
    padding: 14px 0 13px 15px;
  }
  #index-body .strength .content ul li .tit span {
    font-size: 18px;
    padding-left: 20px;
  }
  #index-body .solution .cat-tab {
    height: 800px;
  }
  #index-body .solution .cat-tab ul.bg {
    height: 800px;
  }
  #index-body .title {
    margin-bottom: 20px;
    font-size: 50px;
  }
  #index-body .init {
    padding: 100px 0;
  }
  #index-body .init .news .content {
    margin-top: 60px;
  }
  #index-body .init .partner {
    padding-top: 50px;
  }
  #footer .f-content {
    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: self-start;
    -webkit-align-items: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-ab {
    width: 20%;
  }
  #footer .f-content .f-contact {
    width: 23%;
    padding-left: 0;
  }
  #footer .f-content .f-links {
    display: none;
  }
  #index-body .solution .cat-tab ul.list{
    flex-wrap: wrap;
  }
    #index-body .solution .cat-tab ul.list li.column{
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo {
    width: 12%;
  }
  #header .nav .ui.menu .h-search,
  #header .nav .ui.menu .h-language {
    margin-left: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 24px;
  }
  #header .nav .ui.menu .h-search::before {
    bottom: 13px;
  }
  #banner .swiper-slide .text .box span {
    font-size: 20px;
  }
  #banner .swiper-slide .text .box .tit {
    margin-top: 20px;
    font-size: 45px;
  }
  #banner .swiper-slide .text .box p {
    margin-top: 12px;
  }
  #banner .swiper-slide .text .box .more {
    margin-top: 20px;
  }
  .more {
    font-size: 18px;
    width: 280px;
    padding: 21px 25px 20px;
  }
  .more::before {
    right: 15px;
  }
  #banner .banner-application ul li .text .tit {
    font-size: 14px;
  }
  #index-body .product {
    padding: 80px 0;
  }
  /*#index-body .product .content {
    margin-top: 60px;
  }*/
  #index-body .product .content .left ul li {
    font-size: 18px;
    padding: 35px 0;
  }
  #index-body .product .content .right ul li .ig {
    padding: 0 20px;
  }
  #index-body .about {
    padding: 80px 0;
  }
  #index-body .about .left .data {
    margin-top: 60px;
  }
  #index-body .about .left .data ul {
    margin-bottom: -30px;
  }
  #index-body .about .left .data ul li {
    padding-bottom: 30px;
  }
  #index-body .about .left .data ul li .desc {
    padding-left: 10px;
  }
  #index-body .about .left .data ul li .desc .num {
    font-size: 30px;
  }
  #index-body .about .imgs {
    bottom: -80px;
    width: 26%;
  }
  #index-body .strength .content {
    margin-top: 60px;
  }
  #index-body .strength .content ul li .img {
    height: 420px;
  }
  #index-body .strength .content ul li:nth-child(1) .img {
    border-bottom: 2px solid var(--white);
  }
  #index-body .strength .content ul li:nth-child(3) .imgs {
    height: 226px;
  }
  #index-body .solution .cat-tab {
    height: 700px;
  }
  #index-body .solution .cat-tab ul.bg {
    height: 700px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .tit {
    width: 100%;
  }
  .font-36 {
    font-size: 22px;
  }
  #index-body .init .news .content ul .slick-dots {
    bottom: -22%;
  }
  #index-body .init .partner {
    margin-top: 140px;
  }
  #footer .f-top {
    padding: 42px 50px;
  }
  #footer .f-copy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .strength .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index-body .strength .content ul li:nth-child(3){
    top:0;
  }
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0.75);
    width: 180px;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #mobile .menu-content .menu-logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  #banner {
    padding-top: 60px;
  }
  #banner .swiper-slide .text {
    top: 10%;
  }
  #banner .swiper-slide .text .box {
    width: 70%;
  }
  #banner .swiper-slide .text .box p {
    display: none;
  }
  #banner .swiper-slide .text .box span {
    font-size: 18px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 40px;
    margin-top: 20px;
  }
  #banner .swiper-slide .text .box span.second {
    padding-top: 5px;
  }
  #banner .banner-application {
    display: none;
  }
  .more {
    font-size: 16px;
    width: 220px;
    padding: 12px 0 12px 20px;
  }
  #index-body .title {
    margin-bottom: 20px;
    font-size: 36px;
  }
  #index-body .product {
    padding: 60px 0;
  }
  #index-body .product .header p.desc {
    width: 100%;
  }
  #index-body .product .content .left {
    width: 35%;
  }
  #index-body .product .content .left ul li {
    font-size: 16px;
    padding: 25px 0;
  }
  #index-body .product .content .right {
    width: 100%;
    padding: 30px 0;
  }
  #index-body .product .content .right ul {
    margin-right: -15px;
  }
  #index-body .product .content .right ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .product .content .right ul li {
    padding-right: 15px;
  }
  #index-body .product .content .right ul li .ig {
    padding: 0 15px;
  }
  #index-body .product .content .right ul li .ig .text .tit {
    font-size: 18px;
  }
  #index-body .product .content .right ul li .ig .text .mores {
    font-size: 16px;
  }
  #index-body .product .slick-arrow {
    width: 60px;
    height: 60px;
    bottom: -17%;
  }
  #index-body .product .slick-prev::after,
  #index-body .product .slick-next::after {
    top: 14px;
    left: 22px;
  }
  #index-body .product .slick-prev {
    right: 221px;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .left {
    width: 100%;
  }
  #index-body .about .left .header .more {
    margin-top: 20px;
  }
  #index-body .about .right {
    display: none;
  }
  #index-body .about .imgs {
    display: none;
  }
  #index-body .strength {
    padding: 60px 0;
  }
  #index-body .strength .content {
    margin-top: 40px;
  }
  #index-body .strength .content ul li .tit span {
    font-size: 16px;
    padding-left: 10px;
  }
  #index-body .strength .content ul li .img {
    height: 330px;
  }
  #index-body .strength .content ul li:nth-child(1),
  #index-body .strength .content ul li:nth-child(2) {
    width: 49.9%;
  }
  #index-body .strength .content ul li:nth-child(2) {
    margin-left: -2px;
  }
  #index-body .strength .content ul li:nth-child(3),
  #index-body .strength .content ul li:nth-child(4) {
    position: inherit;
    width: 49.7%;
  }
  #index-body .strength .content ul li:nth-child(4) .tit {
    width: 100%;
    padding: 11px 0;
  }
  #index-body .solution .text .box p.desc {
    width: 100%;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .tit {
    margin-top: 20px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .mores {
    margin-top: 15px;
    font-size: 14px;
  }
  #index-body .init {
    padding: 60px 0 80px;
  }
  #index-body .init .news .header p.desc {
    width: 100%;
  }
  #index-body .init .news .content {
    margin-top: 20px;
  }
  #index-body .init .news .content ul {
    margin-right: -15px;
  }
  #index-body .init .news .content ul li {
    padding-right: 15px;
  }
  #index-body .init .news .content ul li .ig {
    padding: 30px 15px;
  }
  #index-body .init .news .content ul li .ig .tit {
    padding-right: 0;
    font-size: 17px;
  }
  #index-body .init .news .content ul li .ig p {
    font-size: 15px;
    margin-top: 15px;
  }
  #index-body .init .news .content ul li .ig .bottom {
    margin-top: 30px;
    font-size: 16px;
  }
  #index-body .init .partner {
    margin-top: 86px;
    padding-top: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-36 {
    font-size: 16px;
  }
  #footer .f-top {
    padding: 30px 15px;
  }
  #footer .f-top .left {
    width: 70%;
  }
  #footer .f-top .right {
    width: 30%;
  }
  #footer .f-content {
    margin-top: 40px;
  }
  #footer .f-content .f-links {
    display: none;
  }
  #footer .f-content .f-ab {
    width: 45%;
  }
  #footer .f-content .f-contact {
    width: 50%;
  }
  #footer .f-content .f-form {
    width: 55%;
  }
  #footer .f-copy {
    margin-top: 30px;
  }
  #index-body .solution .cat-tab ul.list{
    flex-wrap: wrap;
  }
  #index-body .solution .cat-tab ul.list li{
    padding: 10px;
  }
  #index-body .solution .cat-tab ul.list li .mml-text .tit{
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text {
    top: 10%;
  }
  .newdet-page .sideright .section-title2 {
    font-size: 22px;
    line-height: 1.8;
  }
  #banner .swiper-slide .text .box {
    width: 100%;
  }
  #banner .swiper-slide .text .box span {
    font-size: 16px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 36px;
    margin-top: 10px;
  }
  #banner .swiper-slide .text .box p {
    margin-top: 5px;
  }
  #banner .swiper-slide .text .box .more {
    margin-top: 10px;
  }
  #index-body p.desc {
    margin-top: 20px;
  }
  #index-body .product {
    padding: 30px 0 50px;
  }
  #index-body .product .content {
    /*margin-top: 20px;*/
    margin-left: 15px;
  }
   #index-body .product .left ul{
     flex-wrap: wrap;
   }
  #index-body .product .left ul li a{
    font-size: 20px;
  } 
  #index-body .product .content .left {
    display: none;
  }
  #index-body .product .content .right {
    width: 100%;
  }
  #index-body .product .content .right .box ul{
    margin-right: 0;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .data {
    display: none;
  }
  #index-body .strength,
  #index-body .solution {
    display: none;
  }
  #index-body .init {
    padding: 30px 0;
  }
  #index-body .init .news .content ul .slick-dots {
    bottom: -12%;
  }
  #index-body .init .partner {
    margin-top: 50px;
  }
  #footer .f-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
  }
  #footer .f-top .left {
    width: 100%;
  }
  #footer .f-top .right {
    width: 100%;
    margin-top: 10px;
  }
  #footer .f-content .f-ab {
    width: 100%;
  }
  #footer .f-content .f-ab .intro {
    max-width: unset;
  }
  #footer .f-content .f-ab ul {
    display: none;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-copy .links {
    width: 100%;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
    #index-body .product .left ul li a{
    font-size: 18px;
  } 
  #banner .swiper-slide .text {
    top: 6%;
  }
  #banner .swiper-slide .text .box p {
    font-size: 14px;
  }
  #banner .swiper-slide img {
    min-height: 300px;
  }
  #banner .swiper-slide .text .box span {
    font-size: 14px;
    line-height: 2;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 18px;
  }
  #index-body span.tag {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 2;
  }
  #index-body p.desc {
    margin-top: 5px;
  }
  #index-body .line {
    display: none;
  }
  #index-body .about .left .header .title {
    padding-right: 0;
  }
  #index-body .init .news .content ul li .ig .tit {
    font-size: 16px;
  }
  #index-body .init .news .content ul li .ig p {
    font-size: 14px;
  }
}
.inner-banner {
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    padding-top: 246px;
    color: white;
    z-index: 1;
    background: none!important;
  }
  .inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.7);*/
    z-index: -1;
  }
  .inner-banner h3 {
    font-size: 40px;
    line-height: 2;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
      
    font-weight: 500;
    /*font-family: 'Montserrat';*/
    color: #000;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 2;
    color: #000;
  }
  .inner-banner .mbx a,
  .inner-banner .mbx span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    line-height: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-banner .mbx a:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: var(--primary);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
  }
  .inner-banner .mbx a:hover {
    color: var(--primary);
  }
  @media screen and (max-width: 1250px) {
    .inner-banner h3 {
      font-size: 34px;
      line-height: 34px;
    }
    .inner-banner .mbx {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 60px;
    }
    .inner-banner {
      height: 300px;
      padding-top: 120px;
    }
    .inner-banner h3 {
      font-size: 28px;
      line-height: 28px;
    }
  }
  @media screen and (max-width: 500px) {
    .inner-banner h3 {
      font-size: 18px;
      line-height: 2;
    }
    .inner-banner {
      height: 300px;
      padding-top: 80px;
    }
  }



/*.inner-banner {
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
}
.inner-banner.product {
  height: 790px;
}*/
/*.mbx {
  padding: 12px 0;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 2;
}*/

/*@media screen and (max-width: 1600px) {
  .inner-banner.product {
    height: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner.product {
    height: 510px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner.product {
    height: 410px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
    padding-top: 230px;
  }
}*/
.inner-page h1,
.inner-page h2,
.inner-page h3 {
  font-weight: bold;
}
.about-page {
  padding-top: 80px;
  background: #f5f5f5;
}
.seoPublic{
  background: #f5f5f5;
}
.about-page .seoPublic{
  margin-bottom: 2vw;
}
.about-page .about-1 .text {
  padding-right: 80px;
  vertical-align: middle;
}
.about-page .about-1 .text h3 {
  font-weight: bold;
  line-height: 2;
}
.about-page .about-1 .text .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}
.about-page .about-1 .text .con p:first-child {
  margin-bottom: 15px;
}
.about-page .about-1 .text dl {
  margin: 15px 0 30px;
}
.about-page .about-1 .text dl dd i {
  display: inline-block;
  vertical-align: top;
  color: var(--primary);
  font-size: 20px;
  margin-top: 5px;
}
.about-page .about-1 .text dl dd span {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  line-height: 2;
  width: 90%;
}
.about-page .about-1 .text .line-dec {
  position: relative;
  height: 1px;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-page .about-1 .text .line-dec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 40px;
  background: var(--primary);
}
.about-page .about-1 .text .about-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  margin: 30px 0;
}
.about-page .about-1 .text .about-bottom .image.about-signature {
  margin-right: 40px;
  width: 80px;
}
.about-page .about-1 .text .about-bottom .about-name {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
.about-page .about-1 .text .about-bottom .about-rol {
  color: #555;
  font-size: 14px;
  line-height: 2;
}
.about-page .about-1 .img {
  position: relative;
  vertical-align: middle;
}
.about-page .about-1 .img::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: 50%;
  bottom: 50%;
  z-index: 1;
  background: var(--primary);
}
.about-page .about-1 .img img {
  position: relative;
  z-index: 10;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .img .about-img-hotifer {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  padding: 30px 16px;
  z-index: 11;
  border-radius: 2px;
  text-align: left;
  background: var(--primary);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.about-page .about-1 .img .about-img-hotifer p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  text-align: left;
}
.about-page .about-1 .img .about-img-hotifer .icon {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 39px;
  height: 32px;
}
.about-page .about-1 .img .about-img-hotifer .icon svg {
  fill: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-1 .img:hover img {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -moz-transform: scale(0.98);
}
.about-page .about-2 {
  background: url(/gearmotorfactory/2024/09/13/95.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0 60px;
  color: #fff;
  margin-top: 80px;
}
.about-page .about-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.about-page .about-2 .left {
  width: 50%;
  margin: 0 5% 0 auto;
}
.about-page .about-2 .left .play {
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  background: rgba(0, 170, 140, 0.8);
  position: relative;
  z-index: 1;
}
.about-page .about-2 .left .play i {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.about-page .about-2 .left .play::before,
.about-page .about-2 .left .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(45, 108, 171, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-2 .left .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-2 .left .cont h6 {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-2 .left .cont h6::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-2 .left .cont h4 {
  font-size: 26px;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.about-page .about-2 .left .cont p {
  font-size: 16px;
  line-height: 2;
}
.about-page .about-3 {
  background: #f5f5f5;
  padding: 120px 0;
}
.device-page .about-3 {
  background: #ffffff;
  padding: 0px 0;
}
.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-3 .header h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 2;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.about-page .about-3 .header h3 em {
  color: var(--primary);
}
.about-page .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page .about-3 .info ul li {
  padding-right: 24px;
}
.about-page .about-3 .info .single-facility {
  background: #fff;
  padding: 40px 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
}
.device-page .about-3 .info .single-facility {
  background: #f5f5f5;
  padding: 40px 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
}
.about-page .about-3 .info .single-facility h5 {
  font-size: 24px;
  color: #000;
  line-height: 2;
  margin-bottom: 10px;
}
.about-page .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--primary);
  padding: 10px;
}
.about-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 30px;
  height: 170px;
  overflow: auto;
}
.about-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
  color: var(--primary);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.about-page .about-4 {
  background: url(/gearmotorfactory/2024/09/13/967.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  color: #fff;
}
.about-page .about-4::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.about-page .about-4 ul li .item.text-center {
  text-align: center;
}
.about-page .about-4 ul li .item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.about-page .about-4 ul li .item .icon span,
.about-page .about-4 ul li .item .icon i {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  line-height: 80px;
  border-radius: 50%;
  background: var(--primary);
}
.about-page .about-4 ul li .item .icon .back {
  background: #fff;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  color: var(--primary);
}
.about-page .about-4 ul li .item h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 2;
}
.about-page .about-4 ul li .item h6 {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}
.about-page .about-4 ul li .item h6 span {
  font-size: 14px;
  color: var(--primary);
  margin-right: 10px;
}
.about-page .about-4 ul li .item:hover .icon .front {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .about-4 ul li .item:hover .icon .back {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .p11-team {
  padding: 90px 0;
}
.about-page .p11-team .mml-row {
  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;
  padding: 0;
}
.about-page .p11-team .titles {
  max-width: 568px;
  width: 40%;
  margin: 0 90px 0 10px;
}
.about-page .p11-team .titles h3.title {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.about-page .p11-team .titles .desc {
  margin-top: 20px;
}
.about-page .p11-team .titles .desc p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .p11-team .titles h3 {
  color: #292d31;
  margin-bottom: 20px;
  font-size: 14px;
}
.about-page .p11-team .item-wrap {
  width: 57%;
  margin: -10px;
}
.about-page .p11-team .item-wrap .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: var(--primary) solid 3px;*/
}
.about-page .p11-team .item-wrap .item p {
  color: #051321;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page #cta {
  position: relative;
}
.about-page #cta::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: '';
  display: block;
  background-color: #051026;
}
.about-page #cta .cta-content {
  width: 100%;
  /*max-width: 1760px;*/
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--basic)));
  background-image: -webkit-linear-gradient(left, var(--primary) 0%, var(--basic) 100%);
  background-image: -moz-linear-gradient(left, var(--primary) 0%, var(--basic) 100%);
  background-image: linear-gradient(90deg, var(--primary) 0%, var(--basic) 100%);
  padding-bottom: 60px;
}
.about-page #cta .cta-content .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 65px 0;
}
.about-page #cta .cta-content .content-wrap h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 34px;
  line-height: 1.4;
  color: #fff;
  margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.about-page #cta .cta-content .content-wrap .mml-text {
  max-width: 750px;
}
.about-page #cta .cta-content .content-wrap .btn {
  margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap .btn a {
  position: relative;
  display: inline-block;
  /* font-style: normal; */
  line-height: 1.6;
  font-size: 24px;
  text-align: center;
  padding: 16px 47px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid transparent;
}
.about-page #cta .cta-content .content-wrap .btn a.white {
  background-color: #fff;
  color: var(--primary);
}
.about-page #cta .cta-content .content-wrap .btn a.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.inner-page h3.title {
  font-size: 40px;
  line-height: 2;
}
.inner-page h3.title em {
  color: var(--primary);
}
@media screen and (max-width: 1680px) {
  .about-page .p11-team .item-wrap {
    width: 52%;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .p11-team .titles {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .about-page .p11-team .item-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .text {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .img {
    width: 100%;
    padding-top: 40px;
  }
  .about-page .about-2 .left {
    margin: 0 20% 0 auto;
  }
  #cta h2 {
    font-size: 36px;
  }
  .about-page .about-3 .info ul li {
    width: 50%;
  }
  .about-page .about-4 ul li {
    width: 25% !important;
  }
  .about-page .about-4 ul li .item h6 {
    font-size: 14px;
  }
  .about-page .p11-team .mml-row {
    display: block;
  }
  .about-page .p11-team .mml-row .title {
    width: 100%;
    max-width: 100%;
  }
  .about-page .p11-team .mml-row .item-wrap {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
  .about-page {
    padding-top: 60px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-2 .left .play {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-4 ul li .item h3 {
    font-size: 30px;
  }
  .about-page .p11-team {
    padding: 60px 0;
  }
  .about-page .p11-team .titles {
    width: 100%;
  }
  .about-page #cta .cta-content .content-wrap .btn a {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 700px) {
  .about-page {
    padding-top: 30px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-1 .text h3 {
    font-size: 32px;
    line-height: 2;
  }
  .about-page .about-2 {
    display: none;
  }
  .about-page .about-3 .info ul {
    margin-right: 0;
  }
  .about-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 {
    display: none;
  }
  .about-page .p11-team .titles .desc p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .p11-team .titles {
    max-width: 100%;
    width: 100%;
  }
  #cta h2 {
    font-size: 30px;
    line-height: 1.5;
    max-width: unset;
  }
  #cta .content-wrap {
    padding: 50px 0;
  }
  .about-page #cta .cta-content .content-wrap p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page #cta .cta-content .content-wrap .btn a {
    font-size: 16px;
    padding: 8px 15px;
  }
  .about-page .p11-team {
    padding: 30px 0;
  }
  .about-page #cta .cta-content .content-wrap {
    padding: 30px 0;
  }
  .about-page #cta .cta-content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .header h3 {
    font-size: 40px;
  }
  .about-page .p11-team .titles h3.title {
    line-height: 2;
  }
}
.gallery-page .tab {
  border-bottom: 1px solid #e1e1e1;
  font-size: 0;
  margin-bottom: 90px;
}
.gallery-page .tab li {
  text-align: center;
  padding: 24px 0;
  border-left: 1px solid #e1e1e1;
  position: relative;
}
.gallery-page .tab li a {
  overflow: hidden;
  display: block;
}
.gallery-page .tab li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  -moz-transition: transform ease 0.4s, -moz-transform ease 0.4s;
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  -moz-transition: transform ease .4s, -moz-transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s, -moz-transform ease .4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s, -moz-transform ease 0.4s;
  -ms-transition: transform ease .4s;
  -o-transition: transform ease .4s;
  -webkit-transition: transform ease .4s;
  -moz-transition: transform ease .4s;
  position: relative;
}
.gallery-page .tab li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
  -webkit-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
  -moz-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
  transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 20px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*  */
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--primary);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--primary);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--primary);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
.m-page {
  text-align: center;
  padding-top: 20px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 36px;
  height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.m-page a:hover {
  color: var(--primary);
}
.m-page span {
  background-color: var(--primary);
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.faq-page {
  padding: 120px 0;
  background: #f5f5f5;
}
.faq-page .box ul {
  margin-right: -40px;
}
.faq-page .box ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
.faq-page .box ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.faq-page .box ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--primary);
  padding: 9px 14px;
  color: #fff;
}
.faq-page .box ul li .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.faq-page .box ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.faq-page .box ul li.active .title {
  color: #fff;
  background: var(--primary);
  border: 1px solid var(--primary);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
  color: #fff;
}
.faq-page .box ul li.active .title::after {
  background: #fff;
  color: var(--primary);
}
@media screen and (max-width: 1000px) {
  .faq-page .box ul {
    margin-right: 0;
  }
  .faq-page .box ul li {
    width: 100% !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box ul li .title::after {
    left: 10px;
  }
  .faq-page .box ul li .title {
    padding: 20px 10px 20px 66px;
  }
  .faq-page .box ul li .accordion-info {
    padding: 20px 10px;
  }
}
.cus-page {
  padding-top: 120px;
}
/*.cus-page .cus1{
  padding-bottom: 6*20px;
}*/
.cus-page .cus1 h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.cus-page .cus1 .con {
  font-size: 16px;
  color: #555;
  line-height: 2;
  margin-top: 15px;
}
.cus-page .cus1 .con p {
  margin-bottom: 15px;
}
.cus-page .cus1 .con p:last-child {
  margin-bottom: 30px;
}
.cus-page .cus1 ol.number {
  list-style: none;
  counter-reset: item;
  margin-bottom: 20px;
  padding-left: 40px;
}
.cus-page .cus1 ol.number li {
  counter-increment: item;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2;
  color: #555;
  position: relative;
  padding-left: 40px;
}
.cus-page .cus1 ol.number li::before {
  margin-right: 10px;
  content: counter(item);
  background: var(--primary);
  border-radius: 0px;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  position: absolute;
  left: 0;
  top: 0;
}
.cus-page .cus1 .info ul {
  margin-right: -24px;
}
.cus-page .cus1 .info li {
  position: relative;
  padding: 20px 24px 0 0;
}
.cus-page .cus1 .info li .gallery-box {
  overflow: hidden;
  position: relative;
}
.cus-page .cus1 .info li .gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.cus-page .cus1 .info li .gallery-box .gallery-img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}
.cus-page .cus1 .info li .gallery-box .gallery-img::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img::after {
  background: rgba(0, 0, 0, 0.4);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.cus-page .cus2 {
  padding-top: 120px;
}
.cus-page .cus2 .part1 .column {
  width: 70%;
  vertical-align: middle;
}
.cus-page .cus2 .part1 .column h2 {
  font-size: 30px;
  font-weight: 800;
  /*font-style: italic;*/
  color: #1a1a1a;
}
.cus-page .cus2 .part1 .column p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #555;
  line-height: 1.7;
  margin-top: 15px;
}
.cus-page .cus2 .part1 .column:nth-child(1) {
  padding-right: 5%;
}
.cus-page .cus2 .part1 .column:nth-child(2) {
  width: 30%;
}
.cus-page .cus2 .part1 .column:nth-child(2) a.more {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
    
  color: #fff;
  background-color: var(--primary);
}
.cus-page .cus2 .part2 .process-list li {
  width: 32.5%;
  max-width: 405px;
  margin-top: 50px;
  float: left;
  padding: 10px;
}
.center {
  text-align: center;
}
.cus-page .cus2 .part2 .process-list li .des {
  background-color: #ffffff;
  color: #000;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
  border-radius: 0px 0px 4px 4px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  min-height: 106px;
}
.cus-page .cus2 .part2 .process-list li .des .num {
  width: 43px;
  height: 43px;
  background-color: var(--primary);
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: -22.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.cus-page .cus2 .part2 .process-list li .des h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.cus-page .cus3 {
  background: #f5f5f5;
  padding: 90px 0 70px;
}
.cus-page .cus3 .top {
  text-align: center;
}
.cus-page .cus3 .top h2 {
  font-size: 50px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.cus-page .cus3 .top p {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  margin: 28px auto 0;
}
.cus-page .cus3 .formBox {
  margin: 60px 0 40px;
}
.cus-page .cus3 .formBox 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;
}
.cus-page .cus3 .formBox form input[type="text"] {
  border: none;
  background: #f0f0f0;
  padding: 0 20px;
  width: 24%;
  height: 55px;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.cus-page .cus3 .formBox form .f-submit {
  width: 100%;
  text-align: center;
  margin-top: 47px;
}
.cus-page .cus3 .formBox form .f-submit .more {
  border: none;
  display: inline-block;
  padding: 18px 57px;
  background: var(--primary);
  font-size: 20px;
  line-height: 1;
  color: #fff;
    
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cus-page .cus3 .formBox form .f-submit .more:hover {
  background: #000;
}
.cus-page .ser-2 {
  margin: 80px auto;
}
.cus-page .ser-2 .title {
  position: relative;
}
.cus-page .ser-2 .title i {
  z-index: -1;
  position: absolute;
  bottom: 45%;
  left: 0;
  font-size: 100px;
  color: #f5f5f5;
  opacity: 0.9;
}
.cus-page .ser-2 .title h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 2;
  color: #222c47;
}
.cus-page .ser-2 .top .grid-box .text {
  font-size: 16px;
  color: #262e42;
  max-width: 500px;
  padding-right: 10px;
  margin: 20px 0 20px auto;
  line-height: 2;
}
.cus-page .ser-2 .top .grid-box .left .text {
  margin-left: 0;
}
.cus-page .ser-2 .bot {
  margin-right: -13%;
}
.cus-page .ser-2 .bot ul {
  margin: 0 -10px;
}
.cus-page .ser-2 .bot ul li {
  position: relative;
  padding: 0 10px;
  margin: 40px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig {
  position: relative;
  max-width: 214px;
}
.cus-page .ser-2 .bot ul li .ig::after {
  content: '1';
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 100px;
  line-height: 80px;
  color: #e9edf4;
  opacity: .5;
  font-weight: bold;
}
.cus-page .ser-2 .bot ul li .ig img {
  position: relative;
  z-index: 1;
  margin: 5px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #222c47;
}
.cus-page .ser-2 .bot ul li:nth-child(2) .ig::after {
  content: '2';
}
.cus-page .ser-2 .bot ul li:nth-child(3) .ig::after {
  content: '3';
}
.cus-page .ser-2 .bot ul li:nth-child(4) .ig::after {
  content: '4';
}
@media screen and (max-width: 1450px) {
  .cus-page .ser-2 .bot {
    margin-right: -7%;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page .cus3 .formBox form input[type="text"] {
    width: 48%;
    margin-bottom: 15px;
  }
  .cus-page .cus3 .formBox form .f-submit {
    margin-top: 60px;
  }
  .cus-page .ser-2 .top .grid-box .column {
    width: 100%;
  }
  .cus-page .ser-2 .bot ul li {
    width: 100%;
  }
  .cus-page .ser-2 .bot ul li .ig {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .cus-page .init-1 .column h2 {
    font-size: 20px;
  }
  .cus-page .init-1 .column p {
    font-size: 14px;
    margin: 10px 0;
  }
  .cus-page .init-2 h2,
  .cus-page .init-3 .part1 .column h2,
  .cus-page .init-4 .init-content h2 {
    font-size: 20px;
  }
  .cus-page .init-3 .part1 .column p {
    font-size: 14px;
  }
  .cus-page .init-3 .part1 .column:nth-child(2) a.more {
    font-size: 16px;
  }
  .cus-page .init-4 .init-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus1 ol.number {
    padding-left: 0;
  }
  .cus-page .cus2 .part1 .column:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .cus-page .cus2 .part1 .column h2 {
    font-size: 20px;
  }
  .cus-page .cus2 .part1 .column:nth-child(2) {
    width: 100%;
    padding-top: 40px;
  }
  .cus-page .cus2 .part2 .process-list li {
    width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus3 .top h2 {
    font-size: 40px;
  }
  .cus-page .cus3 .top p {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus3 .formBox form input[type="text"] {
    width: 100%;
  }
  .cus-page .ser-2 .title h3 {
    font-size: 20px;
    line-height: 2;
  }
  .cus-page .ser-2 .bot {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 580px) {
  .cus-page .init-1 .column {
    width: 100%;
  }
  .cus-page .init-1 .column h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .cus-page .init-3 {
    padding: 20px;
  }
  .cus-page .init-3 .part2 .process-list li {
    width: 50%;
  }
  .cus-page .init-4 .init-content {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .cus-page .cus3 .formBox form input[type="text"] {
    height: 40px;
    font-size: 14px;
    line-height: 2;
  }
}
.production-sec .pur-sec {
  padding: 60px 0 0 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 100%;
  max-width: 800px;
  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-sec .pur-sec .mml-row .text-wrap h2 {
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 60%;
  max-width: 760px;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  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;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: var(--primary);
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.mb-80 {
  margin-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.production-sec .prints-sec {
  padding-top: 60px;
}
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 46%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 70%;
  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;
  max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-style: normal;
  font-size: 40px;
  line-height: 2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-style: normal;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  margin: 40px;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 65px 0 170px 0;
  background-color: whitesmoke;
}
.p11-milestone {
  margin-top: 20px;
}
.production-sec .p11-milestone .text h2 {
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 40px;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, var(--primary) 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, var(--primary) 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, var(--primary) 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap {
    width: 35%;
  }
  .prints-sec .text-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .text.mod-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .prints-sec .img-wrap {
    display: none;
  }
  .prints-sec .text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
}
.quality-sec {
  padding-top: 120px;
}
.our-markets ul 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;
}
.our-markets ul li:not(:last-child) {
  margin-bottom: 60px;
}
.our-markets ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.our-markets ul li:nth-child(even) .img {
  text-align: right;
}
.our-markets ul li .img {
  width: 50%;
}
.our-markets ul li .mml-text {
  width: 50%;
  padding: 0 15px;
}
.our-markets ul li .mml-text h3 {
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
}
.our-markets ul li .mml-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #242424;
}
.qua-details {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(#f35d2e));
  background-image: -webkit-linear-gradient(top, var(--primary) 0%, #f35d2e 100%);
  background-image: -moz-linear-gradient(top, var(--primary) 0%, #f35d2e 100%);
  background-image: linear-gradient(180deg, var(--primary) 0%, #f35d2e 100%);
}
@media (max-width: 540px) {
  .qua-details {
    padding: 0px;
  }
}
.qua-details .container {
  padding: 60px 10px;
}
.qua-details .container h2 {
  text-align: center;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0px;
}
.qua-details .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.qua-details .container ul li {
  width: 24%;
  max-width: 280px;
  margin-top: 40px;
}
.qua-details .container ul li img {
  max-width: 100%;
}
.qua-details .container ul li h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.qua-details .container ul li p {
  font-style: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  /* width: 95%; */
  /* max-width: 260px; */
  line-height: 32px;
}
.proto-sec h2 {
  font-style: normal;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  margin: 40px;
  text-align: center;
}
.proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.proto-sec ul li {
  font-size: 0;
  padding: 15px;
}
.p11-team {
  padding: 90px 0;
}
.quality-sec .p11-team h4 {
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
.p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}
.p11-team .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: var(--primary) solid 3px;*/
}
.p11-team .item p {
  color: #051321;
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
  .our-markets ul li {
    display: block;
  }
  .our-markets ul li .mml-text p {
    font-size: 14px;
  }
  .our-markets ul li .img {
    width: 100%;
    text-align: center !important;
  }
  .qua-details .container ul li h4 {
    font-size: 18px;
  }
  .qua-details .container ul li p {
    font-size: 14px;
  }
  .our-markets ul li .mml-text {
    width: 100%;
    padding: 30px 0;
  }
  .qua-details .container ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qua-details .container ul li {
    width: 100% !important;
    text-align: center !important;
    max-width: 330px !important;
  }
  .pd-110 {
    padding: 20px 0 !important;
  }
  .p11-team {
    padding: 30px 0;
  }
  .font-18 {
    font-size: 14px;
  }
}
.inner-page h3.title {
  font-size: 40px;
  line-height: 2;
}
.inner-page h3.title em {
  color: var(--primary);
}
.inner-page .sidebox {
  padding: 120px 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--primary);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--primary);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--primary);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  /*margin-left: 115px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 40px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--primary);
  color: #fff;
  font-size: 18px;
    
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.ap-page {
  background: #f5f5f5;
}
.ap-page .sideright .ap-top {
  position: relative;
  -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  -moz-transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s, -moz-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1);
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s, -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -moz-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 80000px;
  -moz-perspective: 80000px;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  -moz-transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s, -moz-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1);
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s, -webkit-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -moz-transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), -webkit-box-shadow 0.3s;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 32px 14px;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 10;
    
}
.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 40px;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 32px;
  bottom: 32px;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 20px;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 30px;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  color: #002E42;
  font-weight: bold;
  line-height: 2;
  padding: 16px 24px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 32px 40px 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: var(--primary);
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  /*.inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }*/
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sidebox {
    padding: 30px 0;
  }
  .ap-page .sideright .ap-top .img img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
}
.product-page {
  background: #f5f5f5;
}
.product-page .sideright .top {
  width: 100%;
  /*width: 45%;*/
}
.product-page .sideright .top h3,
.product-page .sideright .top h1 {
  font-size: 26px;
  line-height: 1.6;
}
.product-page .sideright .top h3 em {
  color: var(--primary);
  font-weight: bold;
}
.product-page .sideright .top .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.product-page .sideright .list {
  margin-top: 50px;
}
.product-page .sideright .list ul {
  margin: 0 -60px -48px 0;
}
.product-page .sideright .list ul li {
  padding: 0 60px 48px 0;
}
.product-page .sideright .list ul li .box {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
}
.product-page .sideright .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--primary);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .sideright .list ul li .box .img {
  width: 100%;
  background: #fff;
}
.product-page .sideright .list ul li .box .text {
  padding: 29px 26px 26px;
}
.product-page .sideright .list ul li .box .text h4 {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product-page #index-body {
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .product-page .sideright .list ul li {
    width: 50%;
  }
  .product-page .sideright .top {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideright .top {
    width: 100%;
    /*display: none!important;*/
  }
  .product-page .sideright .list {
    margin-top: 0;
  }
  .product-page .sideright .top .desc {
    font-size: 14px;
    line-height: 2;
  }
  .product-page .sideright .list ul {
    margin: 0 -60px -20px 0;
  }
  .product-page .sideright .list ul li {
    width: 100%;
    padding: 0 60px 20px 0;
  }
}
.prodet-page {
  background: #f5f5f5;
}
.prodet-page .product-box .prodet-1 .left {
  width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
  overflow: hidden;
  margin-top: 20px;
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
  border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 50%;
  padding-top: 1.3vw;
}
.prodet-page .product-box .prodet-1 .right .title {
  font-size: 28px;
  line-height: 2;
  font-weight: 700;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
  margin: 30px 0;
  font-size: 16px;
  line-height: 2;
  max-height: 25em;
  overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: var(--primary);
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: var(--primary);
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  background: var(--primary);
  color: white;
  padding: 0 35px;
  font-size: 20px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: var(--primary);
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret ul li {
  display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  width: 100px !important;
  white-space: break-spaces;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(1) {
  background: #444444 !important;
  color: #fff;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-2 .ret form {
  margin-top: 50px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: #ccc 0 0 10px 0;
  box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
  margin-top: 10px;
  width: 48%;
  display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 5px;
  font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
  background: var(--primary);
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
  background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
  padding: 5px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 700;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
  margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  font-size: 16px;
  line-height: 2;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: var(--primary);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: var(--primary);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
    
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 2;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.mores {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid var(--primary);
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--primary);
}
.prodet-page .product-box .prodet-3 ul li .box .content a.mores i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.mores:hover {
  color: white;
  background: var(--primary);
}
@media screen and (max-width: 1400px) {
  .prodet-page .product-box .prodet-1 .right .text {
    max-height: 12em;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .product-box .prodet-1 .right .title {
    font-size: 24px;
    line-height: 2;
  }
}
.news-page {
  background: #f5f5f5;
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -20px;
}
.news-page .sideright .list ul li {
  padding-right: 20px;
  margin-bottom: 60px;
}
.news-page .sideright .list ul li .img {
  position: relative;
}
.news-page .sideright .list ul li .img img {
  width: 100%;
}
.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--primary);
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
    
  letter-spacing: 1px;
  color: #fff;
}
.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 2;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  -moz-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
  min-height: 150px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: var(--primary);
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.news-page .sideright .list ul li .con i {
  color: var(--primary);
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--primary);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
  .inner-page .sidebox {
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}
.newdet-page .section-title2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 2;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid var(--primary);
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--primary);
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--primary);
}
.newdet-page .n-content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: var(--primary);
}
.newdet-page .s_link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #35b7a9;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 60px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--primary);
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: var(--primary);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  -moz-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 40px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
.contact-page .contact-1 {
  padding: 120px 0;
}
.contact-page .contact-1 .left {
  padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}
.contact-page .contact-1 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  color: #555;
  text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: var(--primary);
  color: #fff;
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon span {
  background: var(--primary);
  color: #fff;
  width: 100%;
  text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  margin-top: 7px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-1 .right {
  text-align: right;
  padding-right: 15%;
}
.contact-page .contact-1 .right .form-wrap {
  position: relative;
}
.contact-page .contact-1 .right .form-wrap .form-box {
  padding: 40px;
  background: #fff;
  z-index: 3;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: left;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
  content: '';
  position: absolute;
  top: 90px;
  right: 10px;
  left: 120px;
  bottom: -20px;
  background: var(--primary);
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
  content: '';
  width: 50%;
  position: absolute;
  top: -5%;
  bottom: 55%;
  left: -5%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
  color: #000;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--primary);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 80px;
  background-color: var(--primary);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  -moz-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
  background: #000;
}
.contact-page .contact-1 .map {
  margin-top: 90px;
}
.contact-page .contact-2 {
  background: #f5f5f5;
  padding: 120px 0;
}
.contact-page .contact-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
  color: var(--primary);
}
.contact-page .contact-2 .content ul {
  margin-right: -40px;
}
.contact-page .contact-2 .content ul li {
  padding-right: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--primary);
  padding: 9px 14px;
  color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
  color: #fff;
  background: var(--primary);
  border: 1px solid var(--primary);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
  color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
  background: #fff;
  color: var(--primary);
}
@media screen and (max-width: 1366px) {
  .contact-page .contact-1 .right {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .right {
    padding-left: 4%;
  }
  .contact-page .contact-2 .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .contact-page .contact-2,
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .map {
    margin-top: 50px;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .content ul li {
    width: 100%;
  }
  .contact-page .contact-2,
  .contact-page .contact-1 {
    padding: 30px 0;
  }
  .contact-page .contact-1 .map {
    margin-top: 30px;
  }
}
.news-page.product #index-body .product .content ul li .box .text h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page.product #index-body .product .content ul li .box .text p {
  overflow: unset;
  text-overflow: unset;
  display: inline-block;
}
.news-page.product #index-body .product {
  background-color: #fff;
  padding: 31px 0 100px;
}
.about-page.single,
.news-page.product.single #index-body .product {
  background-color: #f5f5f5;
}
.content {
  font-size: 16px;
  line-height: 2;
}
a.foot-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 400px;
  display: inline-block;
  vertical-align: middle;
}
.desc h1 {
  display: inline;
}
.grid-box.three > .column.f-ab,
.grid-box.three > .column.f-news {
  width: 30%;
}
.grid-box.three > .column.f-contact {
  width: 20%;
}
.knowledge {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
#index-body .products {
  padding: 0 0 100px;
  background-color: #f6f6f6;
}
#index-body .products .header {
  width: 40%;
}
#index-body .products .header p {
  color: #010101;
  margin: 0;
}
#index-body .products .content {
  margin-top: 50px;
}
#index-body .products .content ul {
  margin: 0 -60px -48px 0;
}
#index-body .products .content ul .slick-track {
  margin: 0;
}
#index-body .products .content ul li {
  padding: 0 60px 48px 0;
}
#index-body .products .content ul li .box {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
}
#index-body .products .content ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--primary);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
#index-body .products .content ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .products .content ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .products .content ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .products .content ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .products .content ul li .box .img {
  width: 100%;
  background: #fff;
}
#index-body .products .content ul li .box .text {
  padding: 29px 26px 26px;
}
#index-body .products .content ul li .box .text h4 {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'PB';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .products .content ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
#index-body .products .content ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .products .content ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
#index-body .products .content ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
#index-body .products .content ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .products .content ul li .box:hover .text h4 {
  color: var(--primary);
}
@media screen and (max-width: 1280px) {
  #index-body .product .header {
    width: 46%;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .product .header {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .product .header {
    width: 76%;
  }
  #index-body .products {
    padding: 0 0 60px 0;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 700px) {
  #index-body .products {
    padding: 0 0 30px 0;
  }
  #index-body .product .header {
    width: 100%;
  }
}
.download-page ul {
  margin: -15px;
}
.download-page ul li {
  padding: 15px;
}
.download-page ul li .box {
  background-color: #e9e9e9;
  padding: 15px;
}
.download-page ul li .box .img {
  width: 36%;
  padding: 10px;
}
.download-page ul li .box .text {
  width: 60%;
}
/*.download-page ul li .box .text p{
    margin-top: 10px;
    width: auto;
    height: 80px;
    line-height: 28px;
    position: relative;
    top: 0px;
    left: 0px;
}*/
.download-page ul li .box a {
  display: inline-block;
  padding: 0 20px;
  height: 36px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  background-color: var(--primary);
}
.download-page ul li .box a:hover {
  background-color: #000000;
}
@media screen and (max-width: 1000px) {
  .download-page ul li {
    width: 100%!important;
  }
}
@media screen and (max-width: 500px) {
  .download-page ul li .box .img {
    width: 100%!important;
  }
  .download-page ul li .box .text {
    width: 100%!important;
    padding: 15px;
  }
  .download-page ul li .box .text p {
    height: auto;
  }
}
.max-1600 {
  max-width: 1600px;
  width: 100%;
}
.history-page .top_c .left .tips {
    
}
.history-page .top_c .left .title {
  font-weight: bold;
  margin-top: 10px;
    
  margin: 10px 0;
}
.history-page .top_c .left .des {
  margin-top: 20px;
}
.history-page .top_c .left .line {
  width: 150px;
  height: 4px;
  background: var(--primary);
}
.history-page .top_c .right {
  padding-left: 50px;
}
.history-page .top_c .right img {
  width: 100%;
}
.history-page .bottom_c .list {
  padding-top: 60px;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}
.history-page .bottom_c .time {
  width: 400px;
  color: var(--primary);
  line-height: 1;
}
.history-page .bottom_c .content {
  width: -webkit-calc(-300%);
  width: -moz-calc(-300%);
  width: calc(-300%);
  color: rgba(0, 0, 0, 0.8);
}
.history-page .bottom_c .content .img {
  margin-top: 20px;
  max-width: 600px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
.font-48 {
  font-size: 48px;
}
.font-40 {
  font-size: 40px;
}
.font-36 {
  font-size: 34px;
}
.font-32 {
  font-size: 32px;
}
.font-30 {
  font-size: 30px;
}
.font-24 {
  font-size: 24px;
}
.font-20 {
  font-size: 20px;
  line-height: 2;
}
.font-18 {
  font-size: 18px;
  line-height: 2;
}
.font-16 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1500px) {
  .font-60 {
    font-size: 50px;
  }
  .font-48 {
    font-size: 38px;
  }
  .font-40 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .history-page .top_c .left {
    width: 100%;
    text-align: center;
  }
  .history-page .top_c .left .line {
    display: none;
  }
  .history-page .top_c .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .history-page .bottom_c .time {
    text-align: center;
    width: 100%;
  }
  .history-page .bottom_c .content {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .history-page .bottom_c .content .img img {
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-60 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 2;
  }
  .font-40 {
    font-size: 24px;
    line-height: 2;
  }
  .font-36 {
    font-size: 24px;
    line-height: 2;
  }
  .font-30 {
    line-height: 2;
    font-size: 24px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 2;
  }
  .font-20 {
    font-size: 18px;
    line-height: 2;
  }
}
.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .right .tips {
    
  font-weight: 600;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
}
.device-page .init-2 .container .tips {
  font-weight: 600;
    
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: var(--primary);
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(52%);
  background-color: #fff;
  padding: 20px 24px;
  position: relative;
  margin: -56px auto 0;
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-3 .container .right .tips {
    
  font-weight: 600;
  color: var(--primary);
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--primary);
}
.device-page .init-3 .container .right .tips_title {
    
  font-weight: 600;
  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}
@media screen and (max-width: 1680px) {
  .prodet-page .product-box .prodet-2 .ret table td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .device-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .device-page .init-2 .container .content ul li .box .cont {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 16px 10px;
  }
  .device-page .init-2 .container .content ul li .box .cont .sub .four-box {
    width: 100%;
  }
  .device-page .init-2 .container .content ul li .box .cont .text {
    color: #fff;
  }
  .bbx ui container {
    border-bottom: solid 3px #000;
  }
}
.gvdgdg {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
/**/
.pv-video {
  position: absolute;
  z-index: -1;
}
.bfghgfd {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}
.dgdgdr span {
  font-size: 18px;
  font-weight: bold;
}
