@font-face {
  font-family: 'HarmonyOS_Sans_Light';
  src: url(../fonts/HarmonyOS_Sans_Light.ttf) format('truetype'), url(../fonts/HarmonyOS_Sans_Light.eot) format('eot'), url(../fonts/HarmonyOS_Sans_Light.woff) format('woff'), url(../fonts/HarmonyOS_Sans_Light.woff2) format('woff2');
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url(../fonts/HarmonyOS_Sans_Regular.ttf) format('truetype'), url(../fonts/HarmonyOS_Sans_Regular.eot) format('eot'), url(../fonts/HarmonyOS_Sans_Regular.woff) format('woff'), url(../fonts/HarmonyOS_Sans_Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url(../fonts/HarmonyOS_Sans_Black.ttf) format('truetype'), url(../fonts/HarmonyOS_Sans_Black.eot) format('eot'), url(../fonts/HarmonyOS_Sans_Black.woff) format('woff'), url(../fonts/HarmonyOS_Sans_Black.woff2) format('woff2');
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url(../fonts/HarmonyOS_Sans_Bold.ttf) format('truetype'), url(../fonts/HarmonyOS_Sans_Bold.eot) format('eot'), url(../fonts/HarmonyOS_Sans_Bold.woff) format('woff'), url(../fonts/HarmonyOS_Sans_Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url(../fonts/HarmonyOS_Sans_Medium.ttf) format('truetype'), url(../fonts/HarmonyOS_Sans_Medium.eot) format('eot'), url(../fonts/HarmonyOS_Sans_Medium.woff) format('woff'), url(../fonts/HarmonyOS_Sans_Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Rugular';
  src: url(../fonts/Poppins-Rugular.ttf) format('truetype'), url(../fonts/Poppins-Rugular.eot) format('eot'), url(../fonts/Poppins-Rugular.woff) format('woff'), url(../fonts/Poppins-Rugular.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #616161;
}
textarea::-webkit-input-placeholder {
  color: #616161;
}
input::-moz-placeholder {
  color: #616161;
}
input:-moz-placeholder {
  color: #616161;
}
input:-ms-input-placeholder {
  color: #616161;
}
h1, h2, h3, h4, h5, h6 {
  color:#1a2c3a;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #00b499;
  font-family: 'HarmonyOS_Sans_Regular';
  --font: 'HarmonyOS_Sans_Bold';
  --main-font: 'HarmonyOS_Sans_Black';
  background-color: white;
  color: black;
  max-width: 1920px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1630px;
  margin: 0 auto;
  position: relative;
}
.font-bold{
  font-family: 'HarmonyOS_Sans_Medium';
}
#Pop_UpsBtn{
  display: none;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background-color: transparent;
}
.h-topUp{
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #eee;
  bottom: 120px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.h-topUp i{
  font-size: 24px;
  color: #333;
}
.h-topUp:hover{
  background-color: var(--color);
}
.h-topUp:hover i{
  color: white;
}
.h2,
.h3,
.h4{
  color: #1a2c3a;
}
#header.active,
#header.inner-header {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  background-color: #1a2c3a;
}
#header.active .nav {
  height: 90px;
}
#header.active .nav .logo,
#header.inner-header .nav .logo {
  /*filter: brightness(0) invert(1);*/
}
#header .nav {
  position: relative;
  height: 120px;
  transition: all 0.5s;
}
#header .nav .logo {
  transition: all 0.5s;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 85px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  line-height: 1;
  font-family: 'HarmonyOS_Sans_Light';
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-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 ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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 ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li: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);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li: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);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  margin-left: 115px;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .right .h-search {
  padding-right: 30px;
  border-right: 1px solid white;
  cursor: pointer;
}
.language-box {
  margin-left: 30px;
}
.language-box .zhuyu {
  display: flex;
  align-items: center;
}
.language-box .zhuyu span {
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Light';
  margin: 0 8px;
  color: white;
}
.language-box .zhuyu i {
  font-size: 20px;
  color: white;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  transition: 0.5s;
  text-transform: capitalize;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
@keyframes dots_scale1{
  0%{
    opacity: 1;
    transform: translate(0, -50%) scale(1); 
  }
  25%{
    opacity: 0.75;
    transform: translate(0, -50%) scale(0.75); 
  }
  50%{
    opacity: 1;
    transform: translate(0, -50%) scale(1); 
  }
  75%{
    opacity: 0.75;
    transform: translate(0, -50%) scale(1.2); 
  }
  100%{
    opacity: 1;
    transform: translate(0, -50%) scale(1); 
  }
}
@keyframes dots_scale2{
  0%{
    opacity: 1;
    transform: translate(-50%, 50%) scale(1); 
  }
  25%{
    opacity: 0.75;
    transform: translate(-50%, 50%) scale(0.75); 
  }
  50%{
    opacity: 1;
    transform: translate(-50%, 50%) scale(1); 
  }
  75%{
    opacity: 0.75;
    transform: translate(-50%, 50%) scale(1.2); 
  }
  100%{
    opacity: 1;
    transform: translate(-50%, 50%) scale(1); 
  }
}
@keyframes dot_Left{
  0%{
    left: 0;
  }
  100%{
    left:62.5%;
  }
}
#banner {
  position: relative;
  background-color: #1a2c3a;
  padding: 130px 0 85px;
  overflow: hidden;
}
#header .dot{
  position: absolute;
  left: 62.5%;
  top:0;
  animation: dot_Left 1.5s ease-in forwards;
}
.inner-header .dots_1{
  display: none !important;
}
#header .dots_1{
  
  width: 200px;
  height: 200px;
  background-color: rgba(0, 180, 153, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  aspect-ratio: 1;
  z-index: 2;
  will-change: transform;
  transition: all 0.5s;
  pointer-events: none;
  animation: dots_scale1 3s infinite linear;
}
#header .dots_1.unactive{
  display: none !important;
}
#banner .dots_2{
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  bottom:0;
  width: 350px;
  height: 350px;
  background-color: rgba(0, 180, 153, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  aspect-ratio: 1;
  z-index: 10;
  animation: dots_scale2 3s infinite linear;
  transition: all 0.5s;
}
#banner .btn{
  position: absolute;
  left: 15px;
  top:50%;
  transform: translateY(-50%) rotate(270deg);
  font-size: 18px;
  color: white;
  z-index: 20;
  font-family: var(--font);
  text-transform: uppercase;
}
#banner .share{
  position: absolute;
  right: 55px;
  top:50%;
  transform: translateY(-50%);
  z-index: 20;
}
#banner .share a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
#banner .share a:last-child{
  margin-bottom: 0;
}
#banner .share a:hover{
  border-color: var(--color);
  color:var(--color);
}
#banner .bgImg{
  position: absolute;
  inset:0;
  width: 100%;
  height: 100%;
}
#banner .bgImg ul{
  width: 100%;
  height: 100%; 
}
#banner .bgImg ul li{
  opacity: 0;
  transition: all 1s;
  width: 100%;
  height: 100%;
}
#banner .bgImg ul li:nth-child(n + 2){
  position: absolute;
  inset:0;
  width:100%;
  height: 100%; 
  opacity: 0;
}
#banner .bgImg ul li.active{
  opacity: 1;
}
#banner .banner-content {
  margin: 0 auto;
  max-width: 1600px;
  z-index: 5;
  position: relative;
}
/*
#banner .banner-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 105px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#banner .banner-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 105px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}*/
#banner .banner-content ul {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/*#banner .banner-content ul::after {
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 215%;
  border-radius: 50%;
  display: block;
}*/
#banner .banner-content ul .slick-list {
  z-index: 5;
}
#banner .banner-content ul .slick-arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-200px, -50%);
  font-size: 16px;
  color: white;
  background-color: transparent;
  text-transform: uppercase;
  border: none;
  z-index: 20;
  cursor: pointer;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-arrow:hover {
  color: var(--color);
}
#banner .banner-content ul .slick-arrow.slick-next {
  left: unset;
  right: 50%;
  transform: translate(200px, -50%);
}
#banner .banner-content ul .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
#banner .banner-content ul .slick-dots li.slick-active {
  border-color: var(--color);
}
#banner .banner-content ul .slick-dots li.slick-active::before {
  background-color: var(--color);
}
#banner .banner-content ul .slick-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: 0 5px;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-dots li::before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #999;
  border-radius: 50%;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-dots li button {
  display: none;
}
#banner .banner-content ul li {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 755px;
}
#banner .banner-content ul li .content {
  padding:0 120px 0 190px;
  height: 100%; 
}
#banner .banner-content ul li .content .box {
  color: white;
  max-width: 800px;
}
#banner .banner-content ul li .content .box p {
  font-size: 18px;
  margin: 40px 0 65px;
  max-width: 495px;
  opacity: 0.8;
}
@keyframes banner_img_translate{
  0%{
    transform: translateY(0);
  }
  25%{
    transform: translateY(-10px);
  }
  50%{
    transform: translateY(0);
  }
  75%{
    transform: translateY(10px);
  }
  100%{
    transform: translateY(0);
  }
}
@keyframes banner_yuan{
  0%{
    transform:rotate3d(1, 0, 0, 281deg) scale(1);
    opacity: 1;
  }
  50%{
    transform: rotate3d(1, 0, 0, 281deg) scale(1.1);
    opacity: 0.5;
  }
  100%{
    transform:rotate3d(1, 0, 0, 281deg) scale(1.2);
    opacity: 0;
  }
}
#banner .banner-content ul li .content .img{
  position: relative;
}
#banner .banner-content ul li .content .img .banner_yuanBox{
  position: absolute;
  left: 50%;
  bottom:-20%;
  width: 400px;
  height: 400px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .banner-content ul li .content .img .banner_yuan{
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
  transform: rotate3d(1, 0, 0, 281deg);
  animation: banner_yuan 3s infinite linear;
  will-change: transform;

}
#banner .banner-content ul li .content .img .banner_yuanBox::before{
  content:"";
  width: 110%;
  height: 110%;
  display: block;
  border: 5px solid var(--color);
  transform:translate(-50%,-50%) rotate3d(1, 0, 0, 281deg);
  border-radius: 50%;
  left: 50%;
  top:50%;
  position: absolute;
   will-change: transform; 
}
#banner .banner-content ul li .content .img .banner_pro_bg{
  position: absolute;
  left: 50%;
  bottom:0;
  transform: translateX(-50%);
}
#banner .banner-content ul li .content .img .banner_pro{
  position: relative;
  margin-bottom: 45px;
}
#banner .banner-content ul li .content .box .img .banner_pro {
  -webkit-box-reflect: below 0 linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, 0.3));
  box-reflect: below 0 linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, 0.3));
}
#banner .banner-content ul li .content .box h2 {
  font-size: 44px;
  line-height: 1.2;
  font-family: 'HarmonyOS_Sans_Bold';
  color: white;
}
#banner .banner-content ul li .content.content2{
  border: none;
  justify-content: flex-start;
}
#banner .banner-content ul li .content.content2 .box .btns{ 
  justify-content: flex-start;
}
#banner .banner-content ul li .content.content2 .box{
  max-width: 800px;
}
#banner .banner-content ul li .content.content2 .box h2{
  margin-bottom: 50px;
}
#banner .banner-content.active::before,
#banner .banner-content.active::after{
  display: none;
}

