@font-face {
  font-family: 'GummyMucusRegular';
  src: url('../fonts/GummyMucusRegular.eot');
  src: url('../fonts/GummyMucusRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/GummyMucusRegular.woff2') format('woff2'), url('../fonts/GummyMucusRegular.woff') format('woff'), url('../fonts/GummyMucusRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GummyMucus-Smooth';
  src: url('../fonts/GummyMucus-Smooth.eot');
  src: url('../fonts/GummyMucus-Smooth.eot?#iefix') format('embedded-opentype'), url('../fonts/GummyMucus-Smooth.woff2') format('woff2'), url('../fonts/GummyMucus-Smooth.woff') format('woff'), url('../fonts/GummyMucus-Smooth.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.set-position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.set-display-center {
  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;
}
.flex-wap .flex-left-box {
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-bottom: 0;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #eb1551;
  --color1: #a5398e;
  --color2: #25abd7;
  font-weight: normal;
  margin: 0 auto;
  --font:'GummyMucusRegular';
}
.container {
  width: 1570px;
}
.font-GMR {
  font-family: 'GummyMucusRegular';
}
.font-GMS {
  font-family: 'GummyMucus-Smooth';
}
@-webkit-keyframes banner-text-shadow {
  0%,
  100% {
    text-shadow: 2px 2px 1px var(--color1);
  }
  50% {
    text-shadow: 7px 7px 1px var(--color1);
  }
}
@-moz-keyframes banner-text-shadow {
  0%,
  100% {
    text-shadow: 2px 2px 1px var(--color1);
  }
  50% {
    text-shadow: 7px 7px 1px var(--color1);
  }
}
@keyframes banner-text-shadow {
  0%,
  100% {
    text-shadow: 2px 2px 1px var(--color1);
  }
  50% {
    text-shadow: 7px 7px 1px var(--color1);
  }
}
@-webkit-keyframes slick-arrow-animate {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0);
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px) rotate(1deg);
    transform: translate(-3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0);
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0);
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-moz-keyframes slick-arrow-animate {
  0% {
    -moz-transform: translate(1px, 1px) rotate(0);
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -moz-transform: translate(-3px) rotate(1deg);
    transform: translate(-3px) rotate(1deg);
  }
  30% {
    -moz-transform: translate(3px, 2px) rotate(0);
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -moz-transform: translate(-3px, 1px) rotate(0);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -moz-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -moz-transform: translate(1px, 2px) rotate(0);
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes slick-arrow-animate {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0);
    -moz-transform: translate(1px, 1px) rotate(0);
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px) rotate(1deg);
    -moz-transform: translate(-3px) rotate(1deg);
    transform: translate(-3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0);
    -moz-transform: translate(3px, 2px) rotate(0);
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    -moz-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
    -moz-transform: translate(-3px, 1px) rotate(0);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    -moz-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0);
    -moz-transform: translate(1px, 2px) rotate(0);
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes about-icon1-animate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes about-icon1-animate {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -moz-transform: translateY(45px);
    transform: translateY(45px);
  }
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes about-icon1-animate {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    transform: translateY(45px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes about-icon2-animate {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
    transform: translate(-50%, -50%) translateY(10px);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
    transform: translate(-50%, -50%) translateY(-10px);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
}
@-moz-keyframes about-icon2-animate {
  0% {
    -moz-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
  30% {
    -moz-transform: translate(-50%, -50%) translateY(10px);
    transform: translate(-50%, -50%) translateY(10px);
  }
  50% {
    -moz-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
  70% {
    -moz-transform: translate(-50%, -50%) translateY(-10px);
    transform: translate(-50%, -50%) translateY(-10px);
  }
  100% {
    -moz-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
}
@keyframes about-icon2-animate {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
    -moz-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
    -moz-transform: translate(-50%, -50%) translateY(10px);
    transform: translate(-50%, -50%) translateY(10px);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
    -moz-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
    -moz-transform: translate(-50%, -50%) translateY(-10px);
    transform: translate(-50%, -50%) translateY(-10px);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
    -moz-transform: translate(-50%, -50%) translateY(0);
    transform: translate(-50%, -50%) translateY(0);
  }
}
@-webkit-keyframes about-icon3-animate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(50px);
    transform: translate(50px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  70% {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-moz-keyframes about-icon3-animate {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -moz-transform: translate(50px);
    transform: translate(50px);
  }
  50% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  70% {
    -moz-transform: translate(-50px);
    transform: translate(-50px);
  }
  100% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes about-icon3-animate {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(50px);
    -moz-transform: translate(50px);
    transform: translate(50px);
  }
  50% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  70% {
    -webkit-transform: translate(-50px);
    -moz-transform: translate(-50px);
    transform: translate(-50px);
  }
  100% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes advantage-more-bg {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 7000% 100%;
  }
}
@-moz-keyframes advantage-more-bg {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 7000% 100%;
  }
}
@keyframes advantage-more-bg {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 7000% 100%;
  }
}
.public-sub-title {
  color: var(--color);
  font-family: 'GummyMucus-Smooth';
}
.public-title {
  font-size: 50px;
  line-height: 1.2;
  font-family: 'GummyMucusRegular';
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  padding-left: 56px;
  padding-right: 57px;
  padding-top: 15px;
  padding-bottom: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 28px;
}
.public-btn span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 3;
}
.public-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color2);
  border-radius: 28px;
  z-index: 1;
  opacity: 1;
  -webkit-transform: rotate(40deg) scaleY(0) scaleX(1);
  -moz-transform: rotate(40deg) scaleY(0) scaleX(1);
  -ms-transform: rotate(40deg) scaleY(0) scaleX(1);
  transform: rotate(40deg) scaleY(0) scaleX(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.public-btn:hover {
  background-color: var(--color2);
}
.public-btn:hover::after {
  opacity: 0;
  -webkit-transform: rotate(40deg) scaleY(2.2) scaleX(1.3);
  -moz-transform: rotate(40deg) scaleY(2.2) scaleX(1.3);
  -ms-transform: rotate(40deg) scaleY(2.2) scaleX(1.3);
  transform: rotate(40deg) scaleY(2.2) scaleX(1.3);
  border-radius: 100%;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 129px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  line-height: 36px;
  margin-right: 52px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  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;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  display: block;
  width: 62px;
  height: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.2em;
  background: url(../images/h-link-bg.png) no-repeat center center;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  line-height: 2;
  background: #fff;
  top: 100%;
  left: -10px;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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:hover > ul {
  display: block;
}
#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 .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  border-radius: 24px;
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language span {
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language i {
  font-size: 19px;
  font-weight: 600;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
  margin-top: 129px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 10.9%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  line-height: 1.2;
  font-size: 138px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: banner-text-shadow 1.2s linear infinite;
  -moz-animation: banner-text-shadow 1.2s linear infinite;
  animation: banner-text-shadow 1.2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#banner .banner-slick li .content .text-box h2 .icon {
  z-index: -1;
}
#banner .banner-slick li .content .text-box h2 .icon img {
  width: auto;
}
#banner .banner-slick li .content .text-box h2 .icon1 {
  left: 0;
  top: 50%;
  max-width: 107px;
  -webkit-transform: translateX(-90%) translateY(-55%);
  -moz-transform: translateX(-90%) translateY(-55%);
  -ms-transform: translateX(-90%) translateY(-55%);
  transform: translateX(-90%) translateY(-55%);
}
#banner .banner-slick li .content .text-box h2 .icon2 {
  left: 22%;
  bottom: 0.7em;
  max-width: 110px;
}
#banner .banner-slick li .content .text-box h2 .icon3 {
  right: 0;
  top: 50%;
  max-width: 181px;
  -webkit-transform: translateX(90%) translateY(-55%);
  -moz-transform: translateX(90%) translateY(-55%);
  -ms-transform: translateX(90%) translateY(-55%);
  transform: translateX(90%) translateY(-55%);
}
#index-body .category .top .arrows .prev,
#index-body .category .top .arrows .next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  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;
  color: #1d2652;
  border: solid 1px #cddfee;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .top .arrows .prev i,
