@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype'), url(../fonts/Montserrat-ExtraBold.eot) format('eot'), url(../fonts/Montserrat-ExtraBold.woff) format('woff'), url(../fonts/Montserrat-ExtraBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'RiloxiaBoldwide';
  src: url(../fonts/RiloxiaBoldwide.ttf) format('truetype'), url(../fonts/RiloxiaBoldwide.eot) format('eot'), url(../fonts/RiloxiaBoldwide.woff) format('woff'), url(../fonts/RiloxiaBoldwide.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #888;
}
textarea::-webkit-input-placeholder {
  color: #888;
}
input::-moz-placeholder {
  color: #888;
}
input:-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder {
  color: #888;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #a0c276;
  --green: #00eaa9;
  font-family: 'Montserrat-Regular';
  --font: 'RiloxiaBoldwide';
  background-color: white;
  color: black;
  max-width: 1920px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1455px;
  margin: 0 auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: white;
}
#header.active,
#header.inner-header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header .nav {
  position: relative;
  height: 95px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 100px;
  width: 100%;
}
#header .nav .ui.menu {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 100px;
  font-size: 18px;
  color: black;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.8;
  height: 100%;
  font-family: 'Montserrat-SemiBold';
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  width: auto;
  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 {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#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:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  margin-left: 95px;
  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;
}
#header .nav .ui.menu .right form {
  position: relative;
}
#header .nav .ui.menu .right form input[type='text'] {
  width: 170px;
  height: 40px;
  border: 1px solid black;
  border-radius: 35px;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 45px;
  font-size: 16px;
}
#header .nav .ui.menu .right form input[type='submit'] {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url('../images/search.png');
  background-repeat: no-repeat;
  border: none;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.language-box {
  margin-right: 20px;
}
.language-box .zhuyu {
  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;
}
.language-box .zhuyu img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
  margin-top: 95px;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  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: 5;
  color: white;
}
#banner .banner-content ul li .content p {
  font-size: 20px;
  line-height: 36px;
  font-family: 'Montserrat-SemiBold';
}
#banner .banner-content ul li .content h2 {
  font-size: 64px;
  line-height: 1.4;
  font-family: var(--font);
  text-transform: uppercase;
  margin: 0 auto 60px;
  max-width: 80%;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content .btn {
  position: absolute;
  left: 50%;
  bottom: 85px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.more {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
  padding: 0 25px;
  border-radius: 5px;
}
.more:hover {
  background-color: black;
}
.more span {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 18px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  white-space: nowrap;
}
.h-title p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--color);
  font-family: 'Montserrat-Medium';
  text-transform: uppercase;
  margin-bottom: 10px;
}
.h-title h3 {
  font-size: 48px;
  line-height: 1.2;
  font-family: var(--font);
  text-transform: uppercase;
  position: relative;
}
@-webkit-keyframes img_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes img_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes img_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes pro_out {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
@-moz-keyframes pro_out {
  0% {
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes pro_out {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
@-webkit-keyframes pro_in {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
}
@-moz-keyframes pro_in {
  0% {
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    clip-path: circle(0 at 50% 50%);
  }
}
@keyframes pro_in {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body .category {
  padding: 115px 0 80px;
  background-color: #f7f7f7;
  position: relative;
}
#index-body .category .pro_text {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#index-body .category .category-content {
  width: 100%;
}
#index-body .category .category-content ul {
  margin: 75px -46% 0;
}
#index-body .category .category-content ul .slick-current li {
  padding: 0 48px;
}
#index-body .category .category-content ul .slick-current li .box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .category .category-content ul .slick-current li .box .img {
  height: 100%;
}
#index-body .category .category-content ul .slick-current li .box .page {
  opacity: 1;
}
#index-body .category .category-content ul .slick-current + .slick-slide li .box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .category .category-content ul li {
  padding: 70px 48px;
  height: 630px;
}
#index-body .category .category-content ul li .box {
  position: relative;
  width: 100%;
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 485px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .category .category-content ul li .box .img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .category .category-content ul li .box .title {
  position: absolute;
  left: 70px;
  bottom: 45px;
  color: white;
  max-width: calc(100% - 200px)
}
#index-body .category .category-content ul li .box .page {
  position: absolute;
  right: 50px;
  bottom: 30px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .box .page span {
  font-size: 12px;
  font-family: var(--font);
}
#index-body .category .category-content ul li .box .page span:nth-child(2) {
  width: 40px;
  height: 1px;
  background-color: white;
  margin: 0 8px;
}
#index-body .product {
  position: relative;
  padding: 115px 0;
}
#index-body .product .product-content {
  margin-top: 85px;
}
#index-body .product .product-content ul {
  margin: 0 -10px;
  position: relative;
}
#index-body .product .product-content ul .slick-arrow {
  color: transparent;
  width: 50px;
  height: 50px;
  background-color: #ecece9;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -85px;
  z-index: 10;
  border: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .product .product-content ul .slick-arrow:hover {
  background-color: var(--color);
}
#index-body .product .product-content ul .slick-arrow:hover::before {
  color: white;
}
#index-body .product .product-content ul .slick-arrow::before {
  content: "\e76e";
  font-family: "iconfont";
  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%);
  color: black;
  font-size: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .product .product-content ul .slick-arrow.slick-next {
  right: -85px;
  left: unset;
}
#index-body .product .product-content ul .slick-arrow.slick-next::before {
  content: "\e76f";
}
#index-body .product .product-content ul li {
  padding: 0 10px 10px;
}
#index-body .product .product-content ul li .box:hover .img .pro_img {
  -webkit-animation: pro_in .6s forwards;
  -moz-animation: pro_in .6s forwards;
  animation: pro_in .6s forwards;
}
#index-body .product .product-content ul li .box:hover .img .bg {
  opacity: 1;
}
#index-body .product .product-content ul li .box:hover .content {
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.11);
}
#index-body .product .product-content ul li .box:hover .content .des {
  opacity: 1;
}
#index-body .product .product-content ul li .box:hover .content .more {
  opacity: 1;
}
#index-body .product .product-content ul li .box .img {
  display: block;
  position: relative;
  width: 100%;
}
#index-body .product .product-content ul li .box .img .pro_img {
  -webkit-animation: pro_out .6s forwards;
  -moz-animation: pro_out .6s forwards;
  animation: pro_out .6s forwards;
  z-index: 2;
  position: relative;
  border: 1px solid #e5e5e5;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product .product-content ul li .box .img .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product .product-content ul li .box .content {
  padding: 20px 30px 35px;
  text-align: center;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .product .product-content ul li .box .content h4 {
  font-family: 'Montserrat-SemiBold';
}
#index-body .product .product-content ul li .box .content .des {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
      line-height: 1.8;
}
#index-body .product .product-content ul li .box .content .more {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .customize {
  background: url('../images/customized-bg.jpg') no-repeat;
  background-size: cover;
  height: 830px;
  padding-left: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .customize .box {
  width: 730px;
  height: 100%;
  background: url('../images/customized-form.png') no-repeat;
  background-size: cover;
  color: white;
  padding: 75px 100px 50px 70px;
}
#index-body .customize .box .con {
  font-family: 'Montserrat-Medium';
  margin: 20px 0;
}
#index-body .customize .box .form-group {
  padding-left: 30px;
  margin-bottom: 30px;
}
#index-body .customize .box .form-group:last-child {
  margin-bottom: 0;
}
#index-body .customize .box .form-group > label {
  position: relative;
      line-height: 1.8;
}
#index-body .customize .box .form-group > label::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  display: block;
  background: #fff;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .customize .box .form-group .radio-group {
  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;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .customize .box .form-group .radio-group .radio-option {
  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;
  margin-right: 30px;
}
#index-body .customize .box .form-group .radio-group .radio-option:last-child {
  margin-right: 0;
}
#index-body .customize .box .form-group .radio-group .radio-option label {
  font-size: 18px;
          line-height: 1.8;
  font-family: 'Montserrat-Medium';
  margin-left: 10px;
  position: relative;
}
#index-body .customize .box .form-group .radio-group .radio-option label:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .customize .box .form-group .radio-group .radio-option input[type='radio']:checked + label::before {
  background-color: white;
}
#index-body .customize .box .form-group .radio-group .radio-option input[type='radio'] {
  opacity: 0;
}
#index-body .customize .box .more {
  background-color: white;
  margin-left: 30px;
}
#index-body .customize .box .more:hover {
  background-color: #000;
}
#index-body .customize .box .more:hover span {
  color: white;
}
#index-body .customize .box .more span {
  color: var(--color);
}
#index-body .customize .right {
  width: -webkit-calc(100% - 730px);
  width: -moz-calc(100% - 730px);
  width: calc(100% - 730px);
  height: 100%;
  position: relative;
}
#index-body .customize .right .btn {
  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: 35px;
  height: 35px;
  position: absolute;
  top: 16%;
  right: 54%;
}
#index-body .customize .right .btn.active .img_box {
  width: 450px;
}
#index-body .customize .right .btn:nth-child(2) {
  top: 50%;
  right: 48%;
}
#index-body .customize .right .btn:last-child {
  top: 74%;
  right: 57%;
}
#index-body .customize .right .btn:nth-child(2)::before,
#index-body .customize .right .btn:nth-child(3)::before{
  display: none;
}
#index-body .customize .right .btn::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(173, 214, 122, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: img_scale 2s linear infinite;
  -moz-animation: img_scale 2s linear infinite;
  animation: img_scale 2s linear infinite;
  z-index: 3;
}
#index-body .customize .right .btn i {
  font-size: 24px;
  color: white;
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
  z-index: 5;
  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;
}
#index-body .customize .right .btn .img_box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: auto;
  background-color: white;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