#banner .banner-content.active > ul::before,
#banner .banner-content.active > ul::after{
  display: none;
}

#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more.white {
  background-color: white;
}
.more.white span,
.more.white i {
  color: black;
}
/*.more.white:hover span,
.more.white:hover i {
  color: white;
}*/
.more {
  padding: 15px 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  background-color: var(--color);
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 14px;
  max-height: 60px;
}
.more:hover {
  transform: scale(1.05);
}
.more:hover i {
  transform: rotate(45deg);
}
.more span {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 18px;
  color: white;
  transition: all 0.5s;
  font-family: 'HarmonyOS_Sans_Light';
}
.more i {
  transition: all 0.5s;
  font-size: 14px;
  color: white;
  margin-left: 20px;
}
.h-title p {
  font-size: 14px;
  text-transform: uppercase;
}
.h-title p span {
  color: var(--color);
}
.h-title h3 {
  font-size: 30px;
  font-family: 'HarmonyOS_Sans_Medium';
  position: relative;
}
@keyframes img_scale {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes img_rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tit-font {
  font-family: 'HarmonyOS_Sans_SemiBold';
}
#index-body .product {
  position: relative;
  padding: 90px 0;
  background-color: #fff;
}
#index-body .product .product-content {
  width: 100%;
  position: relative;
  height: 540px;
  margin-top: 45px;
  overflow: hidden;
}
#index-body .product .product-content .swiper-button-prev,
#index-body .product .product-content .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px dashed #3a3737;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none !important;
  transition: all 0.5s;
}
#index-body .product .product-content .swiper-button-prev:hover,
#index-body .product .product-content .swiper-button-next:hover {
  background-color: var(--color);
  border-color: transparent;
}
#index-body .product .product-content .swiper-button-prev:hover i,
#index-body .product .product-content .swiper-button-next:hover i {
  color: white;
}
#index-body .product .product-content .swiper-button-prev i,
#index-body .product .product-content .swiper-button-next i {
  font-size: 20px;
  color: #3a3737;
  transition: all 0.5s;
}
#index-body .product .product-content .swiper-button-prev {
  transform: translate(-50%, -50%);
}
#index-body .product .product-content .swiper-button-next {
  transform: translate(50%, -50%);
}
#index-body .product .product-content .product-box {
  width: 140%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  padding: 0 15px;
}
#index-body .product .product-content .product-box ul li.swiper-slide-active .box .pro-text {
  opacity: 1;
}
#index-body .product .product-content .product-box ul li.swiper-slide-active .box .con{
  opacity: 1;
}
#index-body .product .product-content .product-box ul li.swiper-slide-active .box .img-box img{
  transform: scale(1.1) !important;
}
#index-body .product .product-content .product-box ul li{
  padding: 10px 0;
}
#index-body .product .product-content .product-box ul li .box {
  width: 100%;
  height: 480px;
  padding: 35px 45px;
  background-color: white;
  border-radius: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#index-body .product .product-content .product-box ul li .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 90px);
  width: 85%;
  margin: auto;
}

#index-body .product .product-content .product-box ul li .box .pro-text {
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .product .product-content .product-box ul li .box .con{
  opacity: 0;
  transition: 0.5s;
  color: var(--color);
  text-align: center;
}
#index-body .product .product-content .product-box ul li .box .pro-text .text{
  width: 100%;
  margin-top: 10px;
}
#index-body .product .product-content .product-box ul li .box .pro-text .text h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
#index-body .about {
  padding: 95px 0 100px;
}
#index-body .about .about-content .right {
  width: 53%;
  padding-left: 110px;
}
#index-body .about .about-content .right h4 {
  margin-bottom: 30px;
  font-family: 'HarmonyOS_Sans_Medium';
  text-transform: uppercase;
}
#index-body .about .about-content .right h4 .line{
  width: 180px;
  height: 1px;
  background-color: rgba(0, 0, 0, .6);
  margin-left: 30px;
}
#index-body .about .about-content .right h4 img {
  margin-left: 10px;
}
#index-body .about .about-content .left {
  width: 47%;
}
#index-body .about .about-content .left .img {
  position: relative;
}
#index-body .about .about-content .left .img img{
  position: relative;
  z-index: 3;
}
#index-body .about .about-content .left .img::before{
  content: "";
  width: 100%;
  height: 100%;
  left: 12px;
  top:12px;
  background-color: #fff;
  position: absolute;
  border-radius: 14px;
}
#index-body .about .about-content .left .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
  border-radius: 14px;
  overflow: hidden;
}
#index-body .about .about-content .left .img::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -15px;
  display: block;
  /*width: 100%;*/
  height: 100%;
  background-color: #d1d5d8;
  border-radius: 30px;
}
#index-body .about .about-content .left .img .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: 135px;
}
#index-body .about .about-content .left .img .play::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/play-bg.png") no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: img_rotate 5s linear infinite;
}
#index-body .about .about-content .left .img .play span {
  font-size: 16px;
  color: var(--color);
  position: relative;
  z-index: 5;
}
#index-body .service {
  padding: 115px 0;
  background-color: #f7f7f7;
}
#index-body .service .service-content ul {
  margin: 0 -20px;
}
#index-body .service .service-content ul li {
  padding: 10px 20px;
}
#index-body .service .service-content ul li .box {
  height: 280px;
  padding: 40px 30px 30px;
  position: relative;
  color: white;
  background-color: #1b2d3b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 14px;
  transition: all 0.5s;
  overflow: hidden;
}
#index-body .service .service-content ul li:hover .box{
  box-shadow: 0 0 5px 5px rgba(0, 180, 153, 0.3); 
}
#index-body .service .service-content ul li .box .con{
  position: absolute;
  left: 0;
  top:100%;
  transition: all 0.5s;
  padding: 40px 30px 30px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  background-color: var(--color);
}
#index-body .service .service-content ul li:hover .box .con{
  top:0;
}
#index-body .service .service-content ul li .box .con p{
  max-height: 90%;
  overflow-y: auto
}
#index-body .service .service-content ul li .box .con .text h4{
  max-height: 60px;
}
#index-body .service .service-content ul li .box .con p::-webkit-scrollbar-thumb {
    background-color: #1b2d3b;
}
#index-body .service .service-content ul li .box h4{
  min-height: 72px;
  color: white;
}