#index-body .category .top .arrows .next i {
  font-size: 25px;
}
#index-body .category .top .arrows .prev:hover,
#index-body .category .top .arrows .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .category .bg {
  left: 0;
  top: 90%;
  width: 22.65625%;
}
#index-body .category .category-slick {
  margin-right: -13px;
}
#index-body .category .category-slick li .slide-box {
  margin-right: 13px;
  text-align: center;
}
#index-body .category .category-slick li .slide-box .img {
  border-radius: 50%;
}
#index-body .category .category-slick li .slide-box .img img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#index-body .category .category-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
#index-body .category .category-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .public-sub-title img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .product .product-slick {
  padding-left: 63px;
  padding-right: 63px;
}
#index-body .product .product-slick li .slide-box {
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #b4bcc8;
  z-index: 1;
  margin: 0 13px;
}
#index-body .product .product-slick li .slide-box img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#index-body .product .product-slick li .slide-box .label {
  left: 0;
  top: 0;
  border-radius: 3px;
  background-color: var(--color);
  color: #fff;
  z-index: 3;
}
#index-body .product .product-slick li .slide-box .bottom {
  background-color: #e4f7ff;
  border-radius: 20px;
  height: 180px;
}
#index-body .product .product-slick li .slide-box .bottom::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/product-link-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .bottom .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  position: relative;
  z-index: 2;
  min-height: 4em;
}
#index-body .product .product-slick li .slide-box .bottom .product-more {
  color: #ffffff;
  opacity: 0.5;
  position: relative;
  z-index: 2;
}
#index-body .product .product-slick li .slide-box .bottom .product-more i {
  font-size: 21px;
  font-weight: 600;
}
#index-body .product .product-slick li .slide-box:hover .bottom::before {
  opacity: 0;
}
#index-body .product .product-slick li .slide-box:hover .bottom .title {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box:hover .bottom .product-more {
  color: var(--color);
}
#index-body .product .product-slick .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 3;
  border: none;
  width: 57px;
  height: 20px;
  font-size: 0;
  -webkit-animation: 3s ease-in-out 0s infinite alternate both slick-arrow-animate;
  -moz-animation: 3s ease-in-out 0s infinite alternate both slick-arrow-animate;
  animation: 3s ease-in-out 0s infinite alternate both slick-arrow-animate;
}
#index-body .product .product-slick .slick-arrow:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#index-body .product .product-slick .slick-prev {
  left: 0;
  background: url(../images/product-arrow-l.png) no-repeat center center;
}
#index-body .product .product-slick .slick-next {
  right: 0;
  background: url(../images/product-arrow-r.png) no-repeat center center;
}
#index-body .about {
  position: relative;
}
#index-body .about .about-bg {
  right: 0;
  top: 105%;
  width: 10.15625%;
}
#index-body .about .left {
  width: 45.15%;
}
#index-body .about .left .icon1 {
  left: 46%;
  top: -12%;
  z-index: -1;
  -webkit-animation: about-icon1-animate 6s linear 2s infinite;
  -moz-animation: about-icon1-animate 6s linear 2s infinite;
  animation: about-icon1-animate 6s linear 2s infinite;
}
#index-body .about .left .icon2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: about-icon2-animate 6s linear infinite;
  -moz-animation: about-icon2-animate 6s linear infinite;
  animation: about-icon2-animate 6s linear infinite;
}
#index-body .about .left .icon3 {
  right: 3.5%;
  bottom: 20%;
  z-index: -1;
  -webkit-animation: about-icon3-animate 6s linear 2s infinite;
  -moz-animation: about-icon3-animate 6s linear 2s infinite;
  animation: about-icon3-animate 6s linear 2s infinite;
}
#index-body .about .right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
#index-body .about .right .icon {
  right: -10%;
  top: 1.5%;
  z-index: -1;
}
#index-body .about .right .intro {
  line-height: 30px;
  opacity: 0.65;
  max-width: 553px;
}
#index-body .about .content {
  z-index: 1;
}
#index-body .about .content .content-bg {
  right: 0;
  top: -13%;
  z-index: -1;
  width: 26.249%;
}
#index-body .about .about-partner {
  margin-left: -34px;
  margin-right: -34px;
}
#index-body .about .about-partner li .slide-box {
  height: 71px;
  background-color: #ffffff;
  border-radius: 10px;
  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-left: 34px;
  margin-right: 34px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .about-partner li .slide-box img {
  width: auto;
}
#index-body .about .about-partner li .slide-box:hover {
  -webkit-filter: drop-shadow(4px 4px 0 #bb4a96);
  filter: drop-shadow(4px 4px 0 #bb4a96);
}
#index-body .about .number-Plus li .data-right .top {
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .advantage .advantage-bg {
  left: 0;
  top: 15%;
  width: 11.9791%;
}
#index-body .advantage .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .advantage .content .advantage-list {
  margin-right: -12px;
}
#index-body .advantage .content .advantage-list li .box {
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 12px;
  margin-bottom: 11px;
}
#index-body .advantage .content .advantage-list li .box:hover .right-text .title {
  color: #fff;
}
#index-body .advantage .content .advantage-list li .box:hover .right-text .intro {
  color: #fff;
}
#index-body .advantage .content .advantage-list li .box:hover .right-text .advantage-more {
  color: #fff;
  -webkit-animation: advantage-more-bg 5s linear 0s infinite;
  -moz-animation: advantage-more-bg 5s linear 0s infinite;
  animation: advantage-more-bg 5s linear 0s infinite;
}
#index-body .advantage .content .advantage-list li .box:hover::after {
  opacity: 0;
}
#index-body .advantage .content .advantage-list li .box:hover::before {
  opacity: 1;
}
#index-body .advantage .content .advantage-list li .box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-item-bg.png);
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .content .advantage-list li .box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  background-color: var(--color);
  opacity: 0;
}
#index-body .advantage .content .advantage-list li .box .img {
  width: 36.4%;
}
#index-body .advantage .content .advantage-list li .box .right-text {
  width: 63.6%;
}
#index-body .advantage .content .advantage-list li .box .right-text .title {
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .content .advantage-list li .box .right-text .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  font-weight: 300;
  font-size: 14px;

}
#index-body .advantage .content .advantage-list li .box .right-text .advantage-more {
  font-weight: 300;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/advantage-btn.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .content .advantage-list li .box .right-text .advantage-more:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#index-body .index-number {
  z-index: 2;
  margin-top: -40px;
  overflow: hidden;
}
#index-body .index-number .index-number-bg1 {
  z-index: -3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .index-number .index-number-bg1 img {
  width: 100%;
}
#index-body .index-number .left-img {
  left: 2.29%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7.552%;
}
#index-body .index-number .right-img {
  right: 0;
  bottom: 0;
  width: 29.791%;
}
#index-body .index-number::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index-number-bg.png) no-repeat center center;
  background-size: 100% 100%;
  /*background-attachment: fixed;*/
  -webkit-mask-image: url(../images/index-number-mask.png);
  mask-image: url(../images/index-number-mask.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center center;
  mask-position: center center;
  z-index: -2;
}
#index-body .index-number .number-Plus {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .index-number .number-Plus li {
  min-width: 183px;
}
#index-body .index-number .number-Plus li .img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .index-number .number-Plus li .top {
  color: var(--color);
  left: 0;
  bottom: 0;
}
#index-body .index-number .number-Plus li .top em {
  line-height: 1.2;
  font-size: 50px;
}
#index-body .index-number .number-Plus li .top span.font-50 {
  line-height: 1.2;
}
#index-body .index-number .number-Plus li:hover .img {
  -webkit-filter: drop-shadow(4px 4px 0 var(--color));
  filter: drop-shadow(4px 4px 0 var(--color));
}
#index-body .news-form {
  z-index: 1;
  margin-top: -30px;
  padding-bottom: 315px;
}
#index-body .news-form .news-form-bg {
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#index-body .news-form .news-form-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#index-body .news .news-slick {
  margin-left: -45px;
  margin-right: -45px;
}
#index-body .news .news-slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin-top: -10px;
  z-index: 3;
  border: none;
  width: 57px;
  height: 20px;
  -webkit-animation: 3s ease-in-out 0s infinite alternate both slick-arrow-animate;
  -moz-animation: 3s ease-in-out 0s infinite alternate both slick-arrow-animate;
  animation: 3s ease-in-out 0s infinite alternate both slick-arrow-animate;
}
#index-body .news .news-slick .slick-arrow:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#index-body .news .news-slick .slick-prev {
  left: 0;
  background: url(../images/product-arrow-l.png) no-repeat center center;
}
#index-body .news .news-slick .slick-next {
  right: 0;
  background: url(../images/product-arrow-r.png) no-repeat center center;
}
#index-body .news .news-slick li .slide-box {
  margin-left: 45px;
  margin-right: 45px;
}
#index-body .news .news-slick li .slide-box .news-img{
  -webkit-mask-image: url(../images/news-mask-img.png);
  mask-image: url(../images/news-mask-img.png);
  max-width: 429px;
  max-height: 326px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .news .news-slick li .slide-box .img {
  z-index: 2;
}
#index-body .news .news-slick li .slide-box .img .img1 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}
#index-body .news .news-slick li .slide-box .bottom {
  z-index: 1;
}

