@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Gilroy';
  font-weight: 400;
  font-size: 18px;
  --color: #d10e1a;
  margin: 0 auto;
  color: #333;
}
.container {
  width: 1730px;
}
.bigtt-zt {
  font-family: 'Anton';
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.62);
  transition: all 0.5s;
}
#header .nav {
  position: relative;
  height: 102px;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 85%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 25px;
  font-size: 18px;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  border-color: rgba(255, 255, 255, 0.6);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: scaleY(0);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right .line {
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  display: inline-block;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span img {
  transition: all 0.5s;
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
}
#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}
#header.active {
  background-color: #000;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
#banner .banner-content ul li .txt-content {
  height: 100%;
}
#banner .banner-content ul li .txt-content .btn-go {
  min-width: 275px;
}
.btn-go {
  width: auto;
  min-width: 200px;
  padding: 0 40px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  font-family: 'Anton';
  color: #fff;
  cursor: pointer;
  gap: 12px;
}
.btn-go img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.btn-go:hover img {
  filter: none;
}
.btn-go.white {
  background-color: #fff;
  color: #333;
}
.btn-go.white:hover {
  background-color: var(--color);
  color: #fff;
}

.btn-go:focus{
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}

#index-body .init-product .mk-list ul li .box {
  position: relative;
}
#index-body .init-product .mk-list ul li .box .imgbox img {
  min-height: 350px;
  object-fit: cover;
}
#index-body .init-product .mk-list ul li .box .txtbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-product .mk-list ul li .box .txtbox .desc {
  max-height: calc(28px * 5);
  overflow-y: auto;
}
#index-body .init-strength{
  position: relative;
  z-index: 0;
}
#index-body .init-strength #wave {
    position: absolute;
    height: 400px;
    width: 100%;
    top: -100px;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.4;
    pointer-events: none;
}
#index-body .init-strength .mk-list ul {
  margin: -9px -12px;
}
#index-body .init-strength .mk-list ul li {
  width: 20%;
  padding: 9px 12px;
}
#index-body .init-strength .mk-list ul li .box {
  background-color: rgba(50, 50, 50, 0.79);
  transition: all 0.5s;
  --color-ff-op: 0.72;
  height: 100%;
}
#index-body .init-strength .mk-list ul li .box .tt .ico {
  width: 1.35em;
  height: 1.35em;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
#index-body .init-strength .mk-list ul li .box .tt .ico span {
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.5s;
}
#index-body .init-strength .mk-list ul li .box .tt .ico::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  display: none;
}
#index-body .init-strength .mk-list ul li .box .tt .ico::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(255, 255, 255, 0.3);
  animation-delay: 0.6s;
  z-index: -1;
  display: none;
}
#index-body .init-strength .mk-list ul li .box .desc {
  height: calc(28px * 2);
  overflow-y: auto;
}
#index-body .init-strength .mk-list ul li .box:hover {
  background-color: rgba(209, 14, 27, 0.79);
}
#index-body .init-strength .mk-list ul li .box:hover .tt .ico {
  background-color: #fff;
}
#index-body .init-strength .mk-list ul li .box:hover .tt .ico span {
  background-color: var(--color);
}
#index-body .init-strength .mk-list ul li .box:hover .tt .ico::before {
  display: block;
}
#index-body .init-strength .mk-list ul li .box:hover .tt .ico::after {
  display: block;
}
#index-body .init-about .datashow ul {
  margin: -8px -14px;
}
#index-body .init-about .datashow ul li {
  padding: 8px 14px;
}
#index-body .init-about .datashow ul li .content {
  background-color: #f7f7f7;
  padding: 20px 25px;
  height: 100%;
  transition: all 0.5s;
}
#index-body .init-about .datashow ul li .content .top .big {
  filter: invert(75%);
}
#index-body .init-about .datashow ul li .content .top .ico {
  transform: translateY(20%);
}
#index-body .init-about .datashow ul li .content:hover {
  background-color: var(--color);
}
#index-body .init-about .datashow ul li .content:hover .top .big {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
#index-body .init-about .datashow ul li .content:hover .top .ico {
  filter: brightness(0) invert(1);
}
#index-body .init-about .datashow ul li .content:hover .bottom p {
  color: #fff;
}
#index-body .init-about .datashow ul li .content:hover .bottom h4,
#index-body .init-about .datashow ul li .content:hover .bottom span{
  color: #fff;
}
#index-body .init-solution {
  overflow: hidden;
  z-index: 0;
}
#index-body .init-solution .bg01 {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 82%;
  object-fit: cover;
}
#index-body .init-solution .bg02 {
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 86.5%;
  height: 46%;
  object-fit: cover;
}
#index-body .init-solution .mk-list {
  padding: 0 16.5%;
}
#index-body .init-solution .mk-list .swiper {
  overflow: visible;
}
#index-body .init-solution .mk-list ul li .box {
  position: relative;
}
#index-body .init-solution .mk-list ul li .box .imgbox img {
  min-height: 300px;
  object-fit: cover;
}
#index-body .init-solution .mk-list ul li .box .txtbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 32px 55px;
  transition: all 0.5s;
  opacity: 1;
}
#index-body .init-solution .mk-list ul li .box .txtbox1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(209, 14, 27, 0.48);
}
#index-body .init-solution .mk-list ul li .box .txtbox1 .desc {
  max-height: calc(30px * 4);
  overflow-y: auto;
}
#index-body .init-solution .mk-list ul li .box:hover .txtbox {
  opacity: 0;
}
#index-body .init-solution .mk-list ul li .box:hover .txtbox1 {
  opacity: 1;
}
#index-body .init-solution .mk-list .zdy-pagination {
  padding-left: 70px;
}
#index-body .init-news {
  background-color: #f7f7f7;
}
#index-body .init-news .mk-top .mk-tt {
  border-top: solid 1px rgba(51, 51, 51, 0.5);
}
#index-body .init-news .mk-list ul li .box {
  background-color: #ffffff;
}
#index-body .init-news .mk-list ul li .box .cat {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
#index-body .init-news .mk-list ul li .box .cat p {
  background-color: var(--color);
  height: 30px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zdy-pagination .swiper-pagination {
  height: 1px;
  background-color: #ffffff;
  position: static;
  width: 222px;
}
.zdy-pagination .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 1px;
  background-color: var(--color);
}
.zdy-button > div {
  position: static;
  margin-top: 0;
  width: auto;
  height: auto;
}
.zdy-button > div:after {
  display: none;
}
.zdy-button > div i {
  color: #858585;
  font-size: 34px;
  line-height: 1;
  transition: all 0.5s;
}
.zdy-button > div:hover i {
  color: var(--color);
}
.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3em;
  height: 3em;
  background-color: rgba(209, 14, 27, 0.71);
  border-radius: 50%;
  line-height: 1;
}
.play_btn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(209, 14, 27, 0.71);
  z-index: -1;
  pointer-events: none;
}
.play_btn::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(209, 14, 27, 0.71);
  animation-delay: 0.6s;
  z-index: -1;
  pointer-events: none;
}
#footer {
  background-color: #191919;
}
#footer .footer-top {
  border-bottom: 1px solid #3b3b3b;
}
#footer .footer-top .f-contact {
  position: relative;
}
#footer .footer-top .f-contact::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