#index-body .customize .right .btn .img_box 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;
}
#index-body .customize .right .btn .img_box ul li {
  text-align: center;
  padding: 20px 30px;
}
#index-body .customize .right .btn .img_box ul li h4 {
  font-size: 15px;
  font-family: 'Montserrat-Medium';
  margin-top: 10px;
  color: #000;
}
#index-body .about {
  position: relative;
}
#index-body .about .about-content .left {
  width: 53.5%;
  height: 100%;
}
#index-body .about .about-content .left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
#index-body .about .about-content .right {
  width: 46.5%;
  padding-left: 60px;
}
#index-body .about .about-content .right .h-title h3 {
  font-size: 32px;
}
#index-body .about .about-content .right .con {
  font-family: 'Montserrat-Medium';
  margin: 25px 0 35px;
  line-height: 1.8;
}
#index-body .about .bottom {
  margin-top: 140px;
}
#index-body .about .bottom ul li {
  height: 65px;
}
#index-body .about .bottom ul li:first-child .box {
  margin-left: 0;
}
#index-body .about .bottom ul li:last-child .box {
  margin-right: 0;
}
#index-body .about .bottom ul li .box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .about .bottom ul li .box h4 {
  font-size: 152px;
  color: #f8f7f4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Montserrat-Bold';
}
#index-body .about .bottom ul li .box p {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Montserrat-Bold';
  position: relative;
  z-index: 5;
}
#index-body .application {
  padding: 120px 0 0;
}
#index-body .application .con {
  max-width: 1020px;
  text-align: center;
  margin: 25px auto 55px;
  font-family: 'Montserrat-Medium';
  line-height: 30px;
}
#index-body .application .application-content {
  padding: 0 100px;
  height: 600px;
  position: relative;
}
#index-body .application .application-content .smallImg {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  color: #fff;
  z-index: 2;
  overflow: hidden;
}
#index-body .application .application-content .smallImg ul {
  width: 100%;
  height: 100%;
}
#index-body .application .application-content .smallImg ul li {
  height: 100%;
  position: relative;
  border-right: 1px solid #fff;
  overflow: hidden;
}
#index-body .application .application-content .smallImg ul li .text {
  position: absolute;
  bottom: 40px;
  padding: 0 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .application .application-content .smallImg ul li span {
  line-height: 1.8;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-family: 'Montserrat-Medium';
  display: inline-block;
  -webkit-transform: translateX(-100%) rotate(90deg);
  -moz-transform: translateX(-100%) rotate(90deg);
  -ms-transform: translateX(-100%) rotate(90deg);
  transform: translateX(-100%) rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 45px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  white-space: nowrap;
}
#index-body .application .application-content .smallImg ul li h3 {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 1.6;
  position: relative;
  top: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .application .application-content .smallImg ul li.active {
  background: rgba(0, 0, 0, 0.3);
}
#index-body .application .application-content .smallImg ul li.active span {
  left: -100%;
}
#index-body .application .application-content .smallImg ul li.active .text {
  opacity: 1;
}
#index-body .application .application-content .bigImg {
  width: 100%;
  height: 100%;
  position: relative;
}
#index-body .application .application-content .bigImg .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .application .application-content .bigImg .img.active {
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .application .application-content .bigImg .img.zIndex {
  z-index: 1;
}
#index-body .faq {
  padding: 125px 0 105px;
}
#index-body .faq .container .img {
  width: 45%;
  height: 100%;
}
#index-body .faq .container .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .faq .container .box {
  width: 55%;
  padding-left: 55px;
}
#index-body .faq .container .box ul {
  margin-top: 25px;
}
#index-body .faq .container .box ul li {
  margin-bottom: 20px;
}
#index-body .faq .container .box ul li:last-child {
  margin-bottom: 0;
}
#index-body .faq .container .box ul li.active .con {
  max-height: 130px;
  padding: 25px 0 25px 60px;
  border-color: #e5e5e5;
  line-height: 1.8;
}
#index-body .faq .container .box ul li.active .title .btn {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: var(--color);
}
#index-body .faq .container .box ul li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
#index-body .faq .container .box ul li .title .btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #111111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
#index-body .faq .container .box ul li .title .btn i {
  font-size: 20px;
  color: #ffffff;
}
#index-body .faq .container .box ul li .title h4 {
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  padding-left: 24px;
  font-family: 'Montserrat-SemiBold';
  line-height: 1.4;
  cursor: pointer;
}
#index-body .faq .container .box ul li .con {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Montserrat-Medium';
  border-bottom: 1px solid transparent;
}
#index-body .news {
  position: relative;
  padding: 90px 0 130px;
}
#index-body .news .news-content ul {
  margin: 60px -17px 0;
}
#index-body .news .news-content ul li {
  padding: 0 17px 25px;
}
#index-body .news .news-content ul li .box .img-box {
  display: block;
  width: 100%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#index-body .news .news-content ul li .box .img-box > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news .news-content ul li .box .img-box .date {
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .news .news-content ul li .box .img-box .date span {
  margin-left: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
#index-body .news .news-content ul li .box .text {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  padding: 35px 40px;
  height: 225px;
  position: relative;
}
#index-body .news .news-content ul li .box .text .more {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: 0;
}
#index-body .news .news-content ul li .box .text h4 {
line-height: 1.4;
height: 60px;
overflow-y: scroll;
}
#index-body .news .news-content ul li .box .text .con {
  font-family: 'Montserrat-Medium';