#index-body .news .news-slick li .slide-box .bottom .bg {
  left: 0;
  bottom: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;

}
#index-body .news .news-slick li .slide-box .bottom .title {
  color: var(--color2);
  min-height: 3em;
  -webkit-line-clamp: inherit;
  overflow: inherit;
}
#index-body .news .news-slick li .slide-box .bottom .intro {
  font-weight: 300;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
#index-body .news .news-slick li .slide-box .bottom .news-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
#index-body .news .news-slick li .slide-box .bottom .news-btn::after,
#index-body .news .news-slick li .slide-box .bottom .news-btn::before {
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
#index-body .news .news-slick li .slide-box .bottom .news-btn::after {
  background: url(../images/news-more1.png) no-repeat center center;
}
#index-body .news .news-slick li .slide-box .bottom .news-btn::before {
  background: url(../images/news-more2.png) no-repeat center center;
  opacity: 0;
}
#index-body .news .news-slick li .slide-box:hover .img .img1 {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .news .news-slick li .slide-box:hover .bottom .bg {
  bottom: -42.5%;
  opacity: 1;
}
#index-body .news .news-slick li .slide-box:hover .bottom .title {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box:hover .bottom .news-btn::after {
  opacity: 0;
}
#index-body .news .news-slick li .slide-box:hover .bottom .news-btn::before {
  opacity: 1;
}
#index-body .index-form form {
  width: 800px;
  border-radius: 33px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
#index-body .index-form form input {
  background: none;
  border: none;
  color: #000;
}
#index-body .index-form form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.48);
}
#index-body .index-form form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.48);
}
#index-body .index-form form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.48);
}
#index-body .index-form form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.48);
}
#index-body .index-form form input::placeholder {
  color: rgba(0, 0, 0, 0.48);
}
#index-body .index-form form .name {
  width: 172px;
}
#index-body .index-form form .mail {
  border-left: 1px solid #bbbbbb;
  width: 172px;
}
#index-body .index-form form .content {
  border-left: 1px solid #bbbbbb;
  width: 250px;
}
#index-body .index-form form .submit {
  cursor: pointer;
  margin-left: auto;
  border-radius: 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-left: 57px;
  padding-top: 11px;
  padding-right: 57px;
  padding-bottom: 11px;
}
#footer.inner{
  margin-top: 0;
}
#footer {
  margin-top: -52px;
  z-index: 5;
}
#footer .f-bg {
  z-index: -1;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#footer .f-content .items .text {
  color: #ffff;
  max-width: 336px;
  line-height: 1.35;
}
#footer .f-content .items .social-account-qr .social-account li {
  margin-right: 7px;
}
#footer .f-content .items .social-account-qr .social-account li a {
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0a6375;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .items .social-account-qr .social-account li a i {
  font-size: 16px;
  line-height: 30px;
}
#footer .f-content .items .social-account-qr .social-account li a:hover {
  background-color: var(--color);
  color: #ffffff;
}
#footer .f-content .items .social-account-qr #ewm {
  max-width: 74px;
  border: 5px solid #f5f5f5;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  color: #ffffff;
  line-height: 1.2;
}
#footer .f-content dl dd {
  line-height: 38px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
#footer .f-content dl dd a::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -3px;
  bottom: 0.6em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  width: 53px;
  height: 14px;
  background: url(../images/f-link.png) no-repeat center center;
}
#footer .f-content dl dd a:hover::after {
  opacity: 1;
}
#footer .f-content dl.f-contact dd {
  line-height: 1.5;
  max-width: 367px;
}
#footer .f-content dl.f-contact dd ul li {
  color: #fff;
}
#footer .f-content dl.f-contact dd ul li .icon {
  width: 20px;
  height: 24px;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 3px;
}
#footer .f-copy {
  -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;
  color: #ffffff;
  font-weight: 300;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 25px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
  height: auto;
  background-color: transparent;
}
.fixed-toolbar ul li.back:hover {
  background-color: transparent;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #index-body .news .news-slick .slick-prev {
    left: 15px;
  }
  #index-body .news .news-slick .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 25px;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 100px;
  }
  #footer .f-bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140%;
  }
  #footer .f-bg img {
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 40px;
  }
  #banner {
    margin-top: 60px;
  }
  #index-body .about .content {
    margin-left: 15px;
  }
  #index-body .news-form {
    padding-bottom: 230px;
  }
  #index-body .news-form .news-form-bg {
    height: 100%;
  }
  #index-body .news-form .news-form-bg img {
    height: 100%;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #footer {
    padding-top: 5%;
  }
  #footer .f-bg {
    width: 150%;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #menuFull .lang-panel
    {
    line-height: 32px;
  }
  #menuFull .menu-item
   {
    line-height: 32px;
  }
  .page-header02 .menu-btn
  {
    line-height: 2;
    font-size: 14px;
  }
  .public-title {
    font-size: 34px;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 50px;
  }
  #banner .banner-slick li .content .text-box h2 .icon {
    display: none;
  }
  #index-body .product .product-slick .slick-arrow {
    width: 28px;
    height: 10px;
    background-size: 100%;
  }
  #index-body .product .product-slick {
    padding-left: 23px;
    padding-right: 23px;
  }
  #index-body .about .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .content .left {
    width: 100%;
  }
  #index-body .about .content .right {
    width: 100%;
  }
  #index-body .about .content .content-bg {
    top: unset;
    bottom: 0;
  }
  #index-body .advantage .content .advantage-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .content .advantage-list li {
    width: 100%;
  }
  #index-body .index-number .number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .index-number .number-Plus li {
    width: 50%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #index-body .news .news-slick .slick-arrow {
    width: 28px;
    height: 10px;
    background-size: 100%;
  }
  #index-body .news .news-slick .slick-prev {
    left: 40px;
  }
  #index-body .news .news-slick .slick-next {
    right: 40px;
  }
  #index-body .index-form form {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 2;
  }
  #index-body .index-form form .name,
  #index-body .index-form form .mail,
  #index-body .index-form form .content {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .index-form form .submit {
    margin-right: auto;
    margin-left: unset;
  }
  #index-body .news-form {
    padding-bottom: 60px;
  }
  #footer {
    /*background-color: var(--color);*/
    background-color: #f2d89d;
    margin-top: 0;
  }
  #footer .f-bg {
    width: 100%;
    height: 100%;
  }
  #footer .f-bg img {
    height: 100%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .font-12{
    font-size: 14px!important;
    line-height: 2!important;
  }
  .font-40
  {
    font-size: 26px;
    line-height: 1.6px;
  }
  .public-title {
    font-size: 26px;
  }
  .font-48
  {
    font-size: 20px;
    line-height: 1.8;
   }
  .font-36
  {
    font-size: 26px;
    line-height: 1.6;
  }
  .public-btn {
    padding-top: 6px;
    padding-bottom: 5px;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 40px;
  }
  .mobile-display-none {
    display: none;
  }
  #index-body .category .top .arrows {
    display: none;
  }
  #index-body .product .product-slick {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .about .right .icon {
    right: 0;
  }
  #index-body .about .about-partner {
    margin-left: -10px;
    margin-right: -10px;
  }
  #index-body .about .about-partner li .slide-box {
    margin-left: 10px;
    margin-right: 10px;
  }
  #index-body .index-form form .submit {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #footer .f-content .items .social-account-qr {
    display: none;
  }
  #footer .f-content dl.f-contact dd
   {
    line-height: 2;
  }
  .font-38,
  .font-25
   {
    font-size: 16px;
    line-height: 2;
  }
  #footer .f-content dl.f-contact dd {
    max-width: 100%;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-category {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .category .category-slick li .slide-box .title
  {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  #index-body .advantage .content .advantage-list li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .content .advantage-list li .box .img {
    width: auto;
  }
  #index-body .advantage .content .advantage-list li .box .right-text {
    width: 100%;
  }
  #index-body .index-number .number-Plus {
    margin-left: 0;
  }
  #index-body .index-number .number-Plus li {
    min-width: unset;
  }
  #index-body .index-number .number-Plus li .top em {
    font-size: 30px;
  }
  #index-body .index-number .number-Plus li .img > img {
    max-width: 80px;
  }
  #footer .f-copy .copy {
    display: block;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-19,
  .font-21,
  .font-23{
    line-height: 30px !important;
  }
  .font-30,
  .font-24 
   {
     font-size: 24px;
    line-height: 44px !important;
  }
  .font-20 
   {
     font-size: 20px;
    line-height: 36px !important;
  }
  .font-22
   {
     font-size: 22px;
    line-height: 40px !important;
  }
  .font-18
   {
     font-size: 18px;
    line-height: 32px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
@keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
.h-title h3 {
  font-size: 44px;
  font-family: var(--font);
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1700px) {
  .h-title h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .h-title h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .h-title h3 {
    font-size: 24px;
    line-height: 44px;
  }
}
.footer-top{
  display: none;
}
.footer-top.inner{
  display: block;
}
.white {
  color: white;
}
.more.black {
  background-color: black;
}
.more.black::before {
  background-color: var(--color);
}
.more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 35px;
}
.more::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover::before {
  right: 0;
}
.more i {
  font-size: 18px;
  color: #000;
  width: 35px;
  height: 35px;
  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;
  border-radius: 50%;
  background-color: white;
  font-family: var(--font);
  position: relative;
  z-index: 5;
}
.more span {
  font-size: 18px;
  line-height: 32px;
  font-family: var(--font);
  position: relative;
  z-index: 5;
  color: white;
  margin-right: 12px;
}