#index-body .trusted {
  padding: 190px 0;
}
#index-body .trusted .ui.container .left {
  padding-right: 130px;
}
#index-body .trusted .ui.container .left .con {
  margin: 40px 0 50px;
}
#index-body .trusted .ui.container .left ul li {
  margin-right: 30px;
}
#index-body .trusted .ui.container .left ul li:last-child {
  margin-right: 0;
}
#index-body .trusted .ui.container .left .box {
  display: flex;
  align-items: center;
}
#index-body .trusted .ui.container .left .box .img {
  width: 92px;
  height: 91px;
  background: url("../images/trusted-icon.png") no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .trusted .ui.container .left .box .img h6 {
  font-size: 25px;
  color: var(--color);
  font-family: 'HarmonyOS_Sans_Black';
}
#index-body .trusted .ui.container .left .box span {
  font-size: 24px;
  font-family: 'HarmonyOS_Sans_Medium';
  margin-left: 25px;
}
#index-body .trusted .ui.container .right {
  padding-right: 75px;
}
#index-body .trusted .ui.container .right .box {
  margin-left: auto;
  width: fit-content;
  position: relative;
}
#index-body .trusted .ui.container .right .box .img {
  position: relative;
}
#index-body .trusted .ui.container .right .box .img .trusted-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-body .trusted .ui.container .right .box .btn {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  cursor: pointer;
}
#index-body .trusted .ui.container .right .box .btn.active span {
  opacity: 1;
}
#index-body .trusted .ui.container .right .box .btn:nth-child(1) {
  top: 63%;
  right: -2%;
}
#index-body .trusted .ui.container .right .box .btn:nth-child(2) {
  right: -14%;
  top: 33%;
}
#index-body .trusted .ui.container .right .box .btn:nth-child(3) {
  right: -24%;
  top: 43%;
}
#index-body .trusted .ui.container .right .box .btn:nth-child(4) {
  right: -4%;
  top: 40%;
}
#index-body .trusted .ui.container .right .box .btn:nth-child(5) {
  right: -19%;
  top: 18%;
}
#index-body .trusted .ui.container .right .box .btn:nth-child(6) {
  right: -36%;
  top: 24%;
}
#index-body .trusted .ui.container .right .box .btn:nth-child(7) {
  right: -23%;
  top: 70%;
}
#index-body .trusted .ui.container .right .box .btn:nth-child(8) {
  right: -8%;
  top: 11%;
}
#index-body .trusted .ui.container .right .box .btn i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #d1d2d5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: black;
  font-family: var(--font);
}
#index-body .trusted .ui.container .right .box .btn span {
  font-size: 18px;
  margin-left: 20px;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 14px;
  max-width: 400px;
  line-height: 1.4;
}
#index-body .design {
  padding: 100px 0 50px;
}
#index-body .design .left {
  padding-right: 95px;
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 38px 26px 36px;
  color: white;
  width: 37%;
  max-height: 424px;
  position: relative;
  min-width: 445px;
}
#index-body .design .left .dou {
  position: absolute;
  right: 55px;
  top: 35px;
}
#index-body .design .left .con {
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
  min-height: 165px;
  color: #000;
}
#index-body .design .left .bot {
  padding-left: 20px;
  
}
#index-body .design .left .bot h4 {
  display: flex;
  align-items: center;
  color: black;
  position: relative;
  padding-left: 80px;
}
#index-body .design .left .bot h4::before {
  content: "";
  display: block;
  width: 72px;
  height: 71px;
  background: url("/ykobaby/2026/01/15/733666.png") no-repeat;
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
}
#index-body .design .right span {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px dotted #b7b7b7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none !important;
  transition: all 0.5s;
  cursor: pointer;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 5;
}
#index-body .design .right span.prev {
  left:-50px;
}
#index-body .design .right span.next {
  right:-50px;
}
#index-body .design .right span:hover {
  background-color: var(--color);
  border-color: transparent;
}
#index-body .design .right span:hover i {
  color: white;
}
#index-body .design .right span i {
  font-size: 20px;
  color: #a9a9a9;
  transition: all 0.5s;
}
#index-body .design .right {
  width: 50%;
  position: relative;
}
#index-body .design .right ul li h4 {
  display: none;
}
#index-body .design .right ul li .con {
  display: none;
}
#index-body .news {
  position: relative;
  padding: 105px 0;
}
#index-body .news .news-content ul {
  margin: -25px;
  margin-top: 22px

}
#index-body .news .news-content ul li {
  padding: 25px;
}
#index-body .news .news-content ul li .box {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
}
#index-body .news .news-content ul li .box h4{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .news-content ul li .box .con{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .news-content ul li .box .img-box {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  height: 210px;
}
#index-body .news .news-content ul li .box .date {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: var(--color);
  border-radius: 14px;
  color: white;
  margin: 20px 0;
}
@keyframes app_img_transform {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#index-body .homepage-6{
  padding-top:100px; 
}
#index-body .homepage-6 .content {
  position: relative;
  padding-bottom: 80px;
  margin-top: 60px;
}
#index-body .homepage-6 .content::after {
  content: "";
  width: 100%;
  height: calc(50% + 75px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
}
#index-body .homepage-6 .content .container span.arrow {
  position: absolute;
  top: calc(50% - 35px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: #e5e5e5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  cursor: pointer;
}
#index-body .homepage-6 .content .container span.arrow:hover {
  background-color: var(--color);
}
#index-body .homepage-6 .content .container span.arrow i {
  font-size: 30px;
}
#index-body .homepage-6 .content .container span.arrow.prev {
  left: 15px;
}
#index-body .homepage-6 .content .container span.arrow.next {
  right: 15px;
}
#index-body .homepage-6 .content .container .swiper {
  margin: 0 -40px;
}
#index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active + .swiper-slide a.img .img1 {
  max-width: 100%;
  transform: scale(1.3);
}
#index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active + .swiper-slide a.img .pro_bg {
  opacity: 1;
}
#index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active + .swiper-slide .text{
  opacity: 1;
}
#index-body .homepage-6 .content .container .swiper ul li a.img {
  height: 726px;
  position: relative;
  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: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .content .container .swiper ul li a.img .img1 {
  position: relative;
  z-index: 3;
  max-width: 240px;
  width: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform: scale(1);
}
#index-body .homepage-6 .content .container .swiper ul li a.img .pro_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.354);
  -moz-transform: translate(-50%, -50%) scale(1.354);
  -ms-transform: translate(-50%, -50%) scale(1.354);
  transform: translate(-50%, -50%) scale(1.354);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .content .container .swiper ul li .text{
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: 0.5s;
  min-height: 120px;
  margin-top: -50px;
}
#index-body .homepage-6 .content .container .swiper ul li .text p{
  color: var(--color);
}











.img_cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1800px) {
  #banner .share{
    display: none;
  }
  #banner .banner-content {
    max-width: 85%;
  }
  #banner .banner-content ul li .content {
    padding: 0 120px;
  }
  #banner .banner-content ul li {
    padding: 0 1px;
  }
  #banner .banner-content ul li .content .img .banner_pro {
    margin: 0 auto 45px;
    width: 80%;
  }
  #index-body .homepage-6 .content .container .swiper ul li a.img .pro_bg {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
    -moz-transform: translate(-50%, -50%) scale(1.25);
    -ms-transform: translate(-50%, -50%) scale(1.25);
    transform: translate(-50%, -50%) scale(1.25);
  }
}
@media (max-width: 1650px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 55px;
  }
  #header .nav .ui.menu .right {
    margin-left: 55px;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 36px;
  }
  #index-body .design .left {
    padding: 95px 30px 50px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .homepage-6 .content .container .swiper ul li a.img {
    height: 500px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  #banner .banner-content ul li .content .img {
    max-width: 45%;
  }
  #banner .banner-content ul li .content {
    padding: 55px 65px;
  }
  .h-title h3 {
    font-size: 30px;
  }
  #index-body .product {
    padding: 90px 0 50px;
  }
  #index-body .design .left .bot h4 {
    max-width: calc(100% - 90px);
    font-size: 20px;
  }
  #index-body .design .left .bot {
    padding-left: 0;
  }
  #index-body .design .left .con {
    padding: 0 0 25px;
  }
  #banner .btn {
    left: -10px;
  }
  #banner .banner-content ul li {
    height: 620px;
  }
    #index-body .product .product-content .product-box ul li .box .img-box {
    height: calc(100% - 120px);
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .more span {
    font-size: 16px;
  }
  #index-body .homepage-6 .content .container span.arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #banner .banner-content ul li .content.content2 {
    padding-top: 0;
  }
  #banner .btn{
    display: none;
  }
  #index-body .homepage-6 .content .container span.arrow i {
    font-size: 24px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
    font-size: 16px;
  }
  #banner .banner-content ul li .content .box p {
    margin: 20px 0;
    max-width: 100%;
  }
  #banner .banner-content ul li .content {
    padding: 45px 15px;
  }
  #banner .banner-content ul li .content .box {
    max-width: 50%;
  }
  #index-body .trusted {
    padding: 85px 0;
  }
  #index-body .trusted .ui.container .left .con {
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.6;
  }
  #index-body .design .left .bot h4::before {
    display: none;
  }
  #index-body .design .left .bot h4{
    padding-left: 0;
  }
  #index-body .design .left {
    padding: 50px 30px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #index-body .homepage-6 .content .container span.arrow {
      display: none;
  }
  #mobile {
    display: block !important;
  }
  .ui.container {
    width: 700px;
  }
  .font-24 {
    font-size: 20px;
  }
  #index-body .homepage-6 .content .container .swiper {
      margin: 0 -20%;
  }
  #index-body .homepage-6 .content .container .swiper ul li a.img {
        height: 380px;
    }
  .h-topUp{
    display: none;
  }
  #banner .banner-content ul li .content.content2 {
    justify-content: center;
  }
  #banner .banner-content ul li {
    height: auto;
  }
  #banner {
    padding: 65px 0;
  }
  #banner .banner-content ul li .content .img {
    display: none;
  }
  #banner .banner-content ul li .content .box {
    max-width: 100%;
    text-align: center;
  }
  #banner .banner-content ul li .content .box .btns {
    justify-content: center;
  }
  #banner .banner-content ul li .content {
    padding: 30px 15px 0;
  }
  #index-body .about .about-content .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .about-content .right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  #index-body .service {
    padding: 85px 0;
  }
  #index-body .trusted .ui.container .left {
    padding-right: 0;
    width: 100%;
  }
  #index-body .trusted .ui.container .right {
    width: 100%;
    margin-top: 60px;
    padding-right: 0;
  }
  #index-body .trusted .ui.container .right .box {
    margin: 0 auto;
  }
  #index-body .trusted .ui.container .right .box .btn:nth-child(1) {
    top: 14%;
    right: 8%;
  }
  #index-body .trusted .ui.container .right .box .btn:nth-child(3) {
    right: 1%;
    top: 37%;
  }
  #index-body .product .product-content .product-box {
    width: 100%;
  }
  #index-body .product .product-content .swiper-button-next,
  #index-body .product .product-content .swiper-button-prev {
    display: none;
  }
  #index-body .design .left {
    width: 100%;
  }
  #index-body .design .right {
    width: 100%;
    margin-top: 60px;
  }
  #banner .banner-content::before,
  #banner .banner-content ul::after,
  #banner .banner-content::after {
    display: none;
  }
  #banner .banner-content ul li .content{
    border: none;
  }
  #index-body .product .product-content .product-box ul li .box .pro-text .btn{
    display: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content {
    max-width: 100%;
  }
  #banner .banner-content ul li .content.content2 {
    padding: 8% 15px;
  }
  #banner .banner-content::before,
  #banner .banner-content ul::after,
  #banner .banner-content::after {
    display: none;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 28px;
  }
  #index-body .trusted .ui.container .right .box .img .trusted-img {
    width: 65%;
  }
  #index-body .design {
    padding: 30px 0;
  }
  #index-body .homepage-6 .content .container .swiper {
    margin: 0;
  }
  #index-body .news .news-content .top {
    flex-wrap: wrap;
  }
  #index-body .news .news-content .top .con {
    width: 100%;
    margin-top: 60px;
  }
  /*#index-body .service,
  #index-body .trusted,
  #index-body .design {
    display: none;
  }*/
  #index-body .service .service-content ul li .box h4 {
    font-size: 20px;
  }
  #index-body .service {
    padding: 85px 0 0;
  }
  #index-body .design .left {
    min-width: unset;
    max-height: unset;
  }
  #index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active + .swiper-slide a.img .img1 {
    max-width: 240px;
  }
  #index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active + .swiper-slide a.img .pro_bg {
    opacity: 0;
  }
  #index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active + .swiper-slide .text{
    opacity: 0;
  }
  #index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active a.img .img1 {
    max-width: 80%;
  }
  #index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active a.img .pro_bg {
    opacity: 1;
  }
  #index-body .homepage-6 .content .container .swiper ul li.swiper-slide-active .text{
    opacity:1;
  }
  #index-body .homepage-6 .content .container .swiper ul li a.img .pro_bg {
    -webkit-transform: translate(-50%, -50%) scale(0.8) !important;
    -moz-transform: translate(-50%, -50%) scale(0.8) !important;
    -ms-transform: translate(-50%, -50%) scale(0.8) !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
  }
  #index-body .homepage-6 .content .container .swiper ul li .text {
    min-height: 120px;
    margin-top: 20px;
  }
  #index-body .homepage-6 .content {
    padding-bottom: 50px;
  }
  #index-body .homepage-6 .content::after {
    height: calc(50% + 95px);
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .content.content2 {
    display: none;
  }
  #banner{
    padding: 60px 0 !important;
  }
  #banner .banner-content ul li .content.content2 {
    padding: 0 15px;
  }
  #banner .banner-content ul li .content.content2 .box h2 {
    margin-bottom: 0;
  }
  #banner .banner-content ul li .content .box p{
    display: none;
  }
  #banner .banner-content ul li .content .box .btns {
    display: none;
  }
  #banner .banner-content ul li .content {
    padding: 0 15px;
  }
  #banner {
    padding: 0;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 24px;
  }
  #index-body .about .top .more {
    margin-top: 30px;
  }
  #index-body .product .h-title {
    padding: 0 15px;
  }
}