line-height: 30px;
}
#footer {
  position: relative;
  background-color: #fff;
}
#footer .form {
  height: 215px;
  width: 100%;
  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: white;
  background: url("../images/form-bg.jpg") no-repeat;
  background-size: cover;
}
#footer .form form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .form form input[type='text'] {
  width: 165px;
  font-size: 18px;
  font-family: 'Montserrat-Medium';
  padding-right: 25px;
  color: white;
  padding-bottom: 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  margin-right: 50px;
}
#footer .form form input[name='content'] {
  width: 360px;
}
#footer .form form input::-webkit-input-placeholder {
  color: white;
}
#footer .form form input[type='submit'] {
  width: 165px;
  height: 50px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer .form form input[type='submit']:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .footer-t {
  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;
  position: relative;
}
#footer .footer-t .footer-t-gird {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0 70px;
}
#footer .footer-t .footer-t-gird .t-list.contact {
  max-width: 510px;
}
#footer .footer-t .footer-t-gird .t-list.contact p {
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 1.8;
}
#footer .footer-t .footer-t-gird .t-list.contact h5 {
  font-family: 'Montserrat-Bold';
  font-size: 34px;
  line-height: 1.6;
  color: var(--color);
  margin: 30px 0 50px;
}
#footer .footer-t .footer-t-gird .t-list.link span {
  margin-bottom: 20px;
}
#footer .footer-t .footer-t-gird .t-list.link span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .t-list.link span:hover a {
  color: var(--color);
}
#footer .footer-t .footer-t-gird .t-list {
  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;
}
#footer .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 135px;
  height: auto;
  border: 10px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list h4 {
  font-size: 20px;
  line-height: 1.8;
  font-family: var(--font);
  margin-bottom: 40px;
}
#footer .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  line-height: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Montserrat-Medium';
}
#footer .footer-b {
  background-color: var(--color);
}
#footer .footer-b .footer-b-box {
  height: 75px;
}
#footer .footer-b .footer-b-box span {
  display: block;
font-size: 16px;
line-height: 30px;
  color: white;
}
#footer .footer-b .footer-b-box span:first-child a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-b .footer-b-box span:first-child a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-b .footer-b-box img {
  width: 300px;
  height: auto;
  padding-top: 4px;
  margin-left: 5px;
}

