@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;
}
#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: 15%;
  right: 3%;
  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;
}
.font-48{
  font-family: 'HarmonyOS_Sans_Medium';
}
#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;
}
#banner {
  position: relative;
  background-color: #1a2c3a;
  padding: 120px 0 65px;
}
#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 .banner-content {
  margin: 0 auto;
  max-width: 1600px;
  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::before {
  width: 100px;
  height: 1px;
  border-radius: none;
  background-color: #8d969d;
  position: unset;
  content: "";
  display: block;
  margin: 0 5px;
}
#banner .banner-content ul .slick-dots::after {
  width: 100px;
  height: 1px;
  border-radius: unset;
  transform: none;
  background-color: #8d969d;
  position: unset;
  border: none;
  margin: 0 5px;
}
#banner .banner-content ul .slick-dots li.slick-active {
  border-color: #8d969d;
}
#banner .banner-content ul .slick-dots li.slick-active::before {
  transform: translate(-50%, -50%) scale(2);
}
#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: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #8d969d;
  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;
}
#banner .banner-content ul li .content {
  padding: 75px 120px 75px 190px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#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);
  }
}
#banner .banner-content ul li .content .img{
  position: relative;
}
#banner .banner-content ul li .content .img .banner_pro_bg{
  animation: banner_img_translate 2s infinite linear;
}
#banner .banner-content ul li .content .img .banner_pro{
  position: absolute;
  left: 50%;
  top:60px;
  transform: translate(-50%,0);
}
#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: 40px;
  line-height: 1.2;
  font-family: 'HarmonyOS_Sans_Bold';
  color: white;
}
#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: 35px;
  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';
  margin-right: 20px;
}
.more i {
  transition: all 0.5s;
  font-size: 14px;
  color: white;
}
.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: #f7f7f7;
}
#index-body .product .hot-text {
  position: absolute;
  right: 50px;
  bottom: 0;
}
#index-body .product .product-content {
  width: 100%;
  position: relative;
  height: 460px;
  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 #a9a9a9;
  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: #a9a9a9;
  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{
  width: 390px !important;
}*/
#index-body .product .product-content .product-box ul li .box {
  width: 100%;
  height: 460px;
  padding: 35px 45px;
  background-color: white;
  border-radius: 25px;
}
#index-body .product .product-content .product-box ul li .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
}