#footer {
    position: relative;
    background-color: #1b2d3b;
    padding-top: 85px;
}

#footer .app-img {
    height: 260px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}

#footer .app-img ul {
    display: flex;
    animation: app_img_transform 90s linear infinite;
}

#footer .app-img ul li {
    width: 400px;
    padding: 0 22px;
}

#footer .app-img ul li .img {
    width: 100%;
}

#footer .app-img ul li .img img {
    width: 100%;
    object-fit: cover;
}


#footer .form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

#footer .form form input[type='text'] {
    width: 280px;
    height: 50px;
    border: 1px solid #dcdcdc;
    background-color: transparent;
    color: #dcdcdc;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 14px;
}

#footer .form form input[name='content'] {
    width: 745px;
}

#footer .form form input::-webkit-input-placeholder {
    color: #dcdcdc;
}

#footer .form form input[type='submit'] {
    color: var(--color);
    width: 200px;
    height: 50px;
    border-radius: 14px;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.5s;
    font-family: var(--font);
}

#footer .form form input[type='submit']:hover {
    transform: scale(1.05);
}

#footer .footer-t {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#footer .footer-t .footer-t-gird {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
}

#footer .footer-t .footer-t-gird .qcode.t-list {
    width: 400px;
}

#footer .footer-t .footer-t-gird .qcode.t-list span {
    margin: 25px 0;
}

#footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 420px;
}

#footer .footer-t .footer-t-gird .t-list.contact span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#footer .footer-t .footer-t-gird .t-list.contact span:nth-child(2) {
    align-items: flex-start;
}

#footer .footer-t .footer-t-gird .t-list.contact span i {
    margin-right: 15px;
    color: white;
    font-size: 20px;
}

#footer .footer-t .footer-t-gird .t-list.link span {
    margin-bottom: 5px;
    color: #a4abb1;
}

#footer .footer-t .footer-t-gird .t-list.link span:last-child {
    margin-bottom: 0;
}

#footer .footer-t .footer-t-gird .t-list.link span a {
    transition: all 0.5s;
}

#footer .footer-t .footer-t-gird .t-list.link span:hover a {
    color: var(--color);
}

#footer .footer-t .footer-t-gird .t-list {
    color: #fff;
    display: flex;
    flex-direction: column;
}

#footer .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-t .footer-t-gird .t-list .qc-img canvas {
    width: 100px;
    height: auto;
    border: 8px solid #fff;
}

#footer .footer-t .footer-t-gird .t-list .share {
    display: flex;
    margin-top: 20px;
}

#footer .footer-t .footer-t-gird .t-list .share a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    margin-right: 20px;
    transition: all 0.5s;
    border: 1px solid white;
    border-radius: 50%;
}

#footer .footer-t .footer-t-gird .t-list .share a i {
    color: white;
    font-size: 20px;
    transition: all 0.5s;
}

#footer .footer-t .footer-t-gird .t-list .share a:hover {
    background-color: var(--color);
    border-color: var(--color);
}

#footer .footer-t .footer-t-gird .t-list .share a:last-child {
    margin-right: 0;
}

#footer .footer-t .footer-t-gird .t-list h4 {
    font-size: 24px;
    font-family: var(--font);
    margin-bottom: 20px;
    color: white;
}

#footer .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    width: fit-content;
    transition: all 0.5s;
    font-family: 'HarmonyOS_Sans_Light';
}

#footer .footer-b {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-b .footer-b-box {
    height: 60px;
}

#footer .footer-b .footer-b-box span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'HarmonyOS_Sans_Light';
}

#footer .footer-b .footer-b-box span:first-child a {
    transition: all 0.5s;
}

#footer .footer-b .footer-b-box span:first-child a:hover {
    color: white;
}

#footer .footer-b .footer-b-box img {
    width: 260px;
    height: auto;
    padding-top: 3px;
    margin-left: 5px;
    opacity: 0.6;
}
@media (max-width: 1750px) {
    #index-body .design .right span.prev {
      left:0;
    }
    #index-body .design .right span.next {
      right:0;
    }
}
@media (max-width: 1650px) {
    #footer .form form input[name='content'] {
        width: 545px;
    }
}

@media (max-width: 1400px) {
    #footer .form form input[name='content'] {
        width: 360px;
    }

    #footer .footer-t .footer-t-gird .qcode.t-list {
        width: 260px;
    }
}

@media (max-width: 1200px) {
  #index-body .design .right span{
    display: none !important;
  }
    #footer .form form input[type='text'] {
        width: 25%;
    }

    #footer .footer-t .footer-t-gird .t-list.contact {
        max-width: 280px;
    }

    #footer .footer-t .footer-t-gird .t-list span {
        font-size: 16px;
    }

    #footer .footer-t .footer-t-gird .t-list .share {
        margin-top: 20px;
    }

    #footer .footer-t .footer-t-gird .t-list.contact span {
        margin-bottom: 10px;
    }

    #footer .footer-t .footer-t-gird .qcode.t-list span {
        margin: 35px 0;
    }
}

 @media (max-width: 992px) { 
    #footer .form form input[type='text'] {
        width: 100%;
        margin-bottom: 30px;
      }
      #footer .footer-t .footer-t-gird .t-list.link {
        display: none;
      }
      #footer .footer-b .footer-b-box {
        height: auto;
        padding: 15px;
      }
}
@media (max-width: 768px) { 
    #footer .footer-b .footer-b-box span {
        text-align: center;
      }
}
@media (max-width: 576px) { 
    #footer .footer-t .footer-t-gird .t-list.contact {
        max-width: 100%;
        width: 100%;
        margin-bottom: 60px;
      }
      #footer .footer-t .footer-t-gird .qcode.t-list {
        max-width: 100%;
        width: 100%;
      }
      #footer .footer-t .footer-t-gird {
        flex-wrap: wrap;
      }
}
























/*-----------------------------inner-page----------------------*/