.shouye{
    line-height: 1.8;
}
.shouye h1{
  display: inline;
}
#mobile .m-nav ul li a{
  line-height: 30px;
}
#mobile .m-nav ul li li a{
  line-height: 2;
}
#mobile .yuy h4{
      line-height: 1.8;
}
#mobile .yuy ul li{
  line-height: 2;
}
.jjjj{
  line-height: 2;
}
.cpming{
  line-height: 1.8;
}
@media (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #index-body .product .product-content {
    width: 85%;
  }
  #index-body .customize .right .btn {
    right: 70%;
  }
  #index-body .customize .right .btn:nth-child(2) {
    right: 72%;
  }
  #index-body .customize .right .btn:last-child {
    right: 80%;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #index-body .faq .container .img {
    height: 500px;
  }
  #index-body .customize .box {
    width: 570px;
    padding: 70px 50px;
  }
  #index-body .customize .box .con {
    font-size: 14px;
  }
  #index-body .customize .box .form-group .radio-group .radio-option label {
    font-size: 14px;
  }
  #header .nav .ui.menu .right {
    margin-left: 40px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav {
    padding: 0 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
    font-size: 16px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 46px;
    margin: 0 auto 35px;
  }
  #index-body .category .category-content ul li {
    height: 380px;
    padding: 50px 48px;
  }
  #index-body .category .category-content ul li .box .img {
    height: 280px;
  }
  #index-body .customize .right .btn.active .img_box {
    width: 400px;
  }
  #index-body .customize .right .btn .img_box ul li img {
    max-width: 60px;
  }
  #index-body .customize .right .btn .img_box ul li {
    padding: 15px 25px;
  }
  .h-title h3 {
    font-size: 36px;
  }
  #index-body .faq .container .box ul li .title h4 {
    font-size: 20px;
  }
  #index-body .faq .container .box ul li .title {
    padding-bottom: 20px;
  }
  #index-body .about .about-content .right .h-title h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  #index-body .about .about-content .left {
    height: 400px;
  }
  #footer .form form {
    margin-top: 30px;
  }
  #footer .footer-t .footer-t-gird .t-list.contact h5 {
    font-size: 28px;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 420px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav {
    padding: 0 15px;
  }
  #header .nav .logo {
    max-width: 120px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #header .nav .ui.menu .right {
    margin-left: 20px;
  }
  #index-body .about .bottom ul li .box h4 {
    font-size: 90px;
  }
  #index-body .about .bottom {
    margin-top: 80px;
  }
  #index-body .application .application-content {
    padding: 0 30px;
  }
  #index-body .application .application-content .smallImg {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  #index-body .application .application-content {
    height: 400px;
  }
  #index-body .application .application-content .smallImg ul li h3 {
    font-size: 20px;
  }
  #index-body .application .con {
    max-width: 80%;
  }
  #index-body .customize .box h2 {
    font-size: 30px;
  }
  #index-body .customize {
    height: 720px;
    padding-left: 30px;
  }
  #index-body .customize .box {
    width: 520px;
    padding: 35px;
  }
  #index-body .customize .right .btn .img_box ul li {
    padding: 15px;
  }
  #index-body .customize .right .btn.active .img_box {
    width: 360px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 37px;
    margin: 0 auto 15px;
  }
  #banner .banner-content .btn {
    bottom: 55px;
  }
  #index-body .category .category-content ul li .box .page h4 {
    font-size: 30px;
  }
  #index-body .category .category-content ul .slick-current li {
    padding: 0 30px;
  }
  #index-body .category .category-content ul li {
    padding: 50px 30px;
  }
  #index-body .category .category-content ul {
    margin: 55px -30% 0;
  }
  #index-body .category .category-content ul li .box .title {
    left: 40px;
    bottom: 25px;
  }
  #index-body .customize .right .btn .img_box ul li h4 {
    font-size: 12px;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 360px;
  }
  #footer .footer-t .footer-t-gird .t-list.contact h5 {
    font-size: 24px;
    margin: 30px 0;
  }
  #footer .footer-t .footer-t-gird .t-list .f-logo {
    max-width: 150px;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block !important;
  }
  .ui.container,
  #index-body .product .product-content {
    width: 700px;
  }
  #index-body .faq .container .img {
    height: auto;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 30px;
  }
  #banner .banner-content .btn {
    display: none;
  }
  #footer .form form input[name='content'] {
    width: 325px;
  }
  #index-body .category .category-content ul {
    margin: 55px -30px 0;
  }
  #index-body .product .product-content ul li .box .img .bg {
    opacity: 1 !important;
  }
  #index-body .product .product-content ul li .box:hover .content {
    -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.11) !important;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.11) !important;
  }
  #index-body .product .product-content ul li .box .content .des {
    opacity: 1 !important;
  }
  #index-body .product .product-content ul li .box .content .more {
    opacity: 1 !important;
  }
  #index-body .customize .right {
    display: none;
  }
  #index-body .product {
    padding: 85px 0;
  }
  #index-body .application .application-content .smallImg ul li {
    width: 25%;
  }
  #index-body .application .application-content .smallImg ul li .text {
    bottom: 20px;
    padding: 0 15px;
  }
  #index-body .news {
    position: relative;
    padding: 90px 0;
  }
  #index-body .about .bottom ul li {
    width: 50%;
    margin: 20px 0;
  }
  #index-body .about .bottom ul li:first-child .box,
  #index-body .about .bottom ul li:last-child .box {
    margin: 0 auto;
  }
  #index-body .about .about-content .left {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .about .about-content .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .faq .container .img {
    width: 100%;
  }
  #index-body .faq .container .box {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  #index-body .application {
    padding: 80px 0 0;
  }
  #footer .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
  .h-title h3 {
    font-size: 30px;
  }
  #index-body .product .product-content ul li .box .content h4 {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .product .product-content ul li .box .content .des {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .form {
    height: auto;
    padding: 60px 0;
  }
  #footer .form form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .form form input[type='text'] {
    width: 45%;
    padding-right: 15px;
    margin: 20px 0;
  }
  #index-body .category .category-content ul li .box .title {
    left: 20px;
  }
  #index-body .category .category-content ul li .box .title h4{
    font-size: 20px;
  }
   #index-body .category .category-content{
    width: 700px;
  }
  #index-body .category .category-content ul{
    margin:55px 0 0;
  }
  #index-body .category .category-content ul li {
    height: auto;
    padding: 0 30px;
  }
  #index-body .category .category-content ul li .box .img {
    height: auto;
  }
  #index-body .category .category-content ul .slick-current li .box .page{
    display: none;
  }
  #index-body .category .category-content ul li .box .title {
  max-width: 100%
  }
}
@media (max-width: 700px) {
  .ui.container,
  #index-body .product .product-content {
    width: 500px;
  }
  #index-body .category .category-content{
    width: 500px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  #banner .banner-content ul li .content p {
    font-size: 16px;
  }
  #index-body .category .category-content ul li {
    height: auto;
  }
  #index-body .application,
  #index-body .faq,
  #index-body .customize {
    display: none;
  }
  .h-title h3 {
    font-size: 26px;
  }
  #index-body .category .category-content ul {
    margin: 55px -15px 0;
  }
  #index-body .category .category-content ul li {
    padding: 0 15px;
  }
  #index-body .category .category-content ul li .box .img {
    height: auto;
  }
  #footer .form form input[type='text'] {
    width: 100%;
    padding-right: 0;
    margin: 30px 0;
  }
  #footer .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .ui.container,
  #index-body .product .product-content {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right .content h1{
    font-size: 20px;
line-height: 36px;
  }
  #index-body .news .news-content ul li .box .text h4{
    font-size: 18px;