#footer .footer-top .f-contact ul li:nth-last-child(1){
  max-width: 36%;
}

#footer .footer-top .f-contact ul li .con i {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(2px);
  flex-shrink: 0;
}
#footer .footer-top .f-contact ul .line {
  width: 1px;
  height: 82px;
  background-color: rgba(166, 166, 166, 0.25);
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 175px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  max-width: 230px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 4px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a {
  width: 50px;
  height: 50px;
  background-color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a:hover {
  color: #ffffff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li {
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
  max-width: 590px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul {
  margin: 0 -6px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li {
  padding: 0 6px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  width: 100%;
  height: 42px;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form input::placeholder {
  color: #d0d0d0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form .send {
  min-width: 138px;
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-center .footer-b .con {
  color: #fff;
  padding: 22px 0;
}
#footer .footer-center .footer-b .con p {
  margin: 0 10px;
}
#footer .footer-center .footer-b .con .svg {
  transform: translateY(2px);
}
#footer .footer-center .footer-b .con svg {
  width: auto;
  max-height: 32px;
  transition: all 0.5s;
  fill: #fff;
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1600px;
  }
  #header .nav .ui.menu {
      width: 87%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 18px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 12px;font-size: 17px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 550px;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  #header .nav .ui.menu {
    width: 100%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    font-size: 16px;
    margin: 0 6px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 488px;
  }
  #index-body .init-strength .mk-list ul li {
    width: 25%;
  }
  #index-body .init-about .datashow ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content ul li .img {
    height: 40vw;
  }
  .hide-1250 {
    display: none !important;
  }
  #footer .footer-top .f-contact ul {
    flex-wrap: wrap;
    margin: -10px;
  }
  #footer .footer-top .f-contact ul li {
    width: 50%;
    padding: 10px;
  }
  #footer .footer-top .f-contact ul li:nth-last-child(1) {
    width: 100%;
    max-width: unset;
  }
  #footer .footer-top .f-contact ul li .con {
    border-bottom: 1px solid rgba(166, 166, 166, 0.25);
    padding-bottom: 18px;
    height: 100%;
  }
  #footer .footer-top .f-contact ul .line {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a {
    width: 38px;
    height: 38px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire .form form ul li {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 350px;
  }
  #index-body .init-strength .mk-list ul li {
    width: 33.3%;
  }
  #index-body .init-about .datashow ul {
    margin: -8px;
  }
  #index-body .init-about .datashow ul li {
    padding: 8px;
  }
  #index-body .init-solution .mk-list {
    padding: 0 8.5%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .img {
    height: 400px;
  }
  #footer .footer-top .f-contact ul li .con i {
    zoom: 0.8;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.inquire {
    max-width: 100%;
    width: 100%;
  }
  #footer .footer-center .footer-b .con {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #index-body .init-strength .mk-list ul {
    margin: -9px;
  }
  #index-body .init-strength .mk-list ul li {
    width: 50%;
    padding: 9px;
  }
  #index-body .init-solution .mk-list {
    padding: 0 16.5%;
  }
  #index-body .init-solution .bg02 {
    width: 100%;
  }
  #index-body .init-solution .mk-list .zdy-pagination {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #footer .footer-top .f-contact ul li {
    width: 100%;
  }
  #index-body .init-strength .mk-list ul li {
    width: 100%;
  }
  #index-body .init-solution .mk-list {
    padding: 0 8%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-about .datashow ul li {
    width: 100%;
  }
  #index-body .init-solution .mk-list {
    padding: 0 15px;
  }
  #index-body .init-solution .mk-list ul li .box .txtbox1 {
    flex-wrap: wrap;
  }
}
/*----- inner-page -----*/
/*@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}*/