.inner-page .h3.title {
  position: relative;
  line-height: 1;
  z-index: 3;
  display: inline-block;
  font-family:var(--font);
}
.inner-page .h3.title:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 13px;
  background: #e5eaf3;
  z-index: -1;
  left: 50%;
  bottom: 0;
}
.inner-banner {
  margin-top: 160px;
}
.inner-banner .h2{
  color: #1a2c3a;
  font-family: 'HarmonyOS_Sans_Medium';
}
.inner-banner .ui.container{
padding-bottom: 70px;
border-bottom: 1px solid #d1d1d1;
}
.inner-banner .mbx {
  color: #c4c4c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font);
  margin-bottom: 15px;
}
.inner-banner .mbx i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: -5px;
}
.inner-banner .mbx span,
.inner-banner .mbx a {
  margin: 0 5px;
}
.inner-banner .mbx span:hover,
.inner-banner .mbx a:hover {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}
.inner-banner .mbx span {
  color: #000;
  text-decoration: underline;
}
.about-1 {
  padding-top: 80px;
  background: #fff;
}
.about-1 .videobox img{
  width: 100%;
  object-fit: cover;
}
.about-1 .center{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
}
.about-1 .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 3;
  width: 100%;
}
.about-1 .center .left {
  padding-left: 95px;
  position: relative;
  width:40%;
}
.about-1 .center .left .text {
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 50px 80px;
  display: inline-block;
  width: 100%;
  position: relative;
  
}
.about-1 .center .left .text ul li .main .h3 {
  padding-left: 30px;
  border-left: 3px solid var(--color);
  margin-bottom: 30px;
  font-family: 'HarmonyOS_Sans_Medium';
}
.about-1 .center .left .text ul li .main p {
  max-height: 160px;
  overflow-y: auto;
  line-height: 2;
  padding-right: 30px;
}
.about-1 .center .left .text .btm {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  position: absolute;
    right: 55px;
    top: 20px;
}

