@font-face {
  font-family: 'Visia Pro';
  src: url('../fonts/VisiaPro-Regular.eot');
  src: url('../fonts/VisiaPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/VisiaPro-Regular.woff2') format('woff2'), url('../fonts/VisiaPro-Regular.woff') format('woff'), url('../fonts/VisiaPro-Regular.ttf') format('truetype'), url('../fonts/VisiaPro-Regular.svg#VisiaPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Visia Pro';
  src: url('../fonts/VisiaPro-Light.eot');
  src: url('../fonts/VisiaPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/VisiaPro-Light.woff2') format('woff2'), url('../fonts/VisiaPro-Light.woff') format('woff'), url('../fonts/VisiaPro-Light.ttf') format('truetype'), url('../fonts/VisiaPro-Light.svg#VisiaPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Visia Pro';
  src: url('../fonts/VisiaPro-Italic.eot');
  src: url('../fonts/VisiaPro-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/VisiaPro-Italic.woff2') format('woff2'), url('../fonts/VisiaPro-Italic.woff') format('woff'), url('../fonts/VisiaPro-Italic.ttf') format('truetype'), url('../fonts/VisiaPro-Italic.svg#VisiaPro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Visia Pro';
  src: url('../fonts/VisiaPro-Bold.eot');
  src: url('../fonts/VisiaPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/VisiaPro-Bold.woff2') format('woff2'), url('../fonts/VisiaPro-Bold.woff') format('woff'), url('../fonts/VisiaPro-Bold.ttf') format('truetype'), url('../fonts/VisiaPro-Bold.svg#VisiaPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Visia Pro';
  font-weight: 400;
  font-size: 18px;
  --color: #fbbc24;
  --color1: #d4dbe1;
  margin: 0 auto;
}
.container {
  width: 1405px;
}
.container1 {
  width: 1670px;
}
.bigtt-zt {
  font-family: 'Visia Pro';
  font-weight: bold;
}
#mobile3 .m-logo{
  background-color: #fff;
}
#mobile3 .m-btn i{
  background-color: #000;
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}
#header .navbox {
  margin-right: calc((1640px - 100vw) / 2);
}
#header .nav {
  position: relative;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 70%;
  height: 86px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#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 18px;
  font-size: 18px;
  height: 100%;
  color: #000;
  -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 {
  color: var(--color);
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a::before {
  content: '-';
}
#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 {
  height: 100%;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span {
  font-size: 26px;
}
#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-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-inquire {
  width: auto;
  min-width: 225px;
  height: 100%;
  background-color: #000;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#header .nav .ui.menu .right .h-inquire::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transition: all 0.5s;
  z-index: -1;
}
#header .nav .ui.menu .right .h-inquire:hover::after {
  left: 0;
}
#header .nav .ui.menu .right .h-inquire:hover img {
  filter: brightness(0) invert(1);
}
#banner {
  margin-top: 86px;
  position: relative;
}
#banner .share{
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
#banner .share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


#banner .banner-content {
  position: relative;
  margin-left: 70px;
}
#banner .banner-content .swiper-slide {
  position: relative;
}
#banner .banner-content .swiper-slide img{
  height: calc(100vh - 86px);
  width:100%;
  object-fit: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 70px;
  padding-bottom: 180px;
}
#banner .banner-content .btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.zdy-pagination.swiper-pagination {
  width: auto;
  left: 70px;
  bottom: 45px;
}
.zdy-pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  background-color: #fff;
  width: 8px;
  height: 8px;
  opacity: 1;
  text-align: left;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.zdy-pagination.swiper-pagination .swiper-pagination-bullet:hover {
  border-color: #fff;
  background-color: transparent;
}
.zdy-pagination.swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: transparent;
  transform: translateY(-3px);
}
.btn-txt {
  display: inline-flex;
  cursor: pointer;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background-size: 100% 1px;
  transition: all 0.5s;
}
.btn-txt:hover {
  background-size: 0% 1px;
}
.btn-go {
  width: auto;
  min-width: 200px;
  padding: 0 22px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.btn-more {
  width: auto;
  min-width: 514px;
  padding: 0 30px;
  height: 60px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.btn-more i {
  font-size: 26px;
}
.btn-more::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transition: all 0.5s;
  z-index: -1;
}
.btn-more:hover {
  color: #fff;
}
.btn-more:hover::after {
  left: 0;
}
.btn-more.white {
  background-color: #fff;
  color: #000;
}
.btn-more.white:hover {
  color: #fff;
}
.bigmlr {
  margin: 0 70px;
}

#index-body .init-about .mk-content .left .ltop .desc {
  padding-left: 19%;
}
#index-body .init-about .mk-content .left .lbot .inleft {
  position: sticky;
  top: 100px;
}
#index-body .init-about .mk-content .left .lbot .inleft .imgbox {
  display: inline-block;
}
#index-body .init-about .mk-content .left .lbot .inleft .imgbox:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: -22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #020202;
}
#index-body .init-about .mk-content .left .lbot .inright .btn-more {
  min-width: 306px;
}
#index-body .init-about .mk-content .right {
  position: sticky;
  top: 100px;
}
#index-body .init-solution .section{
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
}
#index-body .init-solution .section:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 68%);
  z-index: -2;
}
#index-body .init-solution .section .pv-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}
#index-body .init-solution .mk-content ul {
  position: relative;
}
#index-body .init-solution .mk-content ul li .box {
  background-color: #fff;
}