.inner-banner {
  /*position: relative;
  height: auto;*/
  padding: 5% 0 0;
}

.inner-banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-attachment: fixed;
}

.inner-banner .box {
  z-index: 2;
  position: relative;
  color: #bb4e97;
  top: 50px;
}

.inner-banner .box .mbx {
  font-size: 18px;
  line-height: 32px;
}

.inner-banner .box h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: var(--font);
}

.inner-banner .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.product-page .product-1 {
  padding: 100px 0;
  background: url(/template/en/images/about-advantage.jpg) no-repeat center center;
    background-size: cover;
}

.product-page .slideBar .left.column {
  width: 75%;
  padding-right: 50px;
}
.product-page .slideBar .left.column h1 {
  font-family: var(--font);
}
.product-page .product-1 .left .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page .product-1 .left .top h1 {
  width: 60%;
  padding-right: 50px;
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: var(--font);
}

.product-page .product-1 .left .top .catgory {
  width: 40%;
  height: 48px;
  position: relative;
}

.product-page .product-1 .left .top .catgory span {
  height: 100%;
  line-height: 50px;
  width: 100%;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
}

.product-page .product-1 .left .top .catgory span i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page .product-1 .left .top .catgory ul {
  position: absolute;
  box-shadow: 0px 3px 7px 3px rgb(0 0 0 / 8%);
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 3;
  /*border: 1px solid rgba(0,0,0,0.2);*/
  display: none;
}

.product-page .product-1 .left .top .catgory ul li {
  font-size: 16px;
  padding: 5px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.product-page .product-1 .left .top .catgory ul li a {
  display: block;
}

.product-page .product-1 .left .top .catgory ul li:hover {
  background: var(--color);
  color: white;
}

.product-page .product-1 .left .Auxil-catdes {
  font-size: 16px;
  margin: 30px 0;
  color: #8e8e8e;
  line-height: 30px;
}

.product-page .product-1 .list {
  margin-top: 10px;
}

.product-page .product-1 .list ul {
  margin: -15px;
}

.product-page .product-1 .list ul li {
  padding: 15px;
}

.product-page .product-1 .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  /*background: #fff;*/
  background: url(../images/about-item-bg.png) no-repeat center;
    background-size: cover;
}
.product-page .product-1 .list ul li .box a img
{
  background: #fff;
    border-radius: 10px;
    padding: 5px;
}

.product-page .product-1 .list ul li .box .more {
  margin: 0 auto;
}
.product-page .product-1 .list ul li .box .more:visited,
.product-page .product-1 .list ul li .box .more:link {
  background: var(--color);
}

.product-page .product-1 .list ul li .box .cat_name {
  font-size: 14px;
  line-height: 2;
  color: #8e8e8e;
  margin-top: 25px;
}

.product-page .product-1 .list ul li .box .h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  margin: 15px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 72px;
}

.product-page .product-1 .list ul li .box .des {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #8e8e8e;
  height: 84px;
}

.product-page .product-1 .list ul li .box:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.product-page .product-1 .list ul li .box:hover .h4 {
  color: var(--color);
}

.product-page .slideBar .right.column {
  width: 25%;
  position: sticky;
  top: 160px;
}

.product-page .slideBar .right .h3 {
  font-size: 46px;
  font-family: var(--font);
}

.product-page .slideBar .right ul.nav li {
  font-size: 18px;
  line-height: 32px;
}

.product-page .slideBar .right ul.nav li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 900;
}

.product-page .slideBar .right ul.nav li.active > a,
.product-page .slideBar .right ul.nav li:hover > a {
  color: var(--color);
}

.product-page .slideBar .right ul.list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .img {
  width: 35%;
  vertical-align: middle;
}

.product-page .slideBar .right ul.list li .img img {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
    padding: 10px;
}

.product-page .slideBar .right ul.list li .txt {
  width: 65%;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
}

.m-page {
  margin-top: 60px;
}

.m-page span,
.m-page a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
  border-color: transparent;
}
.prodet-page .prodet-1 {
  padding: 100px 0;
  background: url(/template/en/images/about-advantage.jpg) no-repeat center center;
    background-size: cover;
}

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

.prodet-page .prodet-1 .left .big_img ul li img {
  margin: auto;
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-1 .left .content {
  padding-left: 30px;
  color: #8e8e8e;
  line-height: 1.8;
}

.prodet-page .prodet-1 .left .content .cat_name {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
}

.prodet-page .prodet-1 .left .content h1 {
  font-size: 30px;
  font-family: var(--font);
  line-height: 1.2;
  color: black;
}
.prodet-page .prodet-1 .left .content h5 {
  color: var(--color);
  font-weight: 600;
}
.prodet-page .prodet-1 .left .content .des {
  font-size: 18px;
  line-height: 1.8;
  color: #8e8e8e;
  margin: 20px 0;
  max-height: 400px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .left .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: var(--color);
  /*margin-right: 20px;*/
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}

.prodet-page .prodet-2 ul.tab li a {
  display: block;
  color: #fff;
}

.prodet-page .prodet-2 ul.tab li.active {
  background: #f7f5f5;
}

.prodet-page .prodet-2 ul.tab li.active a {
  color: #000;
}

.prodet-page .prodet-2 .content {
  background: #f7f5f5;
  padding: 50px;
  font-size: 16px;
}

.prodet-page .prodet-3 {
  padding: 80px 0;
}

.prodet-page .prodet-3 .h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: var(--font);
}

.prodet-page .prodet-3 form {
  margin-top: 30px;
}

.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  border: 1px solid rgb(255 255 255 / 20%);
    background: rgb(255 255 255 / 37%);
}

.prodet-page .prodet-3 form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.prodet-page .prodet-3 form input[type='submit'] {
  width: auto;
  border: none;
  border-radius: 25px;
  padding: 0 35px;
  color: white;
  background: #eb1551;
  font-size: 18px;
}

.about-page {
  /*background: #fffaf6;*/
      background: url(/template/en/images/about-advantage.jpg) no-repeat center center;
    background-size: cover;
}

.about-page .about-1 {
  padding: 100px 0;
}

.about-page .about-1 .i-title {
  line-height: 1.2;
}

.about-page .about-1 .left .des {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  margin: 20px 0 30px;
}

.about-page .about-1 .right {
  text-align: right;
}

.about-page .about-1 .right .box {
  margin-left: auto;
  text-align: left;
  background: white;
  padding: 30px;
  border-radius: 30px;
  max-width: 700px;
    background: url(../images/about-item-bg.png) no-repeat center;
    background-size: cover;
}
.about-page .about-1 .right .box a.play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.about-page .about-1 .right .box a.play .play-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color:var(--color);
  position: relative;
  z-index: 2;
}
.about-page .about-1 .right .box a.play .play-box i {
  font-size: 20px;
  color: #fff;
}
.about-page .about-1 .right .box a.play:before,
.about-page .about-1 .right .box a.play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.about-page .about-1 .right .box a.play:before {
  background-color: var(--color);
  opacity: 0.6;
  animation: 1.5s to-big linear infinite;
}
.about-page .about-1 .right .box a.play:after {
  background-color: var(--color);
  opacity: 0.3;
  animation: 1.5s to-big1 linear infinite;
}
.about-page .about-1 .right .h4 {
  font-size: 30px;
  font-family: var(--font);
  margin-bottom: 20px;
}
.about-page .about-1 .right ul li {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  color: #8e8e8e;
  margin-bottom: 20px;
}

.about-page .about-1 .right ul li:last-child {
  margin-bottom: 0;
}

.about-page .about-1 .right ul li::before {
  content: '\e766';
  color: var(--color);
  font-family: "iconfont" !important;
  font-size: 20px;
  margin-right: 6px;
}

.about-page .about-2 {
  padding-bottom: 100px;
}

.about-page .about-2 video {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}

.about-page .about-3 {
  padding-bottom: 80px;
  text-align: center;
}

.about-page .about-3 .aboutBox {
  position: relative;
}