.about-1 .center .left .text .btnbox {
  display: flex;
  align-items: center;
  position: absolute;
  bottom:20px;
  right: 30px;
  z-index: 5;
}
.about-1 .center .left .text .btnbox span.btn {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius:50%;
  border: 1px solid rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  justify-content: center;
    -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;

}
.about-1 .center .left .text .btnbox span.btn:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.about-1 .center .left .text .btnbox span.btn:hover i{
  color: white;
}
.about-1 .center .left .text .btnbox span.btn.slick-prev {
  margin-right: 5px;
}
.about-1 .center .left .text .btnbox span.btn i {
  font-size: 20px;
  color:rgba(0, 0, 0, .4);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-1 .center .left .text .btm .navbox {
  color: #000;
  font-family: "rom";
  font-size: 32px;
  font-style: italic;
}
.about-1 .center .left .text .btm .navbox .now {
  font-size: 48px;
  margin-right: 5px;
}
.about-1 .center .right {
  padding-left: 55px;
}
.about-1 .center .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.about-1 .center .right .top .play {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.about-1 .center .right .top .play:before {
  background: rgba(0, 53, 134, 0.3);
}
.about-1 .center .right .h3 {
  font-size: 180px;
  line-height: 1;
  color: #ecf0f4;
  margin-top: 60px;
  font-family: var(--font);
}
.about-2 {
  padding: 90px 0;
}
.about-2 .ui.container .h3 {
  color: #000;
  margin-bottom: 50px;
  font-family:var(--font);
}
.about-2 .ui.container .main ul.ab2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-2 .ui.container .main ul.ab2list.on li {
  width: -webkit-calc(19% - 28px);
  width: -moz-calc(19% - 28px);
  width: calc(19% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list.on li:hover {
  width: -webkit-calc(61% - 28px);
  width: -moz-calc(61% - 28px);
  width: calc(61% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list.on li:hover .h4 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.about-2 .ui.container .main ul.ab2list.on li:hover .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.about-2 .ui.container .main ul.ab2list li {
  width: -webkit-calc(33.33% - 28px);
  width: -moz-calc(33.33% - 28px);
  width: calc(33.33% - 28px);
  position: relative;
  height: 625px;
  background-size: cover;
  background-position: center  center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list li .h4 {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 40px;
  top: 50px;
  opacity: 1;
}
.about-2 .ui.container .main ul.ab2list li .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-2 .ui.container .main ul.ab2list li .textbox .h5 {
  color: #fff;
  margin-bottom: 40px;
}
.about-2 .ui.container .main ul.ab2list li .textbox .content {
  color: #fff;
  line-height: 2;
  font-size: 18px;
  /*font-family: var(--font);*/
}
.about-2 .ui.container .main ul.ab2list li .textbox .content p {
  margin-bottom: 20px;
}
.about-2 .ui.container .main ul.ab2list li:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(/navigationmed/2024/01/03/1.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(1) .textbox {
  background-image: url(/navigationmed/2024/01/03/2.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(2) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(/navigationmed/2024/01/03/3.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(2) .textbox {
  background-image: url(/navigationmed/2024/01/03/4.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(3) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(/navigationmed/2024/01/03/5-1.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(3) .textbox {
  background-image: url(/navigationmed/2024/01/03/6.jpg);
}
.about-4 {
  padding: 75px 0;
}
.about-4 .ui.container {
  text-align: left;
}
.about-4 .ui.container .h3 {
  margin-bottom: 30px;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 30px;
}
.about-4 .ui.container .factorybox ul.factorylist {
  margin: 0 -15px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-track{
  margin-left: 0;
}
.about-4 .ui.container .factorybox ul.factorylist li {
  padding: 0 15px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid var(--color);
  margin: 0 5px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li button {
  display: none;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li.slick-active {
  background: var(--color);
}
.solu-1 {
  background: var(--color);
  color: #fff;
  padding: 30px;
}
.solu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-1 .ui.container .left {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.solu-1 .ui.container .logo {
  width: 95px;
}
.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--color);
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}
.solu-2 .navbox ul.navlist li a em {
  font-family: "rom";
}
/*.solu-3 {
  padding-top: 75px;*/
  /*padding-bottom: 110px;*/
}
.solu-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px ;
}
.solu-5 {
  padding: 80px 0;
}
.solu-5 ul.solulist2 li {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2 li:last-child{
  margin-bottom: 0;
}
.solu-5 ul.solulist2 li .text {
  width: 45%;
}
.solu-5 ul.solulist2 li .text .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 25px;
}
.solu-5 ul.solulist2 li .text span {
  font-family: "rom";
  text-transform: uppercase;
  color: #000;
  opacity: .5;
}
.solu-5 ul.solulist2 li .text P {
  margin-top: 15px;
}
.solu-5 ul.solulist2 li .imgbox {
  width: 50%;
}
/*.manu-1 {
  padding-top: 105px;
}*/
.manu-1 .manubox {
  margin-top: 75px;
}
.manu-1 .manubox ul.manulist {
  margin: 0 -15px;
}
.manu-1 .manubox ul.manulist li {
  padding: 0 15px;
}
.manu-1 .manubox ul.manulist li .item {
  background: #f9f9f9;
  padding: 20px;
  /*height: 670px;*/
}
.manu-1 .manubox ul.manulist li .item .text {
  padding-top: 30px;
}
.manu-1 .manubox ul.manulist li .item .text .h5 {
  padding-left: 35px;
  border-left: 2px solid var(--color);
  font-size:16px;
}
.manu-1 .manubox ul.manulist li .item .text p {
  line-height: 1.875;
}
.manu-2 {
  padding-top:70px;
  margin-bottom: 80px;
}
.manu-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manu-2 .ui.container .left {

}
.manu-2 .ui.container .right {
  padding-left: 70px;
}
.manu-2.two .ui.container .right {
  padding-left: 0;
  padding-right: 70px;
}
.manu-2 .ui.container .right .h4 {
  margin-bottom: 25px;
}
.manu-3 {
  padding: 95px 0;
}
.manu-3 .ui.container .factorybox {
  margin-top: 50px;
  overflow: hidden;
}
.manu-3 .ui.container .factorybox .swiper-scrollbar {
  margin-top: 50px;
  position: relative;
}
.manu-3 .ui.container .factorybox ul {
  margin: 0 -15px;
}
.manu-3 .ui.container .factorybox ul li {
  padding: 0 15px;
}
.manu-3 .ui.container .factorybox ul li .fname {
  margin-top: 10px;
  font-family: var(--font);
}
.manu-4 {
  padding: 80px 0;
  background: #fafafa;
}
.manu-4 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manu-4 .ui.container .left {
  width: 35%;
}
.manu-4 .ui.container .left p {
  margin-top: 10px;
  line-height: 1.8;
  margin-bottom: 60px;
}
.manu-4 .ui.container .right {
  width: 60%;
}
.manu-4 .ui.container .right ul {
  margin: 0 -25px;
}
.manu-4 .ui.container .right ul li {
  padding: 0 25px;
}
.manu-5 {
  padding-top: 95px;
  padding-bottom: 115px;
}
.manu-5 .ui.container .factorybox {
  margin-top: 40px;
}
.manu-5 .ui.container .factorybox ul.factorylist2 {
  margin: 0 -20px;
}
.manu-5 .ui.container .factorybox ul.factorylist2 li {
  padding: 0 20px;
}
.custom-1 {
  padding: 90px 0 70px;
}
.custom-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.custom-1 .top .h3 {
  width: 50%;
  padding-left: 35px;
  line-height: 1.2;
  border-left: 3px solid var(--color);
}
.custom-1 .top p {
  width: 50%;
  padding-left: 20px;
  line-height: 2;
}
.custom-1 .btm ul.list2 {
  margin: 0 -55px;
}
.custom-1 .btm ul.list2 li.item {
  padding: 0 55px;

}
.custom-1 .btm ul.list2 li.item img{
  border-radius: 14px;
}
.custom-1 .btm ul.list2 li.item h4{
  margin-top: 25px;
  text-align: center;
  font-size: 23px;
}
.custom-2 .ui.container .top{
  margin-top: 100px;
}
.custom-2 .ui.container .top .h2{
  padding-left: 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 60px;
  display: inline-block;
}
.custom-2 .ui.container .top .left {
  padding-right: 20px;
  width: 58%;
}
.custom-2 .ui.container .top .left .ul-2{
  display: none;
}
.custom-2 .ui.container .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}
.custom-2 .ui.container .top .left p {
  line-height: 2;
  margin-top: 35px;
}
.custom-2 .ui.container .top .left ul{
  margin: 0 -35px;
}
.custom-2 .ui.container .top .left ul li{
  padding: 30px 35px;
  position: relative;
}
.custom-2 .ui.container .top .left ul li:nth-child(3)::after{
  right:unset;
  left: 50%;
  top:unset;
  bottom:0;
  transform: translate(-50%,85%) rotate(90deg);
}
.custom-2 .ui.container .top .left ul li:last-child::after{
  display: none;
}
.custom-2 .ui.container .top .left ul li:nth-child(n + 4)::after{
  transform: translate(50%,-50%) rotateY(180deg);
}
.custom-2 .ui.container .top .left ul li::after{
  content:"\f0da";
  font-family: FontAwesome;
  font-size: 30px;
  color:#e3e3e6;
  position: absolute;
  right:0;
  top:50%;
  transform: translate(50%,-50%);
}
.custom-2 .ui.container .top .left ul li .box{
  height: 190px;
  background-color: #f5f5f7;
  border-radius: 14px;
  padding: 25px 25px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.custom-2 .ui.container .top .left ul li .box img{
  filter: brightness(0);
  transition: all 0.5s;
}
.custom-2 .ui.container .top .left ul li:hover .box img{
  filter: brightness(1);
}
.custom-2 .ui.container .top .left ul li .box h4{
  font-family: var(--font);
  text-align: center;
  margin-top: 15px;
  min-height: 54px;
}
.custom-2 .ui.container .top .left ul li .box .num{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  font-size: 18px;
  position: absolute;
  left: 50%;
  bottom:0;
  transform: translate(-50%,50%);
  background-color: #1a2c3a;
  border-radius: 50%;
}
.custom-2 .ui.container .top .right{
  padding:60px;
  background-color: #f5f5f7;
  border-radius: 14px;
  width: 42%;
  height: 440px;
}
.custom-2 .ui.container .top .right .btn{
  display: block;
  width: fit-content;
  padding: 10px 28px;
  background-color: var(--color);
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  border-radius: 14px;
  transition: all 0.5s;
}
.custom-2 .ui.container .top .right .btn:hover{
  transform: scale(1.05);
}
.custom-2 .ui.container .bottom {
  margin-top: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
  /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
  padding: 50px 80px 60px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 14px;
}
.custom-2 .ui.container .bottom .left {
  padding-right: 80px;
}
.custom-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-2 .ui.container .bottom .right {
  /*padding-right: 80px;*/
}
.custom-2 .ui.container .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  margin-top: 0;
}
.custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  font-family: "rom";
}
.custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
  cursor: pointer;
}
.custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
.custom-3 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.custom-3 .ui.container {
  text-align: center;
}
.custom-3 .ui.container .strengthbox {
  margin-top: 55px;
}
.custom-3 .ui.container .strengthbox ul.list4 li {
  padding: 0 15px;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item {
  background: #f7f7f7;
  border-radius: 5px;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item .text {
  padding: 25px;
  text-align: center;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
  line-height: 1.8;
  font-family: var(--font);
  margin-top: 15px;
  max-height: 116px;
  overflow-y: auto;
}
.solution-page{
    background-color: #f7f7f7;
    margin-top: 100px;
}
@media screen and (max-width: 1650px) {
  .custom-1 .btm ul.list2 {
    margin: 0 -20px;
  }
  .custom-1 .btm ul.list2 li.item {
    padding: 0 20px;

  }
  .custom-1 {
    padding: 90px 0 0;
  }
  .custom-2 .ui.container .top .right {
    padding: 50px;
  }
  .custom-2 .ui.container .top .right p{
    margin: 15px 0;
  }
}
@media screen and (max-width: 1400px) {
  .font-48 {
    font-size: 36px;
  }
  .about-1 .center .right .h3 {
    font-size: 150px;
  }
  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 20px;
  }
  .custom-2 .ui.container .top .right {
    padding: 60px 30px;
    width: 30%;
  }
  .custom-2 .ui.container .top .right .h3{
    font-size: 20px;
  }
  .custom-2 .ui.container .top .left {
    width: 70%;
  }
  .custom-2 .ui.container .top .right p{
    font-size: 15px;
    margin: 20px 0; 
  }
  .custom-1 .btm ul.list2 li.item h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .about-1 .center .right .h3 {
    font-size: 110px;
  }
      .custom-2 .ui.container .top .right p {
        max-height: 160px;
        overflow-y: auto;
        padding-right: 10px;
  }
  .manu-1 .manubox ul.manulist li .item .text p {
    line-height: 1.875;
    max-height: 150px;
    overflow-y: auto;
  }
  .manu-2 .ui.container .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .manu-4 .ui.container .left p {
    max-height: 200px;
    overflow-y: auto;
  }
  .about-1 .center .left {
    padding-left: 0;
  }
  .font-48 {
    font-size: 30px;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
  }
  .font-36 {
    font-size: 28px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 30px;
  }
  .custom-2 .ui.container .top .left ul{
    margin: 0 -15px;
  }
  .custom-2 .ui.container .top .left ul li{
    padding: 30px 15px;
  }
  .custom-2 .ui.container .top .left ul li .box h4{
    font-size: 16px;
  }
  .custom-2 .ui.container .top .right {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 1000px) {
      .custom-2 .ui.container .top .right p {
        max-height: unset;
        overflow-y: unset;
        padding-right: 0;
    }
  .about-1 .center .left .text {
    padding: 20px 15px;
  }
  .about-1 .center .right .h3 {
    font-size: 72px;
  }
  .about-2 .ui.container .main ul.ab2list li {
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
  .about-2 .ui.container .main ul.ab2list.on li:hover {
    width: -webkit-calc(66.66% - 10px);
    width: -moz-calc(66.66% - 10px);
    width: calc(66.66% - 10px);
  }
  .about-2 .ui.container .main ul.ab2list.on li {
    width: -webkit-calc(19% -10px);
    width: -moz-calc(19% -10px);
    width: calc(19% -10px);
  }
  .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 15px;
  }
  .font-30 {
    font-size: 18px;
    line-height: 32px;
  }
  .solu-5 ul.solulist2 li .text P {
    font-size: 14px;
    line-height: 1.4;
  }
  .manu-2 .ui.container .right {
    padding: 0 20px;
  }
  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
  }
  .custom-2 .ui.container .bottom {
    padding: 30px 25px;
  }
  .solu-2 {
    top: 40px;
  }
  .manu-2 .ui.container .left {
    padding-right: 0px;
  }
  #banner, .inner-banner{
    padding-top: 60px!important;
  }
  .manu-1 .manubox ul.manulist li{
    width: 50%;
  }
  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 25px;
  }
  .custom-2 .ui.container .top .left {
    width: 100%;
    padding-right: 0;
  }
  .custom-2 .ui.container .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .custom-2 .ui.container .top .right .h3 {
    font-size: 30px;
  }
  .custom-2 .ui.container .top .right{
    height: auto;
  }
  .custom-1 .btm ul.list2 li.item{
    width: 50%;
    margin: 20px 0;
  }
  .custom-1 .top{
    margin-bottom: 30px;
  }
  .custom-1 .top .h3{
    width: 100%;
  }
  .custom-2 .ui.container .bottom .left{
    width: 100%;
  }
  .custom-2 .ui.container .bottom .right{
    width: 100%;
  }
  .custom-2 .ui.container .bottom .left p{
    max-width:100%;
    margin: 20px 0 60px; 
  }
}
@media screen and (max-width: 700px) {
  .solu-5 ul.solulist2 li {
    margin-bottom: 30px;
  }
  .about-2 {
    display: none;
  }
  .about-1 .center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-1 .center .left {
    width: 100%;
  }
  .about-1 .center .right {
    width: 100%;
    padding-left: 0;
  }
  .font-40 {
    font-size: 28px;
  }
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .manu-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manu-2 .ui.container .left {
    width: 100%;
  }
  .manu-2 .ui.container .right {
    width: 100%;
    padding: 0 !important;
  }
  .font-20 {
    font-size: 14px;
  }
  .manu-4 .ui.container .left {
    width: 100%;
  }
  .manu-4 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .custom-1 .top .h3 {
    width: 100%;
  }
  .custom-1 .top p {
    width: 100%;
  }

  .manu-1 .manubox ul.manulist li {
    margin-top: 20px;
  }
  .custom-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2 .ui.container .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui.container .top .right {
    width: 100%;
  }
  .custom-2 .ui.container .bottom .right ul.list3 li .top{
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 15px;
  }
  .custom-2 .ui.container .top .left .ul-1{
    display: none;
  }
  .custom-2 .ui.container .top .left .ul-2{
    display: block;
  }
  .custom-2 .ui.container .top .left ul li::after{
    display: none;
  }
  .custom-2 .ui.container .top .right .h3 {
    font-size: 24px;
  }
  .solu-5 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .custom-1 .btm ul.list2 li.item{
    width: 100%;
  }
  .manu-1 .manubox ul.manulist li{
    width: 100%;
  }
  .font-40 {
    font-size: 20px;
  }
  .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
  .about-1 .center {
    margin-top: 0;
  }
  .font-48 {
    font-size: 24px;
    line-height: 40px;
  }
  .inner-page .h3.title:before {
    left: 0;
  }
  .font-36 {
    font-size: 24px;
  }
}
.about-page .about-3 {
  background: #fff;
  padding-bottom: 120px;
}
.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-3 .header h3 {
  font-size:30px;
  font-family: 'HarmonyOS_Sans_Medium';
  line-height: 1.6;
  color: #1a2c3a;
  position: relative;
  margin-bottom: 30px;
}
.about-page .about-3 .header h3 em {
  color: var(--color);
}
.about-page .about-3 .info ul {
  margin:0 -12px;
}
.about-page .about-3 .info ul li {
  padding:0 12px;
}
.about-page .about-3 .info .single-facility {
  background: #f2f2f2;
  padding: 46px 26px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  height: 182px;
  z-index: 1;
  line-height: 1;
  border-radius: 14px;
}
.about-page .about-3 .info .single-facility h5 {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.about-page .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  background: var(--color);
  padding: 10px;
}
.about-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height:1.6;
}
.about-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
  color: var(--color);
  -webkit-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-width: 1650px) {
  .about-page .about-3 .info .single-facility h5 {
    font-size: 20px;
    line-height: 1.4;
  }
  .about-page .about-3 .info .single-facility{
    height: 320px;
  }
}
@media screen and (max-width: 1000px) {
    .about-page .about-3 .info ul li {
    width: 50%;
  }
  .about-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
  .about-page .about-3 .info .single-facility{
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 .info ul {
    margin-right: 0;
  }
  .about-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .info .single-facility {
    padding: 21px 15px;
  }
  .about-page .about-3 .info .single-facility p {
    font-size: 14px;
  }
  .manu-2 .ui.container .right{
    margin-top:45px;
  }
  .manu-2.two .ui.container{
    display: flex;
    flex-direction: column-reverse;
  }
  .about-page .about-3 .header h3{
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .info .single-facility {
    height: 300px;
  }
  .about-page .about-3 .info .single-facility p {
    font-size: 16px;
  }
}
.contact-page .marginBox {
  padding-top: 00px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
}
.contact-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em 0 3em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 15px 5%;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-family: var(--font);
  font-size: 20px;
  color: #242424;
  margin: 0 0;
  display: block;
  text-align: center
  
 
  
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  text-align: center
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
  width: 100% !important;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
  border-radius: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 172px;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
  .contact-page .contact-1 .contact-box .left{
    width: 100%;
  }
  .contact-page .contact-1 .contact-box .right{
    width: 100%;
    margin-top: 45px;
  }
  .contact-page .contact-1 .list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li{
    width: 33.33333333%;
    padding: 5px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .list ul li{
    width: 100%;
  } 
}


.inner-page .sideLeft {
  width: 30%;
  padding-right: 5%;
  position: sticky;
  top: 120px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 14px;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 11px 34px;
  background: var(--color);
  font-size: 24px;
  font-family: var(--font);
  color: white;
  border-radius: 14px;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--color);
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  border-radius: 14px;
}
.inner-page .sideLeft .box .list ul li a em{
  margin-left: 10px;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active{
  background: var(--color);
  color: white;
}
.inner-page .sideLeft .box .list ul li.active ul{
  display: block;
}
.inner-page .sideLeft .box .list ul li ul{
  margin-top: 20px;

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


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

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}

@media screen and (max-width: 1600px) {
  .product-page {
    padding: 50px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }

}
@media screen and (max-width: 1000px) {
   .productList ul li .box2 h5 {
    font-size: 16px;
    line-height: 30px;
    min-height: 5rem!important;
  }
  .product-page .productList ul li a.more{
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .fenlei{
    display: none;
  }


}
@media screen and (max-width: 700px) {
   .product-page .productList .grid-box.three>.column{
    width: 100%;
  }

}
.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
}
.prodet-page .prodet-1 .box{
    display: flex;
    flex-wrap: wrap;
  align-items: flex-start;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  position: relative;
}
.prodet-page .prodet-1 .left .flex {
  opacity: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
  left:0;
  top:0;
  display: flex;
}
.prodet-page .prodet-1 .left .flex:first-child {
  position: relative;
}
.prodet-page .prodet-1 .left .flex.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  opacity: 1;
}
.prodet-page .prodet-1 .left .smallImg {
  padding-right: 24px;
  width: 20.5%;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-current li img {
  border-color: var(--color);
}

.prodet-page .prodet-1 .left .smallImg ul li img {
  border: 1px solid #bfbfbf;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79.5%;
  border: 1px solid #bfbfbf;
}
.prodet-page .prodet-1 .left .bigImg .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 690px;
}
.prodet-page .prodet-1 .left .bigImg .img span {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  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;
  position: absolute;
  top: 0;
  right: 0;
}
.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 24px;
  line-height: 1.6;
  font-family: var(--font);
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 1em;
  line-height: 2;
  margin: 1.8em 0 2em;
  overflow: auto;
  max-height: 250px;
}
.prodet-page .prodet-1 .right ul{
  display: flex;
}
.prodet-page .prodet-1 .right ul li{
  width: 25px;
  height: 25px;
  border-radius:50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 2px solid;
  cursor: pointer;
  transition: all 0.5s;
}
.prodet-page .prodet-1 .right ul li.active{
  border-color:var(--color) !important; 
}
.prodet-page .prodet-1 .right ul li.active span{
  background:var(--color)!important; 
}
.prodet-page .prodet-1 .right ul li span{
  display: block;
  width: 15px;
  height: 15px;
  border-radius:50%; 

}
.prodet-page .prodet-1 .right .share {
  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;
  color: #bfbfbf;
}
.prodet-page .prodet-1 .right .share span.h6 {
  font-size: 24px;
}
.prodet-page .prodet-1 .right .share a {
  font-size: 18px;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right a.more {
  margin-top: 30px;
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 table{
      margin-top: 30px;
}
.prodet-page .prodet-2 .options {
  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;
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .prodet-2 .options span {
  font-size: 18px;
  font-family: var(--font);
  width: 360px;
  color: #000;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span i {
  color: #bfbfbf;
}
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  border-bottom-color: transparent;
  color: #fff;
}
.prodet-page .prodet-2 .ret {
  margin-top: 40px;
  font-size: 18px;
  color: #242424;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid #c8c6c6;
  text-align: center;
  padding: .5em;
}
.prodet-page .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}
.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page .prodet-3 .list {
  margin: 45px 0;
  border-right: 1px solid #bfbfbf;
}
.prodet-page .prodet-3 .dots {
  text-align: center;
}
.prodet-page .prodet-3 .dots ul {
  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;
}
.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  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;
  background-color: transparent;
}
.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.inner-page #productList ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #bfbfbf;*/
}
/*.inner-page #productList ul {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li {
  text-align: center;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
}
/*.inner-page #productList ul.slick-slider {
  border-bottom: none;
}
.inner-page #productList ul.slick-slider li {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
}
.inner-page #productList ul li a.img-box {
  display: block;
  /*padding: 50px 5% 0;*/
  overflow: unset;
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  width: 100%;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul li .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul li span.h6 {
  font-family: var(--font);
  font-size: 20px;
  color: #242424;
  line-height: 1.8;
  margin: 1.5em 0 1em;
  display: block;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul.slick-slider li span.h6 {
  height: 67px;
  overflow: hidden;
}
.inner-page #productList ul li a.link {
  font-size: 18px;
  color: white;
  height: 2.44444444em;
  text-align: center;
  background-color: 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;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 2;
}
.inner-page #productList ul li a.link em {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid white;
  line-height: 1;
}
.inner-page #productList ul li a.link em:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.inner-page #productList ul li a.link em:after {
  border-color: white;
  top: 0;
  border-width: 3px;
}
.inner-page #productList ul li a.link:hover {
  background-color: var(--color);
}
.inner-page #productList ul li:hover {
  z-index: 1;
}
.inner-page #productList ul li:hover:after {
  opacity: 1;
}
.inner-page #productList ul li:hover a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1600px) {
    .prodet-page .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
    .inner-page #productList ul li a.link,
  .seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  }
  .inner-page #productList ul li a.link em:after,
  .seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  }
}
span.txt {
    font-size: 24px;
    letter-spacing: 6px;
    color: var(--color);
    text-transform: uppercase;
    display: block;
    line-height: 2;
}
@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }
   .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    line-height: 28px;
    width: 200px;
  }
  .news-page{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .text {
    padding-right: 0;
    max-height: none;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }
    .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left .bigImg .img{
    height: auto;
  }
  .prodet-page .prodet-1 .left .flex{
    flex-direction: column-reverse;
  }
  .prodet-page .prodet-1 .left .bigImg{
    width: 100%;
  }
      .prodet-page .prodet-1 .left .smallImg {
        padding-right: 0;
        width: 100%;
        margin-top: 30px;
    }
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 140px;
  }
    .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
    .inner-page #productList ul li span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
}