line-height: 32px;
overflow-y: scroll;
height: 70px;
  }
  #index-body .product .product-content ul li .box .content h4{
    min-height: 5.6em;
  }
  #index-body .category .category-content{
    width: 100%;
  }
  #banner .banner-content ul li .content p {
    display: none;
  }
  #index-body .category .category-content ul li .box .title {
    left: 15px;
  }
  #index-body .category .category-content ul li .box .title h4 {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .category .category-content ul li .box .page {
    right: 15px;
    bottom: 25px;
  }
  #index-body .about .bottom ul li {
    width: 100%;
  }
  #footer .form h2 {
    font-size: 30px;
  }
}























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

.inner-banner {
  padding-top: 0;
  margin-top: 95px;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 32px;
   
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .img {
  position: relative;
}
.inner-banner.product-page-banner .img{
  height: 600px
}
.inner-banner .img .lazy{
  width: 100%;
  /*height: 400px;*/
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
      text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 1.7;
   
  font-family: var(--font);
}
.inner-page .title {
  font-size: 48px;
  color: #282727;
  line-height: 1.6;
  font-family: var(--font);
  position: relative;
  word-break: break-word;
}
.inner-page .title em {
  color: var(--color);
}
.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}
.about-page .about-1 {
  padding-top: 4.688%;
}
.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about-page .about-1 .content .con {
  width: 62%;
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
  }