#header.inner_active {
  background-color: #000;
}
/*======================= inner-page =======================*/
.inner-banner {
  margin-top: 102px;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .hr-line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #b1b2b2;
}
/*
    customengineering-page
==============================================*/
.customengineering-page .customengineering-1 .item .right .desc{
  max-height: 422px;
  overflow-y: auto;
}
.customengineering-page .customengineering-1 .item {
  background-color: #f7f7f7;
}
.customengineering-page .customengineering-2 .mk-list ul li .box {
  background-color: #f7f7f7;
  transition: all 0.5s;
}
.customengineering-page .customengineering-2 .mk-list ul li .box .desc {
  height: calc(30px * 4);
  overflow-y: auto;
  padding-right: 10px;
}
.customengineering-page .customengineering-2 .mk-list ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.customengineering-page .customengineering-2 .mk-list ul li .box:hover ::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
}
@media screen and (max-width: 1000px) {
  .customengineering-page .customengineering-1 .item .right {
    padding: 0 20px !important;
  }
}
/*==============================================
    customengineering-page
*/


/*
    about-page
==============================================*/
.about-page .about-1 .mk-top .left .mk-title .play_btn {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
.about-page .about-1 .datashow ul {
  margin: -8px -14px;
}
.about-page .about-1 .datashow ul li {
  padding: 8px 14px;
}
.about-page .about-1 .datashow ul li .content {
  background-color: #f7f7f7;
  padding: 20px 25px;
  height: 100%;
  transition: all 0.5s;
}
.about-page .about-1 .datashow ul li .content .top .big {
  filter: invert(75%);
}
.about-page .about-1 .datashow ul li .content .top .ico {
  transform: translateY(20%);
}
.about-page .about-1 .datashow ul li .content:hover {
  background-color: var(--color);
}
.about-page .about-1 .datashow ul li .content:hover .top .big {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.about-page .about-1 .datashow ul li .content:hover .top .ico {
  filter: brightness(0) invert(1);
}
.about-page .about-1 .datashow ul li .content:hover .bottom p {
  color: #fff;
}
.about-page .about-1 .datashow ul li .content:hover .bottom h4 {
  color: #fff;
}


.about-page .about-23 {
  position: relative;
}
/*.about-page .about-23:after,
.about-page .about-23:before {
  content: '';
  width: 100%;
  height: 20vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-23:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-23:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}*/
.about-page .about-23 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  /*padding-top: 10%;*/
}
.about-page .about-23 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  /*max-width: 61.09375%;*/
}
.about-page .about-23 .box .left {
  top: 30%;
  position: -webkit-sticky;
  position: sticky;

}
.about-page .about-23 .box .right {
  position: relative;
}
.about-page .about-23 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-23 .box .right .year svg {
  position: absolute;
  left: 1em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-23 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-23 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-23 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-23 .box .right .list li .content {
padding: 5% 2%;
    border-top: 2px solid #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-23 .box .right .list li.active {
  opacity: 1;
  
}
.about-page .about-23 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-23 .box .right .list li.active .content {
  background: var(--color);
      color: #fff;
}

@media screen and (max-width: 1000px) {
  .about-page .about-23 .box .left {
    position: static;
  }
  .about-page .about-23 .box .right .year svg {
    width: 30vw;
  }

  .about-page .about-23:after{
      height: 60px;
  }
  .about-page .about-23:before {
      height: 30px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-23 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-23 .box .right .year svg {
    width: 20vw;
  }
}
@media screen and (max-width: 500px){
    .about-page .about-23 .box .right .list li .year{
        display: none;
    }
    .about-page .about-23 .box .right .year{
        width: 0;
        opacity: 0;
        pointer-events: none;
    }
    .about-page .about-23 .box .right .list li{
        opacity: 1;
    }
}

/*==============================================
    about-page
*/


/*
    industry-page
==============================================*/
.industry-page .industry-1 .mk-content .left {
  position: sticky;
  top: 140px;
}
.industry-page .industry-1 .mk-content .left::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #d1dbe2;
  position: absolute;
  left: 12px;
  top: 0;
  z-index: -1;
}
.industry-page .industry-1 .mk-content .left .swiper {
  height: 736px;
}
.industry-page .industry-1 .mk-content .left ul li:nth-last-of-type(1){
  margin-bottom: 0;
}
.industry-page .industry-1 .mk-content .left ul li .box i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transform: translateY(2px);
  flex-shrink: 0;
}
.industry-page .industry-1 .mk-content .left ul li .box i::before {
  content: '';
  width: 50%;
  height: 50%;
  border-radius: inherit;
  background-color: #d1dbe2;
}
.industry-page .industry-1 .mk-content .left ul li .box h2 {
  transition: all 0.5s;
}
.industry-page .industry-1 .mk-content .left ul li.act .box i {
  background-color: rgba(209, 14, 27, 0.21);
}
.industry-page .industry-1 .mk-content .left ul li.act .box i::before {
  background-color: var(--color);
}
.industry-page .industry-1 .mk-content .left ul li.act .box h2 {
  font-size: 24px;
  color: #333;
}
.industry-page .industry-1 .mk-content .right ul li .box {
  position: relative;
  transform: perspective(50rem) rotateX(30deg);
  opacity: 0.4;
  transition: all 0.3s;
}
.industry-page .industry-1 .mk-content .right ul li:first-child .haru-li-box {
    transform: inherit !important;
    opacity: 1;
}
.industry-page .industry-1 .mk-content .right ul li .box .imgbox img {
  min-height: 330px;
  object-fit: cover;
}
.industry-page .industry-1 .mk-content .right ul li .box .txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 2;
}
.industry-page .industry-1 .mk-content .right ul li .box .txtbox .desc {
  max-height: calc(30px * 4);
  overflow-y: auto;
}
.industry-page .industry-1 .mk-content .right ul li .box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 80%);
  z-index: 1;
}
@media screen and (max-width: 1800px) {
  .industry-page .industry-1 .mk-content .left .swiper {
    height: 672px;
  }
}
@media screen and (max-width: 1700px) {
  .industry-page .industry-1 .mk-content .left .swiper {
    height: 586px;
  }
}
@media screen and (max-width: 1450px) {
  .industry-page .industry-1 .mk-content .left .swiper {
    height: 500px;
  }
}
@media screen and (max-width: 1250px) {
  .industry-page .industry-1 .mk-content .left{
    display: none;
  }
  .industry-page .industry-1 .mk-content .left .swiper {
    height: 402px;
  }
  .industry-page .industry-1 .mk-content .right {
    width: 100%;
  }
  .industry-page .industry-1 .mk-content .right ul{
    margin: 0 -10px;
  }
  .industry-page .industry-1 .mk-content .right ul li{
    margin-bottom:0;
    padding: 0 10px;
  }

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 500px) {
  .industry-page .industry-1 .mk-content .right ul li .box::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.2) 80%);
  }
}