/*news*/
.inner-page .slideBar-left {
  width: 20% !important;
  margin-bottom: 75px;
}
.inner-page .slideBar-left h3{
  font-family: 'HarmonyOS_Sans_Medium';
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 14px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 15px;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: var(--color);
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: var(--color);
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: var(--color);
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 80% !important;
  padding-left: 60px;
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-left: 0;
}
.news-page{
  padding-top: 110px;
  padding-bottom: 100px
}
.news-page .slideRight .i-news {
  overflow: unset !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 30px;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    min-height: 5.5em;
    font-family: var(--font);
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}

/*newsdet-page*/
.newdet2-page {
    padding: 80px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-family: var(--font);
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 2;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #026293;
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}
.factory-page .content ul{
  margin: 0 -25px;
}
.factory-page .content ul li{
  padding: 0 25px;
}
.factory-page {
  /*padding-top: 90px;*/
  padding-bottom: 120px;
}
.factory-page .list{
  padding: 45px 0;
}
.factory-page .list h2{
  font-size: 30px;
  font-family: 'HarmonyOS_Sans_Medium';
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 20px;
}
.factory-page .list h2::before{
  content:"";
  display: block;
  width: 125px;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
}
.factory-page .list .list-ul{
  position: relative;
}
.factory-page .list .list-ul .ui.container{
  position: unset;
}
.factory-page .list ul{
  margin: 80px -23px 0;
  position: unset;
}
.factory-page .list ul li{
  padding: 0 23px;
}
.factory-page .list ul .slick-track{
  margin-left: 0;
}
.factory-page .list ul .slick-arrow{
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  transition: all 0.5s;
  color: transparent;
  overflow: hidden;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  z-index: 15;
}