.about-page .about-3 .list {
  margin-top: 35px;
}

.about-page .about-3 .list ul li {
  padding: 0 15px;
}

.about-page .about-3 .list ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.about-page .about-3 .list ul li a img {
  display: block;
  width: 100%;
}

.about-page .about-3 .list ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-zoom.png') center center no-repeat rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.about-page .about-3 .list ul li a h6 {
  padding: 10px 15px;
  text-align: center;
  background: var(--color);
  color: white;
  font-weight: 500;
  font-size: 18px;
  /*text-transform: uppercase;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.about-page .about-3 .list ul li a:hover:after {
  opacity: 1;
}

.about-page .about-3 .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.about-page .about-3 .button-prev {
  left: -10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-3 .button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  left: 1.5em;
  position: relative;
  top: 21px;
}

.about-page .about-3 .button-next {
  right: -10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-3 .button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  right: 1.7em;
  top: 20px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-page .about-3 .button-next:after,
.about-page .about-3 .button-prev:after {
  content: '';
  width: 4.8em;
  height: 4.3em;
  background: url(../images/icon-arrow-bg.png) center center no-repeat;
  display: block;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: inherit !important;
  position: absolute;
  left: 0;
  top: 0;
}

.about-page .about-3 .button-next:after {
  left: auto;
  right: 0;
}

.about-page .about-5 .title,
.about-page .about-4 .title,
.about-page .about-3 .title {
  font-size: 48px;
  text-transform: uppercase;
  font-family: var(--font);
}
.about-page .about-6{
  /*background-color: #fff;
  background: url(/template/en/images/news-form.jpg) no-repeat center center;
    background-size: cover;*/
    padding-bottom: 280px !important;
}
.about-page .about-4 {
  padding: 100px 0;
  text-align: center;
}
.about-page .about-4 .container {
  max-width: 1450px;
}
.about-page .about-4 .list {
  margin: 50px -90px 0;
  background: url(../images/bolang.png) no-repeat;
  background-position: center;
}
.about-page .about-4 .list ul li {
  padding: 30px;
}

.about-page .about-4 .list ul li .box {
  position: relative;
  text-align: left;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-page .about-4 .list ul li.swiper-slide-active + li + li .box,
.about-page .about-4 .list ul li.swiper-slide-active .box,
.about-page .about-4 .list ul .slick-current + div + div li .box,
.about-page .about-4 .list ul .slick-current li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.about-page .about-4 .list ul li .box span {
  font-weight: 600;
  font-size: 28px;
  color: var(--color);
  line-height: 2;
  margin-bottom: 30px;
  margin-left: 10%;
  position: relative;
  display: inline-block;
}

.about-page .about-4 .list ul li .box span:after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid white;
  position: absolute;
  bottom: -30px;
  left: 30px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
}

.about-page .about-4 .list ul li .box .content {
  padding: 25px;
  border-radius: 14px;
  background: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.about-page .about-4 .list ul li .box .content i {
  display: block;
  height: 54px;
  line-height: 54px;
}

.about-page .about-4 .list ul li .box .content i img {
  display: block;
  max-height: 100%;
}

.about-page .about-4 .list ul li .box .content h6 {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin: 15px 0;
  line-height: 2;
}

.about-page .about-4 .list ul li .box .content .text {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.about-page .about-4 .list ul li .box .content + span {
  margin-bottom: 0;
  margin-top: 30px;
}

.about-page .about-4 .list ul li .box .content + span:after {
  border-bottom: none;
  border-top: 22px solid white;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  top: -30px;
}

.about-page .about-4 .list ul li.swiper-slide-active + li + li .box span,
.about-page .about-4 .list ul li.swiper-slide-active .box span,
.about-page .about-4 .list ul .slick-current + div + div li .box span,
.about-page .about-4 .list ul .slick-current li .box span {
  margin-bottom: 0;
  margin-top: 30px;
}

.about-page .about-4 .list ul li.swiper-slide-active + li + li .box span::after,
.about-page .about-4 .list ul li.swiper-slide-active .box span::after,
.about-page .about-4 .list ul .slick-current + div + div li .box span::after,
.about-page .about-4 .list ul .slick-current li .box span::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  top: -31px;
  left: 30px;
}

.about-page .about-4 .list {
  margin: 50px -30px 0;
}

.about-page .about-4 .swiper-button-next img,
.about-page .about-4 .swiper-button-prev img {
  max-width: none;
  position: absolute;
  top: 38%;
  width: 8.4em;
  z-index: 1;
}
.about-page .about-4 .swiper-button-next,
.about-page .about-4 .swiper-button-prev {
  background-color: var(--color);
  border-radius: 50%;
}
.about-page .about-4 .swiper-button-prev {
  left: -10%;
  width: auto;
  height: auto;
}

.about-page .about-4 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  left: 1.5em;
}

.about-page .about-4 .swiper-button-next {
  right: -10%;
  width: auto;
  height: auto;
}

.about-page .about-4 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  right: 1.5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-page .about-4 .swiper-button-next:after,
.about-page .about-4 .swiper-button-prev:after {
  content: '';
  width: 4.8em;
  height: 4.3em;
  background: url(../images/icon-arrow-bg.png) center center no-repeat;
  display: block;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: inherit !important;
}

.about-page .about-5 {
  padding-bottom: 70px;
}

.about-page .about-5 .txt {
  text-align: center;
  font-size: 17px;
  color: #8e8e8e;
  max-width: 1600px;
  margin: 10px auto 40px;
}

.about-page .about-5 ul {
  margin: -15px;
  margin-top: 30px;
}

.about-page .about-5 ul li {
  padding: 15px;
}

.about-page .about-5 ul li .box {
  background: #eb1551;
  border-radius: 30px;
  padding: 30px 0 0 30px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.about-page .about-5 ul li .box .h4 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    padding-right: 20px;
    font-family: 'GummyMucusRegular';
    color: #fff;
}

.about-page .about-5 ul li .box .des {
    font-size: 16px;
    line-height: 30px;
    color: #f1f1f1;
    padding-right: 20px;
    margin: 15px 0 35px;
    height: 205px;
    overflow-y: auto;
    font-weight: 300;
}

.about-page .about-5 ul li .box .img {
  border-radius: 30px;
  overflow: hidden;
  width: -webkit-calc(100% + 5.6em);
  width: -moz-calc(100% + 5.6em);
  width: calc(100% + 5.6em);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-bottom: -15px;
}

.about-page .about-5 ul li .box .img img {
  width: 100%;
}

.about-page .about-5 ul li .box:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.about-page .about-5 ul li .box:hover .img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about-page .about-6 ul li a {
  border-radius: 0;
}

.about2-page .about-1 {
  position: relative;
  /*background-image:url(../images/difference-top.png);*/
  background-repeat: no-repeat;
  background-position: center bottom;
}

.about2-page .about-1 .left {
  vertical-align: middle;
  padding-right: 60px;
}

.about2-page .about-1 .right {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NTIuMTYgNzE4LjIzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMGYwZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlNWRzwvdGl0bGU+PHBhdGggaWQ9Il9QYXRoXyIgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTgyMi40OSwxNy4zOWMtNTMuMjcsMzEuNjYtNTguMzUsNjguMzYtOTIsMTE2LjUxLTIwLjU3LDI5LjQtNzAuMTQsNzIuMDYtMTE5LDE1LTMwLTM1LTc1LjY5LTY1LjQtMTIzLjI5LTU4LjM1QzMzMS43MywxMTMuNzQsMzcyLjI1LDI3NC40NywyNjcsMzAzLjExYy01MiwxNC4xNC0xMDYtMTEuMzItMTU4LjctMi40NEM2MS43NCwzMDguNTIsMTkuODksMzQzLDUuNDksMzg3LjkzYy0xNy45Myw1NS45NS0zMy40LDM1NC43OCw2NzEuMTksMzAwLjM4Qzg0OC43OSw2NzUsOTUyLjE2LDcxOC4yMyw5NTIuMTYsNzE4LjIzVjE4LjcxQzkxNi41LTYuMDYsODYxLjc4LTYsODIyLjQ5LDE3LjM5WiIvPjwvc3ZnPg==);
  -webkit-mask-position: right;
  -webkit-mask-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
}

.about2-page .about-1 .ui.container {
  max-width: 100%;
  padding: 0 0 0 12%;
}

.about2-page .about-1 .circle {
  position: absolute;
  right: 10%;
  top: 11%;
}

.about2-page .about-3 {
  background-color: white;
  position: relative;
}

.about2-page .about-3 .ui.container {
  z-index: 2;
}
.about3-page {
  background: #f7f5f5;
}

.about3-page .about-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}

