@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  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: #114cb7;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 21;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  max-width: 1500px;
}
#header .nav {
  width: 100%;
  padding: 16px 0;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  transition: .5s;
}
/*#header.active .nav .ui.menu .logo img {
  filter: brightness(0) invert(1);
}*/
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  color: var(--primary);
  margin-right: 59px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#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 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: 16px;
  line-height: 32px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 280px;
  -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: .5em 10px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #114cb7;
  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-inquiry {
  display: inline-block;
}
#header .nav .ui.menu .h-inquiry a {
  display: inline-block;
  padding: 9px 9px 8px;
  background: #caddff;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
 
}
#header .nav .ui.menu .h-inquiry a img {
 
  
}
#header .nav .ui.menu .h-inquiry a:hover {
  background: var(--primary);
}
#header .nav .ui.menu .h-inquiry a:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  margin: 0 32px 0 25px;
  cursor: pointer;
  padding: 9px 10px 8px;
  border-radius: 50%;
  background: #caddff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
  
}
#header .nav .ui.menu .h-search:hover {
  background: var(--primary);
;
}
#header .nav .ui.menu .h-search:hover img {
   -webkit-filter: brightness(100);
  filter: brightness(100);
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  position: relative;
  margin-left: 25px;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  background: #caddff;
  border-radius: 18px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 20px 8px 16px;
  color: var(--primary);
}
#header .nav .ui.menu .h-language span img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
#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: 16px;
  line-height: 32px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  right: 0;
  width: 135px;
  -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;
  text-transform: capitalize;
}
#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.home .nav .ui.menu .menu-box ul.menu>li {
  color: var(--primary);
}
/*#header.home.active .nav .ui.menu .menu-box ul.menu>li {
  color: white;
}*/
#header.home .nav {
  background-color: transparent;
}
#header.home.active .nav {
  background-color: white;
}
#header.active {
  position: fixed;
  top: 0;
  left: 0;
  background: #114cb7;
  -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);
}
.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  border-radius: 30px 30px 0px;
  background: var(--primary);
  padding: 18px 30px 18px 31px;
}
.more:hover {
  background: var(--black);
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 38%;
  left: 0;
  width: 100%;
  color: var(--white);
}
#banner ul li .text .box {
  max-width: 800px;
}
#banner ul li .text .box .title {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  color: #114cb7;
}
#banner ul li .text .box .more {
  margin-top: 27px;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
#index-body .title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
}
#index-body .i-product {
  padding: 5.782% 0 6.198%;
  position: relative;
  z-index: 1;
}
#index-body .i-product .top {
  margin-top: 62px;
  overflow: hidden;
}
#index-body .i-product .top .text {
  width: 44%;
  padding: 5% 6.867% 0 0;
}
#index-body .i-product .top .text .tit {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
#index-body .i-product .top .text .con {
  font-size: 18px;
  line-height: 34px;
  color: #999999;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .i-product .top .text .more {
  color: var(--white);
  margin-top: 55px;
  font-size: 18px;
}
#index-body .i-product .top .img {
  width: 56%;
  border-top: 4px solid var(--primary);
}
#index-body .i-product .top .img .img-box {
  border-radius: 0px 0px 0px 100px;
}
#index-body .i-product .top .swiper-button-prev,
#index-body .i-product .top .swiper-button-next {
  position: absolute;
  top: 66%;
  width: 38px;
  height: 38px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .top .swiper-button-prev {
  background: url("../images/ip-prev.png") no-repeat center center;
  left: 18px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-product .top .swiper-button-prev:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-product .top .swiper-button-next {
  background: url("../images/ip-next.png") no-repeat center center;
  left: 82px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-product .top .swiper-button-next:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-product .bottom {
  width: 50%;
  margin: 40px 0 0 auto;
}
#index-body .i-product .bottom ul {
  margin-right: -41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .i-product .bottom ul li {
  padding: 14px 41px 0 19px;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
#index-body .i-product .bottom ul li span {
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  font-size: 39px;
  line-height: 1;
  color: #114cb7;
  opacity: .1;
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .i-product .bottom ul li.active {
  color: var(--black);
}
#index-body .i-product .bottom ul li.active span {
  opacity: 1;
  filter: unset;
}
#index-body .i-product::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 65%;
  font-size: 169px;
  line-height: 1;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #f2f2f2;
}
#index-body .about {
  background: url(/sludgedewateringmachine/2024/07/24/abg-1.png) no-repeat center top;
  background-size: cover;
  padding-top: 6%;
  height: 901px;
  position: relative;
  z-index: 1;
  color: var(--white);
}
#index-body .about .header span {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}
#index-body .about .header .text {
  font-size: 16px;
  line-height: 32px;
  margin-top: 2em;
}
#index-body .about .header .more {
  background-color: white;
  margin-top: 2em;
  font-size: 18px;
  color: var(--primary);
  border-radius: 30px 30px 0px;
}
#index-body .about .header .more:hover {
  background-color: var(--primary);
  color: white;
}
#index-body .about .header .left {
  vertical-align: middle;
}
#index-body .about .header .right {
  vertical-align: middle;
  text-align: center;
  padding-left: 5%;
}
#index-body .about .header .right .play {
  width: 6em;
  height: 6em;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  background-color: var(--primary);
  color: white;
  position: relative;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
#index-body .about .header .right .play img{
  padding-left: 10px;
}
#index-body .about .header .right .play:after,
#index-body .about .header .right .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: rgba(17,76,183,.4);
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .about .header .right .play:before {
  animation-delay: .6s;
}
#index-body .about .content {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .about .content .top .con {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 27px;
}
#index-body .about .content .bottom {
  margin-top: 73px;
}
#index-body .about .content .bottom ul {
  margin-right: -31px;
}
#index-body .about .content .bottom ul li {
  padding-right: 31px;
}
#index-body .about .content .bottom ul li .ig {
  background: var(--white);
  border-radius: 10px;
  padding: 20px 40px 21px 30px;
  font-size: 24px;
  color: #000000;
  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;
  line-height: 1.1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .about .content .bottom ul li .ig img {
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
}
#index-body .about .content .bottom ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-color: #9abeff;
  top: 10px;
  right: -80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .content .bottom ul li:hover .ig,
#index-body .about .content .bottom ul li.active .ig {
  background: var(--primary);
  color: var(--white);
}
#index-body .about .content .bottom ul li:hover .ig img,
#index-body .about .content .bottom ul li.active .ig img {
  -webkit-filter: none;
  filter: none;
}
#index-body .about .content .bottom ul li:hover .ig::after,
#index-body .about .content .bottom ul li.active .ig::after {
  opacity: 0;
}
#index-body .about::after {
  content: '';

  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 100px 0px 0px;
}
#index-body .product {
  background-color: #f9fbff;
  padding: 6.198% 0 3.125%;
}
#index-body .product .content {
  margin-top: 64px;
}
#index-body .product .content ul {
  margin: -5px -15px;
}
#index-body .product .content ul li {
  padding: 5px 15px;
}
#index-body .product .content ul li .ig {
  background: var(--white);
  -webkit-box-shadow: -3px 2px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -3px 2px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 48px 56px 30px 71px;
  border-top-left-radius:10px ;
  border-top-right-radius: 10px;
}
#index-body .product .content ul li .ig .tit {
  font-size: 24px;
  line-height: 38px;
  margin-top: 60px;
  height: 90px;
}
#index-body .product .content .slick-arrow {
  position: absolute;
  top: 47.3%;
  width: 44px;
  height: 44px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content .slick-prev {
  background: url("../images/p-prev.png") no-repeat center center;
  left: -70px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .product .content .slick-prev:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .content .slick-next {
  background: url("../images/p-next.png") no-repeat center center;
  right: -70px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .product .content .slick-next:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .more {
  background: transparent;
  color: var(--primary);
  font-size: 18px;
  border: 1px solid var(--primary);
  margin-top: 60px;
}
#index-body .product .more:hover {
  background: var(--primary);
  color: var(--white);
}
#index-body .solution {
  height: 800px;
  position: relative;
  margin-top: 100px;
}
#index-body .solution .bigImg {
  height: inherit;
  position: relative;
}
#index-body .solution .bigImg .img {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .solution .bigImg .img.zIndex {
  z-index: 1;
}
#index-body .solution .bigImg .img.active {
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .solution .bigImg .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
#index-body .solution .smallImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#index-body .solution .smallImg ul {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#index-body .solution .smallImg ul li {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .solution .smallImg ul li .text {
  position: absolute;
  z-index: 1;
  bottom: 120px;
  left: 0;
  width: 100%;
  padding: 0 64px 0 38px;
}
#index-body .solution .smallImg ul li .text span {
  font-size: 40px;
  line-height: 1.2;
}
#index-body .solution .smallImg ul li .text .tit {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 20px;
}
#index-body .solution .smallImg ul li .text .con {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  display: none;
}
#index-body .solution .smallImg ul li .text .link {
  margin-top: 25px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
#index-body .solution .smallImg ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}
#index-body .solution .smallImg ul li:hover .text {
  -webkit-filter: none;
  filter: none;
}
#index-body .solution .smallImg ul li:hover .text .con {
  display: block;
}
#index-body .solution .smallImg ul li:hover .text .link {
  -webkit-filter: none;
  filter: none;
}
#index-body .solution .smallImg ul li:hover::after {
  opacity: 1;
}
#index-body .application {
  padding: 5.625% 0 7.761%;
}
#index-body .application .header {
  max-width: 680px;
  margin: 0 auto;
}
#index-body .application .header p {
  font-size: 18px;
  line-height: 1.6;
  color: #999999;
  margin-top: 6px;
}
#index-body .application .content {
  margin-top: 80px;
}
#index-body .application .content ul {
  margin-right: -30px;
}
#index-body .application .content ul .slick-list {
  padding: 0 310px !important;
}
#index-body .application .content ul .slick-current li::after {
  opacity: 0;
}
#index-body .application .content ul .slick-current li p {
  opacity: 1;
}
#index-body .application .content ul li {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
#index-body .application .content ul li p {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--white);
  padding-bottom: 26px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  margin: 0;
}
#index-body .application .content ul.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #999999;
  border-radius: 50%;
  margin-right: 16px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content ul.slick-dots li::after {
  display: none;
}
#index-body .application .content ul.slick-dots li:last-child {
  margin-right: 0;
}
#index-body .application .content ul.slick-dots li button {
  display: none;
}
#index-body .application .content ul.slick-dots li.slick-active {
  background: var(--primary);
}
#index-body .news {
  padding: 3.75% 0 4.167%;
  background-color: #f7f7f7;
}
#index-body .news .header p {
  font-size: 18px;
  line-height: 1.5;
  color: #999999;
}
#index-body .news .content {
  margin-top: 78px;
}
#index-body .news .content ul {
  margin: -15px;
}
#index-body .news .content ul li {
  padding: 15px;
}
#index-body .news .content ul li .ig {
  background: var(--white);
  -webkit-box-shadow: -3px 2px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -3px 2px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