.factory-page .list ul .slick-prev{
  left: 55px;
}
.factory-page .list ul .slick-next{
  right: 55px;
}
.factory-page .list ul .slick-arrow::before{
  content:"\e7b6";
  font-family: 'iconfont';
  color:#9f9f9f;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.factory-page .list ul .slick-arrow.slick-next::before{
  content:"\e7b5";
}
.factory-page .list ul .slick-arrow:hover{
  background-color: var(--color);
}
.factory-page .list ul .slick-arrow:hover::before{
  color:#fff;
}

.faq-page {
  padding-bottom: 100px;
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  font-family: "rom";
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 20px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
  .solu-4{
    display: none;
  }
}


.m-page{
  margin: 40px 0;
  width: 100%;
}

.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-content: center;
}
.m-page .wp-pagenavi a,.m-page .wp-pagenavi span{
  width: 30px;
  height: 30px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid var(--color);
  color: var(--color);
  margin: 0 10px;
  border-radius: 100%;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover{
  background: var(--color);
  color: #fff;
}
.m-page .wp-pagenavi span{
  background: var(--color);
  color: #fff;
}
    .seoPublic .title {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 1em;
        color: #1a2c3a;
        font-family: 'HarmonyOS_Sans_Medium';
    }

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

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }
    .seoPublic .Auxil-honor .list ul .slick-track{
      margin-left: 0;
    }
    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        /*margin-top: 30px;*/
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.8;
        min-height: 4em;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        line-height: 28px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.8;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

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

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-family: var(--font);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-family: var(--font);
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-family: var(--font);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }
/*
    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }*/

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 2;
            min-height: 5rem;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
            line-height: 32px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

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

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

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-family: var(--font);
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    .img-box a{
      display: inline-block;
    }
    .map iframe{
      width: 100%;
    }



.tipsTitle{
  font-family: 'HarmonyOS_Sans_Medium';
}
.quality-page {
    color: #333
}

.quality-page .init-1 {
    text-align: center;
    background-size: cover;
    padding: 86px 0 77px;
}

.quality-page .init-1 .tipsTitle {
    color: #333
}

.quality-page .init-1 .tipsDes {
    color: #5b5b5b;
    max-width: 810px;
    margin: 20px auto 0;
    line-height: 2
}

.quality-page .init-1 .content {
    margin-top: 50px
}

.quality-page .init-1 .content ul {
    margin: 0 -25px
}

.quality-page .init-1 .content ul li {
    padding: 0 50px
}

.quality-page .init-1 .content ul li .box {
    padding: 40px 30px;
    background: #fff
}

.quality-page .init-1 .content ul li .box .title {
    margin-top: 30px;
    font-family: 'HarmonyOS_Sans_Medium';
}

.quality-page .init-1 .content ul li .box .des {
    margin-top: 20px;
    color: #5b5b5b;
    line-height: 2
}
.quality-page .init-2{
  padding: 62px 0;
}
.quality-page .init-2 .content .list {
    margin-top: 100px
}

.quality-page .init-2 .content .list:first-child {
    margin-top: 0
}

.quality-page .init-2 .content .list .left {
    width: 50%;
    text-align: center
}

.quality-page .init-2 .content .list .right {
    width: 50%;
    padding-left: 90px
}

.quality-page .init-2 .content .list .right .title {
    font-family: 'HarmonyOS_Sans_Medium';
}

.quality-page .init-2 .content .list .right .des {
    margin-top: 20px;
    color: #5b5b5b;
    line-height: 1.8
}

.quality-page .init-2 .content .list .right .des em {
    color: #333;
    font-family: 'HarmonyOS_Sans_Medium';
}

.quality-page .init-2 .content .list:nth-child(2n) .right {
    order: -1;
    padding-left: 0;
    padding-right: 90px
}

.quality-page .init-3 {
    background-size: cover;
    padding: 100px 0;
}

.quality-page .init-3 .tipsTitle {
    text-align: center;
}

.quality-page .init-3 .content {
    margin-top: 60px
}

.quality-page .init-3 .content .list {
    margin-top: 80px;
    flex-wrap: wrap;
}

.quality-page .init-3 .content .list:first-child {
    margin-top: 0
}

.quality-page .init-3 .content .list .left {
    width: 50%;
    padding-right: 90px
}

.quality-page .init-3 .content .list .left .title {
    font-family: 'HarmonyOS_Sans_Medium';
}

.quality-page .init-3 .content .list .left .des {
    color: #5b5b5b;
    margin-top: 20px;
    line-height: 2
}

.quality-page .init-3 .content .list .left .des em {
    font-weight: 600;
    color: #333
}

.quality-page .init-3 .content .list .right {
    width: 50%
}
.quality-page .init-4{
  padding: 110px 0 100px;
}
.quality-page .init-4 .tipsTitle {
    font-family: 'HarmonyOS_Sans_Medium';
    text-align: center
}

.quality-page .init-4 .tipsDes {
    max-width: 960px;
    margin: 40px auto 0;
    color: #5b5b5b;
    text-align: center;
    line-height: 2
}

.quality-page .init-4 .content {
    margin-top: 50px
}

.quality-page .init-4 .list .left {
    padding-right: 90px;
    width: 50%
}

.quality-page .init-4 .list .left .title {
    font-family: 'HarmonyOS_Sans_Medium';
}

.quality-page .init-4 .list .left .des {
    color: #5b5b5b;
    margin-top: 20px;
    line-height: 2
}

.quality-page .init-4 .list .right {
    width: 50%
}
@media screen and (max-width: 1250px) {
  .quality-page .init-1 .content ul {
      margin: 0 -10px
  }

  .quality-page .init-1 .content ul li {
      padding: 0 10px
  }
  .factory-page {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .init-3 .content .list .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
  }
  .quality-page .init-3 .content .list .right {
    width: 100%;
  }
}

.umimo-canvas-filter {
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    position: fixed;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    width: 360px;
    height: 100vh
}

.off-canvas-active .umimo-canvas-filter {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.off-canvas-active .umimo-canvas-filter .product-categories .second-ul {
    margin-left: 12px;
    margin-top: 5px
}

.umimo-overlay-filter {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    visibility: hidden;
    -webkit-transition: opacity .25s ease,visibility 0s ease;
    -moz-transition: opacity .25s ease,visibility 0s ease;
    transition: opacity .25s ease,visibility 0s ease
}

.off-canvas-active .umimo-overlay-filter {
    visibility: visible;
    opacity: 1
}

.filter-close {
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    text-align: right;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    color: var(--accent)
}

.filter-close:after {
    content: "+";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
    font-size: 30px;
    font-weight: 400;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.widget_product_search {
    position: relative
}

.widget_search form,.widget_product_search form,.site-search form {
    position: relative;
    margin-bottom: 0
}

.widget_search form:before,.widget_product_search form:before,.site-search form:before {
    font-size: 18px;
    color: var(--accent)
}

.widget_search form:before,.widget_product_search form:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "\f002";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 1
}

.widget_product_search form input[type=text],.widget_product_search form input[type=search] {
    background-color: #fff;
    color: #000;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #000;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 0;
    outline: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 16px;
    border-bottom: 1px solid;
    border-bottom-color: #d9d9d9;
    width: 100%;
    line-height: 1;
    padding: .813em 0;
    padding-right: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.widget_product_search form input[type=submit],.widget_product_search form button[type=submit] {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: 0 0;
    border: none;
    padding: 0
}

.alpha,.beta,.gamma,.delta {
    display: block
}

.widget .widget-title,.widget .widgettitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px
}

.widget .product-categories .cat-item {
    margin-bottom: 1em;
    line-height: 1.41575em
}

.widget .product-categories .cat-item a {
    font-size: 14px;
    text-transform: uppercase;
    color: #444
}

.widget .product-categories .cat-item a:hover {
    text-decoration: underline
}

.widget.woocommerce li .count {
    font-size: 12px
}

.umimo-canvas-filter a:not(.button),.widget-area a:not(.button) {
    color: #000;
    font-size: 16px
}



.umimo-sorting {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.umimo-sorting .woocommerce-ordering {
    position: relative
}

.umimo-sorting .woocommerce-ordering select {
    font-size: 16px;
    line-height: 1.875;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f4f4f4
}
.umimo-sorting .filter-toggle{
  display: flex;
  align-items: center;
}
.umimo-sorting span {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: -3px;
}
.umimo-sorting i{
  font-size: 30px;
}
.radius-14{
  border-radius: 14px;
}