/*==============================================
    industry-page
*/


/*
    indusdet-page
==============================================*/
.indusdet-page .indusdet-1 .right .desc{
  max-height: 456px;
  overflow-y: auto;
}
.indusdet-page .indusdet-2 .item {
  background-color: #f7f7f7;
  transition: all 0.5s;
}
.indusdet-page .indusdet-2 .item.hide{
  display: none;
}
.indusdet-page .indusdet-2 .item .right h2 {
  font-size: 208px;
  line-height: 0.8;
  font-family: 'Anton';
  color: #eeeeee;
  transition: all 0.5s;
}
.indusdet-page .indusdet-2 .item:hover {
  background-color: var(--color);
}
.indusdet-page .indusdet-2 .item:hover .left {
  color: #fff;
}
.indusdet-page .indusdet-2 .item:hover .right h2 {
  color: rgba(238, 238, 238, 0.13);
}
@media screen and (max-width: 1700px) {
  .indusdet-page .indusdet-2 .item .right h2 {
    font-size: 180px;
  }
}
@media screen and (max-width: 1450px) {
  .indusdet-page .indusdet-2 .item .right h2 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1250px) {
  .indusdet-page .indusdet-2 .item .right h2 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .indusdet-page .indusdet-2 .item {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .indusdet-page .indusdet-2 .item .right h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 700px) {
  .indusdet-page .indusdet-2 .item .right h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .indusdet-page .indusdet-2 .item .right h2 {
    font-size: 40px;
  }
}


/*==============================================
    indusdet-page
*/

/*
    manufacturing-page
==============================================*/
.manufacturing-page .manufacturing-1 .mk-list ul li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.manufacturing-page .manufacturing-1 .mk-list ul li:hover .box .txtbox {
  opacity: 1;
}
.zdy-pagination02 .swiper-pagination {
  height: 1px;
  background-color: #333;
  position: static;
  width: 100%;
}
.zdy-pagination02 .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 7px;
  background-color: var(--color);
  top: -3px;
}
/*==============================================
    manufacturing-page
*/


/*
    resource-page
==============================================*/
:root {
  --hgap10: 10px;
  --hgap18: 18px;
}
@media screen and (max-width: 1250px) {
  :root {
    --hgap18: 10px;
  }
}
@media screen and (max-width: 700px) {
  :root {
    --hgap10: 8px;
    --hgap18: 8px;
  }
}
.resource-page .resource-1 .mk-list ul {
  margin: -10px calc(-1 * var(--hgap18));
}
.resource-page .resource-1 .mk-list ul li {
  width: 25%;
  padding: 10px var(--hgap18);
}
.resource-page .resource-1 .mk-list ul li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.resource-page .resource-1 .mk-list ul li .box .txtbox .desc {
  max-height: calc(28px * 4);
  overflow-y: auto;
}
.resource-page .resource-1 .mk-list ul li:hover .box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1450px) {
  .resource-page .resource-1 .mk-list ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .resource-page .resource-1 .mk-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .resource-page .resource-1 .mk-list ul li {
    width: 100%;
  }
}
/*==============================================
    resource-page
*/


/*
    contact-page
==============================================*/

.contact-page .contact-1 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.contact-page .contact-1 .left .text {
    color: rgba(0, 0, 0, 0.8);
}

.contact-page .contact-1 .left .text span {
    color: black;
}

.contact-page .contact-1 .left .text i {
    width: 2.625em;
    height: 2.625em;
    border-radius: 100%;
    background-color: var(--color);
    color: white;
}

.contact-page .contact-1 .left .text i:before {
    font-size: 1.2em;
}

.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
    display: block;
    margin-bottom: .2em;
    opacity: .8;
}

.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
    color: var(--color);
}