#index-body .init-design .section {
  position: relative;
}
#index-body .init-design .imgcon {
  position: sticky;
  top: 20%;
}
#index-body .init-design .imgcon ul {
  position: relative;
}
#index-body .init-design .imgcon ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  opacity: 0;
}
#index-body .init-design .imgcon ul li .box .imgbox {
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  position: relative;
}
#index-body .init-design .imgcon ul li .box .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#index-body .init-design .imgcon ul li .box .imgbox .cur {
  position: relative;
  opacity: 1;
}
#index-body .init-design .imgcon ul li.active {
  opacity: 1;
  position: relative;
}
#index-body .init-design .mk-content {
  margin-top: -20%;
}
#index-body .init-design .mk-content::after {
  content: '';
  display: block;
  width: 1px;
  height: 90%;
  background-color: rgba(43, 43, 41, 0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
}
#index-body .init-design .mk-content::before {
  content: '';
  display: block;
  width: 3px;
  height: 22px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-1px);
}
#index-body .init-design .mk-content ul {
  position: relative;
}
#index-body .init-design .mk-content ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
}
#index-body .init-design .mk-content ul li .box {
  width: 100%;
  position: relative;
}
#index-body .init-design .mk-content ul li .box .imgbox {
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  opacity: 0;

}
#index-body .init-design .mk-content ul li .box .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#index-body .init-design .mk-content ul li .box .imgbox .cur {
  position: relative;
  opacity: 1;
}
#index-body .init-design .mk-content ul li .box .txtbox {
  position: absolute;
  color: #2b2b29;
  width: 45%;
}
#index-body .init-design .mk-content ul li .box .txtbox .tt {
  width: 63%;
}
#index-body .init-design .mk-content ul li .box .txtbox .tt .color-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-design .mk-content ul li .box .txtbox .tt .color-box .color-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px transparent;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#index-body .init-design .mk-content ul li .box .txtbox .tt .color-box .color-item span {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
#index-body .init-design .mk-content ul li .box .txtbox .tt .color-box .color-item.cur {
  border-color: var(--color);
}
#index-body .init-design .mk-content ul li .box .txtbox .tt .color-box .color-item.cur span {
  width: 14px;
  height: 14px;
}
#index-body .init-design .mk-content ul li .box .txtbox .line {
  width: 100%;
}
#index-body .init-design .mk-content ul li .box .txtbox .line p {
  width: 100%;
  height: 1px;
  background-color: #2b2b29;
  opacity: 1;
  transform: scaleX(0);
}
#index-body .init-design .mk-content ul li .box .txtbox .line span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--color);
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 0;
  transform: rotate(0deg);
  opacity: 0;
}
#index-body .init-design .mk-content ul li .box .txtbox .line span em {
  transform: translateY(-2px);
}
#index-body .init-design .mk-content ul li .box .txtbox .line span::before {
  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(251, 186, 36, 0.466);
  z-index: -1;
}
#index-body .init-design .mk-content ul li .box .txtbox .desc {
  color: rgba(43, 43, 41, 0.7);
  width: 62%;
  transform: translateY(15px);
}
#index-body .init-design .mk-content ul li:first-child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#index-body .init-design .mk-content ul li.even .box .txtbox {
  align-items: flex-end;
}
#index-body .init-design .mk-content ul li.even .box .txtbox .line {
  flex-direction: row-reverse;
}
#index-body .init-design .mk-content ul li.even .box .txtbox .line p {
  transform-origin: left center;
}
#index-body .init-design .mk-content ul li.odd .box .txtbox .line p {
  transform-origin: right center;
}
#index-body .init-design .mk-content ul li.num1 .box .txtbox {
  right: 54%;
  top: 31%;
}
#index-body .init-design .mk-content ul li.num2 .box .txtbox {
  left: 53%;
  top: 40%;
}
#index-body .init-design .mk-content ul li.num3 .box .txtbox {
  right: 50%;
  top: 37%;
}
#index-body .init-design .mk-content ul li.num4 .box .txtbox {
  left: 48%;
  top: 28%;
}
#index-body .init-design-mb{
  display: none;
}

#index-body .init-industry {
  background-color: #f4faff;
}
#index-body .init-industry .mk-list ul li .box .imgbox img {
  min-height: 300px;
  object-fit: cover;
}
#index-body .init-industry .mk-list ul li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-news .mk-list ul li .box .imgbox {
  position: relative;
}
#index-body .init-news .mk-list ul li .box .imgbox p {
  padding: 4px 10px 9px 10px;
  position: absolute;
  left: 20px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
#index-body .init-news .mk-list ul li .box .imgbox p .line {
  display: block;
  width: 1px;
  height: 9px;
  background-color: rgba(24, 30, 42, 0.3);
  margin: 0 7px;
  transform: translateY(36%);
}
#index-body .init-news .mk-list ul li .box .txtbox .catname {
  color: rgba(0, 0, 0, 0.6);
}
.swi-btn {
  transform: translateY(36%);
}
.swi-btn > div {
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.swi-btn > div:hover {
  color: var(--color);
}
.swi-btn .prev i {
  transform: rotateY(180deg);
}
#footer {
  position: relative;
}
#footer > .bg {
  position: absolute;
  left: 0;
  bottom: 2%;
  mix-blend-mode: multiply;
  max-width: 30%;
}
#footer .footer-center {
  background-color: #d4dbe1;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 180px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 305px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.social .share li a {
  width: 37px;
  height: 37px;
  background-color: rgba(24, 30, 42, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.social .share li a:hover {
  background-color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 114px;
  height: 114px;
  background: #fff;
  border: 6px solid #fff;
}
#footer .footer-center .footer-b .con {
  color: #494949;
}
#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: #494949;
}

@media screen and (max-width: 1700px) {
  #header .navbox {
    margin-right: calc((1370px - 100vw) / 2);
  }
}

@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }

  .btn-go {
    zoom: 0.9;
  }

  .pt-btn {
    zoom: 0.9;
  }

  .btn-more {
    zoom: 0.9;
  }

  .swi-btn>div {
    zoom: 0.9;
  }

  #header .navbox {
    margin-right: calc((1170px - 100vw) / 2);
  }

  #header .nav .ui.menu {
    width: 75%;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 49% !important;
    width: 49%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1250px) {
  #banner{
    margin-top: 60px;
  }
  #banner .banner-content .swiper-slide img{
    height: 40vw;
  }
  #index-body .init-design .mk-tt{
    width: 55%;
  }
}

@media screen and (max-width: 1000px) {
  #banner .banner-content {
    margin-left: 0;
  }

  #banner .banner-content .swiper-slide .txt-content {
    padding: 0 !important;
    justify-content: center;
    align-items: center;
  }


  .zdy-pagination.swiper-pagination {
    left: 20px;
    bottom: 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }

  #footer .footer-center .footer-b p {
    justify-content: center;
  }

  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }

  .hide-1000 {
    display: none;
  }

  #index-body .init-about .mk-content .right {
    width: 100%;
    position: static;
  }

  #index-body .init-about .mk-content .right .imgbox {
    width: 100%;
  }

  #index-body .init-about .mk-content .right .imgbox img {
    width: 100%;
  }

  #index-body .init-about .mk-content .left .ltop .desc {
    padding-left: 0;
  }

  .bigmlr {
    margin: 0;
    width: 700px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }

  .init-industry .mk-content {
    margin-top: 30px;
  }

  #index-body .init-news .mk-top {
    align-items: flex-start;
  }

  #index-body .init-news .mk-top .title {
    flex-wrap: wrap;
    gap: 10px;
  }

  #footer>.bg {
    display: none;
  }

  #footer .footer-center .footer-b .con {
    justify-content: center;
  }
  #index-body .init-solution .section{
    height: auto;
  }
  #index-body .init-solution .mk-content ul li .box .left{
    width: 100%;
  }
  #index-body .init-solution .mk-content ul li .box .right{
    width: 100%;
    margin-top: 3%;
  }
  #index-body .init-solution .mk-content ul li .box{
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-solution .mk-content ul{
    margin: 0 -8px;
  }
  #index-body .init-solution .mk-content ul li{
    padding: 0 8px;
  }
  #index-body .init-design{
    display: none;
  }
  #index-body .init-design-mb{
    display: block;
  }
  #index-body .init-design-mb .mk-content ul li .box{
  }
  #index-body .init-design-mb .mk-content ul li .box .imgbox{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    position: relative;
  }

  #index-body .init-design-mb .mk-content ul li .box .imgbox img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
  }
  #index-body .init-design-mb .mk-content ul li .box .imgbox .cur {
    position: relative;
    opacity: 1;
    transform: translateX(-50%);
    left: 50%;
  }

  #index-body .init-design-mb .mk-content ul li .box .txtbox .line {
    width: 100%;
    padding: 10px 0;
  }
  #index-body .init-design-mb .mk-content ul li .box .txtbox .line p {
    width: 100%;
    height: 1px;
    background-color: #2b2b29;
    opacity: 1;
  }
  #index-body .init-design-mb .mk-content ul li .box .txtbox .desc {
    color: rgba(43, 43, 41, 0.7);
  }

  #index-body .init-design-mb .mk-content ul li .box .txtbox .tt .color-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #index-body .init-design-mb .mk-content ul li .box .txtbox .tt .color-box .color-item {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px transparent;
    position: relative;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #index-body .init-design-mb .mk-content ul li .box .txtbox .tt .color-box .color-item span {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s;
  }
  #index-body .init-design-mb .mk-content ul li .box .txtbox .tt .color-box .color-item.cur {
    border-color: var(--color);
  }
  #index-body .init-design-mb .mk-content ul li .box .txtbox .tt .color-box .color-item.cur span {
    width: 14px;
    height: 14px;
  }

}

