@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Black.eot');
  src: url('../fonts/Mulish-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Black.woff2') format('woff2'), url('../fonts/Mulish-Black.woff') format('woff'), url('../fonts/Mulish-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Bold.eot');
  src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff'), url('../fonts/Mulish-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.eot');
  src: url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Light.woff2') format('woff2'), url('../fonts/Mulish-Light.woff') format('woff'), url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.eot');
  src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff'), url('../fonts/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-SemiBold.eot');
  src: url('../fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-SemiBold.woff2') format('woff2'), url('../fonts/Mulish-SemiBold.woff') format('woff'), url('../fonts/Mulish-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Mulish';
  font-weight: 400;
  font-size: 18px;
  --color: #223f27;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.container1 {
  width: 1760px;
}
.bigtt-zt {
  font-family: 'Mulish';
  font-weight: 900;
}
.color-1f {
  color: #1f1f1f;
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 32px;
  left: 0;
  transition: all 0.5s;
}
#header .nav {
  position: relative;
  height: 88px;
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  transition: all 0.5s;
}
#header.active{
  top: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.28);
}
#header.active .nav{
  background-color: transparent;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 76%;
}
#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 28px;
  font-size: 19px;
  font-weight: 300;
  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: #fff;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  border-color: #fff;
}
#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 .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span {
  width: 70px;
  height: 30px;
  background-color: #1a1a1a;
  border-radius: 15px;
}
#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#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 .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;
}
.pt-btn {
  width: auto;
  min-width: 90px;
  padding: 0 25px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.pt-btn:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  z-index: -1;
  transition: all 0.5s;
}
.pt-btn:hover:after {
  top: 0;
}
#banner .banner-content {
  height: 100vh;
  position: relative;
}
#banner .banner-content .swiper-slide {
  position: relative;
}
#banner .banner-content .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.65);
}
#banner .banner-content .swiper-slide .txt-content .text2 {
  text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.65);
}
.btn-go {
  width: auto;
  min-width: 220px;
  padding: 0 72px 0 30px;
  height: 60px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  font-size: 19px;
  color: #000;
  cursor: pointer;
  position: relative;
}
.btn-go span {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: all 0.5s;
}
.btn-go:hover {
  background-color: var(--color);
  color: #fff;
}
.btn-go:hover span {
  background-color: #fff;
  color: var(--color);
}
.btn-go.white {
  border-color: #fff;
  color: #fff;
}
#index-body .init-about {
  background-color: #f5f5f5;
}
#index-body .init-about .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init-about .datashow ul li .content p {
  color: #ababab;
}
#index-body .init-product .mk-list ul {
  margin: -10px;
}
#index-body .init-product .mk-list ul li {
  padding: 10px;
}
#index-body .init-product .mk-list ul li .box {
  position: relative;
  overflow: hidden;
}
#index-body .init-product .mk-list ul li .box .imgbox img {
  min-height: 260px;
  object-fit: cover;
}
#index-body .init-product .mk-list ul li .box .txtbox1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 1;
  transform: translateY(0);
}
#index-body .init-product .mk-list ul li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  transition: all 0.5s;
  opacity: 0;
}
#index-body .init-product .mk-list ul li .box:hover .txtbox1 {
  opacity: 0;
  transform: translateY(-10%);
}
#index-body .init-product .mk-list ul li .box:hover .txtbox {
  opacity: 1;
}
#index-body .init-project .mk-list ul li .box .imgbox{
  position: relative;
}
#index-body .init-project .mk-list ul li .box .imgbox .cur{
  transition: all 0.5s;
}
#index-body .init-project .mk-list ul li .box .imgbox .hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-project .mk-list ul li .box .imgbox:hover .hover{
  opacity: 1;
}
#index-body .init-why .mk-list ul li{
  height: 100%;
}
#index-body .init-why .mk-list ul li .box {
  border: solid 1px var(--color);
  height: 100%;
  position: relative;
}