.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
    width: 100%;
    padding: .9em;
    border: none;
    background-color: #f0f1f2;
    font-size: inherit;
    line-height: 1.4;
}

.contact-page .contact-1 .right input[type="submit"] {
    width: 196px;
    background-color: var(--color);
}

.contact-page .contact-1 .right input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.contact-page .contact-1 .right textarea {
    height: 110px;
}

.contact-page .contact-1 .right select {
    padding: 1em;
}

.contact-page .contact-1 .right button {
    width: auto;
    border: none;
}

.contact-page iframe {
    border: none;
    display: block;
}

@media screen and (max-width: 1250px) {

    .contact-page iframe {
        height: 400px;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left {
        position: static;
    }
}

/*==============================================
    contact-page
*/



.inner-page .sidebox .sideleft {
    width: 21.75%;
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
}

.inner-page .sidebox .sideleft .tit {
    padding-left: 18px;
}

.inner-page .sidebox .sideleft .tit::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 26px;
    border: solid 2px var(--color);
}

.inner-page .sidebox .sideleft .item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px 22px 44px 25px;
    margin-top: 35px;
}

.inner-page .sidebox .sideleft .item:first-child {
    margin-top: 0;
}

.inner-page .sidebox .sideleft .category ul>li {
    margin-bottom: 16px;
    position: relative;
}

.inner-page .sidebox .sideleft .category ul>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 10px;
    height: 44px;
    padding: 0 31px 0 21px;
    font-size: 16px;
    line-height: 1.3;
    color: #666;
    position: relative;
    z-index: 1;
}

.inner-page .sidebox .sideleft .category ul>li>a::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--color);
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sidebox .sideleft .category ul>li>a:hover,
.inner-page .sidebox .sideleft .category ul>li>a.active {
    color: #fff;
}

.inner-page .sidebox .sideleft .category ul>li>a:hover::after,
.inner-page .sidebox .sideleft .category ul>li>a.active::after {
    width: 100%;
}

.inner-page .sidebox .sideleft .category ul>li i {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    right: 15px;
    top: 10px;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sidebox .sideleft .category ul>li i.active {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.inner-page .sidebox .sideleft .category ul>li ul {
    margin-top: 20px;
}

.inner-page .sidebox .sideleft .category ul>li ul li a {
    background-color: #fff;
    height: auto;
}

.inner-page .sidebox .sideleft .category ul>li ul li a::after {
    display: none;
}

.inner-page .sidebox .sideleft .category ul>li ul li a:hover,
.inner-page .sidebox .sideleft .category ul>li ul li a.active {
    color: var(--color);
}

.inner-page .sidebox .sideleft .category ul>li:last-child {
    margin-bottom: 0;
}

.inner-page .sidebox .sideleft .category ul>li.active i {
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.inner-page .sidebox .sideleft .category ul>li:hover>a {
    color: #fff;
}

.inner-page .sidebox .sideleft .category ul>li:hover>a::after {
    width: 100%;
}

.inner-page .sidebox .sideleft .category ul>li:hover i {
    font-weight: bold;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.inner-page .sidebox .sideleft .contact {
    padding-bottom: 28px;
}

.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
    width: 100%;
    height: 44px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 0;
    margin-bottom: 17px;
    padding: 0 22px;
    font-size: 16px;
}

.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder,
.inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact input:-moz-placeholder,
.inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
    color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact input::-moz-placeholder,
.inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
    color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder,
.inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
    color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact textarea {
    height: 128px;
    padding-top: 11px;
}

.inner-page .sidebox .sideleft .contact button {
    border: 0;
    height: 40px;
    padding: 0 22px 0 23px;
    margin-top: 8px;
}

.inner-page .sidebox .sideleft .related ul li .img-box {
    width: 18%;
    height: 59px;
}

.inner-page .sidebox .sideleft .related ul li .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-page .sidebox .sideleft .related ul li .title {
    width: 82%;
    line-height: 1.7;
}

.inner-page .sidebox .sideleft .related ul li:last-child {
    margin-bottom: 0;
}

.inner-page .sidebox .sideright {
    width: 78.25%;
    padding-left: 42px;
}

.inner-page .m-page {
    margin-top: 30px;
    text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 52px;
    height: 52px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0a1119;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 5px;
    border: 1px solid rgba(10, 17, 25, 0.15);
    border-radius: 50%;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span {
    background: var(--color);
    border-color: var(--color);
    color: #fff;
}

@media screen and (max-width: 1450px) {

}

@media screen and (max-width: 1250px) {
    .inner-page .sidebox .sideleft {
        display: none;
    }

    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
}
/*
    product-page
==============================================*/
.product-page .sideright .top {
    padding: 40px;
    background-color: #fafafa;
    border-radius: 20px;
}

.product-page .sideright .top .con {
    max-height: 300px;
    overflow-y: auto;
}

.product-page .sideright .bottom {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 40px;
}
.product-page .sideright .bottom ul{
  margin: -20px -15px;
}
.product-page .sideright .bottom ul li {
    padding: 20px 15px;
}

.product-page .sideright .bottom ul li .img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.product-page .sideright .bottom ul li .img .more {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;border-radius: 10px;
    font-size: 18px;
    transform: translateY(100%);
    transition: .5s;
    background: var(--color);
    color: #fff;
}
.product-page .sideright .bottom ul li .img .more::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-page .sideright .bottom ul li .img .more:hover span,
.product-page .sideright .bottom ul li .img .more:focus span {
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0;
}
.product-page .sideright .bottom ul li .img .more:hover::after,
.product-page .sideright .bottom ul li .img .more:focus::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.product-page .sideright .bottom ul li .img:hover .more {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 1000px) {
    .product-page .sideright .top {
        padding: 20px;
    }

    .product-page .sideright .bottom {
        padding: 20px;
    }
}


.seoPublic>div {
    padding: 90px 0;
}

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(1.8em * 8);
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}
.seoPublic .Auxil-related .mk-list ul li .box {
  background-color: #fff;
}
@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}

/*==============================================
    product-page
*/

/*
    prodet-page
==============================================*/
.prodet-page .prodet-1 .left {
    width: 49%;
    overflow: hidden;
}

.prodet-page .prodet-1 .left .smallImg {
    width: 21%;
    float: left;
}

.prodet-page .prodet-1 .left .smallImg ul {
    margin: -10px;
}

.prodet-page .prodet-1 .left .smallImg ul li {
    padding: 10px;
}

.prodet-page .prodet-1 .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}

.prodet-page .prodet-1 .left .bigImg {
    width: 79%;
    padding-left: 4%;
    display: inline-block;
}

.prodet-page .prodet-1 .left .bigImg img {
    border: 1px solid #dcdcdc;
    width: 90%;
}

.prodet-page .prodet-1 .left .bigImg ul li {
    padding: 1px;
}

.prodet-page .prodet-1 .left .bigImg ul li a {
    height: 100%;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: var(--color);
    color: transparent;
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev::after {
    background-image: url("/sharppump/2026/04/24/745748.png");
    transform: scale(1.5);
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next::after {
    background-image: url("/sharppump/2026/04/24/78678.png");
    transform: scale(1.5);
}

.prodet-page .prodet-1 .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

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

.prodet-page .prodet-1 .right .sub_img {
    width: 36px;
    margin-bottom: 15px;
}

.prodet-page .prodet-1 .right .text_2 {
    color: #4a4a4a;
}

.prodet-page .prodet-1 .right .list .content {
    font-size: 16px;
    line-height: 2;
    max-height: 300px;
    overflow: auto;
    padding-right: 10px;
    color: #666;
}

.prodet-page .prodet-1 .right .more {
    height: 50px;
}

.prodet-page .prodet-2 {
    padding: 90px 0 0;
}

.prodet-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}

.prodet-page .prodet-2 .options ul li {
    margin-right: 14px;
    font-size: 20px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-2 .options ul li::after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}

.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
    color: var(--color);
}

.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
    width: 100%;
}