#index-body .news .content ul li .ig .img-box img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#index-body .news .content ul li .ig .text {
  padding: 12px 70px 19px 20px;
}
#index-body .news .content ul li .ig .text time {
  font-size: 14px;
  line-height: 2;
  color: var(--primary);
  display: inline-block;
}
#index-body .news .content ul li .ig .text .tit {
  font-size: 20px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .ig .text .tit:hover {
  color: var(--primary);
}
#index-body .news .content ul li .ig .text p {
  font-size: 16px;
  line-height: 32px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}
#index-body .partner {
  padding: 5.625% 0 6.198%;
}
#index-body .partner .header {
  max-width: 516px;
  margin: 0 auto;
}
#index-body .partner .header p {
  font-size: 18px;
  line-height: 1.5;
  color: #999;
}
#index-body .partner .content {
  margin-top: 75px;
}
#index-body .partner .content ul {
  margin-right: -30px;
}
#index-body .partner .content ul li {
  padding-right: 30px;
}
#index-body .partner .content ul li .img-box {
  height: 95px;
  border: solid 1px #999999;
  line-height: 95px;
  text-align: center;
}
#index-body .partner .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
#footer {
  background-color: white;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
#footer .f-form ul {
  margin-right: -30px;
}
#footer .f-form ul li {
  padding-right: 30px;
  width: 18.301%;
}
#footer .f-form ul li input,
#footer .f-form ul li textarea {
  width: 100%;
  height: 55px;
  background-color: var(--white);
  border-radius: 10px;
  border: 0;
  font-size: 18px;
  color: #999999;
  padding: 0 30px;
}
#footer .f-form ul li input::-webkit-input-placeholder, #footer .f-form ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
#footer .f-form ul li input:-moz-placeholder, #footer .f-form ul li textarea:-moz-placeholder {
  color: #999999;
}
#footer .f-form ul li input::-moz-placeholder, #footer .f-form ul li textarea::-moz-placeholder {
  color: #999999;
}
#footer .f-form ul li input:-ms-input-placeholder, #footer .f-form ul li textarea:-ms-input-placeholder {
  color: #999999;
}
#footer .f-form ul li input::placeholder,
#footer .f-form ul li textarea::placeholder {
  color: #999999;
}
#footer .f-form ul li textarea {
  padding-top: 12px;
}
#footer .f-form ul li .submit {
  display: block;
  width: 100%;
  height: 55px;
  text-align: center;
  background: var(--white);
  color: var(--primary);
  font-size: 18px;
  line-height: 55px;
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-form ul li .submit:hover {
  background: var(--primary);
  color: var(--white);
}
#footer .f-form ul li:nth-child(3) {
  width: 44.445%;
}
#footer .f-form ul li:last-child {
  width: 18.953%;
}
#footer .f-content .tit {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary);
}
#footer .f-content>.ui {
  display: flex;
  justify-content: space-between;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 32px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  margin-bottom: 12px;
  color: #666;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li:hover {
  color: var(--primary);
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .newsList ul li {
  display: flex;
  align-items: center;
}
#footer .f-content .newsList ul li a.img {
  height: 80px;
  width: 25%;
  margin-right: 15px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
#footer .f-content .f-ab {
  padding-right: 0;
  max-width: 240px;
}
#footer .f-content .f-ab .f-logo {
  margin-bottom: 24px;
}
#footer .f-content .f-ab ul li:hover {
  color: inherit;
}
#footer .f-content .f-nav {
  padding-left: 0;
  max-width: 390px;
}
#footer .f-content .f-nav ul li {
  margin-bottom: 15px;
}
#footer .f-content .f-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-product {
  padding-left: 0;
  max-width: 280px;
}
#footer .f-content .f-product ul {
  margin-bottom: 9px;
}
#footer .f-content .f-product ul:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-code {
  width: 20%;
}
#footer .f-content .f-code #ewm {
  width: 134px;
  border: 4px solid var(--white);
  margin: 0 0 0 auto;
}
#footer .f-content .ui>.column  {
  width: auto;
}
#footer .f-content #addForm ul {
  margin: -15px 0;
}
#footer .f-content #addForm ul li {
  padding: 15px 0;
  width: 100%;
  margin: 0;
}
#footer .f-content #addForm ul li input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding: .8em 0;
}
#footer .f-content #addForm ul li a.submit {
  font-size: 16px;
  line-height: 54px;
  height: 54px;
  padding: 0 1em;
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: .5s;
  width:158px;
  text-align:center;
  background:0 0;
}
#footer .f-content #addForm ul li a.submit:hover {
  background-color: var(--primary);
  color: white;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 32px;
  margin-top: 72px;
  padding: 19px 0 17px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #737373;
  color: white;
}
#footer .f-copy >.ui {
  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;
}
#footer .f-copy .left{
  min-width: 200px;
}
#footer .f-copy .left a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--white);
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  margin-right: 16px;
}
#footer .f-copy .left a:last-child {
  margin-right: 0;
}
#footer .f-copy .left a:hover {
  background: var(--primary);
  border-color: var(--primary);
}
#footer .f-copy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy a:hover {
  color: var(--white);
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: var(--white);
}
#footer .f-copy svg text {
  fill: var(--white);
}
#footer .f-copy svg:hover {
  fill: var(--primary);
}
#footer .f-copy svg:hover text {
  fill: var(--primary);
}
.fixed-toolbar ul li.back {
  display: none;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1430px;
  }
  #header .nav .ui.menu .h-search {
    margin: 0 0 0 25px;
  }
  #header .nav .ui.menu .logo {
    width: 20%;
  }
  #header .nav .ui.menu .h-language span img {
    margin-left: 15px;
  }
  #index-body .product .content .slick-prev {
    left: 0;
  }
  #index-body .product .content .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 32px;
  }
  #index-body .i-product .top .swiper-button-prev,
  #index-body .i-product .top .swiper-button-next {
    top: 78%;
  }
  #index-body .product .content ul li .ig {
    padding: 48px 30px 30px 30px;
  }
  #index-body .news .content ul li .ig .text {
    padding: 12px 30px 19px 20px;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
    font-size: 16px;
  }
  #header .nav .ui.menu .h-language span {
    font-size: 16px;
    padding: 9px 12px 8px 12px;
  }
  #header .nav .ui.menu .h-language span img {
    margin-left: 9px;
  }
  #banner ul li .text .box .title {
    font-size: 50px;
  }
  #index-body .i-product .top .swiper-button-prev,
  #index-body .i-product .top .swiper-button-next {
    top: 82%;
  }
  #index-body .product .content ul li .ig .tit {
    font-size: 21px;
    line-height: 1.3;
    margin-top: 80px;
  }
  #index-body .solution .smallImg ul li .text {
    padding: 0 30px;
  }
  #index-body .solution .smallImg ul li .text .tit {
    font-size: 21px;
  }
  #index-body .application .content ul li p {
    font-size: 22px;
  }
  #index-body .news .content ul li .ig .text {
    padding: 12px 20px 19px 20px;
  }
  #index-body .news .content ul li .ig .text .tit {
    font-size: 21px;
  }
  #footer .f-content .f-ab {
    padding-right: 2%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .h-language span {
    font-size: 14px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 15px;
  }
  #header .nav .ui.menu .h-search {
    padding: 6px 8px;
    margin: 0 0 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #banner ul li .text {
    top: 33%;
  }
  #banner ul li .text .box .title {
    font-size: 45px;
  }
  #index-body .i-product .top .text {
    padding: 5% 4% 0 0;
  }
  #index-body .i-product .top .text .more {
    margin-top: 36px;
  }
  #index-body .about {
    height: 700px;
  }
  #index-body .about .content .bottom ul li .ig {
    font-size: 20px;
    padding: 20px;
  }
  #index-body .product .content ul li .ig .tit {
    font-size: 18px;
    margin-top: 51px;
  }
  #index-body .solution {
    height: 700px;
  }
  #index-body .solution .smallImg ul li .text {
    bottom: 80px;
  }
  #index-body .application .content ul .slick-list {
    padding: 0 260px !important;
  }
  #footer .f-content .f-nav {
    padding-left: 6%;
  }
  #index-body .about {
    height: auto !important;
  }
  #index-body .about .content {
    bottom: 30px;
    position: static;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
    background: white;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 70%;
  }
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-inquiry {
    display: none;
  }
  #mobile .menu-content .menu-logo {
    padding: 5px;
  }
  #mobile .menu-content .menu-logo img {
    /*width: 100%;*/
  }
  .more {
    font-size: 20px;
    padding: 12px 22px;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text {
    top: 20%;
  }
  #banner ul li .text .box .title {
    font-size: 40px;
  }
  #index-body .i-product .top {
    margin-top: 40px;
  }
  #index-body .i-product .top .text {
    padding: 20px 10px 0 0;
  }
  #index-body .i-product .top .text .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  #index-body .i-product .top .text .con {
    font-size: 16px;
    line-height: 32px;
  }
  #index-body .i-product .top .text .more {
    margin-top: 10px;
  }
  #index-body .i-product .top .swiper-button-next,
  #index-body .i-product .top .swiper-button-prev {
    top: 85%;
  }
  #index-body .i-product .bottom {
    margin: 20px 0 0 auto;
  }
  #index-body .i-product .bottom ul {
    margin-right: 0;
  }
  #index-body .i-product .bottom ul li {
    padding: 14px 13px 0;
  }
  #index-body .about {
    height: auto !important;
  }
  #index-body .about .content {
    bottom: 30px;
    position: static;
  }
  #index-body .about .content .bottom {
    margin-top: 40px;
  }
  #index-body .about .content .bottom ul li .ig {
    padding: 20px 10px;
    font-size: 18px;
  }
  #index-body .about .content .bottom ul li .ig img {
    width: 20%;
  }
  #index-body .solution {
    margin-top: 60px;
    height: 500px;
  }
  #index-body .solution .smallImg ul li .text {
    bottom: 20px;
    padding: 0 15px;
  }
  #index-body .solution .smallImg ul li .text span {
    font-size: 30px;
  }
  #index-body .solution .smallImg ul li .text .tit {
    font-size: 18px;
    margin-top: 10px;
  }
  #index-body .solution .smallImg ul li .text .con {
    font-size: 15px;
    margin-top: 10px;
  }
  #index-body .solution .smallImg ul li .text .more {
    width: 15%;
  }
  #index-body .application .content {
    margin-top: 40px;
  }
  #index-body .application .content ul .slick-list {
    padding: 0 100px !important;
  }
  #index-body .news .content {
    margin-top: 30px;
  }
  #index-body .partner .content {
    margin-top: 30px;
  }
  #index-body .partner .content ul {
    margin-right: -20px;
  }
  #index-body .partner .content ul li {
    padding-right: 20px;
  }
  #footer {
    padding-top: 60px;
  }
  #footer .f-form ul {
    margin: 0 -15px -15px 0;
  }
  #footer .f-form ul li {
    padding: 0 15px 15px 0;
    width: 50%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 70%;
  }
  #footer .f-form ul li:last-child {
    width: 30%;
  }
  #footer .f-content {
    margin-top: 40px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-ab {
    width: 70%;
  }
  #footer .f-content .f-code {
    width: 30%;
  }
  #footer .f-copy {
    margin-top: 30px;
    display: block;
  }
  #footer .f-copy .left {
    display: none;
  }
  #footer .f-copy .right {
    display: inline;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 15%;
  }
  #banner ul li .text .box .title {
    font-size: 30px;
  }
  #banner ul li .text .box .more {
    margin-top: 10px;
    font-size: 18px;
  }
  .more {
    font-size: 18px;
    padding: 10px 20px;
  }
  #index-body .title {
    font-size: 36px;
  }
  #index-body .i-product .top {
    margin-top: 20px;
  }
  #index-body .i-product .top .text {
    width: 100%;
    padding: 0;
  }
  #index-body .i-product .top .img {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-product .top .swiper-button-next,
  #index-body .i-product .top .swiper-button-prev {
    top: 100%;
  }
  #index-body .i-product .bottom {
    display: none;
  }
  #index-body .about .content {
    bottom: 20px;
  }
  #index-body .about .content .top .con {
    font-size: 16px;
    margin-top: 15px;
  }
  #index-body .about .content .bottom ul {
    margin: 0 -15px -15px 0;
  }
  #index-body .about .content .bottom ul li {
    padding: 0 15px 15px 0;
  }
  #index-body .about .content .bottom ul li .ig {
    font-size: 16px;
  }
  #index-body .about .content .bottom ul li .ig img {
    width: 15%;
  }
  #index-body .product .content {
    margin-top: 20px;
  }
  #index-body .product .content ul {
    margin-right: -15px;
  }
  #index-body .product .content ul li {
    padding-right: 15px;
  }
  #index-body .product .content ul li .ig {
    padding: 30px 15px 20px;
  }
  #index-body .product .content ul li .ig .tit {
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
  }
  #index-body .product .more {
    margin-top: 20px;
  }
  #index-body .solution {
    display: none;
  }
  #index-body .application .content {
    margin-top: 20px;
  }
  #index-body .application .content ul .slick-list {
    padding: 0 !important;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul {
    margin: -10px;
  }
  #index-body .news .content ul li {
    padding: 10px;
  }
  #index-body .news .content ul li .ig .text {
    padding: 12px 15px 15px;
  }
  #index-body .news .content ul li .ig .text .tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 16px;
    padding: 6px 18px;
  }
  #banner ul li .text .box .title {
    font-size: 21px;
  }
  #index-body .title {
    font-size: 25px;
  }
  #index-body .i-product .top .text .tit {
    font-size: 18px;
    line-height: 1.6;
  }
  #index-body .about {
    height: 660px;
  }
  #index-body .about .content .top .con {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
  }
  #index-body .about .content .bottom {
    margin-top: 20px;
  }
  #index-body .about .content .bottom ul li .ig {
    padding: 10px;
  }
  #index-body .application {
    display: none;
  }
  #index-body .application .header p {
    font-size: 15px;
    line-height: 1.9;
  }
  #index-body .partner .header p {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .partner .content {
    margin-top: 15px;
  }
  #index-body .partner .content ul {
    margin-right: -10px;
  }
  #index-body .partner .content ul li {
    padding-right: 10px;
  }
  #index-body .partner .content ul li .img-box {
    height: 80px;
    line-height: 80px;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .f-form ul li {
    width: 100%;
  }
  #footer .f-form ul li input,
  #footer .f-form ul li textarea {
    padding: 0 15px;
  }
  #footer .f-form ul li textarea {
    padding-top: 12px;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-form ul li:last-child {
    width: 45%;
  }
  #footer .f-content {
    margin-top: 20px;
  }
  #footer .f-content .f-ab {
    width: 100%;
  }
  #footer .f-content .f-code {
    display: none;
  }
  #index-body .about .header .right {
    padding-left: 0;
    margin-top: 20px;
  }
  #banner .slick-arrow {
    display: none !important;
  }
}