.about3-page .about-1 .left {
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
  vertical-align: middle;
}

.about3-page .about-1 .right {
  vertical-align: middle;
  position: relative;
}

.about3-page .about-1 .right .i-title {
  margin: 17px 0 18px;
}

.about3-page .about-1 .right .content {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  margin-bottom: 42px;
}

.about3-page .about-1 .right ul {
  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;
  margin-bottom: 40px;
}

.about3-page .about-1 .right ul li {
  text-align: center;
}

.about3-page .about-1 .right ul li p {
  font-size: 24px;
  margin-top: 14px;
}

.about3-page .about-1 .right .flower {
  position: absolute;
  right: -10px;
  top: -90px;
  width: 181px;
  height: 164px;
  text-align: center;
  background: url(../images/hello-bg.png) no-repeat center;
  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;
}

.about3-page .about-2 {
  background: white;
}

.about3-page .about-2 ul li {
  border-radius: 30px;
  padding: 60px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about3-page .about-2 ul li h4 {
  font-size: 45px;
  font-family: var(--font);
  margin-bottom: 15px;
}

.about3-page .about-2 ul li .text img {
  border-radius: 20px;
}

.about3-page .about-2 ul li .text {
  vertical-align: bottom;
  width: 45%;
}

.about3-page .about-2 ul li .honor {
  vertical-align: bottom;
  width: 55%;
}

.about3-page .about-2 ul li:nth-child(2n-1) .honor {
  padding-left: 65px;
}

.about3-page .about-2 ul li:nth-child(2n) .honor {
  padding-right: 65px;
}

.service-page {
  background: #fffaf6;
}

.service-page .service-1 {
  padding: 100px 0 80px;
}

.service-page .service-1 .tag {
  color: var(--color);
}

.service-page .service-1 .txt {
  text-align: center;
  font-size: 18px;
  max-width: 950px;
  margin: 0 auto 40px;
  color: #8e8e8e;
}

.service-page .service-1 ul {
  margin: -15px;
}

.service-page .service-1 ul li {
  padding: 15px;
}

.service-page .service-1 ul li .box {
  position: relative;
  background: white;
  border-radius: 30px;
  padding: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-1 ul li .box .icon {
  width: 80px;
}

.service-page .service-1 ul li .box .content {
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
}

.service-page .service-1 ul li .box .h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  /*min-height: 58px;*/
}

.service-page .service-1 ul li .box .des {
  font-size: 15px;
  margin-top: 10px;
  color: #8e8e8e;
  min-height: 68px;
}

.service-page .service-1 ul li .box:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.service-page .service-2 {
  padding: 0;
}
.service-page .service-2 .container {
  max-width: 1450px;
}
.service-page .service-2 .wrap {
  margin: -50px;
}

.service-page .service-2 .wrap .column {
  padding: 50px;
  vertical-align: middle;
}

.service-page .service-2 .content {
  width: 100%;
  position: relative;
  margin: 75px 0;
}

.service-page .service-2 .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*-webkit-mask-position: left;
    mask-position: left;*/
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  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;
}

.service-page .service-2 .box .h4 {
  font-size: 26px;
  font-weight: 500;
  z-index: 3;
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.service-page .service-2 .box .img {
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.service-page .service-2 .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  background: white;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 100%;
  text-align: center;
}

.service-page .service-2 .icon img {
  vertical-align: middle;
}

.service-page .service-2 .box:hover .img {
  opacity: 1;
}

.service-page .service-3 {
  padding: 0 0 60px;
}

.service-page .service-3 .ui.container {
  max-width: 100%;
  padding: 0;
}

.service-page .service-3 .left {
  vertical-align: middle;
}

.service-page .service-3 .right {
  padding-right: 12%;
  padding-left: 80px;
  vertical-align: middle;
}

.service-page .service-3 .right .box {
  background: white;
  padding: 30px;
  border-radius: 30px;
}

.service-page .service-3 .right .h3 {
  font-size: 36px;
  font-family: var(--font);
  margin-bottom: 25px;
}

.service-page .service-3 .right form textarea,
.service-page .service-3 .right form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.service-page .service-3 .right form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.service-page .service-3 .right form input[type='submit'] {
  width: auto;
  border: none;
  border-radius: 0 25px 25px 23px;
  padding: 0 50px;
  color: white;
}

.service-page.about-page .about-6 .tag {
  color: var(--color);
}

.service-page .service-5 {
  padding: 60px 0 80px;
  position: relative;
}

.service-page .service-5 .tag {
  color: var(--color);
}

.service-page .service-5 .txt {
  font-size: 16px;
  max-width: 800px;
  margin-bottom: 50px;
  color: #8e8e8e;
}

.service-page .service-5 .flow {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: transform 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service-page .service-5 .flow:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.service-page .service-5 ul {
  margin: -15px;
}

.service-page .service-5 ul li {
  padding: 15px;
}

.service-page .service-5 ul li .box {
  background: #fff;
  /*height: 350px;*/
  border-radius: 20px;
  padding: 35px 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-5 ul li .box .h5 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
}

.service-page .service-5 ul li .box .des {
  font-size: 16px;
  color: #8e8e8e;
  min-height: 168px;
  max-height: 168px;
  overflow: auto;
}

.service-page .service-5 ul li .box:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.news-page{
  background: url(/template/en/images/about-advantage.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 0 200px;
  }

.news-page .news-1 {
  padding: 100px 0;
}

.news-page .news-1 .left ul li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-page .news-1 .left ul li:first-child {
  padding-top: 0;
}

.news-page .news-1 .left ul li .cat_name {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
  text-transform: uppercase;
}

.news-page .news-1 .left ul li .h4 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  margin: 10px 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: 'GummyMucusRegular';
}
.shijian
{
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
.news-page .news-1 .left ul li .des {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
}

.news-page .news-1 .left ul li:hover .h4 {
  color: var(--color);
}

.product-page.news-page .slideBar .right ul.list li .txt {
  padding-left: 0;
  width: 100%;
}

.product-page.news-page .slideBar .right ul.list li .txt .time {
  color: var(--color);
  font-size: 14px;
  line-height: 28px;
}

.product-page.news-page .slideBar .right ul.list li .txt .title {
  font-weight: 500;
}

.newdet-page .cat_name {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}

.newdet-page {
  padding: 125px 0 220px;
}

.newdet-page time {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.newdet-page .content {
  color: #8e8e8e;
  line-height: 2;
}

.newdet-page .share {
  margin-top: 50px;
  text-align: right;
}

.newdet-page .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  background: var(--color);
  color: white;
  font-size: 16px;
  margin-left: 6px;
}

.newdet-page .form {
  margin-top: 60px;
}

.newdet-page .form .h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: var(--font);
  margin-bottom: 25px;
}

.newdet-page .form form textarea,
.newdet-page .form form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.newdet-page .form form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.newdet-page .form form input[type='submit'] {
  width: auto;
  border: none;
  border-radius: 25px;
  padding: 0 35px;
  color: white;
}


.contact-page{
  background: url(/template/en/images/about-advantage.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 100px;
}
.contact-page .contact-1 {
  padding: 100px 0;
}

.contact-page .contact-1 .h2 em {
  color: var(--color);
  display: block;
  margin-bottom: -15px;
}

.contact-page .contact-1 .txt {
  line-height: 30px;
  font-size: 16px;
  color: #8e8e8e;
  margin: 15px 0 30px;
}

.contact-page .contact-2 {
  padding-bottom: 180px;
}

.contact-page .contact-2 .left {
  position: relative;
}

.contact-page .contact-2 .left .bg {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .contact-2 .right {
  padding-left: 60px;
}

.contact-page .contact-2 .right .h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.contact-page .contact-2 .right ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}

.contact-page .contact-2 .right ul li h5 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
}

.contact-page .contact-2 .right ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  min-height: 48px;
}

.contact-page .contact-2 .right ul li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
}

.contact-page .contact-2 .right .share {
  text-align: left;
}

.contact-page .contact-2 .right .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: white;
  text-align: center;
  line-height: 34px;
  background: var(--color);
  margin-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.contact-page .contact-2 .right .share a:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.our-clients-page.about-page {
  background: white;
}

.our-clients-page .our-clients-1 {
  padding: 110px 0;
}

.our-clients-page .our-clients-1 .top .left {
  width: 45%;
  padding-right: 80px;
  vertical-align: middle;
}

.our-clients-page .our-clients-1 .top .left h3 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}

.our-clients-page .our-clients-1 .top .left .cona {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-top: 20px;
}

.our-clients-page .our-clients-1 .top .right {
  width: 55%;
  vertical-align: middle;
}

.our-clients-page .our-clients-1 .top .right img {
  border-radius: 20px;
}