@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }

  .btn-go {
    zoom: 0.8;
  }

  .pt-btn {
    zoom: 0.8;
  }

  .btn-more {
    zoom: 0.8;
    min-width: 400px;
  }

  .swi-btn>div {
    zoom: 0.8;
  }

  .phone_hide {
    display: none;
  }
  #banner .banner-content .btn-more{
    display: none;
  }
  #banner .banner-content .swiper-slide img {
    height: 50vw;
  }
  #index-body .init-about .mk-content .left .lbot .inleft {
    width: 100%;
    position: static;
  }

  #index-body .init-about .mk-content .left .lbot .inright {
    width: 100%;
    padding-left: 0;
  }

  #index-body .init-about .mk-content .left .lbot .inright .img3 {
    justify-content: flex-start;
  }

  .bigmlr {
    width: 100%;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 100% !important;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .zdy-pagination.swiper-pagination {
    display: none;
  }
}

/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type='submit'] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type='submit'] {
  background-image: url(../images/icon-search-white.png);
}
@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}


#header.inner_active {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-banner {
  margin-top: 86px;
}

.inner-banner .imgbox .btn-more {
  position: absolute;
  right: 0;
  top: 0;
}

.inner-banner .mbx span {
  color: var(--color);
}

.mtBper-4 {
  margin-top: -4%;
}

.mtBper-3 {
  margin-top: -3%;
}

@media screen and (max-width: 1000px) {
  .mk-title .decon {
    margin-top: 2%;
  }
}


.linebg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 170%;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  pointer-events: none;
}

.linebg .line {
  width: 1px;
  height: 100%;
  background-color: rgba(201, 201, 201, 0.5);
}
@media screen and (max-width: 1000px) {
  .linebg {
    height: 120%;
  }

  .linebg .line:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .linebg .line:nth-child(2) {
    display: none;
  }
}

/*
    coatingtreatment-page
==============================================*/
.coatingtreatment-page .coatingtreatment-1 .bg02 {
  background-color: #d4dbe1;
  position: relative;
  padding-bottom: 125px;
}

.coatingtreatment-page .coatingtreatment-1 .bg02::before {
  content: '';
  display: block;
  width: 100%;
  background-color: #d4dbe1;
  height: 94px;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
}

.coatingtreatment-page .coatingtreatment-1 .section {
  height: auto;
  position: relative;
}

.coatingtreatment-page .coatingtreatment-1 .mk-tt {
  display: inline-flex;
  position: relative;
  z-index: 0;
}

.coatingtreatment-page .coatingtreatment-1 .mk-tt::after {
  content: '';
  display: block;
  width: calc(100% + (1820px - 1375px) / 2);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.coatingtreatment-page .coatingtreatment-1 .mk-tt p {
  transform: translate(0, 100%);
  margin-left: -17%;
}

.coatingtreatment-page .coatingtreatment-1 .mk-content {
  padding-top: 100px;
}

.coatingtreatment-page .coatingtreatment-1 .mk-list ul {
  position: relative;
}

.coatingtreatment-page .coatingtreatment-1 .mk-list ul li .box {
  background-color: var(--color);
}

.coatingtreatment-page .coatingtreatment-2 .mk-list ul li {
  padding: 0 40px;
}


@media screen and (max-width: 1250px) {
  .coatingtreatment-page .coatingtreatment-2 .mk-list ul li {
    padding: 0 20px;
  }

  .coatingtreatment-page .coatingtreatment-2 .linebg .line:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .coatingtreatment-page .coatingtreatment-1 .mk-content {
    padding-top: 60px;
  }

  .coatingtreatment-page .coatingtreatment-1 .section {
    height: auto;
  }

  .coatingtreatment-page .coatingtreatment-1 .mk-tt::after {
    display: none;
  }

  .coatingtreatment-page .coatingtreatment-1 .mk-tt {
    flex-wrap: wrap;
  }

  .coatingtreatment-page .coatingtreatment-1 .mk-tt p {
    transform: translate(0);
    margin-left: 0;
    margin-top: 10px;
  }

  .coatingtreatment-page .coatingtreatment-1 .bg02::before {
    display: none;
  }

  .bigmlr .container {
    padding: 0;
  }

  .coatingtreatment-page .coatingtreatment-1 .bg02 {
    padding-bottom: 40px;
  }

  .coatingtreatment-page .coatingtreatment-1 .mk-list ul li .box {
    padding: 20px;
  }

  .coatingtreatment-page .coatingtreatment-1 .mk-list ul li .box .left {
    width: 100%;
    padding: 0;
  }

  .coatingtreatment-page .coatingtreatment-1 .mk-list ul li .box .right {
    width: 100%;
    margin-top: 3%;
  }

  .coatingtreatment-page .coatingtreatment-2 .mk-tt {
    text-align: center;
  }


}

@media screen and (max-width: 700px) {
  .coatingtreatment-page .coatingtreatment-2 .mk-list ul li {
    padding: 0 10px;
  }
}

/*==============================================
    coatingtreatment-page
*/


/*
    product-yd-page
==============================================*/
.product-yd-page {
    padding: 100px 0;
}

.product-yd-page .list ul {
    margin: -70px -40px;
}

.product-yd-page .list ul li.column {
    padding: 70px 40px;
    width: 55%;
}

.product-yd-page .list ul li.column a.img-box {
    display: block;
}

.product-yd-page .list ul li.column span.h3 {
    font-size: 28px;
    display: block;
    margin: 1em 0 .5em;
}

.product-yd-page .list ul li.column:nth-child(1),
.product-yd-page .list ul li.column:nth-child(4),
.product-yd-page .list ul li.column:nth-child(5),
.product-yd-page .list ul li.column:nth-child(8),
.product-yd-page .list ul li.column:nth-child(9),
.product-yd-page .list ul li.column:nth-child(12) {
    width: 45%;
}

@media screen and (max-width: 1700px) {
    .product-yd-page .list ul li.column span.h3 {
        font-size: 24px;
    }

    .product-yd-page .list ul li.column {
        padding: 40px 30px;
    }

    .product-yd-page .list ul {
        margin: -40px -30px;
    }
}

@media screen and (max-width: 1450px) {
    .product-yd-page .list ul li.column {
        padding: 20px;
    }

    .product-yd-page .list ul {
        margin: -20px;
    }

    .product-yd-page .list ul li.column span.h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .product-yd-page .list ul li.column span.h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .product-yd-page .list ul li.column {
        width: 50% !important;
        padding: 10px;
    }

    .product-yd-page .list ul {
        margin: -10px;
    }

    .product-yd-page .list ul li.column span.h3 {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 500px) {
    .product-yd-page .list ul li.column {
        width: 100% !important;
    }
}

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

.inner-page .m-page>div {
    margin-top: 70px;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    border: 1px solid black;
    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: 0 .3em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;    
    padding-bottom: 0.4em;
}

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

@media screen and (max-width: 1700px) {
    .inner-page .m-page>div {
        margin-top: 40px;
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1250px) {
    .inner-page .m-page>div {
        font-size: 16px;
    }
}

/*
    product
==============================================*/
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}

.inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #f9f9f9;
}

.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    display: block;
    margin-bottom: 1em;
}