#index-body .init-why .mk-list ul li .box .textcon {
  min-height: 328px;
  transition: all 0.5s;
  height: 100%;
}
#index-body .init-why .mk-list ul li .box .textcon .desc{
    height: calc(1.5em * 6);
    overflow-y: auto;
}
#index-body .init-why .mk-list ul li .box .textcon2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  transform: translateY(100%);
  transition: all 0.6s;
}
#index-body .init-why .mk-list ul li .box .textcon2 .btn-link {
  position: absolute;
  right: 18px;
  top: 26px;
}
#index-body .init-why .mk-list ul li .box .textcon2 .btn-link:hover img {
  transform: rotate(45deg);
}
#index-body .init-why .mk-list ul li .box:hover .textcon2 {
  transform: translateY(0);
}
#index-body .init-sustainability {
  min-height: 42vw;
}
#index-body .init-news .right .swiper {
  height: 604px;
}
#index-body .init-news .right ul li .box {
  padding-bottom: 10px;
  position: relative;
}
#index-body .init-news .right ul li .box::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: var(--color);
  transition: all 0.5s;
}
#index-body .init-news .right ul li:hover .box::after {
  width: 100%;
}
#index-body .init-news .right ul li:hover .box .time {
  color: var(--color);
}
#index-body .init-news .right ul li:hover .box .tt {
  color: var(--color);
}
.mt-280 {
  margin-top: 280px;
}
#footer .footer-top .form {
  width: 878px;
  max-width: 100%;
  height: 82px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 61, 31, 0.16);
  border-radius: 41px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 70px 0 38px;
}
#footer .footer-top .form form {
  display: flex;
  justify-content: center;
  width: 100%;
}
#footer .footer-top .form form input {
  width: 30%;
  border: 0;
  background-color: transparent;
  height: 40px;
}
#footer .footer-top .form form input.content {
  width: 60%;
}
#footer .footer-top .form form .send {
  border: 0;
  background-color: var(--color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid transparent;
  transition: all 0.5s;
}
#footer .footer-top .form form .send:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 150px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 666px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  line-height: 2;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
  width: auto;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(5px);
}
#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 a{
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a{
  background-size: 100% 1px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick {
  max-width: 270px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  max-width: 220px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color);
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 114px;
  height: 114px;
  background: #fff;
  border: 5px solid #fff;
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
#footer .footer-center .footer-b .con {
  color: #bbbbbb;
  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: #bbbbbb;
}
@media screen and (max-width: 1800px) {
  .container1 {
    width: 1600px;
  }
  .mt-280 {
    margin-top: 240px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu {
    width: 82%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 590px;
  }
  .mt-280 {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 18px;
    font-size: 18px;
  }
  #index-body .init-about .datashow ul {
    margin: -5px -10px;
  }
  #index-body .init-about .datashow ul li {
    flex: auto;
    padding: 5px 10px;
    text-align: center;
  }
  #index-body .init-about .datashow ul li .content {
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 5px;
  }
  #index-body .init-why .mk-list ul li .box .textcon {
    min-height: 276px;
  }
  .mt-280 {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 440px;
  }
  .mt-280 {
    margin-top: 110px;
  }
  #index-body .init-news .right .swiper {
    height: 470px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b .con {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #index-body .init-product .mk-list ul li {
    width: 100%;
  }
  .mt-280 {
    margin-top: 80px;
  }
  #index-body .init-news .right .swiper {
    height: auto;
  }
}
@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 .form {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px;
  }
  #footer .footer-top .form form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #footer .footer-top .form form input {
    width: 100% !important;
    border-bottom: 1px solid #aaaaaa;
  }
  #footer .footer-top .form form .send {
    position: static;
    transform: none;
    margin-top: 5px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 100%;
    margin-top: 30px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
    zoom: 0.8;
  }
  .mt-280 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .mt-280 {
    margin-top: 40px;
  }
}
/*----- inner-page -----*/
@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background-color: rgba(234, 48, 42, 0.404);
  border-radius: 50%;
}
.play i {
  font-size: 42px;
  color: var(--color);
}
.play::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: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  z-index: -1;
}
.play::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: transparent;
  border: 1px solid rgba(255, 255, 255, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}