.prodet-page .prodet-2 .ret {
    margin-top: 50px;
}

.prodet-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 1.6;
}

.prodet-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}


.prodet-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 {
        padding: 70px 0;
    }

    .prodet-page .prodet-2 .options ul li {
        font-size: 20px;
    }
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-1 .left .bigImg {
        padding-left: 2.5%;
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .left {
        width: 100%;
    }

    .prodet-page .prodet-1 .left .smallImg {
        display: none;
    }

    .prodet-page .prodet-1 .left .bigImg {
        width: 100%;
        padding-left: 0;
    }

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

    .prodet-page .prodet-2 {
        padding-top: 40px;
    }

    .prodet-page .prodet-2 .options ul li {
        width: 100%;
    }

    .prodet-page .prodet-2 .ret .slide {
        /*display: block!important;*/
        margin-top: 30px;
    }

    .prodet-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {

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

    .prodet-page .prodet-2 .ret {
        margin-top: 0;
    }

    .prodet-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}
/*==============================================
    prodet-page
*/


/*
    news-page
==============================================*/

.news-page .sideright ul li {
  background: #fff;
  /*border-radius: 10px;*/
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.news-page .sideright ul li .img-box {
  width: 50.874%;
}

.news-page .sideright ul li .text {
  width: 49.126%;
}

.news-page .sideright ul li .text .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
}

.news-page .sideright ul li .text .top span {
  width: 42px;
  height: 42px;
  background: var(--color);
  /*border-radius: 10px;*/
}

.news-page .sideright ul li .text .con {
  color: #666;
}

.news-page .sideright ul li .text .more {
  height: 53px;
  padding: 0 36px;
}

.news-page .sideright ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .news-page .sideright ul li .img-box {
    width: 100%;
  }

  .news-page .sideright ul li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .news-page .sideright ul li .text .title {
    font-size: 24px;
  }
}

/*==============================================
    news-page
*/



/*
    newdet-page
==============================================*/

.newdet-page .sideright .text {
  margin: 2em 0;
}

.newdet-page .sideright .text p {
  margin-top: 1em;
}

.newdet-page .sideright .text p:first-child {
  margin-top: 0;
}

.newdet-page .sideright .share {
  font-size: 14px;
  margin-top: 2em;
}

.newdet-page .sideright .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  border-radius: 50%;
}

.newdet-page .sideright .share a:hover {
  background: var(--color);
}

.newdet-page .sideright span.h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}

.newdet-page .sideright .form ul {
  margin: -10px;
}

.newdet-page .sideright .form ul li {
  padding: 10px;
  font-size: 14px;
}

.newdet-page .sideright .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.newdet-page .sideright .form ul li input,
.newdet-page .sideright .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .sideright .form ul li input:focus,
.newdet-page .sideright .form ul li textarea:focus {
  border-color: var(--color);
}