.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: flex;
    font-size: 14px;
    background-color: white;
}

.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}

.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: flex;align-items: center;
    margin-bottom: 20px;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: .5em;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav {
    line-height: 2;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    color: white;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover{
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active>a{
  color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active .yiji a{
  color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .slide .nav >ul >li{
  background-color: black;
  padding: 1.5em 1.5em 0;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li .yiji{
  padding-bottom: 1.5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li .yiji i{
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav >ul >li ul{
  padding-top: 20px;padding-bottom: 20px;
  border-top: 1px solid #fff;
  padding-left: 10px;
  display: none;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav >ul >li ul li{
}


.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
}

@media screen and (max-width: 1450px) {
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
}

@media screen and (max-width: 1250px) {
  .inner-page .slideBarBox .slideBarLeft {
    position: static;
  }
  .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
      padding-left: 2%;
  }
}

@media screen and (max-width: 1000px) {
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }

    .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
        width: 100%;
        padding-left: 0;
    }
}


.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-right: 4%;
}

.inner-page .slideBarBox .slideBarRight .Auxil-h1 {
    font-size: 28px;
    font-weight: bold;

}

.inner-page .product_list ul {
    margin: -8px;
}
.inner-page .product_list ul>p{
  padding: 8px;
}

.inner-page .product_list ul li {
    padding: 8px;
}
.inner-page .product_list ul li .box{
  padding: 20px;
  border: 1px solid #d9d9d9;
}

.inner-page .product_list ul li a.img-box {
    display: block;
    /*padding: 10px 20px;*/
}

.inner-page .product_list ul li span.h6 {
    min-height: 4em;
    display: block;
    margin: 1em 0 .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .product_list ul li span.h6:hover {
    color: var(--color);
}


@media screen and (max-width: 1250px) {
    .inner-page .product_list ul li {
        padding: 10px;
    }

    .inner-page .product_list ul {
        margin: -10px;
    }
    .inner-page .product_list ul li .box{
      padding: 15px;
    }
}


.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 .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
    padding: 30px;
}

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

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}

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

.prodet-page .prodet-1 .left {
    padding-right: 3%;
    position: sticky;
    top: 120px;
    /*vertical-align: middle;*/
}

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

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

.prodet-page .prodet-1 .left .small {
    margin-top: 10px;
}

.prodet-page .prodet-1 .left .small .slick-track {
    margin-left: 0;
}

.prodet-page .prodet-1 .left .big ul li a {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid #d7d6d6;
}
.prodet-page .prodet-1 .left .small ul li a{
    padding:5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d6d6;
}
.prodet-page .prodet-1 .left .small ul .slick-current li a{
  border-color: var(--color);
}

.prodet-page .prodet-1 .right {
    vertical-align: middle;
}

.prodet-page .prodet-1 .right .text {
    margin: 1.5em 0;
    font-size: 18px;
}

.prodet-page .prodet-1 .right .text strong {
    font-size: 20px;
    color: var(--color);
    text-transform: uppercase;
}

.prodet-page .prodet-1 .right a.btn {
    height: 3.5em;
    line-height: 3.5em;
}

.prodet-page .prodet-1 .right .share {
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 3em;
}

.prodet-page .prodet-1 .right .share a {
    width: 3.5em;
    height: 3.5em;
    border-radius: 100%;
    background-color: black;
    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;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .right .share a:hover {
    background-color: var(--color);
}

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

    .prodet-page .prodet-1 .right {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}

.prodet-page .prodet-2 .options {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.prodet-page .prodet-2 .options:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.prodet-page .prodet-2 .options span {
    padding: 1em 2em;
    cursor: pointer;
    cursor: hand;
    border: 1px solid transparent;
    border-bottom: none;
    border-top-width: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-2 .options span.active {
    background-color: white;
    color: var(--color);
    border-color: #eee;
    border-top-color: var(--color);
}

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

@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 .ret {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-2 .options span {
        padding: .7em 1.5em;
    }
}


.inner-page .tyform ul {
    margin: -10px;
}

.inner-page .tyform ul li {
    padding: 10px;
    font-size: 16px;
    line-height: 2;
}

.inner-page .tyform ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: bold;
}

.inner-page .tyform ul li input,
.inner-page .tyform 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;
}

.inner-page .tyform ul li input:placeholder,
.inner-page .tyform ul li textarea:placeholder {
  line-height: 3;
}

.inner-page .tyform ul li input:focus,
.inner-page .tyform ul li textarea:focus {
    border-color: var(--color);
}

.inner-page .tyform ul li textarea {
    height: 80px;
}

.inner-page .tyform ul li.wid-100 {
    width: 100%;
}
/*==============================================
    product
*/


/*
    contact-page
==============================================*/
.contact-page .contact-1 .left {
    width: 30%;
}

.contact-page .contact-1 .left .slide {
    margin-top: 35px;
}

.contact-page .contact-1 .left .slide:first-child {
    margin-top: 0;
}

.contact-page .contact-1 .left .slide span.h6 {
    margin-bottom: .5em;
    display: block;
  
}

.contact-page .contact-1 .left .slide .share {
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-page .contact-1 .left .slide .share a {
    width: 2.8em;
    height: 2.8em;
    /*border-radius: 100%;*/
    background-color: black;
    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: 1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-1 .left .slide .share a:hover {
    background-color: var(--color);
}

.contact-page .contact-1 .right {
    width: 70%;
    padding-left: 5%;
}

.contact-page .contact-1 .right .box2 {
    padding: 10%;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.contact-page .contact-1 .right .box2 span.h5 {
    margin-bottom: 1.5em;
    display: block;
}

@media screen and (max-width: 1700px) {
    .contact-page .contact-1 .right .box2 {
        padding: 7%;
    }
}

@media screen and (max-width: 1450px) {
    .contact-page .contact-1 .right .box2 {
        padding: 5%;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left .slide {
        margin-top: 20px;
    }
}

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

    .contact-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .contact-page .contact-1 .left .slide {
        margin-top: 10px;
    }
}
/*==============================================
    contact-page
*/


 /*
    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 12px 5px;
     text-align: center;
     transition: all 0.5s;
     text-transform: uppercase;
 }

 .gallery-page .gallery-list ul li .box:hover h5 {
     background: var(--color);
     /*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
*/


/*
    faq-page
==============================================*/
.faq-page .faq-1 .list ul li {
    margin-bottom: 10px;
}

.faq-page .faq-1 .list ul li .box {
    position: relative;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    transition: all 0.5s;
}

.faq-page .faq-1 .list ul li .box h6 {
    position: relative;
    color: #222222;
    cursor: pointer;
    padding: 16px 30px;
    transition: all 0.5s;
    gap: 10px;
}

.faq-page .faq-1 .list ul li .box h6 i.fa {
    transition: all 0.5s;
}

.faq-page .faq-1 .list ul li .box .text {
    position: relative;
    padding: 0 30px 25px;
    display: none;
}

.faq-page .faq-1 .list ul li .box.active {
    border-color: var(--color);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.faq-page .faq-1 .list ul li .box.active h6 i.fa {
    transform: rotateX(180deg);
}

@media screen and (max-width: 500px) {
    .faq-page .faq-1 .list ul li .box h6 {
        padding: 15px;
    }

    .faq-page .faq-1 .list ul li .box .text {
        padding: 0 15px 15px;
    }
}

/*==============================================
    faq-page
*/


/*
    craftsmanship-page
==============================================*/
.craftsmanship-page .craftsmanship-1 .mk-content .left{
  position: sticky;
  top: 15%;
}
.craftsmanship-page .craftsmanship-1 .mk-content .right ul li .box {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  margin-bottom: 30px;
}
.craftsmanship-page .craftsmanship-1 .mk-content .right ul{
  padding-top: 360px;
  padding-bottom: 260px;
}
.craftsmanship-page .craftsmanship-1 .mk-content .right ul li{
  position: sticky;
  top: 40vh;
  background-color: #fff;
  margin: -100px 0;
}
.craftsmanship-page .craftsmanship-1 .mk-content .right ul li:first-child {
    border-top: none;
    transform: translateY(-200px);
}
.craftsmanship-page .craftsmanship-1 .mk-content .right ul li:nth-child(2) {
    transform: translateY(-100px);
}
.craftsmanship-page .craftsmanship-1 .mk-content .right ul li:nth-child(3) {
    transform: translateY(0);
}
.craftsmanship-page .craftsmanship-1 .mk-content .right ul li:nth-child(4) {
    transform: translateY(100px);
}




.craftsmanship-page .craftsmanship-2 {
  min-height: 42vw;
  margin-bottom: -5%;
}
@media screen and (max-width: 1450px) {
  .craftsmanship-page .craftsmanship-1 .mk-content .right ul{
    padding-top: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .craftsmanship-page .craftsmanship-1 .mk-tt {
    text-align: center;
  }
  .craftsmanship-page .craftsmanship-1 .mk-content .left{
    position: static;
  }
  .craftsmanship-page .craftsmanship-1 .mk-content .right ul{
    padding: 0;
  }
  .craftsmanship-page .craftsmanship-1 .mk-content .right ul li{
    position: static;
    transform: none!important;
    margin: 0;    
  }
}

@media screen and (max-width: 700px) {
  .craftsmanship-page .craftsmanship-1 .mk-content .right ul li .box {
    flex-direction: column;
  }

  .craftsmanship-page .craftsmanship-1 .mk-content .right ul li .box h2 {
    width: 100%;
  }

  .craftsmanship-page .craftsmanship-1 .mk-content .right ul li .box .desc {
    width: 100%;
    margin-top: 3%;
  }
}

/*==============================================
    craftsmanship-page
*/

/*
    customizableoptions-page
==============================================*/
.customizableoptions-page .linebg{
  height: 160%;
}
.customizableoptions-page .customizableoptions-1 .mk-list .item {
  padding: 0 20px;
}

.customizableoptions-page .customizableoptions-1 .mk-list .item.left ul li .box {
  padding-left: 30px;
}

.customizableoptions-page .customizableoptions-1 .mk-list .item.left ul li .box .num {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: var(--color1);
  position: absolute;
  left: -20px;
  transform: translateX(-50%);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
}

.customizableoptions-page .customizableoptions-1 .mk-list .item.left ul li .box .content .desc {
  max-height: calc(28px * 6);
  overflow-y: auto;
}

.customizableoptions-page .customizableoptions-2 .mk-content .left .imgbox {
  height: 100%;
}

.customizableoptions-page .customizableoptions-2 .mk-content .left .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customizableoptions-page .customizableoptions-2 .mk-content .left .txtbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 33px 70px;
}

.customizableoptions-page .customizableoptions-2 .mk-content .right {
  background-color: #181e2a;
}

.customizableoptions-page .customizableoptions-2 .mk-content .right .incon {
  padding: 33px 70px;
}

.customizableoptions-page .customizableoptions-2 .mk-content .right ul {
  position: relative;
  z-index: 0;
}

.customizableoptions-page .customizableoptions-2 .mk-content .right ul::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d4dbe1;
  position: absolute;
  left: 0.5em;
  top: 0;
  z-index: -1;
}

.customizableoptions-page .customizableoptions-2 .mk-content .right ul li {
  margin-top: 20px;
}

.customizableoptions-page .customizableoptions-2 .mk-content .right ul li .box i {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.customizableoptions-page .customizableoptions-2 .mk-content .right ul li:nth-child(1) {
  margin-top: 0;
}

@media screen and (max-width: 1250px) {
  .customizableoptions-page .customizableoptions-1 .mk-list .item.left ul li .box .content .desc {
    max-height: calc(28px * 4);
  }
}

@media screen and (max-width: 1000px) {
  .customizableoptions-page .customizableoptions-1 .mk-list .item {
    width: 50%;
  }

  .customizableoptions-page .customizableoptions-1 .mk-list .item.left {
    width: 100%;
    margin-bottom: 5%;
  }

  .customizableoptions-page .customizableoptions-1 .mk-list .item.left ul li .box {
    padding-left: 56px;
  }

  .customizableoptions-page .customizableoptions-1 .mk-list .item.left ul li .box .num {
    zoom: 0.8;
    left: 0;
    transform: translateX(0);
  }

  .customizableoptions-page .customizableoptions-2 .mk-content {
    width: 700px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .customizableoptions-page .customizableoptions-2 .mk-content .left .txtbox {
    padding: 20px;
  }

  .customizableoptions-page .customizableoptions-2 .mk-content .right .incon {
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  .customizableoptions-page .customizableoptions-2 .mk-content {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .customizableoptions-page .customizableoptions-1 .mk-list .item {
    width: 100%;
    margin-bottom: 3%;
  }
}

/*==============================================
    customizableoptions-page
*/
/*
    ergonomicsdesign-page
==============================================*/
.ergonomicsdesign-page .ergonomicsdesign-1 .mk-des {
  margin-top: -3%;
}

.ergonomicsdesign-page .ergonomicsdesign-1 .mk-list {
  padding-top: 260px;
}

.ergonomicsdesign-page .ergonomicsdesign-1 .mk-list ul li {
  padding: 20px;
}

.ergonomicsdesign-page .ergonomicsdesign-1 .mk-list ul li.num2 {
  margin-top: 300px;
}

.ergonomicsdesign-page .ergonomicsdesign-1 .mk-list ul li.num3 {
  margin-top: 450px;
}

.ergonomicsdesign-page .ergonomicsdesign-1 .mk-list .bigbg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60%;
}

.ergonomicsdesign-page .ergonomicsdesign-1 .mk-list .bigbg h2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1250px) {
  .ergonomicsdesign-page .ergonomicsdesign-1 .mk-list ul li.num2 {
    margin-top: 168px;
  }

  .ergonomicsdesign-page .ergonomicsdesign-1 .mk-list ul li.num3 {
    margin-top: 270px;
  }
}

@media screen and (max-width: 1000px) {
  .ergonomicsdesign-page .ergonomicsdesign-1 .mk-des {
    margin-top: 3%;
  }

  .ergonomicsdesign-page .ergonomicsdesign-1 .mk-list .bigbg {
    position: static;
    max-width: unset;
  }

  .ergonomicsdesign-page .ergonomicsdesign-1 .mk-list {
    padding-top: 30px;
  }

  .ergonomicsdesign-page .ergonomicsdesign-1 .mk-list .bigbg .imgbox {
    display: none;
  }

  .ergonomicsdesign-page .ergonomicsdesign-1 .mk-list .bigbg h2 {
    position: static;
  }

  .ergonomicsdesign-page .ergonomicsdesign-1 .mk-list ul li {
    margin-top: 0 !important;
  }
}

/*==============================================
    ergonomicsdesign-page
*/
/*
    inspectionlab-page
==============================================*/
.inspectionlab-page .inspectionlab-1 {
  overflow: hidden;
}

.inspectionlab-page .inspectionlab-1 .top .incon {
  display: inline-block;
}

.inspectionlab-page .inspectionlab-1 .bottom .slide {
  background-color: var(--color1);
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: -200px;
  position: relative;
  z-index: 1;
}

.inspectionlab-page .inspectionlab-1 .bottom .slide .img {
  height: 300px;
  mask-image: url('../images/icon-2-mask.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto;
  max-width: 468px;
  margin: 0 auto;
  transition: 0.5s;
}

.inspectionlab-page .inspectionlab-1 .bottom .slide:nth-child(odd) {
  background-color: var(--color1);
}

.inspectionlab-page .inspectionlab-1 .bottom .slide:nth-child(even) {
  background-color: #f9f9f9;
}

.inspectionlab-page .inspectionlab-1 .bottom .slide.active {
  margin-bottom: 0;
}

.inspectionlab-page .inspectionlab-1 .bottom .slide.active .img {
  transform: rotate(45deg);
}

.inspectionlab-page .inspectionlab-1 .bottom .slide.active .right .tt {
  font-size: 30px;
}

@media screen and (max-width: 1250px) {
  .inspectionlab-page .inspectionlab-1 .bottom .slide .img {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1000px) {
  .inspectionlab-page .inspectionlab-1 .bottom .slide .img {
    max-width: none;
    mask-image: unset;
    transform: unset !important;
  }

  .inspectionlab-page .inspectionlab-1 .bottom .slide {
    margin-bottom: 0;
  }
}

/*==============================================
    inspectionlab-page
*/
/*
    about-page
==============================================*/
.about-page .about-1 {
  overflow: hidden;
}

.about-page .about-1 .incon {
  position: relative;
}

.about-page .about-1 .incon h2 {
  position: absolute;
  bottom: 5%;
  right: 0;
}

.about-page .about-1 .mk-list {
  position: relative;
  z-index: 1;
}

.about-page .about-1 .mk-list ul li {
  padding: 0 40px;
  padding-bottom: 20px;
  background-color: #ffffff;
  margin: 0 1px;
  width: calc(33.3% - 2px);
}
.about-page .about-1 .mk-list ul li .desc{
  text-transform: uppercase;
}
.about-page .about-1 .mk-list ul li:nth-child(1) {
  margin-top: -160px;
}

.about-page .about-1 .mk-list ul li:nth-child(3) {
  margin-top: 80px;
}

.about-page .about-2 .mk-content {
  min-height: 26.5vw;
}

.about-page .about-2 .mk-content .incon {
  height: 100%;
}

.about-page .about-3 .mk-tt .decon {
  margin-top: -4%;
}

.about-page .about-3 .mk-list>ul li {
  padding: 0 34px;
}

.about-page .about-3 .mk-list .slickDots ul li {
  background-color: rgba(251, 186, 36, 0.4);
  border-color: transparent;
}

.about-page .about-3 .mk-list .slickDots ul li.slick-active {
  background-color: var(--color);
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .mk-list ul li {
    padding: 0 20px;
  }

  .about-page .about-3 .mk-list>ul li {
    padding: 0 18px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .mk-list ul li {
    margin-top: 0 !important;
    padding-bottom: 30px;
    width: 100%;
  }

  .about-page .about-1 .mt-100 {
    margin-top: 0;
  }

  .about-page .about-3 .mk-tt .decon {
    margin-top: 2%;
  }

  .about-page .about-3 .linebg {
    height: 136%;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-3 .mk-list>ul li {
    padding: 0 5px;
  }
}

/*==============================================
    about-page
*/
/*
    productioncapacity-page
==============================================*/
.productioncapacity-page .productioncapacity-1 .mk-list ul {
  padding-bottom: 100px;
}

.productioncapacity-page .productioncapacity-1 .mk-list ul li:nth-child(odd) {
  transform: translateY(100px);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 122px;
  background-color: #fff;
  border-radius: 50%;
}

.play-icon::before {
  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.5);
  z-index: -1;
}

.play-icon::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.5);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}

@media screen and (max-width: 1250px) {
  .play-icon {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1000px) {
  .productioncapacity-page .productioncapacity-1 .mk-list ul {
    padding-bottom: 0;
  }

  .productioncapacity-page .productioncapacity-1 .mk-list ul li {
    width: 100%;
    transform: none !important;
  }
}

/*==============================================
    productioncapacity-page
*/
/*
    rawmaterials-page
==============================================*/
.rawmaterials-page .rawmaterials-1 .top .text {
  max-width: 670px;
}

.rawmaterials-page .rawmaterials-1 .line {
  position: absolute;
  top: 10%;
  right: -3%;
  z-index: -1;
  pointer-events: none;
  max-width: 86%;
}

.rawmaterials-page .rawmaterials-1 .list {
  position: relative;
}

.rawmaterials-page .rawmaterials-1 .list .imgcon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.rawmaterials-page .rawmaterials-1 .list .img {
  pointer-events: none;
  mask-image: url('../images/in-raw02.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  position: relative;
  z-index: 0;
}

.rawmaterials-page .rawmaterials-1 .list ul {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.rawmaterials-page .rawmaterials-1 .list li {
  width: 396px;
  position: absolute;
  transition: 0.5s;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  will-change: transform;
}

.rawmaterials-page .rawmaterials-1 .list li:nth-child(1) {
  top: 0;
  left: -10%;
}

.rawmaterials-page .rawmaterials-1 .list li:nth-child(2) {
  top: 42%;
  left: 8%;
}

.rawmaterials-page .rawmaterials-1 .list li:nth-child(3) {
  top: 86%;
  left: 16%;
}

.rawmaterials-page .rawmaterials-1 .list li:nth-child(4) {
  top: -34%;
  right: -10%;
}

.rawmaterials-page .rawmaterials-1 .list li:nth-child(5) {
  top: 5%;
  right: 5%;
}

.rawmaterials-page .rawmaterials-1 .list li:nth-child(6) {
  top: 46%;
  right: 14%;
}

.rawmaterials-page .rawmaterials-1 .list li .rotateY {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  will-change: transform;
  position: relative;
  transition: 0.5s;
  backface-visibility: hidden;
}

.rawmaterials-page .rawmaterials-1 .list li .box2 {
  position: relative;
  z-index: 2;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color1);
  height: 100%;
}

.rawmaterials-page .rawmaterials-1 .list li .box {
  background-color: var(--color);
  color: white;
  transform: rotateY(180deg);
  opacity: 0;
  transition: 0.5s;
}

.rawmaterials-page .rawmaterials-1 .list li .box .incon::-webkit-scrollbar-thumb {
  background-color: #7e7e7e;
}

.rawmaterials-page .rawmaterials-1 .list li:hover .rotateY {
  transform: rotateY(180deg);
}

.rawmaterials-page .rawmaterials-1 .list li:hover .rotateY .box {
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  .rawmaterials-page .rawmaterials-1 .list li:nth-child(1) {
    left: 0;
  }

  .rawmaterials-page .rawmaterials-1 .list li:nth-child(4) {
    right: 0;
  }
}

@media screen and (max-width: 1250px) {
  .rawmaterials-page .rawmaterials-1 .line {
    display: none;
  }

  .rawmaterials-page .rawmaterials-1 .list .imgcon {
    display: none;
  }

  .rawmaterials-page .rawmaterials-1 .list {
    margin-bottom: 0;
  }

  .rawmaterials-page .rawmaterials-1 .list ul {
    position: static;
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
  }

  .rawmaterials-page .rawmaterials-1 .list li {
    position: static;
    width: 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 700px) {
  .rawmaterials-page .rawmaterials-1 .list li {
    width: 100%;
  }
}

/*==============================================
    rawmaterials-page
*/
/* 
    sustainability-page
==============================================*/
.sustainability-page .sustainability-2 .mk-list ul li {
  width: 25%;
}

.sustainability-page .sustainability-2 .mk-list ul li .box {
  margin: 0 -20px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  aspect-ratio: 1 / 1;
  transition: all 0.5s;
}
.sustainability-page .sustainability-2 .mk-list ul li .box h2{
  text-transform: uppercase;
}

.sustainability-page .sustainability-2 .mk-list ul li .box i img {
  transition: all 0.5s;
  filter: grayscale(100%);
}

.sustainability-page .sustainability-2 .mk-list ul li .box:hover {
  border-color: var(--color);
}

.sustainability-page .sustainability-2 .mk-list ul li .box:hover i img {
  filter: grayscale(0);
}

.sustainability-page .sustainability-3 {
  background-color: var(--color1);
  position: relative;
  z-index: 2;
}

.sustainability-page .sustainability-3 .mk-list ul li {
  margin-top: -80px;
}

.sustainability-page .sustainability-3 .mk-list ul li:nth-child(1) .box {
  border-top: 1px solid #e5ebf1;
}

.sustainability-page .sustainability-3 .mk-list ul li .box {
  border-bottom: 1px solid #e5ebf1;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sustainability-page .sustainability-3 .mk-list ul li .box .desc {
  color: #666;
}

.sustainability-page .sustainability-3 .mk-list ul li:nth-last-child(1) .box {
  padding-bottom: 0;
}

.sustainability-page .sustainability-3 .mk-list ul li:nth-child(odd) .box {
  background-color: var(--color1);
}

.sustainability-page .sustainability-3 .mk-list ul li:nth-child(even) .box {
  background-color: #e5ebf1;
}

.sustainability-page .sustainability-3 .mk-list ul li:nth-child(even) .box h2 {
  color: var(--color);
}

.sustainability-page .imgbg {
  margin-top: -17%;
  margin-bottom: -20%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-2 .mk-list ul li {
    width: 50%;
  }

  .sustainability-page .sustainability-2 .mk-list ul li .box {
    margin: 0;
  }

  .sustainability-page .sustainability-3 .mk-list ul li {
    margin-top: 0;
  }

  .sustainability-page .sustainability-3 .mk-list ul li .box {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

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

  .sustainability-page .sustainability-3 .mk-list ul li .box {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/*==============================================
    sustainability-page
*/
/*
    news
==============================================*/
.news-1 .mk-tt .btn-more {
  background-color: #181e2a;
  min-width: 349px;
}

.news-1 .mk-list ul li .box .imgbox {
  position: relative;
}

.news-1 .mk-list ul li .box .p {
  padding: 4px 10px 9px 10px;
  position: absolute;
  left: 20px;
  top: 18px;
  background-color: #ffffff;
}

.news-1 .mk-list ul li .box .p .line {
  display: block;
  width: 1px;
  height: 9px;
  background-color: rgba(24, 30, 42, 0.3);
  margin: 0 7px;
  transform: translateY(36%);
}

.news-1 .mk-list ul li .box .catname {
  color: rgba(0, 0, 0, 0.6);
}

.news-1 .mk-list ul li.trends .box {
  background-color: var(--color1);
  padding: 50px 22px;
}

.news-1 .mk-list ul li.trends .box .incon {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-page .news-1 .mk-list ul li.trends .box .incon {
  min-height: 370px;
}

.news-1 .mk-list ul li.trends .box .imgbox {
  position: static;
}

.news-1 .mk-list ul li.trends .box .imgbox .p {
  background-color: transparent;
  padding: 0;
  top: 0;
  left: 0;
}

.news-1 .mk-list ul li.product-guide .box .imgbox {
  position: static;
}

.news-1 .mk-list ul li.product-guide .box .p {
  background-color: transparent;
  padding: 0;
  position: static;
}

.news-1 .mk-list ul li.product-guide .box .txtbox {
  margin-top: 0;
}

.news-1 .mk-list ul li.cases .box .incon {
  position: relative;
}

.news-1 .mk-list ul li.cases .box .imgbox {
  position: static;
}

.news-1 .mk-list ul li.cases .box .txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 24px 40px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.97) 1px, #ffffff 2px, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0));
}

/*==============================================
    news
*/
/*
    newsdet-page
==============================================*/
.newsdet-page .newsdet-1 .tag2 i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #0a0a0a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsdet-page .newsdet-1 .text{
  border-bottom: 1px solid #d4dbe1;
}
.newsdet-page .newsdet-1 .m-link>span{
  padding: 5px 26px 8px;
  border: 1px solid #d4dbe1;
  transition: all 0.5s;
}
.newsdet-page .newsdet-1 .m-link>span:hover{
  background-color: #000;
  color: #fff;
}
/*==============================================
    newsdet-page
*/
[data-vt-parallax]{
  object-fit: cover;
}

.menuNavCont {
    z-index: 22;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    opacity: 0;
}
.menuNavCont.active {
    transform: translateX(0);
    opacity: 1;
}
.menuNavCont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.menuNavCont .info{
    margin-left: auto;
    width: 700px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    height: 100vh;
    /*max-height: 700px;
    overflow-y: auto;*/
}
.menuNavCont .contC {
    padding: 30px 80px 90px;
    height: 100%;
}
.menuNavCont .contC .close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 30px;
}
.menuNavCont .contC .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fc5220
}
.menuNavCont .contC .cont>.img{
  height: 20vh;
}
.menuNavCont .contC .cont>.tag{
  margin-top: 2vh;
}
.menuNavCont .contC .cont>.tag h2{
  font-size: calc(6.2vh + 10px);
}
.menuNavCont .contC .cont .des{
  margin-top: 5vh;
}
.menuNavCont .contC .cont .media{
  margin-top: 6vh;
}
.menuNavCont .contC .cont .media .ewmbox ul li .box img{
  max-height: 11vh;
}
.menuNavCont .contC .cont .media .share{
  margin-top: 8vh;
}
.menuNavCont .contC .cont .media .share ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  width: 26px;
  height: 26px;
  background-color: #000;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.menuNavCont .contC .cont .media .share ul li a:hover{
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.menuNavCont .info .btn-more{
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1250px) {
  .menuNavCont{
    display: none;
  }
}

#header .drop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fafafa;
    -webkit-box-shadow: 0 10px 15px -15px #000;
    box-shadow: 0 10px 15px -15px #000;
    display: none;
}
#header .fixedBox{
  
}
#header .fixedBox .shadow {
    position: fixed;
    width: 100%;
    height: calc(100vh - 88px);
    top: 88px;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
}
#header .drop .container{
    max-height: calc(100vh - 136px);
    overflow-y: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li > a + ul {
    display: none;
}
#header .pullbox .imgcon .toubushiping{
  display: inline-block;
}
#header .pullbox .imgcon .btn-more{
  position: absolute;
  min-width: 282px;
  height: 74px;
  right: 0;
  bottom: 0;
}
#header .pullbox .linkbox{
  position: relative;
}
/*#header .pullbox .linkbox .link .sub-menu{
  padding-left: 20px;
}
#header .pullbox .linkbox .link ul li a{
  transition: all 0.5s;
}
#header .pullbox .linkbox .link>ul{
  margin-top: 4px;
}
#header .pullbox .linkbox .link>ul>li{
  padding: 3px 0;
  position: relative;
}
#header .pullbox .linkbox .link>ul>li>ul.sub-menu{
  min-width: 180px;
}
#header .pullbox .linkbox .link>ul>li:hover>ul.sub-menu {
  
}
#header .pullbox .linkbox .link ul li a:hover{
  color: var(--color);
}
#header .pullbox .linkbox .link a.on{
  color: var(--color);
}*/
#header .pullbox .linkbox .menu-menu-container ul li a{
  font-family: 'Visia Pro';
  font-weight: bold;
}
#header .pullbox .linkbox .menu-menu-container>ul>li>a{
  font-size: 24px;
  font-style: italic;
}
#header .pullbox .linkbox .menu-menu-container>ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
 grid-template-rows: min-content 1fr; 
  gap: 10px;
  align-items: start;
}
#header .pullbox .linkbox .menu-menu-container>ul>li{
  padding: 0 22px;
}
#header .pullbox .linkbox .menu-menu-container ul li a{
  transition: all 0.5s;
}
#header .pullbox .linkbox .menu-menu-container ul li a:hover{
  color: var(--color);
}
#header .pullbox .linkbox .menu-menu-container ul li.on>a{
  color: var(--color);
}
#header .pullbox .linkbox .menu-menu-container>ul>li:nth-child(1) { 
  grid-column: 1;
  grid-row: 1 / 3; 
}
#header .pullbox .linkbox .menu-menu-container>ul>li:nth-child(4){
  grid-column: 3;
  grid-row: 1 / 3;
}
#header .pullbox .linkbox .menu-menu-container>ul>li:nth-child(5){
  display: none;
}
#header .pullbox .linkbox .menu-menu-container>ul>li>a:before{
  content: "/";
}
#header .pullbox .linkbox .menu-menu-container>ul>li ul li>a:before{
  content: "- ";
}
#header .pullbox .linkbox .menu-menu-container>ul>li>ul.sub-menu>li{
  padding: 3px 0;
}
#header .pullbox .linkbox .menu-menu-container>ul>li>ul.sub-menu>li>a{
  font-size: 20px;
}
#header .pullbox .linkbox .menu-menu-container>ul>li>ul.sub-menu>li ul.sub-menu{
  padding-left: 18px;
}
#header .pullbox .linkbox .menu-menu-container>ul>li>ul.sub-menu>li ul.sub-menu li>a{
  font-size: 16px;
}
#header .pullbox .linkbox .linebox{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;pointer-events: none;
}
#header .pullbox .linkbox .linebox .line{
  width: 33.3%;
  height: 100%;
  position: relative;
  left: 1px;
  border-left: 1px solid #e5e5e5;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: transparent;
  pointer-events: none;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover a:after{
  pointer-events: all;
}