.about-page .about-1 .content .con p {
  padding-bottom: 20px;
}
.about-page .about-1 .content .right {
  width: 34%;
}
.about-page .about-1 .content .right .ig {
  max-width: 365px;
  margin: 0 0 0 auto;
  text-align: center;
   
  font-family: var(--font);
}
.about-page .about-1 .content .right span {
  font-size: 140px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 1.4;
  margin-top: 24px;
}
.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}
.about-page .about-2 {
  padding-top: 5.99%;
}
.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}
.about-page .about-2 .text {
  width: 48.552%;
  padding: 0px 0 0 66px;
}
.about-page .about-2 .text .title::before {
  display: none;
}
.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about-page .about-2 .text .con {
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
  margin-top: 22px;
  max-height: 350px;
overflow-y: scroll;
padding-right: 1em;
}
.about-page .about-3{
  padding: 140px 0 120px;
}
.about-page .about-3 .about-3-box{
  max-width: 1580px;
  margin: 0 auto;
}
.about-page .about-3 ul {
  margin: 45px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-3 ul li{
  width: 23%;
  padding: 0 10px;
  transition: all 0.5s ease;
}
.about-page .about-3 ul li.active{
  width: 31%;
}
.about-page .about-3 ul li .box{
  position: relative;
  border-radius:10px;
  width: 100%;
  height: 520px; 
  overflow: hidden;
}
.about-page .about-3 ul li .box > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.about-page .about-3 ul li.active .box > img{
  filter: brightness(0.4);
}
.about-page .about-3 ul li .box .text{
  position: absolute;
  left: 50%;
  bottom:-100%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 160px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 25px;
  border-radius: 25px;
  transition: all 0.5s ease;
}
.about-page .about-3 ul li.active .box .text{
  bottom:25px;
}
.about-page .about-3 ul li .box .text .icon{
  width: 70px;
  height: 70px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #a0c276;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right:25px;
  top:0;
}
.about-page .about-3 ul li .box .text h4{
  font-size: 18px;
  line-height: 1.8;
  color:#a0c276;
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 10px;
}
.about-page .about-3 ul li .box .text p{
  font-size: 14px;
  line-height: 2;
}
.about-page .about-4 {
  padding-top: 120px;
}
.about-page .about-4 .title::before{
  display: none;
}
.about-page .about-4 ul{
  margin: 90px -45px 0;
}
.about-page .about-4 ul li{
  padding: 0 45px;
  text-align: center;
}
.about-page .about-4 ul li .img{
  border-radius: 50%;
  width: 315px;
  height: 315px;
  overflow: hidden;
  margin: 0 auto;
}
.about-page .about-4 ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-4 ul li h4{
  color: #a0c276;
  font-family: 'Montserrat-SemiBold';
  margin: 30px 0 20px;
}
.about-page .about-5{
  margin-bottom: 50px;
}
.about-page .about-5 .about-5-box{
  width: calc(100% - 90px);
  height: 690px;
  background: url('/lezama-outdoor/2025/06/18/about-5-bg-1.jpg')no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.about-page .about-5 .about-5-box .left{
  max-width: 425px;
  text-align: left;
  color: white;
}
.about-page .about-5 .about-5-box .left .title{
   color: white;
   text-transform: uppercase;
}

.about-page .about-5 .about-5-box .left .title::before{
  display: none;
}
.about-page .about-5 .about-5-box .left p{
   margin: 35px 0 50px;
}
.about-page .about-5 .about-5-box .right{
  width: 60%;
}
.about-page .about-5 .about-5-box .right ul{
  margin: 0 -20px;
}
.about-page .about-5 .about-5-box .right ul li{
  padding: 0 20px;
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
  .about-page .about-3 .about-3-box{
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-5 .about-5-box {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-3 ul li .box .text{
    height: auto;
    padding: 80px 25px 25px;
  }
  .about-page .about-5 .about-5-box .left {
    max-width: 40%;
  }
  .about-page .about-1 .content .right span {
    font-size: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .title {
    font-size: 30px;
  }
  #footer .form form input[name='content'] {
    width: 320px;
  }
  .about-page .about-1 .content .right span {
    font-size: 70px;
  }
  .about-page .about-1 .content .right p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .text {
    padding: 65px 0 0 40px;
  }

}
@media screen and (max-width: 1000px) {
  .inner-banner .img {
    display: none;
  }
  .inner-banner{
    margin-top: 120px;
  }
  .inner-banner .img .tit {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about-page .about-1 .content .con {
    width: 100%;
  }
  .about-page .about-1 .content .right {
    display: none;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 ul li {
    width: 50%;
    margin: 20px 0;
  }
  .about-page .about-3 ul li.active{
    width: 50%;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page .about-5 .about-5-box .left {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-5 .about-5-box .right {
    max-width: 100%;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-5 .about-5-box{
    height: auto;
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .img .tit {
    font-size: 26px;
  }
  .inner-page .title {
    font-size: 40px;
  }
  .about-page .about-3 ul li {
    width: 100%;
  }
  .about-page .about-3 ul li.active{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 #index-body {
    margin-top: 20px;
  }
  .about-page .about-2 .text .con {
    margin-top: 20px;
  }
  .inner-page .title {
    font-size: 24px;
  }
}
.product-yd-page .top {
  padding: 4.4792% 0 1%;
  text-align: center;
}
.product-yd-page .top .ui.container {
  max-width: 1002px;
}
.product-yd-page .top .title::before {
  display: none;
}
.product-yd-page .top .con {
  font-size: 16px;
  line-height: 1.8;
  color: #0d0d0d;
  margin-top: 18px;
}
.product-yd-page .palallax_wrap {
  position: relative;
  margin: 60px 0 0 0;
  padding: 70px 0;
  background: url("../images/ipbg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.product-yd-page .palallax_conts {
  display: none;
  max-width: 1140px;
  margin: 0 auto;
}
.product-yd-page .palallax_conts dl {
  position: relative;
  top: 0;
  min-height: 280px;
  margin-bottom: 120px;
  text-align: left;
  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;
}
.product-yd-page .palallax_conts dl dt {
  position: absolute;
  top: 200px;
  left: 40%;
  opacity: 0;
}
.product-yd-page .palallax_conts dl dt span {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  width: 0;
  height: 2px;
  background: var(--color);
  z-index: 10;
}
.product-yd-page .palallax_conts dl:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .palallax_conts .description {
  position: relative;
  width: 53%;
  top: 10px;
  font-size: 16px;
  line-height: 2;
  color: var(--white);
  padding-left: 34px;
  /*opacity: 0;*/
}
.product-yd-page .palallax_conts .description .tit {
  font-size: 48px;
  line-height: 1.2;
   
  font-family: var(--font);
  margin-bottom: 22px;
}
.product-yd-page .palallax_conts .img {
  width: 47%;
  /*opacity: 0;*/
}
.product-yd-page .palallax_conts .more {
  margin-top: 54px;
}
.product-yd-page .palallax_conts .right {
  text-align: right;
}
.product-yd-page .palallax_conts .right dt {
  right: 28%;
}
.product-yd-page .palallax_conts .right .description {
  padding-right: 34px;
}
.product-yd-page .bottom {
  background: url(../images/ipbg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 6.407% 0 7.292%;
  color: var(--white);
}
.product-yd-page .bottom .ui.container {
  max-width: 1170px;
}
.product-yd-page .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}
.product-yd-page .bottom ul li .img {
  width: 47%;
  padding-left: 60px;
}
.product-yd-page .bottom ul li .img .img-box {
  overflow: unset;
}
.product-yd-page .bottom ul li .text {
  width: 53%;
  padding-left: 34px;
}
@-webkit-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@-moz-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
.product-yd-page .bottom ul li .text .title {
  color: var(--white);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.product-yd-page .bottom ul li .text .title::before {
  left: -236px;
  background: var(--color);
  animation: wid 6s linear;
}
.product-yd-page .bottom ul li .text .title:hover {
  color: var(--color);
}
.product-yd-page .bottom ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-yd-page .bottom ul li .text .more {
  margin-top: 54px;
}
.product-yd-page .bottom ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .bottom ul li:nth-child(even) .text {
  text-align: right;
  padding: 0 34px 0 0;
}
.product-yd-page .bottom ul li:nth-child(even) .text .title::before {
  right: -236px;
  left: initial;
}
.product-yd-page .bottom ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .product-yd-page .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .bottom ul li {
    margin-bottom: 30px;
  }
  .product-yd-page .bottom ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .bottom ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-yd-page .bottom ul li:nth-child(even) .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .title {
    font-size: 36px;
  }
}
.customize-page .customize-1 {
  padding-top: 4.219%;
  text-align: center;
}
.customize-page .customize-1 .ui.container {
  max-width: 1410px;
}
.customize-page .customize-1 .title::before {
  display: none;
}
.customize-page .customize-1 .content {
  margin-top: 59px;
}
.customize-page .customize-1 .content ul {
  margin-right: -81px;
}
.customize-page .customize-1 .content ul li {
  padding-right: 81px;
}
.customize-page .customize-1 .content ul li .img-box {
  border-radius: 50%;
  display: inline-block;
  width: auto;
}
.customize-page .customize-1 .content ul li .text {
  padding-top: 29px;
}
.customize-page .customize-1 .content ul li .text span {
  font-size: 30px;
  line-height: 1.4;
   
  font-family: var(--font);
  color: var(--color);
}
.customize-page .customize-1 .content ul li .text p {
  font-size: 16px;
  line-height: 30px;
  color: #1c1c1c;
  margin-top: 13px;
}
.customize-page .customize-2 {
  padding-top: 5.365%;
}
.customize-page .customize-2 .box {
  text-align: right;
  background: url(../images/customize2.jpg) no-repeat left top;
  padding: 73px 0 15px;
}
.customize-page .customize-3 {
  padding-top: 7.7%;
}
.customize-page .customize-3 .ui.container {
  max-width: 1570px;
}
.customize-page .customize-3 .left {
  vertical-align: middle;
  padding-left: 7vw;
}
.customize-page .customize-3 .right {
  padding-left: 115px;
  vertical-align: middle;
}
.customize-page .customize-3 .right .title::before {
  display: none;
}
.customize-page .customize-3 .right .con {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 30px;
  margin-top: 13px;
}
.customize-page .customize-3 .right .color {
  width: 80%;
  margin-top: 26px;
}
.customize-page .customize-3 .right .color span {
  display: inline-block;
  margin: 0 37px 9px 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.customize-page .customize-3 .right .color span::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 21px;
  height: 20px;
  background: url(../images/check.png) no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customize-page .customize-3 .right .color span.active::after {
  opacity: 1;
}
.customize-page .customize-3 .right .more {
  margin-top: 43px;
}
.customize-page .customize-3 .right .more::after {
  background: #f6f5f1;
}
.customize-page .customize-4 {
  padding-top: 7%;
}
.customize-page .customize-5 {
  padding: 5.782% 0 5.261%;
}
.customize-page .customize-5 .content {
  margin-top: 52px;
}
.customize-page .customize-5 .content ul {
  margin: 0 -64px -50px 0;
}
.customize-page .customize-5 .content ul li {
  padding: 0 64px 50px 0;
  text-align: center;
}
.customize-page .customize-5 .content ul li .img-box {
  border-radius: 30px;
}
.customize-page .customize-5 .content ul li .img-box img {
  width: 100%;
  display: inline-block;
}
.customize-page .customize-5 .content ul li p {
  font-size: 24px;
  line-height: 44px;
   
  font-family: var(--font);
  color: #232323;
  margin-top: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .customize-page .customize-1 .content ul {
    margin-right: -40px;
  }
  .customize-page .customize-1 .content ul li {
    padding-right: 40px;
  }
  .customize-page .customize-3 .right {
    padding-left: 80px;
  }
  .customize-page .customize-5 .content ul {
    margin: 0 -30px -20px 0;
  }
  .customize-page .customize-5 .content ul li {
    padding: 0 30px 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  .customize-page .customize-1 .content {
    margin-top: 30px;
  }
  .customize-page .customize-1 .content ul {
    margin-right: -20px;
  }
  .yejiao {
  display: none;
  }
  .customize-page .customize-1 .content ul li {
    padding-right: 20px;
  }
  .customize-page .customize-2 .box {
    background-size: 70%;
    padding: 15px 0;
  }
  .customize-page .customize-2 .box img {
    width: 50%;
  }
  .customize-page .customize-3 .right {
    padding-left: 30px;
  }
  .customize-page .customize-3 .right .title {
    font-size: 36px;
  }
  .customize-page .customize-3 .right .color {
    width: 100%;
  }
  .customize-page .customize-3 .right .color span {
    margin: 0 33px 9px 0;
  }
  .customize-page .customize-5 .content ul {
    margin: 0 -15px -10px 0;
  }
  .customize-page .customize-5 .content ul li {
    padding: 0 15px 10px 0;
  }
  .customize-page .customize-5 .content ul li p {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .customize-page .customize-3 .left {
    width: 100%;
  }
  .customize-page .customize-3 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .customize-page .customize-3 .right .more {
    margin-top: 20px;
  }
  .customize-page .customize-5 .content {
    margin-top: 20px;
  }
  .customize-page .customize-5 .content ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .customize-page .customize-3 .right .title {
    font-size: 32px;
  }
  .customize-page .customize-3 {
    display: none;
  }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 37px;
  max-height: 240px;
overflow-y: scroll;
padding-right: 1em;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 50%;
  /*padding-right: 7%;*/
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: var(--white);
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
  color: var(--white);
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.4;
   
  font-family: var(--font);
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
  padding-bottom: 80px;
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 49%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 51%;
  padding-right: 7%;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 16px;
  line-height: 2;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 18px;
   
  font-weight: 500;
  line-height: 44px;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: var(--white);
}
.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
.mana-page .seoPublic .Auxil-form .title::before,
.mana-page #index-body .faq .container .box ul li .title::before{
  display: none;
}
.mana-page #index-body .faq{
  padding: 0;
}
.mana-page .seoPublic>div:nth-child(odd){
  background: transparent;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    line-height: 1.8;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.4;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .category-desc .fljs{
  max-height: 310px;
  overflow-y: auto;
  line-height: 30px;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
.productList ul li .img:hover img.on {
  opacity: 1;
}
/*.productList ul li .img:hover img.def {
  opacity: 0;
}*/
.productList ul li .img .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  line-height: 46px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: var(--color);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 15;
  padding: 0;
  color: white;
}
.productList ul li .img .more::after{
  background: #f6f5f1;
}
.productList ul li .img .more:hover {
  color: #000;
}
.productList ul li .img:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
  }
}
.prodet-page {
  padding: 100px 0 10px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-family: var(--font);
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: var(--color);
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form input[type='submit']{
  background-color: var(--color);
  font-weight: 600;
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
   
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 24px;
    font-weight: 600;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: var(--color);
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
    padding-left: 90px;
    padding-right: 90px;
    max-height: 602px;
    overflow-y: scroll;
/*padding-right: 1em;*/
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 {
  padding-top: 100px;
  padding-bottom: 30px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
   .faq-page .container .content ul li .title{
    font-size: 18px!important;
    line-height: 1.8!important;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 16px;
  line-height: 36px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  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;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  line-height: 44px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  font-family: 'Montserrat-SemiBold';
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  color: #414951;
  line-height: 2;
 word-break: break-word;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
   
  font-family: var(--font);
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  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;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-family: 'Montserrat-SemiBold';
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
#addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.4;
   
  font-family: var(--font);
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .product-page .category-desc{
    display: none;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color);
}
.honor-page .container .tips_title {
  font-family: var(--font);
  text-align: center;
       
    margin-bottom: -30px;
  text-transform: uppercase;
}
.honor-page .container .content {
  margin-top: 50px;
}
.honor-page .container .content ul {
  margin: 0 -50px;
}
.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 50px;
  text-align: center;
}
.honor-page .container .content ul li .box a {
  display: block;
}
.honor-page .container .content ul li .box .text {
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }
  .honor-page .container .content ul li {
    padding: 0 10px;
  }
  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  .honor-page .container .content {
    margin-top: 0;
  }
}
.faq-page {
  padding-bottom: 110px;
}
.faq-page .container .tips_title {
  font-family: var(--font);
  padding-left: 60px;
       
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.faq-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.faq-page .container .content {
  margin-top: 60px;
}
.faq-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}
.faq-page .container .content ul li > i {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #a0c276;
}
.faq-page .container .content ul li .title {
  font-family: 'Montserrat-SemiBold';
  position: relative;
  padding: 20px 60px;
  font-size: 26px;
}
.faq-page .container .content ul li .title::before{
  display: none;
}
.faq-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
}
.faq-page .container .content ul li.active .title {
  background-color: var(--color);
  color: #fff;
}
.faq-page .container .content ul li.active > i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .faq-page {
    text-align: center;
  }
  .faq-page .container .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-page .container .content ul {
    text-align: left;
  }
  .faq-page .container .content {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .faq-page .container .content {
    margin-top: 30px;
  }
  .faq-page .container .content ul li .title {
    padding: 20px 30px 20px 16px;
  }
  .faq-page .container .content ul li > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 28px;
  }
  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}
.news-page {
  padding-bottom: 110px;
}
.font-48 {
  font-size: 48px;
}
.pt-80 {
    padding-top: 80px;
}
.news-page .tips_title {
  font-family: var(--font);
  padding-left: 60px;
  text-transform: uppercase;
   
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  /*height: 290px;*/
  padding: 30px 50px;
  background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.news-page .content ul li .box .title {
  display: block;
  font-family: var(--font);
  font-size: 20px;
  line-height: 1.8;
  height: 76px;
overflow-y: scroll;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
   
  font-family: var(--font);
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}
.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 40px;
}
.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
  font-size: 20px;
line-height: 36px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--color);
}
.pb-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1500px) {
  .font-48 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
  .m-link {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .pt-80 {
    padding-top: 40px;
  }
  .newdet-page .init-1 .container .title{
    font-size: 20px;
line-height: 36px;
  }
  .news-page .content ul li .box {
    padding: 20px 16px;
    height: unset;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 44px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
}

.product-page .slideBar {
    padding-top: 100px;
}

.product-page .slideBar .top {
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    padding-bottom: 60px;
}
.product-page .slideBar .top li{
  margin-right: 10px;
}
.product-page .slideBar .top li:last-child{
  margin-right: 0;
}
.product-page .slideBar .top li a.add {
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    transition: .5s;
    background: #f3f3f3;
    padding: 3px 25px;
    position: relative;
}

.product-page .slideBar .top li a.add:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-top: 8px solid var(--color);
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .5s;
}

.product-page .slideBar .top li.active a.add,
.product-page .slideBar .top li:hover a.add {
    background: var(--color);
}

.product-page .slideBar .top li.active a.add:after,
.product-page .slideBar .top li:hover a.add:after {
    opacity: 1;
}

.product-page .slideBar .top li a.active.add {
    background: var(--color);
    color: var(--white);
}

.product-page .slideBar .top li a.active.add:after {
    opacity: 1;
}

.product-page .slideBar .top li ul.children {
    display: none;
}

.product-page .slideBar .top li.active ul.children {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.product-page .slideBar .top li ul.children li {
    display: inline-block;
}

.product-page .slideBar .top li ul.children li a {
    font-size: 20px;
    transition: .5s;
    position: relative;
    margin-right: 60px;
    color: #767676;
}

.product-page .slideBar .top li ul.children li a.active,
.product-page .slideBar .top li ul.children li a:hover {
    color: var(--color);
}
.product-page .slideBar .top {
    flex-wrap: wrap;
}
.product-page .slideBar .top li {
    margin-bottom: 35px;
}
.tit1 {
  font-size: 36px;
   
  font-family: var(--font);
}
.tit1.line::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: currentcolor;
}
.tit1.txt-center.line::after {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .product-page .slideBar{
    display: none;
  }
  .tit1{
    font-size: 22px;
    line-height: 40px;
  }
}

.applicaation-page ul li dl {
    padding: 60px 20px;
    background-color: #f5f5f5
}

.applicaation-page ul li dl dd {
    padding: 0 10px
}

.applicaation-page ul li dl dd span {
    color: #000;
    font-size: 16px;
    margin-top: 1em;
    display: block;
    text-align: center
}

.applicaation-page ul li {
    background-color: #f5f5f5
}

.applicaation-page ul li .left {
    position: relative;
    width: 50%;
    vertical-align: middle
}

.applicaation-page ul li .left img {
    width: 100%
}

.applicaation-page ul li .right {
    position: relative;
    width: 50%;
    vertical-align: middle;
    padding: 20px 55px 20px 105px
}

.applicaation-page ul li .right .title {
    position: relative;
    padding-right: 90px;
    transition: all 0.5s;
}
.applicaation-page ul li:hover .right .title {
  color: white;
}
.applicaation-page ul li .right .title::before{
  display: none;
}
.applicaation-page ul li .right .title .more7 {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    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;
    border-radius: 100%;
    top: -7px;
    font-weight: 400;
    transition: all .5s
}

.applicaation-page ul li .right .title .more7:hover {
    transform: scale(1.1)
}

.applicaation-page ul li .right .title .more7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 0;
    transition: all .5s;
    animation: xz 5s linear infinite
}

@keyframes xz {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.applicaation-page ul li .right .title .more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: #dbdbdb;
    transition: all .5s
}

.applicaation-page ul li .right .des {
    margin-top: 30px;
    font-weight: 400;
    max-height: 252px;
    overflow-y: scroll;
    padding-right: 1em
}

.applicaation-page ul li:nth-child(2n) .left {
    left: 50%
}

.applicaation-page ul li:nth-child(2n) .right {
    left: -50%
}

.applicaation-page ul li:hover {
    background-color: var(--color);
    color: #fff
}

.applicaation-page ul li:hover .title .more7:before {
    border: 2px dashed #fff
}

.applicaation-page ul li:hover .title .more7 em {
    background: #fff;
    color: #000
}

@media (max-width: 1000px) {
    .applicaation-page ul li {
        margin-top:20px
    }

    .applicaation-page ul li .left {
        width: 100%
    }

    .applicaation-page ul li .right {
        width: 100%;
        padding: 20px
    }

    .applicaation-page ul li:nth-child(2n) .left {
        left: 0
    }

    .applicaation-page ul li:nth-child(2n) .right {
        left: 0
    }
}

@media (max-width: 500px) {
    .applicaation-page ul li .right .des {
        margin-top:16px
    }

    .applicaation-page ul li .right .title .more7 {
        width: 50px;
        height: 50px
    }

    .applicaation-page ul li .right .title {
        padding-right: 60px
    }

    .applicaation-page ul li .right .title .more7 em {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}
.seoPublic .title {
  font-size: 32px;
  font-family: var(--font);
  line-height: 1.4;
  margin-bottom: 2em;
}

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

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

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

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

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

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

.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

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

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

.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: 13px;
}

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

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow-y: scroll;
  height: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .text a {
  color: var(--color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: var(--color);
}

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

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

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

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

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

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

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

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

  #cp-Nav {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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










#index-body .about.inner-about .bottom {
    text-align: center;
    padding: 16.448% 0;
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

#index-body .about.inner-about .bottom .play {
    display: inline-block;
    position: relative;
    z-index: 1
}

#index-body .about.inner-about .bottom .play:before,#index-body .about.inner-about .bottom .play:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,.44);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite
}

#index-body .about.inner-about .bottom .play:before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}