.our-clients-page .our-clients-2 ul {
  margin: 0 -50px;
}

.our-clients-page .our-clients-2 ul li {
  padding: 0 40px;
  margin-bottom: 85px;
}

.our-clients-page .our-clients-2 ul li .img {
  -webkit-box-shadow: 1px 2px 23px 4px rgba(4, 0, 0, 0.08);
  box-shadow: 1px 2px 23px 4px rgba(4, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.our-clients-page .our-clients-2 ul li .img img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}








.seoPublic .title {
  font-size: 48px;
  text-transform: uppercase;
  font-family: var(--font);
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: normal;
  text-align: center;
}
.seoIndustry h3{
   font-size: 22px;
   line-height: 40px;
   color: #eb1551;
}
.seoPublic > div {
  padding: 60px 0;
 
}

.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%;
  border-radius: 15px;
  background-size: cover;
  background-position: center center;
  display: block;
  overflow: hidden;
}
.seoPublic .Auxil-about .box .left .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.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: 30px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-family: var(--font);
}

.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  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-honor .list ul li a img {
  width: 100%;
}

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

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

.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  border-radius: 15px;
  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;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 62px;
}

.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: 2;
  margin-top: 0.5em;
  display: block;
  color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0;
  color: #8e8e8e;
  height: 90px;
}

.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-size: 14px;
  line-height: 2;
  padding: 12px 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-form .form ul li input[type='submit'] {
  border-radius: 0 21px 23px 20px;
}

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

.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;
  font-size: 18px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background: var(--color);
  color: whitesmoke;
  border: none;
}

.seoPublic .Auxil-form .form ul li input[type='submit']:hover {
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.seoPublic .seoIndustry .text h3 {
  font-size: 20px;
  line-height: 36px;
  margin: 10px 0;
  font-weight: 700;
}
.seoPublic .seoIndustry .text h4 {
  font-size: 18px;
  line-height: 32px;
  margin: 5px 0;
  font-weight: 600;
}
.huhu {
  margin-left: 10px;
}
.seoPublic .text a {
  color: inherit;
}

.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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-weight: 400;
  margin: 0.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-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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;
  }

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

  .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;
    line-height: 44px;
    margin-bottom: 1em;
  }
  .huhu {
    display: none;
  }
  #cp-Nav {
    display: block;
  }

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

  #cp-Nav .nav div.title {
    font-size: 18px;
    line-height: 32px;
    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;
    font-size: 14px;
    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;
    line-height: 1.8;
  }

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

  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}

@media screen and (max-width: 1600px) {
  .about3-page .about-1 .left {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    padding-right: 30px;
  }

  .about3-page .about-1 .right {
    padding-left: 40px;
  }

  .about3-page .about-2 ul {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1450px) {
  .about3-page .about-1 .right ul li p {
    font-size: 20px;
  }

  .about3-page .about-2 ul li h4 {
    font-size: 36px;
  }

  .our-clients-page .our-clients-1 {
    padding: 90px 0;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 42px;
  }

  .our-clients-page .our-clients-1 .top .left {
    padding-right: 30px;
  }

  .our-clients-page .our-clients-2 ul {
    margin: 0 -10px;
  }

  .our-clients-page .our-clients-2 ul li {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 0px;
  }
  .inner-banner .bg {
    background-size: auto 62%;
  }

  .product-page .slideBar .right {
    display: none;
  }

  .product-page .slideBar .left {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-3 .right {
    padding: 0 4% 0 50px;
  }

  .service-page .service-2 .wrap {
    margin: -30px;
  }

  .service-page .service-2 .wrap .column {
    padding: 30px;
  }

  .service-page .service-2 .box .h4 {
    font-size: 22px;
  }

  .service-page .service-2 .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }

  .service-page .service-2 .icon img {
    width: 45px;
  }

  .about3-page .about-1 .right ul li img {
    height: 45px;
  }

  .about3-page .about-1 .right ul li p {
    font-size: 17px;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 36px;
  }

  .our-clients-page .our-clients-1 {
    padding: 70px 0;
  }
  .product-page .slideBar .left.column {
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner {
    padding: 0 0 7%;
  }
  .inner-banner .box h2 {
    font-size: 30px;
  }
  . .seoPublic > div:nth-child(odd) {
    display: none;
  }
  .inner-banner .bg {
    background-size: auto 53%;
  }

  .product-page .product-1 .left .top .catgory {
    display: none;
  }

  .product-page .product-1 .left .top h1 {
    width: 100%;
    padding-right: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .product-page .product-1 {
    padding: 30px 0 !important;
  }

  .product-page .product-1 .list ul li {
    width: 50%;
  }

  .prodet-page .prodet-1 .left .big_img {
    width: 100%;
  }

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

  .about-page .about-1 .left {
    width: 100% !important;
    padding-right: 0;
  }

  .about-page .about-1 .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-1 .right .box {
    margin-left: 0;
  }

  .about-page .about-4 .swiper-button-prev,
  .about-page .about-4 .swiper-button-next {
    display: none !important;
  }
  .service-page .service-2 .wrap {
    margin: -12px;
  }

  .service-page .service-2 .wrap .column {
    padding: 12px;
  }

  .service-page .service-2 .box .h4 {
    font-size: 20px;
  }

  .service-page .service-2 .content {
    margin: 50px 0;
  }

  .service-page .service-2 .icon {
    top: -20px;
  }

  .service-page .service-3 .right {
    padding: 0 4% 0 12px;
  }

  .service-page .service-5 .flow {
    position: unset;
  }

  .contact-page .contact-2 .left {
    width: 100%;
  }

  .contact-page .contact-2 .right {
    width: 100%;
    /*padding-left: 0;*/
  }

  .about3-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }

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

  .about3-page .about-2 ul li {
    padding: 30px;
  }

  .about3-page .about-2 ul li h4 {
    font-size: 28px;
  }

  .about3-page .about-2 ul li:nth-child(2n-1) .honor {
    padding-left: 20px;
  }

  .about3-page .about-2 ul li:nth-child(2n) .honor {
    padding-right: 20px;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 32px;
  }

  .our-clients-page .our-clients-1 .top .left {
    width: 100%;
    padding-right: 0;
  }

  .our-clients-page .our-clients-1 .top .right {
    width: 100%;
    margin-top: 20px;
  }

  .our-story-page .our-story-2 .top ul li sup {
    display: none;
  }

  .our-clients-page .our-clients-2 ul li {
    width: 50% !important;
  }
  .contact-page .contact-2 {
    padding: 80px 0;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 .h2 em {
    margin-bottom: 0;
  }
  .footer-top.inner{
    display: none;
  }
  .seoPublic .Auxil-form .form ul li input[type='submit']{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .more{
    padding: 5px 10px;
  }
  .about-page .about-5{
    padding-bottom: 100px;
  }
  .about-page .about-5{
    padding-bottom: 100px;
  }
  .news-page .news-1{
    padding: 60px 0;
  }
  .contact-page .contact-1{
    padding-top: 60px;
  }
  .contact-page .contact-2{
    padding: 60px 0;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner .bottom {
    bottom: -1px;
  }
  .product-page .product-1 .left .Auxil-catdes {
    max-height: 200px;
    overflow: auto;
    display: none;
  }
  .yejiao{
    display: none;
  }
  .seoIndustry{
    display: none;
  }
  .product-page .product-1 .list ul li {
    width: 100%;
  }

  .product-page .product-1 .list ul li .box .h4 {
    font-size: 18px;
  }

  .prodet-page .prodet-1 .left .content h1 {
    font-size: 24px;
    line-height: 44px;
  }

  .inner-banner .bg {
    background-size: auto 37%;
  }

  .inner-banner .box .mbx {
    font-size: 16px;
    line-height: 30px;
  }

  .inner-banner .box h2 {
    font-size: 26px;
  }

  .inner-banner .box h2.xinchengsin,
  #footer .f-copy p.footxin,
  .seoIndustry.Auxil-industry {
    display: none !important;
  }

  .about-page .about-5 .title,
  .about-page .about-4 .title,
  .about-page .about-3 .title {
    font-size: 25px;
  }

  .about2-page .about-1 .ui.container {
    padding-left: 15px;
    z-index: 3;
  }

  .service-page .service-3 .left {
    width: 100%;
  }

  .service-page .service-3 .right {
    width: 100%;
    padding: 0 15px;
  }

  .service-page .service-2 .wrap .column {
    width: 100%;
  }

  .service-page .service-2 .content {
    margin: 30px auto;
    max-width: 410px;
  }

  .service-page .service-2 .wrap .column .center_img {
    text-align: center;
  }

  .contact-page .contact-2 .right ul li {
    padding-left: 75px;
  }

  .contact-page .contact-1 {
    padding-bottom: 0;
  }
  .contact-page .contact-1 .grid-box.two{
    flex-wrap: wrap;
  }
  .contact-page .contact-1 .grid-box.two .column,
  .contact-page .contact-2  .grid-box .column{
    width: 100%;
  }
  .contact-page .contact-2 .right{
    padding-left: 0;
  }
  .about3-page .about-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about3-page .about-2 ul li .text {
    width: 100%;
    order: 1;
  }

  .about3-page .about-2 ul li .honor {
    width: 100%;
    margin-top: 40px;
    order: 2;
  }

  .about3-page .about-2 ul li:nth-child(2n-1) .honor {
    padding-left: 0;
  }

  .our-clients-page .our-clients-1 {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .h3{
    font-size: 22px;
  }
  .prodet-page .prodet-1{
    padding: 60px 0;
  }
  .prodet-page .prodet-3{
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .prodet-page .prodet-3 form input{
    height: 40px;
  }
  .seoPublic .Auxil-news .list ul li .content{
    margin-top: 0;
  }
  .about-page .about-1{
    padding: 60px 0;
  }
  .about-page .about-5{
    padding-bottom: 60px;
  }
  .about-page .about-5{
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 500px) {
  .inner-banner .bg {
    background-size: auto 35%;
  }

  .service-page .service-2 .wrap .column {
    padding: 0;
  }

  .service-page .service-2 .wrap {
    margin: 0;
  }

  .about3-page .about-1 .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about3-page .about-1 .right ul li {
    width: 50%;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  .our-clients-page .our-clients-2 ul li {
    width: 50% !important;
  }
}

.prodet-page .prodet-1 .left .big_img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox {
  margin-top: 15px;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox ul li {
  padding: 0 8px;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox ul li img {
  border-radius: 10px;
}

.prodet-page .prodet-2 .wrapbox,
.prodet-page .product-1.Auxil-related .wrapbox,
.prodet-page .prodet-3.Auxil-form .wrapbox {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .prodet-page .prodet-2 .wrapbox,
  .prodet-page .product-1.Auxil-related .wrapbox,
  .prodet-page .prodet-3.Auxil-form .wrapbox {
    width: 100%;
  }
}

.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: none;
}

.prodet-page .prodet-2 .content table tr td:nth-of-type(2n-1) {
  background: #eee;
}

#index-body.contsform .i-form .box {
  padding: 0;
  background: none;
}

#index-body.contsform .i-form {
  padding-top: 0;
}

#index-body.contsform .i-form .box .right {
  padding-left: 0px;
}

.grid-box {
  font-size: 0;
}

.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}

.grid-box.two > .column {
  width: 50%;
}

.grid-box.three > .column {
  width: 33.33333%;
}

.grid-box.four > .column {
  width: 25%;
}

.grid-box.five > .column {
  width: 20%;
}

.grid-box.six > .column {
  width: 16.6666667%;
}

.grid-box.seven > .column {
  width: 14.285714%;
}

.grid-box.eight > .column {
  width: 12.5%;
}

.grid-box.nine > .column {
  width: 11.11111111%;
}

.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }

  .grid-box.three > .column {
    width: 33.33333%;
  }

  .grid-box.four > .column {
    width: 33.33333%;
  }

  .grid-box.five > .column {
    width: 33.33333%;
  }
}

@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }

  .grid-box.three > .column {
    width: 50%;
  }

  .grid-box.four > .column {
    width: 50%;
  }

  .grid-box.five > .column {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }

  .grid-box.three > .column {
    width: 100%;
  }

  .grid-box.four > .column {
    width: 100%;
  }

  .grid-box.five > .column {
    width: 100%;
  }
}
.video_box video {
  width: 100% !important;
  min-width: unset !important;
  max-height: 80vh !important;
}

.i-form {
  padding-top: 110px;
}

.i-form .box {
  background: url(../images/form-bg.jpg) no-repeat center bottom #f7f5f5;
  border-radius: 30px;
  padding: 60px 55px;
}

.i-form .box .i-title {
  line-height: 1.2;
  margin: 23px 0 24px;
}

.i-form .box .left {
  padding-right: 115px;
}

.i-form .box .left ul {
  margin-bottom: 40px;
}

.i-form .box .left ul li {
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
  font-weight: 500;
}

.i-form .box .left ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/sel.png) no-repeat left center;
}