.newsdet-page .newsdet-1 .ui.container h1 {
    text-transform: uppercase;
    font-style: italic;
}

.coatingtreatment-page .coatingtreatment-1 .mk-list ul li .box h2 {
    text-transform: uppercase;
}


.inspectionlab-page .inspectionlab-1 .bottom .slide:last-child{
  background-color: #fff;
  }

/*--- 小屏边距缩小一点 ---*/
@media screen and (min-width: 1251px){

    #banner .banner-content .swiper-slide img{
      height: 43.5vw;
    }
    #header .navbox {
      margin-right: calc((87vw - 30px - 100vw) / 2);
    }
    div.container {
      width: 73vw;
    }
    div.container1 {
      width: 87vw;
    }
    .bigmlr {
      margin: 0 3vw;
    }
    #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
      margin: 0 12px;
    }
    body{
      font-size: 0.83334vw!important;
    }
    .font-14 {
        font-size: 0.72916vw !important;
    }
    .font-16 {
        font-size: 0.83334vw !important;
    }
    .font-18 {
        font-size: 0.9375vw !important;
    }
    .font-20 {
        font-size: 1.042vw !important;
    }
    .font-22 {
      font-size: 1.14583vw !important;
    }
    .font-24 {
        font-size: 1.25vw !important;
    }
    body .zdy-tt.font-28 {
        font-size: 1.4584vw !important;
    }
    body .zdy-tt.font-30 {
        font-size: 1.46vw !important;
    }
    .font-36{
      font-size: 1.875vw !important;
    }
    .font-40 {
      font-size: 2.083333vw !important;
    }
    .font-48 {
      font-size: 2.5vw !important;
    }
    .font-72{
      font-size: 3.75vw!important;
    }
    .font-94{
      font-size: 4.89583vw!important;
    }
    .font-100 {
      font-size: 5.20833vw!important;
    }
    .rawmaterials-page .rawmaterials-1 .list li {
      width: 21vw;
    }
}