.newdet-page .sideright .form ul li textarea {
  height: 80px;
}

.newdet-page .sideright .form ul li button {
  border: 0;
}
/*==============================================
    newdet-page
*/

:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}

.video-d-page .vd-1 {
  padding: calc(5.519vw + 14px) 0;
}

.video-d-page .vd-1 .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: var(--ft50);
  row-gap: calc(4.479vw + 11px);
}

.video-d-page .vd-1 .container .vd1-c .img {
  height: 317px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F6F7;
  padding: calc(3.4405vw + 14px) var(--ft40);
  position: relative;
}

.video-d-page .vd-1 .container .vd1-c .img .i2-play1 {
  position: absolute;
  right: 55px;
  bottom: 49px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.video-d-page .vd-1 .container .vd1-c .img .i2-play1:hover {
  transform: scale(1.04);
}

.video-d-page .vd-1 .container .vd1-c .img .i2-play1 .i2c1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 61px;
  height: 61px;
  background: #3FAFB0;
  border-radius: 50%;
  opacity: 0.28;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  animation: inner-circle-pulse 3s infinite;
}

.video-d-page .vd-1 .container .vd1-c .img .i2-play1 .i2c2 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 91px;
  height: 91px;
  background: #3FAFB0;
  border-radius: 50%;
  opacity: 0.18;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  animation: inner-circle-pulse1 3s infinite;
}

.video-d-page .vd-1 .container .vd1-c .img .i2-play1 .i2pb {
  position: relative;
  z-index: 2;
  width: 38px;
  height: 38px;
  background: #3FAFB0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-d-page .vd-1 .container .vd1-c .vd-p {
  margin-top: var(--ft20);
  margin-bottom: var(--ft20);
  font-weight: 900;
  font-size: calc(0.415vw + 14px);
  color: #333333;
}

@media screen and (max-width: 1000px) {
  .video-d-page .vd-1 .container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 500px) {
  .video-d-page .vd-1 .container {
    grid-template-columns: 1fr;
  }
}



.faq-page .faq-1 {
    font-size: 18px;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 4em;
}

.faq-page .faq-1 .filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-page .faq-1 .filter a {
    margin-right: 1.5em;
    position: relative;
}

.faq-page .faq-1 .filter a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1em;
    background-color: var(--color);
    opacity: 0;
}

.faq-page .faq-1 .filter a span {
    display: block;
}

.faq-page .faq-1 .filter a.active:after {
    opacity: 1;
}

.faq-page .faq-2 .list ul li {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.faq-page .faq-2 .list ul li span.h6 {
    font-size: 24px;
    color: #303030;
    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;
    font-weight: 500;
    line-height: 1.6;
}

.faq-page .faq-2 .list ul li span.h6 i.iconfont {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: #cfcfcf;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .faq-2 .list ul li span.h6 i.iconfont-xiajiantou1 {
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    cursor: hand;
}

.faq-page .faq-2 .list ul li span.h6.active i.iconfont {
    background-color: var(--color);
}

.faq-page .faq-2 .list ul li span.h6.active i.iconfont-xiajiantou1 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-page .faq-2 .list ul li .text {
    color: #a8a8a8;
    margin-top: 1.3em;
    padding-top: 1.3em;
    border-top: 1px solid #e0e0e0;
    display: none;
    line-height: 2;
}

.faq-page .faq-2 .list ul li:nth-child(odd) {
    background-color: #f8f8f8;
}

@media screen and (max-width: 1800px) {
    .faq-page .faq-2 .list ul li .text {
        font-size: 16px;
    }

    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1450px) {
    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 20px;
    }

    .faq-page .faq-2 .list ul li {
        padding: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 18px;
    }

    .faq-page .faq-2 .list ul li .text {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .faq-2 .list ul li {
        padding: 15px;
    }

    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 16px;
    }

    .faq-page .faq-2 .list ul li .text {
        font-size: 14px;
    }
}


/*
    gallery-page
==============================================*/
.gallery-page .gallery-list ul {
    margin: -15px;
}

.gallery-page .gallery-list ul li {
    padding: 15px;
    width: 25%;
}

.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}

.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}

.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    padding: 8px 5px 8px 5px;
    text-align: center;
    transition: all 0.5s;
}

.gallery-page .gallery-list ul li .box:hover h5 {
    background: #0060ab;
    color: white;
}

@media screen and (max-width: 1250px) {
    .gallery-page .gallery-list ul li {
        width: 33.3%;
    }
}