.i-form .box .right {
  padding-left: 90px;
}

.i-form .box .right .form {
  background: var(--color);
  border-radius: 30px;
  padding: 35px 40px 20px;
}

.i-form .box .right .form .h4 {
  color: white;
  font-size: 30px;
  margin-bottom: 14px;
}

.i-form .box .right .form form input {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  height: 55px;
  border-radius: 26px;
  background: transparent;
  border: 1px solid white;
  color: white;
  margin-bottom: 15px;
  padding: 0 20px;
  font-weight: lighter;
}

.i-form .box .right .form form input::-webkit-input-placeholder {
  color: #fff;
}

.i-form .box .right .form form input::-moz-placeholder {
  color: #fff;
}

.i-form .box .right .form form input:-ms-input-placeholder {
  color: #fff;
}

.i-form .box .right .form form input:-moz-placeholder {
  color: #fff;
}

.i-form .box .right .form form input[type='submit'] {
  background: white;
  color: var(--color);
  padding: 0 20px;
  font-weight: normal;
  border-radius: 25px;
}
@media screen and (max-width: 1450px) {
  .i-form .box .left {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .i-form .box .left ul li {
    font-size: 16px;
  }
  .i-form .box .right .form form input {
    height: 45px;
  }
  .i-form .box .left {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .i-form .box .left {
    width: 100%;
    padding-right: 0;
  }
  .i-form .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .i-form .box {
    padding: 60px 25px;
  }
}
@media screen and (max-width: 500px) {
  .i-form .box .right .form {
    padding: 35px 20px 20px;
  }

  .i-form .box .right .form .h4 {
    font-size: 26px;
    line-height: 1.6;
  }
}
.gallery-page .gallery-1 {
  padding: 100px 0 280px;
    background: url(/template/en/images/about-advantage.jpg) no-repeat center center;
    background-size: cover;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(239, 128, 23, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover:after {
  opacity: 1;
}
.faq-page .faq-1 {
  text-align: center;
  padding: 100px 0 280px;
  background: url(/template/en/images/about-advantage.jpg) no-repeat center center;
  background-size: cover;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  position: relative;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
  background: url(../images/about-item-bg.png) no-repeat center;
    background-size: cover;
    font-family: 'GummyMucusRegular';
}
.faq-page .faq-1 .list ul li h6 i {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 27px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .faq-1 .list ul li h6 i:after,
.faq-page .faq-1 .list ul li h6 i:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .faq-1 .list ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  padding: 20px;
  display: none;
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i:after,
.faq-page .faq-1 .list ul li.active h6 i:before {
  background: white;
}
@media screen and (max-width: 1700px) {
  .faq-page .faq-1,
  .gallery-page .gallery-1 {
    padding: 60px 0;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
}
@media screen and (max-width: 1250px) {
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 22px;
    line-height: 2;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}
.seoPublic > div:nth-child(odd) {
  background: none;
}
.seoPublic{
   background: url(../images/seobg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 200px;
}
.about-page .about-1 .ui.container .grid-box {
    position: relative;
    z-index: 5;
}
.about-page .about-5 .ui.container {
    position: relative;
    z-index: 5;
}

.about-page .about-1 .ui.container::after {
  content: '';
    display: block;
    width: 300px;
    height: 204px;
    position: fixed;
    background: url(../images/yuansu1.png) no-repeat;
    background-size: cover;
    top: 43%;
    left: 0%;
    z-index: 1;
}
.about-page .about-1::after {
  content: '';
    display: block;
    width: 300px;
    height: 204px;
    position:  fixed;
    background: url(../images/yuansu2.png) no-repeat;
    background-size: cover;
    top: 3%;
    left: 84%;
}

table tbody {
    display: table;
     min-width: auto; 
    width: 100%!important;
}

@media screen and (max-width: 1250px) {
#innerMobileBanner {
    display: none;
}
}

.product-page.inner-page{
  background: url(/template/en/images/about-advantage.jpg) no-repeat center center;
    background-size: cover;
}

.font-16
 {
    line-height: 30px;
}
.font-14
 {
    line-height: 2;
}
.font-18
 {
    line-height: 32px;
}
.font-20
 {
    line-height: 36px;
}
.font-22
 {
    line-height: 40px;
}
.font-24
 {
    line-height: 44px;
}
.font-27
 {
    line-height: 1.6;
    font-size: 27.2px;
}
.font-15
 {
    line-height: 30px;
    font-size: 16px;
}