.canlizi{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;pointer-events: none;
  z-index: 2;
  
}
.canlizi canvas{
  height: 100%;
}
.z-index-1 {
  z-index: 1;
  position: relative;
}
.z-index-3 {
  z-index: 3;
  position: relative;
}
.inner-banner{
  z-index: 4;
  position: relative;
}
.inner-page , .seoPublic{
  z-index: 3;
  position: relative;
}
#index-body .init-solution{
  z-index: 3;
}
#index-body .init-solution .section .canlizi{
  z-index: -1;
  position: absolute;
}


/*----- 首页about板块手机端调整 -----*/
.init-about-mb{
  display: none;
}

@media screen and (max-width: 700px) {
  .init-about{
    display: none;
  }
  .init-about-mb{
    display: block;
    overflow: hidden;
  }
  .init-about-mb .mk-content .left .ltop>img{
    max-width: 60%;
  }
  .init-about-mb .mk-content .left .lbot{
    position: relative;
  }
  .init-about-mb .mk-content .left .lbot .inleft{
    width: 100%;
  }
  .init-about-mb .mk-content .left .lbot .inleft .imgbox{
    margin: 0 -15px;
  }
  .init-about-mb .mk-content .left .lbot .inleft .imgbox img{
    width: 100%;
  }
  .init-about-mb .mk-content .left .lbot .inright{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .init-about-mb .mk-content .right .ricon{
    
  }
  .init-about-mb .mk-content .right .ricon .leimg .img3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #020202;
  }
  .init-about-mb .mk-content .right .ricon .leimg .btn-more{
    width: 100%;
    min-width: unset;
    justify-content: space-between;
    padding: 0 10px;
  }
}

.prodet-page .prodet-1 .right .text hr {
    border: none;
    border-top: 1px solid #ffffff;
    height: 0;
}
.prodet-page .prodet-1 .right .text strong {
    font-size: 24px;
    color: #000000;
    margin-bottom: -20px;
    display: block;
    text-transform: capitalize;
}
.prodet-page .prodet-1 .right .text ul {
    padding-left: 20px !important;
}
.prodet-page .prodet-1 .right .text em {
    font-weight: bold;
    text-transform: capitalize;
}