#index-body .product .product-content .product-box ul li .box .pro-text {
  opacity: 0;
  transition: all 0.5s;
}
#index-body .about {
  padding: 95px 0 100px;
}
#index-body .about .about-content .right {
  width: 50%;
  padding-left: 50px;
}
#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 img {
  margin-left: 10px;
}
#index-body .about .about-content .left {
  width: 50%;
  padding-right: 50px;
}
#index-body .about .about-content .left .img {
  position: relative;
}
#index-body .about .about-content .left .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
  border-radius: 30px;
  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 -25px;
}
#index-body .service .service-content ul li {
  padding: 10px 25px;
}
#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: 25px;
  transition: all 0.5s;
  overflow: hidden;
}
#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: 35px;
  max-width: 400px;
  line-height: 1.4;
}
#index-body .design {
  padding: 100px 0 50px;
  background-color: #f7f7f7;
}
#index-body .design .left {
  padding-right: 95px;
  border-radius: 25px;
  background-color: #1b2d3b;
  padding: 38px 26px 36px;
  color: white;
  width: 27.8%;
  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 20px 25px;
  border-bottom: 1px solid white;
  margin-bottom: 30px;
  min-height: 165px;
}
#index-body .design .left .bottom {
  padding-left: 20px;\
  
}
#index-body .design .left .bottom h4 {
  display: flex;
  align-items: center;
  color: white;
}
#index-body .design .left .bottom h4::before {
  content: "";
  display: block;
  width: 72px;
  height: 71px;
  background: url("../images/btn-icon.png") no-repeat;
  margin-right: 15px;
}
#index-body .design .left .bottom .btn span {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px dotted white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none !important;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .design .left .bottom .btn span:hover {
  background-color: var(--color);
  border-color: transparent;
}
#index-body .design .left .bottom .btn span:hover i {
  color: white;
}
#index-body .design .left .bottom .btn span i {
  font-size: 20px;
  color: #a9a9a9;
  transition: all 0.5s;
}
#index-body .design .right {
  width: 50%;
}
#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: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
}
#index-body .news .news-content ul li .box h4{
  min-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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: 25px;
  overflow: hidden;
}
#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: 15px;
  color: white;
  margin: 20px 0;
}
@keyframes app_img_transform {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#footer {
  position: relative;
  background-color: #1b2d3b;
  padding-top: 15px;
}
#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 {
  margin-top: 20px;
}
#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: 35px;
}
#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: 35px;
  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: 1800px) {
  #banner .share{
    display: none;
  }
}
@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;
  }
  #footer .form form input[name='content'] {
    width: 545px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #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 .hot-text {
    max-width: 50%;
  }
  #index-body .product {
    padding: 90px 0 50px;
  }
  #index-body .design .left .bottom h4 {
    max-width: calc(100% - 90px);
    font-size: 20px;
  }
  #index-body .design .left .bottom {
    padding-left: 0;
  }
  #index-body .design .left .con {
    padding: 0 0 25px;
  }
  #footer .form form input[name='content'] {
    width: 360px;
  }
  #footer .footer-t .footer-t-gird .qcode.t-list {
    width: 260px;
  }
  #banner .banner-content ul li .content .img .banner_pro {
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #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 .bottom h4::before {
    display: none;
  }
  #index-body .design .left {
    padding: 50px 30px;
  }
  #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: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block !important;
  }
  .ui.container {
    width: 700px;
  }
  .h-topUp{
    display: none;
  }
  #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;
  }
  #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;
  }
  #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;
  }
  #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;
  }
  #index-body .product .product-content .product-box ul li .box .img-box {
    height: calc(100% - 90px);
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content::before,
  #banner .banner-content ul::after,
  #index-body .product .hot-text,
  #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 .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;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .content .box .btns {
    display: none;
  }
  #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 .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;
  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;
}
.about-1 .center .left .text .btm {
  width: 100%;
  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;
  margin-top: 0;
  position: absolute;
    right: 55px;
    top: 20px;
}
.about-1 .center .left .text .btm .btnbox {
  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;
}
.about-1 .center .left .text .btm .btnbox span.btn {
  opacity: 0.5;
  cursor: pointer;
}
.about-1 .center .left .text .btm .btnbox span.btn:hover {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-1 .center .left .text .btm .btnbox span.btn.slick-prev {
  margin-right: 20px;
}
.about-1 .center .left .text .btm .btnbox span.btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.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-top: 110px;
}
.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 .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: 95px;
  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 {
  padding-right: 38px;
}
.manu-2 .ui.container .right {
  padding: 0 64px;
}
.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 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: 15px;
  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: 25px;
  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: 35px;
  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;
}
.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;
}
@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;
  }
}
@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: 16px;
    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;
  }
  .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) {
  .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;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 55%;
  }
  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 15px;
  }
  .font-30 {
    font-size: 18px;
    line-height: 32px;
  }

  .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) {
  .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%;
  }
  .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;
  }
}
@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: #f5f5f5;
  padding: 7rem 0;
}
.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: #fff;
  padding: 40px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  height: 200px;
  z-index: 1;
  line-height: 1;
}
.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: 24px;
    line-height: 1;
  }
  .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: 60px;
  }
  .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;
}
.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;
  }
}


.inner-page .sideLeft {
  width: 30%;
  padding-right: 5%;
  position: sticky;
  top: 120px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 11px 34px;
  background: var(--color);
  font-size: 24px;
  font-family: var(--font);
  color: white;
}
.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;

}
.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: 70%;
}
.inner-page .sideRight .fenlei {
  color: var(--color);
}
.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: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 16px;
  font-family: var(--font);
  line-height: 32px;
  padding: 20px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
  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;
}
.productList ul li .box2 a.img img {
  width: 65%;
}
.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 .left {
  width: 50%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .left img {
  border: 1px solid #bfbfbf;
  width: 68%;
}
.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 .bigImg {
  width: 79.5%;
}
.prodet-page .prodet-1 .left .bigImg .img {
  position: relative;
  display: flex;
  justify-content: center;
}
.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: 12px;
  right: 215px;
}
.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 .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: 1em;
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.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 {
    margin: 0;
    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-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;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
}
@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 {
  padding-top: 90px;
  padding-bottom: 50px;
}
.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.factory-page .top ul {
  margin: -23px;
  margin-bottom: 45px;
}
.factory-page .top ul li {
  padding: 23px;
  text-align: center;
  font-size: 25px;
  font-family: var(--font);
}
.factory-page .top ul li a {
  background-color: #dedede;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0;
}
.factory-page .top ul li:hover a,
.factory-page .top ul li.active a {
  background: var(--color);
  color: white;
}
.factory-page .wrap {
  margin: -18px;
}
.factory-page .wrap li {
  padding: 18px;
}
.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: var(--color);
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 77px;
  width: 335px;
  margin: 60px auto;
}
.factory-page .more .fa {
  margin-left: 5px;
}
/*.factory-page .more:hover {
  background: black;
}*/
.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%;
    }