@media screen and (max-width: 1000px) {
    .gallery-page .gallery-list ul {
        margin: -10px;
    }

    .gallery-page .gallery-list ul li {
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {
    .gallery-page .gallery-list ul li {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .gallery-page .gallery-list ul li {
        width: 100%;
    }
}

/*==============================================
    gallery-page
*/


.product-page02 {
    position: relative;
    z-index: 1;
}
.product-page02 .top{
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page02 .top .con{
    max-height: 300px;
    overflow-y: auto;
}
.product-page02 .list .in-num {
    color: var(--color);
}
.product-page02 .list .in-num:before {
    content: '';
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0;
    border-radius: 50%;
    background-color: var(--color);
    display: inline-block;
}

.product-page02 .list .title {
    margin-top: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    width: 90%;
}

.product-page02 .list .title:hover {
    color: var(--color);
}

.product-page02 .list ul li {
    padding: 46px 0 14px;
    position: relative;
    z-index: 1;
    margin-bottom: 150px;
}

.product-page02 .list ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-page02 .list ul li .ig .text {
    width: 45.549%;
    padding-right: 71px;
}

.product-page02 .list ul li .ig .text .con {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: 30px
}

.product-page02 .list ul li .ig .text .more {
    padding-left: 57px;
    margin-top: 46px;
}

.product-page02 .list ul li .ig .text .more:hover {
    color: #fff;
}

.product-page02 .list ul li .ig .text .more:hover::after {
    background: #000;
}

.product-page02 .list ul li .ig .text .more:hover i {
    color: #fff;
}

.product-page02 .list ul li .ig .img {
    width: 54.451%;
}

.product-page02 .list ul li .ig .img a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page02 .list ul li .ig .img a img{
  height: 600px;
  width: auto;
  object-fit: cover;
}
.product-page02 .list ul li::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    height: 110%;
    background-color: #f6f6f6;
    border-radius: 350px 0px 0px 350px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page02 .list ul li:hover::after {
    /*background: #fff1f1;*/
}

.product-page02 .list ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product-page02 .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 71px;
}

.product-page02 .list ul li:nth-child(even)::after {
    right: initial;
    left: 0;
    border-radius: 0px 350px 350px 0px;
}

.product-page02 .list ul li:last-child {
    margin-bottom: 0;
}

.product-page02::after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    font-weight: bold;
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media screen and (max-width: 1700px) {

}

@media screen and (max-width: 1450px) {
    .product-page02 .list ul li .ig .text {
        padding-right: 40px;
    }

    .product-page02::after {
        font-size: 300px;
        top: -20px;
    }

    .product-page02 .list ul li::after {
        border-radius: 200px 0px 0px 200px;
    }

    .product-page02 .list ul li:nth-child(even)::after {
    
        border-radius: 0px 200px 200px 0px;
    }

    .product-page02 .list ul li:nth-child(even) .ig .text {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page02::after {
        font-size: 260px;
        top: -20px;
    }

    .product-page02 .list .title {
        width: 100%;
    }

    .product-page02 .list ul li::after {
        border-radius: 150px 0px 0px 150px;
    }

    .product-page02 .list ul li:nth-child(even)::after {
  
        border-radius: 0px 150px 150px 0px;
    }

    .product-page02 .list ul li {
        margin-bottom: 80px;
    }
}


@media screen and (max-width: 1000px) {
    .product-page02::after {
        display: none;
    }

    .product-page02 .list ul li {
        margin-bottom: 40px;
        padding: 0;
    }

    .product-page02 .list ul li .ig .text {
        width: 100%;
        padding-right: 0;
    }

    .product-page02 .list ul li .ig .text .more {
        padding-left: 31px;
        margin-top: 20px;
    }

    .product-page02 .list ul li .ig .img {
        width: 100%;
    }

    .product-page02 .list ul li::after {
        display: none;
    }

    .product-page02 .list ul li:nth-child(even) .ig .text {
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    .product-page02 .list .in-num::before {
        margin: 3px 7px 0 0;
    }
}

@media screen and (max-width: 500px) {
    .product-page02 .list .in-num::before {
        margin: 0px 7px 0 0;
    }

    .product-page02 .list ul li .ig .text .more {
        padding-left: 19px;
    }
    .product-page02 .list ul li .ig .img a img{
      height: auto;
    }
}



.customengineering-3 .form ul {
  margin: -20px -26px;
}

.customengineering-3 .form ul li {
  padding: 20px 26px;
}

.customengineering-3 .form ul li input,
.customengineering-3 .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);

}

.customengineering-3 .form ul li input::-webkit-input-placeholder,
.customengineering-3 .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.customengineering-3 .form ul li input:-moz-placeholder,
.customengineering-3 .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.customengineering-3 .form ul li input::-moz-placeholder,
.customengineering-3 .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.customengineering-3 .form ul li input:-ms-input-placeholder,
.customengineering-3 .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.customengineering-3 .form ul li input::placeholder,
.customengineering-3 .form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.customengineering-3 .form ul li textarea {
  height: 237px;
  padding-top: 21px;
}

.customengineering-3 .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;

  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.customengineering-3 .form ul li input[type="submit"]:hover {
  background: #242424;
}

.customengineering-3 .form ul li.wid-100 {
  width: 100%;
}

.customengineering-3 .form ul li .file-upload-wrapper {
  position: relative;
  background: rgba(234, 165, 165, 0.1);
  border: 2px dashed #eaa5a5;
  height: 237px;
  text-align: center;
  padding-top: 59px;
  cursor: pointer;
}

.customengineering-3 .form ul li .file-upload-wrapper input[type=file] {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.customengineering-3 .form ul li .file-upload-wrapper h5 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
  margin: 30px auto 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}

.customengineering-3 .form ul li .file-upload-wrapper h5 i {
  font-weight: 300;
  text-decoration: underline;
}

.customengineering-3 .form ul li .file-upload-wrapper p {

  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
}

@media screen and (max-width: 1700px) {
  .customengineering-3 .form ul li {
    padding: 6px;
  }
  .customengineering-3 .form ul {
    margin: -6px;
  }
  .customengineering-3 .form ul li input,
  .customengineering-3 .form ul li textarea,
  .customengineering-3 .form ul li input[type="submit"] {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .customengineering-3 .form ul li input,
  .customengineering-3 .form ul li textarea,
  .customengineering-3 .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}