.inner-banner {
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
  margin-top: 95px;
}
.inner-banner.product{
  height: 790px;
}
.mbx{
  padding: 12px 0;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 32px;
}
@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;
  }

h1.fuch1 {
        color: var(--primary);
    line-height: 40px!important;
    font-size: 20px!important;
    display: block;
}
.product2-page .product2-2 {
    padding: 10px 0 10px!important;
}
a.fuchanye {
     display: none !important;
}
.seoIndustry.Auxil-industry {
     display: none !important;
}


}
.inner-page h1,
.inner-page h2,
.inner-page h3{
  font-weight: 600;
}

.inner-page h3.tit3 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.inner-page h3.tit3:before {
  height: 1px;
  width: 30%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.inner-page h3.tit3:after {
  height: 1px;
  width: 30%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #000;
}
.about-page .ui.container {
  max-width: 1315px;
}
.about-page .about-1 {
  padding-top: 80px;
  padding-bottom: 90px;
}
.about-page .about-1 .ui.container {
  text-align: center;
  padding: 0 60px;
}
.about-page .about-1 .ui.container h3 {
  margin-bottom: 45px;
}
.about-page .about-1 .ui.container p {
  text-align: left;
  line-height: 1.875;
  color: #636363;
  margin-bottom: 25px;
}
.about-page .about-1 .ui.container ul.datalist {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.about-page .about-1 .ui.container ul.datalist li {
  text-align: center;
  border-right: 1px solid  #aaa;
  margin-top: 25px;
}
.about-page .about-1 .ui.container ul.datalist li:nth-child(4) {
  border: none;
}
.about-page .about-1 .ui.container ul.datalist li img {
  margin: 0 auto;
}
.about-page .about-1 .ui.container ul.datalist li p {
  color: #636363;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.about-page .about-1 .ui.container ul.datalist li span {
  color: #333;
  font-weight: bold;
  font-size: 48px;
}
.about-page .about-2 {
  padding-top: 155px;
  padding-bottom: 90px;
  background: url(/sludgedewateringmachine/2024/07/17/about-history-bg.jpg) center center no-repeat;
  background-size: cover;
}
.about-page .about-2 .ui.container {
  position: relative;
}
.about-page .about-2 .ui.container span.btn {
  font-size: 24px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  color: #fff;
  z-index: 99;
}
.about-page .about-2 .ui.container span.btn.slick-prev {
  left: -25px;
}
.about-page .about-2 .ui.container span.btn.slick-next {
  right: -25px;
}
.about-page .about-2 .ui.container ul.historylist {
  margin: 0 -25px;
}
.about-page .about-2 .ui.container ul.historylist li {
  padding: 0 25px;
}
.about-page .about-2 .ui.container ul.historylist li .item {
  text-align: left;
  color: #fff;
}
.about-page .about-2 .ui.container ul.historylist li .item h5 {
  font-weight: 400;
  margin-bottom: 25px;
}
.about-page .about-2 .ui.container ul.historylist li .item p {
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  padding-left: 25px;
  position: relative;
}
.about-page .about-2 .ui.container ul.historylist li .item p:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.about-page .about-2 .ui.container ul.navlist {
  position: relative;
  margin-top: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-page .about-2 .ui.container ul.navlist:before {
  content: "";
  width: 89%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-2 .ui.container ul.navlist li {
  text-align: center;
  padding: 0 40px;
}
.about-page .about-2 .ui.container ul.navlist li i {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #000;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container ul.navlist li span {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 1.36363636px;
  font-weight: 400;
  color: #fff;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .ui.container {
  text-align: center;
}
.about-page .about-3 .ui.container h3 {
  font-weight: bold;
 
}
.about-page .about-3 .ui.container p {
  margin: 40px auto;
  max-width: 840px;
  line-height: 1.875;
  color: #454545;
}
.about-page .about-3 .ui.container ul.honorlist {
  margin: 0 -10px;
}
.about-page .about-3 .ui.container ul.honorlist li {
  padding: 0 10px;
}
.about-page .about-4 {
  padding-top: 145px;
  background: url(../images/about-pc-top.jpg) center top no-repeat;
  background-size: 100%;
}
.about-page .about-4 .ui.container .top {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.about-page .about-4 .ui.container .top .left {
  display: inline-block;
  color: #fff;
  text-align: left;
}
.about-page .about-4 .ui.container .top .left span {

}
.about-page .about-4 .ui.container .top .left h3 {
  
  font-weight: 700;
  margin-top: 20px;
}
.about-page .about-4 .ui.container .top p {
  max-width: 650px;
  line-height: 1.75;
  color: #fff;
  text-align: left;
}
.about-page .about-4 .ui.container .mainbox ul.pclist {
  margin: 0 -18px;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li {
  padding: 0 18px;
  padding-bottom: 60px;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li .imgbox {
  position: relative;
}
.about-page .about-4 .ui.container .mainbox ul.pclist li .imgbox h5 {
  position: absolute;
  padding: 10px 10px;
  width: 80%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
 
  font-weight: 400;
}
.font-15 {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .ui.container ul.datalist li span {
    font-size: 32px;
  }
  .font-148 {
    font-size: 80px;
  }
  .about-page .about-4 {
    padding-top: 40px;
  }
  .font-30 {
    font-size: 24px;
  }
  .about-page .about-2 .ui.container span.btn {
    display: none!important;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .ui.container ul.datalist li {
    width: 50%;
  }
  .about-page .about-1 .ui.container ul.datalist li:nth-child(2) {
    border: none;
  }
  .about-page .about-3 {
    padding: 20px 0;
  }
  .about-page .about-1 .ui.container {
    text-align: center;
    padding: 0 15px;
  }
  .about-page .about-3 .ui.container p {
    margin: 20px 0;
  }
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-148 {
    font-size: 60px;
  }
  .about-page .about-4 {
    padding-top: 20px;
    background-size: 200%;
  }
  .font-40 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .font-148 {
    font-size: 30px;
  }
}
.contact-page {
  background-color: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 55%;
}
.contact-page .contact-1 .left input,
.contact-page .contact-1 .left textarea,
.contact-page .contact-1 .left select {
  width: 100%;
  border: 1px solid #999999;
  background-color: transparent;
  font-size: 20px;
  padding: 15px 20px;
  font-family: arial;
  margin-bottom: 25px;
}
.contact-page .contact-1 .left textarea {
  height: 190px;
}
.contact-page .contact-1 .left button {
  font-size: 19px;
  text-transform: uppercase;

  border: none;
  color: #FFFFFF;
  background-color: #093a95;
  transition: .5s ease;
  height: 54px;
  width: 158px;
  border-radius: 30px 30px 0px;
}
.contact-page .contact-1 .left button:hover{
  background: #000000;
  color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.contact-page .contact-1 .right {
  width: 45%;
  padding-left: 75px;
}
.contact-page .contact-1 .right ul {
  margin: -10px;
}
.contact-page .contact-1 .right ul li {
  padding: 10px;
  width: 100%;
}
.contact-page .contact-1 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .right ul li i img {
  vertical-align: -webkit-baseline-middle;
}
.contact-page .contact-1 .right .share {
  font-size: 16px;
  display: flex;
  margin-top: 2em;
}
.contact-page .contact-1 .right .share a {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .5em;
  transition: .5s;
}
.contact-page .contact-1 .right .share a:hover {
  background-color: var(--primary);
  color: white;
}
@media screen and (max-width: 1600px) {
  .contact-page .contact-1 .left {
    width: 50%;
  }
  .contact-page .contact-1 .right {
    width: 50%;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding: 0;
  }
  .tuskhide {
    display: none !important;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .contact-page .contact-1 .left input,
  .contact-page .contact-1 .left textarea,
  .contact-page .contact-1 .left select {
    font-size: 16px;
    padding: 10px;
  }
  .font-32 {
    font-size: 24px;
  }
  .font-30 {
    font-size: 20px;
  }
}
.about-page .about-1 .box {
  margin: -15px;
}
.about-page .about-1 .left,
.about-page .about-1 .right {
  padding: 15px;
}
.about-page .about-1 h2 {
  line-height: 1.3;
}
.about-page .about-1 .text {
  line-height: 2;
  padding-right: 90px;
}
.about-page .about-1 .bottom ul {
  margin: -15px;
}
.about-page .about-1 .bottom ul li {
  padding: 15px;
}
.about-page .about-1 .bottom h2 {
  font-size: 62px;
  color: #093a95;
}
/*.about-page .about-2 {
  background: url(/tuskrobots/2023/02/24/555.jpg) no-repeat center;
  background-attachment: fixed;
  height: 650px;
}*/
.about-page .about-2 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.about-page .about-2 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-3 {
  padding: 120px 0;
}
.about-page .about-3 ul {
  position: relative;
  margin: 0 -20px;
}
.about-page .about-3 ul li {
  position: relative;
  padding: 0 20px;
}
.about-page .about-3 ul li + li {
  margin-top: -110px;
}
.about-page .about-3 ul li i {
  position: absolute;
  left: -9px;
  top: 8px;
}
.about-page .about-3 ul li i img {
  vertical-align: middle;
}
.about-page .about-3 ul li i::before,
.about-page .about-3 ul li i::after {
  content: "";
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  width: 60px;
  border: 1px dashed #000000;
}
.about-page .about-3 ul li h4 {
  line-height: 30px;
}
.about-page .about-3 ul li h4 span {
  display: inline-block;
  vertical-align: middle;
  color: #074ca0;
}
.about-page .about-5 {
  padding: 120px 0;
}
.about-page .about-5 .list .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-5 .list .arrow_l {
  left: -60px;
}
.about-page .about-5 .list .arrow_r {
  right: -60px;
}
.about-page .about-5 .list ul {
  margin: -15px;
}
.about-page .about-5 .list ul li {
  padding: 15px;
}
.about-page .about-5 .list h4 {
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: #093a95;
  max-width: 100%;
}
.about-page .about-6 {
  padding: 110px 0;
  background: url(../images/about-6-bg.jpg) no-repeat center;
  background-size: cover;
}

.about-page .about-6 .arrow{
  position: absolute;
  top: 50%;
}

.about-page .about-6 .arrow_l{
  left: 0;
}

.about-page .about-6 .arrow_r{
  right: 0;
}

.about-page .about-6 .list {
  margin-top: 30px;
}
.about-page .about-6 .list .slick-list {
  padding-top: 15%!important;
}
.about-page .about-6 .list .slick-slide {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.about-page .about-6 .list .slick-active + .slick-active {
  -webkit-transform: scale(1.2) translateX(-25%);
  -moz-transform: scale(1.2) translateX(-25%);
  -ms-transform: scale(1.2) translateX(-25%);
  transform: scale(1.2) translateX(-25%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1.4) translateX(-25%);
  -moz-transform: scale(1.4) translateX(-25%);
  -ms-transform: scale(1.4) translateX(-25%);
  transform: scale(1.4) translateX(-25%);
}
.about-page .about-6 .list .slick-active + .slick-active + .slick-active + .slick-active.slick-center {
  -webkit-transform: scale(1.6) translateX(0);
  -moz-transform: scale(1.6) translateX(0);
  -ms-transform: scale(1.6) translateX(0);
  transform: scale(1.6) translateX(0);
  z-index: 10;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active {
  -webkit-transform: scale(1.4) translateX(25%) !important;
  -moz-transform: scale(1.4) translateX(25%) !important;
  -ms-transform: scale(1.4) translateX(25%) !important;
  transform: scale(1.4) translateX(25%) !important;
  z-index: 9;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active {
  -webkit-transform: scale(1.2) translateX(25%) !important;
  -moz-transform: scale(1.2) translateX(25%) !important;
  -ms-transform: scale(1.2) translateX(25%) !important;
  transform: scale(1.2) translateX(25%) !important;
  z-index: 8;
}
.about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  z-index: 7;
}




@media screen and (max-width: 1200px) {
  .about-page .about-1 .bottom {
    padding: 0;
  }
  .about-page .about-1 .bottom h2 {
    font-size: 40px;
  }
  .about-page .about-2 {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    text-align: center;
  }
  .about-page .about-1 .left,
  .about-page .about-1 .right {
    width: 100%!important;
  }
  .about-page .about-1 .text {
    padding: 0;
    height: auto;
  }
  .about-page .about-3 ul::before {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-page .about-3 ul li:nth-child(odd) {
    left: 0;
  }
  .about-page .about-3 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-page .about-3 ul li + li {
    margin-top: 0;
  }
  .about-page .about-3 ul li:nth-child(even) {
    text-align: left;
    padding-right: 0;
    padding-left: 100px;
  }
  .about-page .about-3 ul li:nth-child(even) i {
    left: -8px;
    right: auto;
  }
  .about-page .about-3 ul li:nth-child(even) i::before {
    display: none;
  }
  .about-page .about-3 ul li:nth-child(even) i::after {
    display: inline-block;
  }
  .about-page .about-4 .text {
    padding: 0;
  }
  .about-page .about-5 .list .arrow {
    display: none;
  }
  .about-page .about-6 .list .slick-slide {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-active.slick-center + .slick-active + .slick-active {
    -webkit-transform: scale(1) translateX(0) !important;
    -moz-transform: scale(1) translateX(0) !important;
    -ms-transform: scale(1) translateX(0) !important;
    transform: scale(1) translateX(0) !important;
  }
  .about-page .about-6 .list .slick-list {
    padding-top: 0!important;
  }
  .about-page .about-6 .list ul li {
    padding: 15px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-6 {
    padding: 60px 0;
  }
  .about-page .about-6 .list {
    margin-top: 40px;
  }
  .about-page .about-3 ul li i::before,
  .about-page .about-3 ul li i::after {
    display: none!important;
  }
  .about-page .about-3 ul li:nth-child(odd),
  .about-page .about-3 ul li:nth-child(even) {
    padding-left: 30px;
  }
  .font-36 {
    font-size: 30px;
  }
}
.cooperation-page h2 {
  line-height: 1.3;
}
.cooperation-page .cooperation-2 ul {
  background: url(../images/cooperation-2.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cooperation-page .cooperation-2 ul li {
  width: 33.33%;
  padding: 40px;
  min-height: 650px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cooperation-page .cooperation-2 ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cooperation-page .cooperation-2 ul li i {
  font-size: 48px;
  color: #FFFFFF;
}
.cooperation-page .cooperation-2 ul li .text h2 {
  color: #FFFFFF;
}
.cooperation-page .cooperation-2 ul li .text p {
  color: #FFFFFF;
  height: 0;
  overflow: hidden;
}
.cooperation-page .cooperation-2 ul li:hover {
  background-color: rgba(9, 58, 149, 0.6);
}
.cooperation-page .cooperation-2 ul li:hover i {
  opacity: 1;
}
.cooperation-page .cooperation-2 ul li:hover .text h2 {
  opacity: 1;
}
.cooperation-page .cooperation-2 ul li:hover .text p {
  height: auto;
  overflow: visible;
}
.cooperation-page .cooperation-4 .box {
  margin: -15px;
}
.cooperation-page .cooperation-4 .column {
  padding: 15px;
  vertical-align: middle;
}
.cooperation-page .cooperation-4 ul {
  position: relative;
}
.cooperation-page .cooperation-4 ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #000000;
}
.cooperation-page .cooperation-4 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;
}
.cooperation-page .cooperation-4 ul li + li {
  margin-top: 35px;
}
.cooperation-page .cooperation-4 ul li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  background-color: #ebebeb;
}
.cooperation-page .cooperation-4 ul li h4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cooperation-page .cooperation-5 {
  margin-bottom: 135px;
}
.cooperation-page .cooperation-5 .list {
  background: url(../images/cooperation-5.jpg) no-repeat center;
  background-size: cover;
  margin: 0 -60px;
  padding: 0 60px;
}
.cooperation-page .cooperation-5 .list ul {
  margin: 0 -25px;
  -webkit-transform: translateY(135px);
  -moz-transform: translateY(135px);
  -ms-transform: translateY(135px);
  transform: translateY(135px);
}
.cooperation-page .cooperation-5 .list ul li {
  padding: 0 25px;
}
.cooperation-page .cooperation-5 .list ul li .mml-text {
  background-color: #FFFFFF;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .cooperation-page .cooperation-2 ul li .text h2 {
    font-size: 24px;
  }
  .cooperation-page .cooperation-2 ul li:hover .text p {
    height: 210px;
    overflow-y: auto;
  }
  .cooperation-page .cooperation-5 .list ul {
    margin: 0 -15px;
  }
  .cooperation-page .cooperation-5 .list ul li {
    padding: 0 15px;
  }
  .cooperation-page .cooperation-5 .list ul li .mml-text {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cooperation-page .cooperation-2 ul {
    display: block;
  }
  .cooperation-page .cooperation-2 ul li {
    width: 100%;
    min-height: initial;
    padding: 20px;
  }
  .cooperation-page .cooperation-2 ul li .text p {
    height: auto;
    margin-top: 15px;
  }
  .cooperation-page .cooperation-2 ul li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .cooperation-page .cooperation-2 ul li:hover .text p {
    height: auto;
  }
  .cooperation-page .cooperation-4 .column {
    width: 100%;
  }
  .cooperation-page .cooperation-4 ul li span {
    margin-left: 0;
  }
  .cooperation-page .cooperation-4 ul::before {
    left: 30px;
  }
  .cooperation-page .cooperation-5 .list ul li {
    width: 100%;
  }
  .cooperation-page .cooperation-5 .list {
    margin: 0;
    padding: 15px;
  }
  .cooperation-page .cooperation-5 .list ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cooperation-page .cooperation-5 .list ul li + li {
    margin-top: 15px;
  }
  .cooperation-page .cooperation-5 {
    margin-bottom: 0;
  }
}
.news-list ul {
  margin: -60px -25px;
}
.news-list ul li {
  padding: 60px 25px;
}

.news-list ul li h4{
  min-height: 54px;
  line-height: 38px;
}

.newdet-page .newdet-1 .title {
  border-bottom: 1px solid #dfdfdf;
}
.newdet-page .gal-img ul.grid-box {
  margin: 0 -15px;
}
.newdet-page .gal-img ul.grid-box li.column {
  padding: 0 15px;
}
.newdet-page .gal-img .slick-dots {
  margin-top: 50px;
}
.newdet-page .gal-img .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #093a95;
  opacity: .4;
}
.newdet-page .gal-img .slick-dots li button {
  display: none;
}
.newdet-page .gal-img .slick-dots li.slick-active {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .news-list ul {
    margin: -15px;
  }
  .news-list ul li {
    padding: 15px;
  }
  .newdet-page .newdet-1 .content {
    font-size: 16px;
  }
}
.prodet-page {
  position: relative;
}

.prodet-page .prodet-1 .box {
  margin: -15px;
}
.prodet-page .prodet-1 .left {
  vertical-align: middle;
  width: 40%;
}
.prodet-page .prodet-1 .right {
  padding: 15px;
  width: 60%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .small{
  text-align: left;
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .txtcontent ul li{
  padding: 20px 0;
}
.txtcontent{
  max-height: 450px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .txtcontent ul li.active em{
  display: block;
}

.prodet-page .prodet-1 .right .txtcontent ul li+li{
  border-top: 1px solid #000;
}
.prodet-page .prodet-1 .right .txtcontent ul li strong{
  display: block;
  font-size: 22px;
  font-family: arial;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-1 .right .txtcontent ul li strong::before{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .prodet-1 .right .txtcontent ul li.active strong::before{
  content: "\f107";
}

.prodet-page .prodet-1 .right .txtcontent ul li em{
  font-size: 16px;
  margin-top: 15px;
  padding: 0 20px;
  display: none;
  line-height: 2;
}

.prodet-page .prodet-1 .left {
  padding: 15px;
}
.prodet-page .prodet-1 .small ul {
  margin: -15px;
}
.prodet-page .prodet-1 .small ul li {
  padding: 15px;
}
.prodet-page .prodet-1 .small img {
  border: 1px solid #dadada;
  cursor: pointer;
}
.prodet-page .prodet-1 a.contact {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background-color: #093a95;
  border-radius: 25px;
  margin-right: 35px;
  transition: .5s ease;
}
.prodet-page .prodet-1 a.contact:hover{
  box-shadow: 0 0 10px rebeccapurple;
}
.prodet-page .prodet-1 .share {
  display: inline-block;
}
.prodet-page .prodet-1 .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
.prodet-page .prodet-1 .share a + a {
  margin-left: 15px;
}
.prodet-page .prodet-1 .share a:nth-child(1) {
  color: #FFFFFF;
  background-color: #00aced;
}
.prodet-page .prodet-1 .share a:nth-child(2) {
  color: #FFFFFF;
  background-color: #3b5999;
}
.prodet-page .prodet-1 .share a:nth-child(3) {
  color: #FFFFFF;
  background-color: #cb2027;
}

.prodet-page .prodet-2{
  background-color: #f3f3f3;
}

.prodet-page .prodet-2 table tr:first-child{
  font-weight: bold;
  color: #093a95;
  font-size: 20px;
}

.prodet-page .prodet-3 ul {
  margin: -18px;
}
.prodet-page .prodet-3 ul li {
  padding: 18px;
}
.prodet-page .prodet-3 img {
  border: 1px solid #dadada;
}


.prodet-page .prodet-3 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .arrow_l {
  left: -60px;
}
.prodet-page .prodet-3 .arrow_r {
  right: -60px;
}



.prodet-page .prodet-4 .grid-box{
  margin: -15px;
}
.prodet-page .prodet-4 .left{
  padding: 15px;
}

.prodet-page .prodet-4 .right{
  padding: 15px;
}

.prodet-page .prodet-4 .right .text{
  margin-top: 50px;
}

.prodet-page .prodet-4 table td,
.prodet-page .prodet-4 table th{
  border: none;
  padding: 15px 5px;
}

.prodet-page .prodet-4 table tr{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.prodet-page .prodet-4 table tr td:nth-child(1){
  width: 30%!important;
}
.prodet-page .prodet-4 table tr td:nth-child(2){
  width: 30%!important;
}
.prodet-page .prodet-4 table tr td:nth-child(3){
  width: 40%!important;
}

.prodet-page .prodet-5 video{
  width: 100%;
}
.prodet-page .prodet-5 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-5 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.prodet-page .prodet-5 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}


@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%!important;
  }
  .prodet-page .prodet-1 .right {
    width: 100%!important;
  }
  .prodet-page .prodet-1 a.contact {
    width: 150px;
    margin-right: 10px;
  }
  .prodet-page .prodet-1 .small ul {
    margin: -15px;
  }
  .prodet-page .prodet-1 .small ul li {
    padding: 15px;
  }

  .prodet-page .prodet-3 .arrow{
    display: none;
  }
}
.service-page h2 {
  line-height: 1.3;
}
.service-page .service-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
}
.service-page .service-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.service-page .service-2 ul li {
  width: 33.33%;
  padding: 20px;
}
.service-page .service-2 ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.service-page .service-2 ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/service-2-bg.jpg);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text i {
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #1d83e1;
  background-color: #e9f1fc;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text:hover::after {
  opacity: 1;
}
.service-page .service-2 ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.service-page .service-2 ul li .mml-text:hover i {
  background-color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover h4 {
  color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover p {
  color: #FFFFFF;
}
.service-page .service-3 {
  background: url(../images/service-3-bg.jpg) no-repeat center;
  background-size: cover;
}
.service-page .service-3 .list {
  margin-top: 80px;
  margin-bottom: 40px;
}
.service-page .service-3 .list ul {
  margin: -40px;
}
.service-page .service-3 .list ul li {
  padding: 40px;
}

.service-page .service-3 .list .mml-text i img{
  transition: .5s ease;
}

.service-page .service-3 .list .mml-text:hover i img{
  transform: rotateY(180deg);
}

.service-page .service-3 .list .mml-text {
  padding-left: 80px;
  position: relative;
}
.service-page .service-3 .list .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
.service-page .service-4 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px;
}
.service-page .service-4 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;
}
.service-page .service-4 ul li .img {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .img img {
  border-radius: 4px;
  overflow: hidden;
}
.service-page .service-4 ul li .mml-text {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .mml-text .text + .text {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 1000px) {
  .service-page .service-2 ul {
    display: block;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul {
    margin: -15px;
  }
  .service-page .service-3 .list ul li {
    padding: 15px;
  }
  .service-page .service-3 .list .mml-text {
    padding: 0;
    text-align: center;
  }
  .service-page .service-3 .list .mml-text i {
    position: relative;
    left: auto;
    top: auto;
    height: 60px;
    display: block;
    margin-bottom: 20px;
  }
  .service-page .service-4 ul li {
    display: block;
    padding: 30px 0;
  }
  .service-page .service-4 ul li .img {
    width: 100%;
  }
  .service-page .service-4 ul li .mml-text {
    width: 100%;
  }
  .service-page .service-2 ul {
    margin: -15px;
  }
  .service-page .service-2 ul li {
    padding: 15px;
  }
  .service-page .service-4 ul li {
    margin: -15px;
  }
  .service-page .service-4 ul li .mml-text {
    padding: 15px;
  }
  .service-page .service-4 ul li .img {
    padding: 15px;
  }
}
.case-page .case-nav ul {
  position: relative;
}
.case-page .case-nav ul::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #bcbcbc;
}
.case-page .case-nav ul li {
  width: auto!important;
  margin: 0 15px;
}
.case-page .case-nav ul li a {
  display: block;
  padding: 25px 10px;
  position: relative;
}
.case-page .case-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: transparent;
}
.case-page .case-nav ul li.active a::after {
  background-color: #093a95;
}
/*.case-page .case-list {
  margin-top: 90px;
}*/
.case-page .case-list span.h2 {
  display: block;
  margin-bottom: 1em;
  color: var(--primary);
  font-weight: bold;
}
.case-page .case-list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.case-page .case-list ul li {
  padding: 15px;
}
.case-page .case-list ul li .mc_e1_lisbox {
  height: 100%;
}
.case-page .case-list a.more {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
  display: none;
}
.case-page .case-list a.more:hover {
  color: #FFFFFF;
  background-color: #093a95;
}


.casedet-1 .videos ul{
  margin: -15px;
}
.casedet-1 .videos ul li{
  padding: 15px;
}

@media screen and (max-width: 1000px) {
  .case-page .case-nav {
    display: none;
  }
  .case-page .case-list {
    margin-top: 0;
  }
  .case-page .case-list ul {
    margin: -15px;
  }
  .case-page .case-list ul li {
    padding: 15px;
  }
}
.recruitment-page .recruitment-1 {
  background-image: url(../images/recruitment-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}
.recruitment-page .recruitment-2 {
  margin-top: -160px;
}
.recruitment-page .recruitment-2 ul {
  margin: -20px;
}
.recruitment-page .recruitment-2 ul li {
  padding: 20px;
}
.recruitment-page .recruitment-2 ul li:nth-child(1) .mml-text {
  background: #FFFFFF url(../images/recruitment-1-icon1.jpg) no-repeat right 10% center;
}
.recruitment-page .recruitment-2 ul li:nth-child(2) .mml-text {
  background: #FFFFFF url(../images/recruitment-1-icon2.jpg) no-repeat right 10% center;
}
.recruitment-page .recruitment-2 .mml-text {
  padding: 60px 40px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.recruitment-page .recruitment-2 .mml-text p{
  min-height: 108px;
}
.recruitment-page .recruitment-2 .mml-text a.more {
  display: inline-block;
  color: #093a95;
  border: 1px solid #093a95;
  padding: 15px 50px;
  transition: .5s ease;
}

.recruitment-page .recruitment-2 .mml-text a.more:hover{
  color: #FFFFFF;
  background-color: #093a95;
}

.recruitment-page .recruitment-3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.recruitment-page .recruitment-3 ul li {
  position: relative;
  padding-left: 50px;
}
.recruitment-page .recruitment-3 ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.recruitment-page .recruitment-4 .list ul {
  margin: -10px;
}
.recruitment-page .recruitment-4 .list ul li {
  padding: 10px;
}
.recruitment-page .recruitment-4 .list .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 20px;
  color: #FFFFFF;
}
.recruitment-page .recruitment-5 {
  position: relative;
  overflow: hidden;
}
.recruitment-page .recruitment-5::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
  background-color: #f5f5f5;
}
.recruitment-page .recruitment-5 .list ul {
  margin: -25px;
}
.recruitment-page .recruitment-5 .list ul li {
  padding: 25px;
}


.recruitment-page .recruitment-5 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruitment-page .recruitment-5 .arrow_l {
  left: 60px;
}
.recruitment-page .recruitment-5 .arrow_r {
  right: 60px;
}


@media screen and (max-width: 1000px) {
  .recruitment-page .recruitment-1 {
    height: 300px;
  }
  .recruitment-page .recruitment-2 ul li {
    width: 100%!important;
  }
  .recruitment-page .recruitment-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recruitment-page .recruitment-3 ul li {
    width: 50%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .recruitment-page .recruitment-4 .list .text {
    padding: 40px 20px;
  }
  .recruitment-page .recruitment-2 ul {
    margin: -15px;
  }
  .recruitment-page .recruitment-2 ul li {
    padding: 15px;
  }
  .recruitment-page .recruitment-2 .mml-text {
    padding: 30px;
  }
  .font-24 {
    font-size: 20px;
    line-height: 2;
  }
  .recruitment-page .recruitment-5 .list ul {
    margin: -15px;
  }
  .recruitment-page .recruitment-5 .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .recruitment-page .recruitment-3 ul li {
    width: 100%;
  }
}
.jobs-page .job-search form input,
.jobs-page .job-search form select,
.jobs-page .job-search form button {
  width: 100%;
  height: 60px;
  font-family: arial;
}
.jobs-page .job-search form input,
.jobs-page .job-search form select {
  border: 1px solid #c0c0c0;
  font-size: 16px;
  padding: 0 30px;
}
.jobs-page .job-search form button {
  font-size: 18px;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  background-color: #093a95;
}
.jobs-page .job-search form ul {
  margin: -10px;
}
.jobs-page .job-search form ul li {
  padding: 10px;
}
.jobs-page .job-search form ul li:nth-child(1) {
  width: 30%;
}
.jobs-page .job-search form ul li:nth-child(2) {
  width: 25%;
}
.jobs-page .job-search form ul li:nth-child(3) {
  width: 25%;
}
.jobs-page .job-search form ul li:nth-child(4) {
  width: 20%;
}
.jobs-page .job-list ul li {
  border-bottom: 1px solid #d1d1d1;
}
.jobs-page .job-list p,
.jobs-page .job-list time {
  color: #717171;
}
.jobs-single h4 {
  border-bottom: 1px solid #d1d1d1;
}
.jobs-single a.apply {
  display: inline-block;
  line-height: 68px;
  color: #FFFFFF;
  background-color: #093a95;
  padding: 0 30px;
  transition: .5s ease;
}
.jobs-single a.apply:hover{
  background-color: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.jobs-single a.apply img {
  vertical-align: sub;
  margin-left: 15px;
}
.select-container {
  position: relative;
}
.select-btn {
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  background-color: #fff;
  color: #666666;
  border: 1px solid #c0c0c0;
  cursor: pointer;
  position: relative;
}
.select-btn::after {
  content: '';
  width: 15px;
  height: 10px;
  background: url(../images/arrow-down.png);
  position: absolute;
  right: 20px;
  top: 25px;
}
.options {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.options a {
  color: #666666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.options a:hover {
  color: #fff;
  background-color: #093a95;

}
.select-container:hover .options {
  display: block;
}
.select-container:hover .select-btn {
  border: 1px solid #093a95;
}
@media screen and (max-width: 1000px) {
  .jobs-page .job-search form ul li {
    width: 100%!important;
  }
  .options {
    /*display: block;*/
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  .jobs-page .job-list ul li {
    padding: 30px 0;
  }
  .jobs-page .job-list ul li .fl,
  .jobs-page .job-list ul li .fr {
    float: none;
  }
  .jobs-page .job-list time {
    margin-top: 30px;
  }
}


.default-car{
    animation:defaultCar 0.8s 0s linear;
    animation-fill-mode: forwards;
}

@keyframes defaultCar {
    0% {
        right: 100%;
    }
    100% {
        right:0;
    }
}



.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 30px 0 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--primary);
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 5px;
  background-color: #f5f5f5;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #093a95 none repeat scroll 0 0;
  color: #fff;
}


.mc_e1_lisbox {
    position: relative;
    display: block;
    transition: all .36s;
}

.mc_e1_lisbox:hover {
    box-shadow: 0 5px 47px 4px rgba(214,211,211,.75);
}

.mc_e1_txtbox {
    padding: 15px;
}


.mc_e1_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e2e0e0;
}

.mc_e1_lisbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #001eb4;
    transition: all .36s;
}

.mc_e1_lisbox:hover::after {
    width: 100%;
}



.geek_picking_goodstable {
    height: auto;
}
.mCSB_container {
  width: auto;
  margin-right: 40px;
  overflow: hidden;
}


.link_app{
  display: inline-block;
  color: #FFFFFF;
  background: #093a95;
  padding: 15px 55px;
}


@media screen and (max-width: 1000px) {
  .geek_picking_goodstable{
    height: auto;
  }
}

.case-banner .line {
  position: absolute;
  left: 0;
  top: 0;
}
.case-banner .line-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.case-banner .line-text .txt {
  font-size: 16px;
  position: absolute;
  color: #FFFFFF;
}
.case-banner .line-text .txt:nth-child(1) {
  left: 26%;
  top: 93%;
}
.case-banner .line-text .txt:nth-child(2) {
  left: 40.5%;
  top: 88%;
}
.case-banner .line-text .txt:nth-child(3) {
  left: 56%;
  top: 79%;
}
.case-banner .line-text .txt:nth-child(4) {
  left: 68%;
  top: 66%;
}
.case-banner .line-text .txt:nth-child(5) {
  left: 75%;
  top: 6%;
}
.case-banner .line-text .txt:nth-child(6) {
  left: 47%;
  top: 7.5%;
}
.case-banner .line-text .txt:nth-child(7) {
  left: 27%;
  top: 20%;
}
.case-banner .mml-text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  padding: 30px 60px;
}
.case-banner .mml-text h5 {
  color: #FFFFFF;
}
.case-banner .mml-text p {
  color: #FFFFFF;
}

@media screen and (max-width: 1600px) {
  .case-banner .line-text .txt{
    font-size: 12px;
  }

  .case-banner .mml-text {
      max-width: 350px;
      padding: 15px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .case-banner .line{
    display: none;
  }
  .case-banner .line-text{
    display: none;
  }
  .case-banner .mml-text{
    max-width: 700px;
  }
  
}

@media screen and (max-width: 700px) {
  .case-banner .mml-text{
    display: none;
  }
}



/* download */
.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:40%;
}

.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: #093a95;
}

.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;
  }
}



.tag-icon{
  width: 243px;
  height: 63px;
  background-image: url(../images/dacd.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
/*product list*/
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: var(--primary);
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover {
  background: var(--primary);
  color: white;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--primary);
  color: white;
}
.inner-page .sideRight {
  width: 70%;
}
.product-page {
  padding: 90px 0 60px;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList ul {
  margin: -25px -15px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 45px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  padding: 20px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: var(--primary);
}
.productList ul li .box2 a.img {
  display: block;
  margin: 25px 0 20px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--primary);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--primary);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}
.zhishi{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    
    line-height: 1.6;
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1600px) {
  .product-page {
    padding: 50px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
  .inner-banner.about{
    height: 500px;
  }
  .about-page .about-2{
    height: auto;
    padding-top:40px;
    padding-bottom: 40px; 
  }
  .about-page .about-2 .ui.container ul.navlist{
  display: none;
}
}
@media screen and (max-width: 1000px) {
  .konwledge{
    display: none;
  }
   .productList ul li .box2 h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }

.inner-banner.about{
  height: 400px;
  
}

.about-page .about-2 .ui.container ul.historylist li .item p{
  max-height: 300px;
  overflow: hidden;
}
.about-page .about-4{
  background-size: cover;
}
}
@media screen and (max-width: 700px) {
   .product-page .productList .grid-box.three>.column{
    width: 100%;
  }
.font-36 {
    font-size: 20px;
}
.prodet-page .prodet-1 .small ul li{
  width: 33.33%;
}
.inner-banner.about{
  height: 300px;
}
}

.product-page .productList ul li:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .8s ease;
}

.productList ul li .box2 a.img img {
    width: 100%;
    transition: all .8s ease;
}


.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}
/*inner css end*/
.hoveranimation[data-v-203185b2]{
  background: var(--primary)!important;
}
.hoveranimation{
  background: var(--primary);
}
@media screen and (max-width: 1200px) {
.inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
}
}

.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 {
  /*text-transform: uppercase;*/
  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;
}
@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;
  }
}

.about2-page .ui.container,
.prodet2-page .ui.container,
.public .ui.container,
.case2-page .ui.container,
.casedet2-pgae .ui.container,
.product2-page .ui.container {
  max-width: 1330px;
}
.about2-page span.tag,
.prodet2-page span.tag {
  display: block;
  line-height: 1.2;
  margin-bottom: .8em;
}
.about2-page span.h2,
.prodet2-page span.h2,
.casedet2-pgae span.h2,
.product2-page span.h2 {
  font-weight: 600;
  color: var(--primary);
  line-height: 54px;
  display: block;
}
.about2-page .text,
.prodet2-page .text,
.public .text,
.case2-page .text,
.casedet2-pgae .text,
.product2-page .text {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.about2-page .about-1 {
  padding: 70px 0 10px;
}
.about2-page .about-1 .text {
  margin-top: 1.5em;
}
.about2-page .about-2 .img {
  height: 500px;
  display: block;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}
.about2-page .about-2 .list {
  margin-top: 60px;
}
.about2-page .about-2 .list ul {
  display: flex;
  justify-content: space-between;
}
.about2-page .about-2 .list ul li {
  width: auto;
  text-align: center;
}
.about2-page .about-2 .list ul li span.h6 {
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: .2em;
}
.about2-page .about-3 {
  padding: 150px 0 140px;
}
.about2-page .about-3 .box .left {
  vertical-align: middle;
  padding-right: 3%;
}
.about2-page .about-3 .box .left .text {
  margin-top: 1em;
}
.about2-page .about-3 .box .right {
  vertical-align: middle;
}
.about2-page .about-3 .box .right .img {
  height: 500px;
  border-radius: 15px;
  display: block;
  background-position: center;
  background-size: cover;
}
.about2-page .about-4 {
  position: relative;
}
.about2-page .about-4 span.h2 {
  text-align: center;
}
.about2-page .about-4 .acc {
    position: relative;
    /*padding-left: 105px;*/
    z-index: 11
}
.about2-page .about-4 .acc .arrows {
    position: absolute;
    right: 100%;
    top: 35%;
    margin-right: 20px;
}
.about2-page .about-4 .acc .arrows .swiper-button-prev,.about2-page .about-4 .acc .arrows .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    margin: 9px 0;
    background: url(../images/aoorws.png) no-repeat center;
    opacity: 1
}
.about2-page .about-4 .acc .arrows .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.about2-page .about-4 .acc .list {
    padding-bottom: 250px;
    margin-top: 80px;
}
.about2-page .about-4 .acc .list ul li .box {
    padding: 0 25px;
    border-left: 1px solid rgba(0,0,0,.3);
    height: 320px
}
.about2-page .about-4 .acc .list ul li .box span.h2 {
  text-align: left;
}
.about2-page .about-4 .acc .list ul li .box .text {
  margin-top: 1.5em;
}
.about2-page .about-4 .acc .list ul li:hover .box .cona {
    opacity: 1
}
.about2-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-active .box {
    margin-top: 208px
}
.about2-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-next {
    margin-top: 139px
}
.about2-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-next+li {
    margin-top: 69px
}
.about2-page .about-4:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/history.jpg) no-repeat right bottom;
    z-index: -1
}
.about2-page .about-5 {
  padding: 120px 0;
  text-align: center;
}
.about2-page .about-5 .list {
  margin-top: 100px;
}
.about2-page .about-5 .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.about2-page .about-5 .list ul li {
  padding: 10px;
}
.about2-page .about-5 .list ul li .box {
  padding: 0 25px 40px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: .5s;
  height: 100%;
}
.about2-page .about-5 .list ul li .box i {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(-40px);
  background-color: var(--primary);
  transition: .5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about2-page .about-5 .list ul li .box i img {
  filter: brightness(0) invert(1);
  transition: .5s;
}
.about2-page .about-5 .list ul li .box span.h6 {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 1em;
  line-height: 1.2;
}
.about2-page .about-5 .list ul li .box:hover {
  background-color: var(--primary);
  color: white;
}
.about2-page .about-5 .list ul li .box:hover i {
  background-color: white;
}
.about2-page .about-5 .list ul li .box:hover i img {
  filter: unset;
}
.about2-page .about-5 .list ul li .box:hover .text {
  color: inherit;
}
.about2-page .about-6 {
  padding: 70px 0;
  text-align: center;
  background-color: #fafafa;
}
.about2-page .about-6 .list {
  margin-top: 50px;
}
.about2-page .about-6 .list ul {
  margin: -20px -10px;
}
.about2-page .about-6 .list ul li {
  padding: 20px 10px;
}
.about2-page .about-6 .list ul li a {
  border-radius: 4px;
  display: block;
  overflow: hidden;
}
.about2-page .about-6 .list .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  /*background-color: var(--primary);*/
  background-image: url('../images/icon-about-arrows.png');
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(1);
  transition: .5s;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  border: none;
}
.about2-page .about-6 .list .slick-arrow.slick-prev {
  left: -120px;
}
.about2-page .about-6 .list .slick-arrow.slick-next {
  right: -120px;
  transform: translateY(-50%) rotateY(180deg);
}
.about2-page .about-6 .list .slick-arrow:hover {
  filter: grayscale(0);
}
.about2-page .about-7 {
  padding: 130px 0 100px;
}
.about2-page .about-7 .left {
  width: 33%;
  padding-right: 3%;
  vertical-align: middle;
}
.about2-page .about-7 .left span.h2 {
  margin-bottom: .7em;
}
.about2-page .about-7 .left .text {
  color: #666;
}
.about2-page .about-7 .right {
  width: 67%;
  vertical-align: middle;
}
.about2-page .about-7 .right .list ul {
  margin: -10px;
}
.about2-page .about-7 .right .list ul li {
  padding: 10px;
}
.about2-page .about-8 {
  padding: 70px 0;
  background-color: #fafafa;
  text-align: center;
}
.about2-page .about-8 .ui.container {
  width: auto;
  max-width: 1730px;
}
.about2-page .about-8 .list {
  margin-top: 65px;
  position: relative;
  padding: 15px 0;
  overflow: hidden;
}
.about2-page .about-8 .list:after,
.about2-page .about-8 .list:before {
  content: '';
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.about2-page .about-8 .list:before {
  left: 0;
  background-image: linear-gradient(to right,#fafafa 30%,transparent);
}
.about2-page .about-8 .list:after {
  right: 0;
  background-image: linear-gradient(to left,#fafafa 30%,transparent);
}
.about2-page .about-8 .list ul {
  margin: -15px;
}
.about2-page .about-8 .list ul li {
  padding: 15px;
}
.about2-page .about-8 .list ul li a {
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background-color: white;
}
.about2-page .about-8 .list ul li a img {
  display: block;
  margin: 0 auto;
}
.about2-page .about-8 .list ul .slick-slide>div {
  position: relative;
}
.about2-page .about-8 .list ul .slick-slide>div:nth-child(2) li {
  transform: translateX(50%);
}
.prodet2-page .prodet2-1 {
  padding: 120px 0;
}
.prodet2-page .prodet2-1 .left {
  vertical-align: middle;
}
.prodet2-page .prodet2-1 .left a.more2 {
  font-size: 18px;
  line-height: 54px;
  height:54px;
  width: 158px;
  text-align: center;
  align-items: center;
  border-radius: 30px 30px 0px;
  background-color: var(--primary);
  color: white;
  display: inline-block;

  transition: .5s;
}
.prodet2-page .prodet2-1 .left a.more2:hover {
  background-color: black;
}
.prodet2-page .prodet2-1 .left .m-link {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 3em;
}
.prodet2-page .prodet2-1 .left .m-link a {
  display: block;
  margin-top: .5em;
}
.prodet2-page .prodet2-1 .left .m-link a:hover {
  text-decoration: underline;
}
.prodet2-page .prodet2-1 .right {
  vertical-align: middle;
  padding: 0 5%;
}
/*.prodet2-page .prodet2-1 .right img {
  filter: drop-shadow(0 10px 50px rgba(0,0,0,.2));
}*/
.prodet2-page .prodet2-1 .content {
  margin-top: 20px;
}
.prodet2-page .prodet2-1 .content strong {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .5em;
}
.prodet2-page span.h3 {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1em;
  display: block;
}
.prodet2-page .prodet2-2 .list {
  position: relative;
}
.prodet2-page .prodet2-2 .list ul {
  margin: -10px;
}
.prodet2-page .prodet2-2 .list ul li {
  padding: 10px;
}
.prodet2-page .prodet2-2 .list ul li a {
  display: block;
  max-width: 100%;
}
.prodet2-page .prodet2-2 .list .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  /*background-color: var(--primary);*/
  background-image: url('../images/icon-about-arrows.png');
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(1);
  transition: .5s;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  border: none;
  z-index: 2;
}
.prodet2-page .prodet2-2 .list .slick-arrow.slick-prev {
  left: -30px;
}
.prodet2-page .prodet2-2 .list .slick-arrow.slick-next {
  right: -30px;
  transform: translateY(-50%) rotateY(180deg);
}
.prodet2-page .prodet2-2 .list .slick-arrow:hover {
  filter: grayscale(0);
}
.prodet2-page .prodet2-3 {
  padding-top: 70px;
}
.prodet2-page table tr:nth-child(even) {
  background-color: #f8f8f8;
}
.prodet2-page .prodet2-4 {
  padding: 80px 0;
  background-color: #f8f8f8;
  margin-top: 80px;
}
.prodet2-page .prodet2-4 .left {
  padding-right: 10%;
}
.prodet2-page .prodet2-4 .left span.h2 {
  color: black;
}
.prodet2-page .prodet2-4 .left .text {
  margin-top: 1em;
  color: #666;
}
.prodet2-page .prodet2-4 .right ul  {
  margin: -15px 0;
}
.prodet2-page .prodet2-4 .right ul li {
  padding: 15px 0;
}
.prodet2-page .prodet2-4 .right ul li label,
.prodet2-page .prodet2-4 .right ul li input,
.prodet2-page .prodet2-4 .right ul li textarea {
  width: 100%;
  font-size: 16px;
  border: none;
  padding: .8em 0;
  background: transparent;
}
.prodet2-page .prodet2-4 .right ul li label {
  padding: 0;
  margin-bottom: .2em;
  display: block;
}
.prodet2-page .prodet2-4 .right ul li input {
  border-bottom: 2px solid black;
}
.prodet2-page .prodet2-4 .right ul li input::placeholder {
  color: black;
}
.prodet2-page .prodet2-4 .right ul li textarea {
  border: 1px solid #eee;
  height: 170px;
  padding: .8em;
}
.prodet2-page .prodet2-4 .right ul li input[type="submit"] {
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  width: 158px;
  text-align: center;
  align-items: center;
  border-radius: 30px 30px 0px;
  background-color: var(--primary);
  color: white;
  text-transform: uppercase;
  transition: .5s;
  padding-top: 3px;
}
.prodet2-page .prodet2-4 .right ul li input[type="submit"]:hover {
  background-color: black;
}
.prodet2-page .prodet2-5 {
  padding-top: 130px;
  text-align: center;
}
.prodet2-page .prodet2-5 .list {
  margin-top: 50px;
}
.prodet2-page .prodet2-5 .list ul {
  margin: -10px;
}
.prodet2-page .prodet2-5 .list ul li {
  padding: 10px;
}
.prodet2-page .prodet2-5 .list ul li a.img-box {
  display: block;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.prodet2-page .prodet2-5 .list ul li a.img-box:before {
  content: '';
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top,black,transparent);
  opacity: .6;
}
.prodet2-page .prodet2-5 .list ul li a.img-box span {
  font-size: 18px;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 15px;
  bottom: 1.7em;
  color: white;
}
.prodet2-page .prodet2-6 {
  padding: 130px 0;
  text-align: center;
}
.prodet2-page .prodet2-6 .list {
  margin-top: 60px;
}
.prodet2-page .prodet2-6 .list ul {
  margin: -15px;
}
.prodet2-page .prodet2-6 .list ul li {
  padding: 15px;
}
.prodet2-page .prodet2-6 .list ul li a.img-box {
  display: block;
  border: 1px solid #e2e2e2;
}
.prodet2-page .prodet2-6 .list ul li span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 1.5em;
}

.prodet2-page .prodet2-6 .list .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  /*background-color: var(--primary);*/
  background-image: url('../images/icon-about-arrows.png');
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(1);
  transition: .5s;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  border: none;
  z-index: 2;
}
.prodet2-page .prodet2-6 .list .slick-arrow.slick-prev {
  left: -70px;
}
.prodet2-page .prodet2-6 .list .slick-arrow.slick-next {
  right: -70px;
  transform: translateY(-50%) rotateY(180deg);
}
.prodet2-page .prodet2-6 .list .slick-arrow:hover {
  filter: grayscale(0);
}
.public {
  background-color: #f8f8f8;
  padding: 70px 0;
}
.public .text {
  opacity: .7;
}
.public .public-1 .left {
  vertical-align: middle;
  padding-right: 3%;
}
.public .public-1 .left span.h2 {
  color: var(--primary);
  font-weight: normal;
  margin-bottom: .5em;
  display: block;
}
.public .public-1 .right {
  vertical-align: middle;
}
.public .public-1 .right .list ul {
  margin: -7px;
}
.public .public-1 .right .list ul li {
  padding: 7px;
}
.public .public-2 {
  padding-top: 60px;
}
.public .public-2 .list ul {
  margin: -20px;
}
.public .public-2 .list ul li {
  padding: 20px;
}
.public .public-2 .list ul li .box {
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  transition: .5s;
}
.public .public-2 .list ul li .box span.h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 3.2em;
  transition: .5s;
}
.public .public-2 .list ul li .box span.h6:hover {
  color: var(--primary);
}
.public .public-2 .list ul li .box .text {
  margin-top: .5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9em;
}
.public .public-2 .list ul li .box:hover {
  background-color: white;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.case2-page {
  padding-bottom: 120px;
}
.case2-page .slide {
  padding: 30px 0;
  border-bottom: 1px solid #cccdce;
}
.case2-page .slide .content {
  vertical-align: middle;
  padding-right: 3%;
}
.case2-page .slide:nth-child(even) {
  direction: rtl;
}
.case2-page .slide:nth-child(even) .content {
  padding-left: 3%;
  padding-right: 0;
  direction: ltr;
  text-align: left;
}
.case2-page .slide .content span.h3 {
  font-weight: 600;
  display: block;
  transition: .5s;
}
.case2-page .slide .content span.h3:hover {
  color: var(--primary);
}
.case2-page .slide .content .text {
  margin: 1.6em 0;
  opacity: .7;
}
.case2-page .slide .content a.link {
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: .5s;
}
.case2-page .slide .content a.link:hover {
  color: var(--primary);
}
.case2-page .slide .content a.link i {
  width: 1.8em;
  flex-shrink: 0;
  margin-left: .25em;
}
.case2-page .slide .img {
  vertical-align: middle;
}
.case2-page .slide .img .img-box {
  height: 350px;
  border-radius: 10px;
  display: block;
  background-size: cover;
  background-position: center;
}
.casedet2-pgae .casedet2-1 {
  padding: 100px 0;
}
.casedet2-pgae .casedet2-1 .box {
  background-color: #f5f5f5;
}
.casedet2-pgae .casedet2-1 .box .left {
  vertical-align: middle;
}
.casedet2-pgae .casedet2-1 .box .left .img {
  display: block;
  overflow: hidden;
}
.casedet2-pgae .casedet2-1 .box .left .img img {
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
.casedet2-pgae .casedet2-1 .box .right {
  vertical-align: middle;
  padding: 0 6%;
}
.casedet2-pgae .casedet2-1 span.h3 {
  font-weight: 600;
  display: block;
}
.casedet2-pgae .casedet2-1 .box .right .line {
  width: 80px;
  height: 3px;
  background: black;
  margin: 30px 0;
}
.casedet2-pgae .casedet2-1 .box2 {
  margin-top: 90px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.casedet2-pgae .casedet2-1 .box2 span.h3 {
  margin-bottom: 1.2em;
}
.casedet2-pgae .casedet2-2 {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.casedet2-pgae .casedet2-2 .box .left {
  vertical-align: middle;
  width: 30%;
  padding-right: 3%;
}
.casedet2-pgae .casedet2-2 .box .left span.h2 {
  color: black;
}
.casedet2-pgae .casedet2-2 .box .left .btn {
  font-size: 20px;
  margin-top: 2em;
  display: flex;
  align-items: center;
}
.casedet2-pgae .casedet2-2 .box .left .btn div {
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  margin-right: .2em;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.casedet2-pgae .casedet2-2 .box .left .btn div:hover {
  background-color: var(--primary);
}
.casedet2-pgae .casedet2-2 .box .right {
  vertical-align: middle;
  width: 70%;
}
.casedet2-pgae .casedet2-2 .box .right .list ul {
  margin: -15px;
}
.casedet2-pgae .casedet2-2 .box .right .list ul li {
  padding: 15px;
}
.casedet2-pgae .casedet2-2 .box .right .list ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.casedet2-pgae .casedet2-2 .box .right .list ul li span {
  display: block;
  font-size: 18px;
  margin-top: 1em;
  text-align: center;
}
.casedet2-pgae .casedet2-3 {
  padding: 130px 0;
  text-align: center;
}
.casedet2-pgae .casedet2-3 .list {
  margin-top: 60px;
}
.casedet2-pgae .casedet2-3 .list ul {
  margin: -15px;
}
.casedet2-pgae .casedet2-3 .list ul li {
  padding: 15px;
}
.casedet2-pgae .casedet2-3 .list ul li a.img-box {
  display: block;
  border: 1px solid #e2e2e2;
}
.casedet2-pgae .casedet2-3 .list ul li span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 1.5em;
}
.product2-page {
  padding: 50px 0 100px;
}
.product2-page .product2-1 .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.product2-page .product2-1 .list ul li {
  padding: 10px;
}
.product2-page .product2-1 .list ul li a {
  display: block;
  height: 100%;
  font-size: 16px;
  line-height: 32px;
  padding: .6em 1em;
  border-radius: 5px;
  background-color: #e5e5e5;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70px;
}
.product2-page .product2-1 .list ul li a:hover,
.product2-page .product2-1 .list ul li a.active {
  background-color: var(--primary);
  color: white;
}
.product2-page .product2-2 {
  padding: 50px 0 50px;
}
.product2-page .product2-2 .text {
  margin-top: 1.5em;
}
.product2-page .product2-3 .list {
  padding-bottom: 70px;
}
.product2-page .product2-3 .list ul {
  margin: -35px -10px;
}
.product2-page .product2-3 .list ul li {
  padding: 35px 10px;
}
.product2-page .product2-3 .list ul li a.img-box {
  display: block;
  background-color: #f7f7f7;
}
.product2-page .product2-3 .list ul li span.h6 {
  display: block;
  font-size: 18px;
  line-height: 34px;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .about2-page .about-3,.about2-page .about-5,.about2-page .about-7,.faq-page,.casedet2-pgae .casedet2-3 {
    padding: 80px 0;
  }
  .about2-page .about-7 .left {
    width: 100%;
    padding-right: 0;
  }
  .about2-page .about-7 .right {
    width: 100%;
    margin-top: 20px;
  }
  .gallery-page .content .box h2 {
    font-size: 24px;
  }
  .gallery-page .content .box ul li .imgbox .text h5 {
    font-size: 16px;
  }
  .product2-page .product2-1 {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box {
    max-width: 60%;
  }
  #banner ul li .text .box .title {
    font-size: 16px;
  }
  .about2-page .about-3 .box .right .img {
    height: 280px;
  }
  .about2-page .about-4 .acc .list ul li .box {
    margin-top: 0 !important;
    height: auto !important;
  }
  .about2-page .about-5 .list ul li {
    margin-top: 50px;
  }
  .about2-page .about-4 .acc .list {
    padding-bottom: 50px;
  }
  .about2-page .about-4:after {
    display: none;
  }
  .about2-page .about-2 .list ul li {
    width: 50%;
    padding: 5px;
  }
  .about2-page .about-2 .list ul {
    flex-wrap: wrap;
  }
  .about2-page .about-5 .list {
    margin-top: 50px;
  }
  .case2-page .slide .content {
    margin-bottom: 15px;
  }
  .casedet2-pgae .casedet2-1 .box .right {
    padding: 15px;
  }
  .casedet2-pgae .casedet2-1 .box .right .line {
    margin: 10px 0;
  }
  .casedet2-pgae .casedet2-2 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .casedet2-pgae .casedet2-2 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .casedet2-pgae .casedet2-2 .box .right .list ul li span {
    font-size: 16px;
  }
  .casedet2-pgae .casedet2-2 .box .left .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about .header .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .header .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .title {
    font-size: 24px;
  }
  #index-body .about .header .text {
    font-size: 14px;
  }
  #index-body .about .content .top .con {
    font-size: 16px;
  }
  #index-body .about .content .top li {
    width: 50%;
  }
}
h1.fuchanh1 {
    Display: inline;
}
h1.fuch1 {
    font-weight: 600;
    color: var(--primary);
    line-height: 60px;
    font-size: 40px;
    display: block;
}
a.fuchanye {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.news23 {
    font-size: 16px;
    line-height: 32px;
}
h1.fontnew {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 32px;
}



.seoIndustry.Auxil-industry {
    line-height: 32px;
    font-size: 16px;
}
.seotitle {
    font-size: 32px;
    font-weight: 700;
   line-height: 50px;
}





#sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#sidebar ul li {
  margin-bottom: 5px;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
}
#sidebar ul li:last-child {
  margin-bottom: 0;
}
#sidebar ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #114cb7;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: #fff;
}
#sidebar ul li i:hover {
  color: white;
  background: black;
}