.inner-banner .textcon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.inner-banner .textcon h2 {
  text-shadow: 0px 7px 11px rgba(0, 0, 0, 0.65);
}
.inner-banner .textcon .mbx {
  margin-right: calc((1600px - 100vw) / 2);
  background-color: rgba(34, 63, 39, 0.8);
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1700px) {
  .inner-banner .textcon .mbx {
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner .textcon .mbx {
    margin-right: calc((1170px - 100vw) / 2);
  }
}
/*
    service-page
==============================================*/
.service-page .service-2 {
  background-color: #f5f5f5;
  overflow: hidden;
}
.service-page .service-2 .mk-list .item ul {
  margin: -10px -40px;
}

.service-page .service-2 .mk-list .item ul li {
  width: 25%;
  padding: 10px 40px;
  position: relative;
}
.service-page .service-2 .mk-list .item ul li .box {
  position: relative;
}
.service-page .service-2 .mk-list .item ul li .box .tt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.service-page .service-2 .mk-list .item ul li .jia {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color);
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
.service-page .service-2 .mk-list .item ul li .jia.hide{
  display: none;
}
.service-page .service-2 .mk-list .item ul li .jia img {
  filter: brightness(0) invert(1);
}
.service-page .service-3 .mk-list ul li .box .title {
  color: rgba(25, 38, 42, 0.6);
  border-bottom: 2px solid #e0e2e1;
}
.service-page .service-3 .mk-list ul li .box .content {
  display: none;
  border-bottom: 2px solid #e0e2e1;
}
.service-page .service-3 .mk-list ul li .box .content .incon .left .desc {
  padding-left: 22px;
  position: relative;
}
.service-page .service-3 .mk-list ul li .box .content .incon .left .desc::before {
  content: '';
  display: block;
  width: 2px;
  height: 49px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 6px;
}
.service-page .service-3 .mk-list ul li.active .box .title h2 {
  color: var(--color);
  font-size: 54px;
  font-weight: 900;
}
@media screen and (max-width: 1250px) {
  .service-page .service-2 .mk-list .item ul {
    padding-right: 44px;
  }
  .service-page .service-2 .mk-list .item ul li {
    width: 50%;
  }
  .service-page .service-2 .mk-list .item ul li .imgbox img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-2 .mk-list .item ul li {
    width: 100%;
  }
  .service-page .service-2 .mk-list .item ul li .jia{
    transform: translateY(-50%) translateX(30%);
  }
}
/*==============================================
    service-page
*/
/*
    resources-page
==============================================*/
.resources-page .resources-1 .mk-content .right .incon {
  background-color: #ededed;
  padding: 14px;
}
.resources-page .resources-2 .mk-list ul li .box .imgbox .btn-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.resources-page .resources-2 .mk-list ul li .box .txtbox .tt {
  color: #1a3658;
  transition: all 0.5s;
}
.resources-page .resources-2 .mk-list ul li .box .txtbox .tt:hover {
  color: var(--color);
}
.resources-page .resources-2 .mk-list ul li .box:hover .imgbox .btn-more {
  opacity: 1;
}
.btn-more {
  min-width: 200px;
  width: auto;
  padding: 0 20px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--color);
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #fff;
  gap: 12px;
  transition: all 0.5s;
  cursor: pointer;
}
.btn-more img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
.btn-more:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
.btn-more:hover img {
  filter: none;
}
@media screen and (max-width: 1450px) {
  .btn-more {
    zoom: 0.9;
  }
}
@media screen and (max-width: 700px) {
  .btn-more {
    zoom: 0.8;
  }
  .resources-page .resources-1 .mk-content .right .incon .imgbox {
    width: 100%;
    text-align: center;
  }
  .resources-page .resources-1 .mk-content .right .incon .txtbox {
    width: 100%;
    margin-top: 5%;
    padding-left: 0;
    text-align: center;
  }
}
/*==============================================
    resources-page
*/
/*
    sustainable-page
==============================================*/
.sustainable-page .sustainable-1 {
  padding-top: 16.5%;
}
.sustainable-page .sustainable-1 .mk-content {
  background-color: #fff;
  padding: 18px;
}
.sustainable-page .sustainable-2 .mk-list ul li {
  position: sticky;
  top: 120px;
  background-color: #fff;
}
.sustainable-page .sustainable-2 .mk-list ul li .box {
  border-top: 1px solid #006835;
}
.sustainable-page .sustainable-2 .mk-list ul li .box .left .tt {
  height: calc(1.2em * 2);
}
.sustainable-page .sustainable-2 .mk-list ul li .box .right .imgbox {
  margin-right: calc((1600px - 100vw) / 2);
  overflow-y: auto;
}
@media screen and (max-width: 1700px) {
  .sustainable-page .sustainable-2 .mk-list ul li .box .right .imgbox {
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  .sustainable-page .sustainable-2 .mk-list ul li .box .right .imgbox {
    margin-right: calc((1170px - 100vw) / 2);
  }
}
@media screen and (max-width: 1250px) {
  .sustainable-page .sustainable-2 .mk-list ul li .box .right .imgbox {
    margin-right: calc((940px - 100vw) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .sustainable-page .sustainable-2 .mk-list ul li .box .right .imgbox {
    margin-right: 0;
  }
}
/*==============================================
    sustainable-page
*/
/*
    productyd-page
==============================================*/
.productyd-page .productyd-1 {
  overflow: hidden;
}
.productyd-page .productyd-1 .mk-list .top ul li .box {
  border: solid 1px #e9e9e9;
  border-radius: 30px;
  padding: 14px 40px;
  color: #979797;
  transition: all 0.5s;
  cursor: pointer;
}
.productyd-page .productyd-1 .mk-list .top ul li.active .box {
  background-color: var(--color);
  color: #fff;
}
.productyd-page .productyd-1 .mk-list .top ul li:hover .box {
  background-color: var(--color);
  color: #fff;
}
.productyd-page .productyd-1 .mk-list .bottom .swiper {
  padding: 0 19%;
  overflow: visible;
}
.productyd-page .productyd-1 .mk-list .bottom ul li .box {
  position: relative;
}
.productyd-page .productyd-1 .mk-list .bottom ul li .box .txtbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.productyd-page .productyd-1 .mk-list .bottom ul li .box:hover .txtbox {
  opacity: 1;
}
.productyd-page .productyd-1 .mk-list .bottom > .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
}
.tyswitch > div {
  width: 96px;
  height: 96px;
  background-color: #b7b7b7;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  transition: all 0.5s;
  top:50%;
  margin-top: 0;
  transform: translate(0, -50%);
}
.tyswitch > div:after {
  display: none;
}
.tyswitch > div:hover {
  background-color: var(--color);
}
.tyswitch .swiper-button-prev,
.tyswitch .swiper-rtl .swiper-button-next {
  left: 25px;
  right: auto;
}
.tyswitch .swiper-button-next,
.tyswitch .swiper-rtl .swiper-button-prev {
  right: 25px;
  left: auto;
}
@media screen and (max-width: 1450px) {
  .tyswitch > div {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  .productyd-page .productyd-1 .mk-list .bottom .swiper {
    padding: 0 12%;
  }
}
@media screen and (max-width: 700px) {
  .tyswitch > div {
    zoom: 0.6;
  }
  .productyd-page .productyd-1 .mk-list .bottom .swiper {
    padding: 0;
  }
  .productyd-page .productyd-1 .mk-list .top ul li .box {
    padding: 8px 20px;
  }
}
/*==============================================
    productyd-page
*/
/*
    news-page
==============================================*/
.news-page .news-1 .cat ul li {
  padding-bottom: 10px;
}
.news-page .news-1 .cat ul li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  transition: all 0.5s;
}
.news-page .news-1 .cat ul li.active a {
  background-size: 100% 1px;
  color: var(--color);
}
.news-page .news-1 .cat ul li:hover a {
  background-size: 100% 1px;
  color: var(--color);
}
.news-page .news-1 .mk-list ul {
  margin: -18px;
}
.news-page .news-1 .mk-list ul li {
  padding: 18px;
}
.news-page .news-1 .mk-list ul li .box {
  position: relative;
  background-color: #f9f9f9;
  border-radius: 10px;
  min-height: 420px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.news-page .news-1 .mk-list ul li .box .btns {
  display: none;
}
.news-page .news-1 .mk-list ul li:hover .box {
  border-color: var(--color);
}
.news-page .news-1 .mk-list ul li:hover .box .btn-go {
  background-color: var(--color);
  color: #fff;
}
.news-page .news-1 .mk-list ul li:hover .box .btn-go span {
  background-color: #fff;
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .news-page .news-1 .mk-list ul li .box {
    min-height: 340px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .mk-list ul li {
    width: 100%;
  }
  .news-page .news-1 .mk-list ul li .box .btns {
    display: block !important;
  }
}
/*==============================================
    news-page
*/
.newdet-page .mk-content hr{
  background-color: #ebebeb;
  margin: 0;
}
.newdet-page .m-link a{
  padding: 5px 0;
  transition: all 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.newdet-page .m-link a:hover{
  background-size: 100% 1px;
  color: var(--color);
}
/*
    prodet-page
==============================================*/
.prodet-page .prodet-1 {
  background-color: #f9f9f9;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 20.09%;
  position: relative;
  padding: 42px 0;
}
.prodet-page .prodet-1 .left .smallImg .prev,
.prodet-page .prodet-1 .left .smallImg .next {
  width: 100%;
  height: 32px;
  background-color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.prodet-page .prodet-1 .left .smallImg .prev:hover,
.prodet-page .prodet-1 .left .smallImg .next:hover {
  background-color: var(--color);
  color: #fff;
}
.prodet-page .prodet-1 .left .smallImg .prev {
  position: absolute;
  top: 0;
  left: 0;
}
.prodet-page .prodet-1 .left .smallImg .next {
  position: absolute;
  bottom: 0;
  left: 0;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -3.2% 0;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 3.2% 0;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79.91%;
  padding-left: 2.5%;
}
.prodet-page .prodet-2 {
  background-color: #f9f9f9;
}
.prodet-page .prodet-2 .detail {
  border-bottom: 1px solid rgba(70, 70, 70, 0.18);
}
.prodet-page .prodet-2 .detail .desc .img_list ul{
  margin: -10px -75px;
}
.prodet-page .prodet-2 .detail .desc .img_list ul li{
  padding: 10px 75px;
}
.prodet-page .prodet-2 .detail .desc .img_list ul li .box{
  width: 128px;
}


@media screen and (max-width: 1700px) {
  .prodet-page .prodet-2 .detail.det2 .desc .img_list ul{
    width: 84%;
  }
  .prodet-page .prodet-2 .detail .desc .img_list ul{
    margin: -10px -70px;
  }
  .prodet-page .prodet-2 .detail .desc .img_list ul li{
    padding: 10px 70px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 .detail .desc .img_list ul{
    margin: -10px -50px;
  }
  .prodet-page .prodet-2 .detail .desc .img_list ul li{
    padding: 10px 50px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .detail.det2 .desc .img_list ul{
    width: 100%;
  }
  .prodet-page .prodet-2 .detail .desc .img_list ul{
    margin: -10px -20px;
  }
  .prodet-page .prodet-2 .detail .desc .img_list ul li{
    padding: 10px 20px;
    width: 25%!important;
  }
  .prodet-page .prodet-2 .detail .desc .img_list ul li .box{
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .detail .desc .img_list ul{
    margin: -10px;
  }
  .prodet-page .prodet-2 .detail .desc .img_list ul li{
    padding: 10px;
    width: 33.3%!important;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .detail .desc .img_list ul li{
    width: 50%!important;
  }
}

.m-link .con {
  background-color: #fff;
}
.m-link .con a span {
  color: #a9a9a9;
}
.seo_>div:nth-child(even){
  background-color: #f9f9f9;
}
.seo_ .seo_news .mk-list ul li .box {
  padding-bottom: 10px;
  position: relative;
}
.seo_ .seo_news .mk-list ul li .box::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: var(--color);
  transition: all 0.5s;
}
.seo_ .seo_news .mk-list ul li:hover .box::after {
  width: 100%;
}
.seo_ .seo_news .mk-list ul li:hover .box .time {
  color: var(--color);
}
.seo_ .seo_news .mk-list ul li:hover .box .tt {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .m-link .con .txt-right {
    text-align: left;
  }
}
/*==============================================
    prodet-page
*/
/*
    product-page
==============================================*/
.product-page .product-1 .toptitle .tt {
  width: 64%;
}
.product-page .product-1 .toptitle .form {
  width: 32.5%;
}
.product-page .product-1 .toptitle form {
  border: solid 1px #ebebeb;
  height: 5em;
}
.product-page .product-1 .toptitle form input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 19px;
}
.product-page .product-1 .toptitle form input::placeholder {
  color: #9f9f9f;
}
.product-page .product-1 .toptitle form button {
  border: none;
  background-color: transparent;
  font-size: 1.5em;
  line-height: 1;
}
.product-page .product-1 .slideBarbox .slideleft {
  width: 22%;
  position: sticky;
  top: 140px;
}
.product-page .product-1 .slideBarbox .slideleft .cat > ul {
  border-bottom: 1px solid #e8e8e8;
}
.product-page .product-1 .slideBarbox .slideleft .cat > ul > li {
  border-top: 1px solid #e8e8e8;
}
.product-page .product-1 .slideBarbox .slideleft .cat ul li .first {
  position: relative;
  display: block;
  padding-right: 34px;
}
.product-page .product-1 .slideBarbox .slideleft .cat ul li .first i {
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.product-page .product-1 .slideBarbox .slideleft .cat ul li .first i::before {
  transition: all 0.5s;
}
.product-page .product-1 .slideBarbox .slideleft .cat ul li .first i.active::before {
  transform: rotateX(180deg);
}
.product-page .product-1 .slideBarbox .slideleft .cat ul li .sub-menu {
  display: none;
}
.product-page .product-1 .slideBarbox .slideleft .cat ul li .sub-menu li {
  margin-top: 10px;
}
.product-page .product-1 .slideBarbox .slideleft .cat ul li .sub-menu li a {
  color: #7f7f7f;
}
.product-page .product-1 .slideBarbox .slideright {
  width: 78%;
  padding-left: 5%;
}
.product-page .product-1 .slideBarbox .slideright .pro_list ul {
  margin: -34px -12px;
}
.product-page .product-1 .slideBarbox .slideright .pro_list ul li {
  padding: 34px 12px;
}
.product-page .product-1 .slideBarbox .slideright .pro_list ul li .box .imgbox{
  position: relative;
}
.product-page .product-1 .slideBarbox .slideright .pro_list ul li .box .imgbox .hover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.product-page .product-1 .slideBarbox .slideright .pro_list ul li .box .imgbox:hover .hover{
  opacity: 1;
}

.product-page .product-1 .slideBarbox .slideright .catDes {
  max-height: calc(1.5em * 10);
  overflow-y: auto;
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 .slideBarbox .slideright .pro_list ul {
    margin: -15px -12px;
  }
  .product-page .product-1 .slideBarbox .slideright .pro_list ul li {
    padding: 15px 12px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .slideBarbox .slideleft {
    display: none;
  }
  .product-page .product-1 .slideBarbox .slideright {
    width: 100%;
    padding-left: 0;
  }
}
/*==============================================
    product-page
*/
.color-ab {
  color: #ababab;
}
/*
    about-page
==============================================*/
.about-page .about-1 .mk-content .datashow ul {
  margin: -35px 0;
}
.about-page .about-1 .mk-content .datashow ul li {
  padding: 35px 0;
}
.about-page .about-1 .mk-content .datashow ul li .box .icon {
  width: 69px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(10px);
}
.about-page .about-1 .mk-content .right .imgbox .pv-video {
  width: 100%;
  height: auto;
}
.about-page .about-2 .mk-content {
  padding: 0 10%;
}
.about-page .about-2 .mk-content .con {
  position: relative;
  padding: 0 8%;
}
.about-page .about-2 .mk-content .con_list ul {
  margin: 0 -20px;
}
.about-page .about-2 .mk-content .con_list ul li {
  padding: 0 20px;
}
.about-page .about-2 .mk-content .con_list ul li .box {
  text-align: center;
  position: relative;
}
.about-page .about-2 .mk-content .con_list ul li .box .num {
  line-height: 1;
  font-size: 454px;
  font-weight: 900;
  text-align: center;
  color: rgba(233, 233, 233, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.about-page .about-2 .mk-content .con_list ul li .box .desC{
  height: 360px;
}
.about-page .about-2 .mk-content .con_list ul li .box .desC .des {
  max-height: 350px;
  overflow-y: auto;
}
.about-page .about-2 .mk-content .year_list {
  position: relative;
}
.about-page .about-2 .mk-content .year_list .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .about-2 .mk-content .year_list ul .slick-track {
  margin-left: 0;
}
.about-page .about-2 .mk-content .year_list ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .about-2 .mk-content .year_list ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .about-2 .mk-content .year_list ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .about-2 .mk-content .year_list ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.tyslickbtn > div {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #0b0b09;
  cursor: pointer;
  transition: all 0.5s;
}
.tyslickbtn > div:hover {
  background-color: var(--color);
  color: #fff;
}
.tyslickbtn .prev {
  left: 0;
}
.tyslickbtn .next {
  right: 0;
}
@media screen and (max-width: 1700px) {
  .about-page .about-2 .mk-content .con_list ul li .box .num {
    font-size: 380px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .mk-content .datashow ul {
    margin: -20px 0;
  }
  .about-page .about-1 .mk-content .datashow ul li {
    padding: 20px 0;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .num {
    font-size: 300px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC {
    height: 300px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC .des {
    max-height: 290px;
  }
  .tyslickbtn > div {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .mk-content .datashow ul {
    margin: -15px 0;
  }
  .about-page .about-1 .mk-content .datashow ul li {
    padding: 15px 0;
  }
  .about-page .about-1 .mk-content .datashow ul li .box .icon {
    transform: translateY(0);
  }
  .about-page .about-2 .mk-content .con_list ul li .box .num {
    font-size: 200px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC {
    height: 210px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC .des {
    max-height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .mk-content .datashow ul li {
    border-bottom: 1px solid #e8e8e8;
  }
  .about-page .about-2 .mk-content {
    padding: 0;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .num {
    font-size: 140px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC .des {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .about-page .about-2 .mk-content .con_list ul li .box .num {
    font-size: 100px;
  }
  .tyslickbtn > div {
    zoom: 0.6;
  }
  .about-page .about-2 .mk-content .con_list ul li .box {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .mk-content .con_list ul {
    margin: 0 -10px;
  }
  .about-page .about-2 .mk-content .con_list ul li {
    padding: 0 10px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box {
    padding: 0;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .num {
    position: static;
    text-align: left;
    transform: translateY(0);
  }
  .tyslickbtn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .tyslickbtn > div {
    position: static;
    transform: translateY(0);
    margin-bottom: 10px;
  }
  .about-page .about-2 .mk-content .con {
    padding: 0;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC {
    height: auto;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC .des {
    max-height: 290px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .num {
    font-size: 60px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .about-2 .mk-content .con_list ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
}
/*==============================================
    about-page
*/
/*
    faq-page
==============================================*/
.faq-page .faq-1 .mk-list ul li {
  margin-bottom: 10px;
}
.faq-page .faq-1 .mk-list ul li .box .title {
  background-color: #f6f6f6;
  min-height: 100px;
  transition: all 0.5s;
}
.faq-page .faq-1 .mk-list ul li .box .title h6 {
  padding: 15px 45px;
}
.faq-page .faq-1 .mk-list ul li .box .title span {
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: rgba(201, 201, 201, 0.3);
  transition: all 0.5s;
}
.faq-page .faq-1 .mk-list ul li .box .text {
  padding: 28px 45px;
  color: #19262a;
  display: none;
}
.faq-page .faq-1 .mk-list ul li .box .text .desc {
  position: relative;
  padding-left: 10px;
}
.faq-page .faq-1 .mk-list ul li .box .text .desc::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 18px;
  background-color: var(--color);
}
.faq-page .faq-1 .mk-list ul li.active .box .title {
  background-color: var(--color);
  color: #fff;
}
.faq-page .faq-1 .mk-list ul li.active .box .title span {
  background-color: #000;
}
@media screen and (max-width: 1450px) {
  .faq-page .faq-1 .mk-list ul li .box .title span {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .faq-1 .mk-list ul li .box .title h6 {
    padding: 15px 20px;
  }
  .faq-page .faq-1 .mk-list ul li .box .text {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .mk-list ul li .box .title span {
    zoom: 0.6;
  }
}
/*==============================================
    faq-page
*/

/*
    factory-page
==============================================*/
.factory-page .factory-2 {
  background-color: #f5f5f5;
}
.factory-page .factory-2 .tyswitch > div {
  zoom: 0.54;
  top: 42%;
  background-color: var(--color);
}
.factory-page .factory-2 .tyswitch .swiper-button-prev,
.factory-page .factory-2 .tyswitch .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}
.factory-page .factory-2 .tyswitch .swiper-button-next,
.factory-page .factory-2 .tyswitch .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
}
.factory-page .factory-3 .mk-list ul {
  margin: -20px -6px;
}
.factory-page .factory-3 .mk-list ul li {
  padding: 20px 6px;
}
@media screen and (max-width: 1000px) {
  .factory-page .factory-2 .tyswitch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .factory-page .factory-2 .tyswitch > div {
    position: static;
    transform: none !important;
  }
}
/*==============================================
    factory-page
*/
/*
    honour-page
==============================================*/
.honour-page .honour-1 .right .incon {
  background-color: #f9f9f9;
}
.honour-page .honour-2 .tyswitch > div {
  position: static;
  zoom: 0.5;
  transform: none !important;
}
.honour-page .honour-2 .items .right .incon {
  padding: 0 5.5%;
}
.honour-page .honour-3 .mk-list ul {
  margin: -20px -25px;
}
.honour-page .honour-3 .mk-list ul li {
  padding: 20px 25px;
}
@media screen and (max-width: 1250px) {
  .honour-page .honour-3 .mk-list ul {
    margin: -10px -15px;
  }
  .honour-page .honour-3 .mk-list ul li {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .honour-page .honour-2 .items .right .incon {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .honour-page .honour-1 .right .incon .le {
    width: 100%;
  }
  .honour-page .honour-1 .right .incon .ri {
    width: 100%;
    margin-top: 2%;
    padding-left: 15px;
  }
  .honour-page .honour-3 .mk-list ul {
    margin: -8px;
  }
  .honour-page .honour-3 .mk-list ul li {
    padding: 8px;
  }
}
/*==============================================
    honour-page
*/
/*
    contact-page
==============================================*/
.contact-page .init-1 .contentC {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
}
.contact-page .init-1 .form ul {
  margin: -9px -11px;
}
.contact-page .init-1 .form ul li {
  padding: 9px 11px;
}
.contact-page .init-1 .form ul li input {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 0;
  padding: 10px 25px;
  height: 72px;
}
.contact-page .init-1 .form ul li input::placeholder {
  color: #9f9f9f;
  font-size: 19px;
  font-weight: 300;
}
.contact-page .init-1 .form ul li textarea {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 0;
  padding: 10px 25px;
  height: 222px;
}
.contact-page .init-1 .form ul li textarea::placeholder {
  color: #9f9f9f;
  font-size: 19px;
  font-weight: 300;
}
.contact-page .init-2 .mk-list ul li {
  flex: 1;
}
.contact-page .init-2 .mk-list ul li .box {
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #b9b9b9;
  height: 100%;
  transition: all 0.5s;
}
.contact-page .init-2 .mk-list ul li .box i {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-page .init-2 .mk-list ul li.address {
  flex: 3.2;
}
.contact-page .init-2 .mk-list ul li:hover .box {
  transform: translateY(-10px);
}
@media (max-width: 1250px) {
  .contact-page .init-2 .mk-list ul li.address {
    flex: 2;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .contentC {
    padding: 30px;
  }
  .contact-page .init-1 .form ul li {
    width: 100%;
  }
  .contact-page .init-1 .form ul li input {
    height: 52px;
  }
  .contact-page .init-1 .form ul li textarea {
    height: 140px;
  }
  .contact-page .init-2 .mk-list ul li {
    width: 100%;
    flex: auto !important;
  }
  .contact-page .init-2 .mk-list ul li.address .box {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .contentC {
    padding: 20px 15px;
  }
  .contact-page .init-1 .form ul {
    margin: -5px;
  }
  .contact-page .init-1 .form ul li {
    padding: 5px;
  }
}
/*==============================================
    contact-page
*/


.m-page a,
.m-page span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    transition: 0.5s;
    border-radius: 12px;
    background-color: #f5f5f5;
    margin: 0 3px;
}

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