@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #2b9c00;
  font-weight: normal;
  margin: 0 auto;
  color: #333333;
  font-size: 14px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 52px;
  background-color: var(--color);
  -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;
  padding-left: 17px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 900;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.more span {
  position: relative;
  z-index: 2;
}
.more .dot {
  width: 27px;
  height: 27px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin-left: 50px;
  position: relative;
  z-index: 2;
}
.more .dot::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  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%);
}
.more .dot::before {
  content: "";
  display: block;
  width: 47px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.more::after {
  content: "";
  display: block;
  background: #217600;
  position: absolute;
  height: 100%;
  width: 52px;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 100%;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.lh-1 {
  line-height: 1;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  width: 100%;
  padding: 5px 0;
}
#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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  color: #ffffff;
  line-height: 1;
  -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;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 900;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  padding: 30px 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  width: 25px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form input {
  width: 160px;
  height: 41px;
  background-color: rgba(43, 156, 0, 0.8);
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding-left: 14px;
  padding-right: 45px;
}
#header .nav .ui.menu .h-search form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .nav .ui.menu .h-search form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .nav .ui.menu .h-search form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .nav .ui.menu .h-search form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .nav .ui.menu .h-search form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .nav .ui.menu .h-search form button {
  position: absolute;
  border: none;
  width: 20px;
  height: 20px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
}
#header .nav .ui.menu .down {
  width: 160px;
  height: 41px;
  background-color: rgba(43, 156, 0, 0.8);
  border-radius: 5px;
  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;
  font-size: 14px;
  color: #ffffff;
}
#header .nav .ui.menu .down img {
  margin-left: 15px;
}
#header .nav .ui.menu .down:hover {
  background: #000000;
}
#header.active,#header.inner {
  top: 0;
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
/*#header.active .nav::after,#header.active .nav::after {
  width: 100%;
}*/
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.play-btn i {
  border: none;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .prev,#banner .next{
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  position: absolute;
  top: 35%;
  font-size: 30px;
  cursor: pointer;
}
#banner .prev{
  left: 0;
}
#banner .next{
  right: 0;
}
#banner ul .slick-list {
  overflow: visible;
}
#banner ul li video{
  width: 100%;
}
#banner ul li {
  position: relative;
  padding-bottom: 150px;
}
#banner ul li .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
#banner ul li .text .box {
  position: relative;
  width: 60%;
}
#banner ul li .text .box .cont {
  font-weight: 900;
  max-width: 640px;
}
#banner ul li .text .box .btns .more {
  padding-left: 27px;
  padding-right: 27px;
  font-size: 22px;
  height: 67px;
  border: solid 2px var(--color);
}
#banner ul li .text .box .btns .more .dot {
  margin-left: 68px;
}
#banner ul li .text .box .btns .more .dot::before {
  width: 65px;
}
#banner ul li .text .box .btns .more::after {
  display: none;
}
#banner ul li .text .box .btns .m1:hover {
  border: solid 2px #ffffff;
  background: none;
}
#banner ul li .text .box .btns .chat {
  margin-left: 20px;
  background: none;
  border: solid 2px #ffffff;
}
#banner ul li .text .box .btns .chat:hover {
  border: solid 2px var(--color);
  background: var(--color);
}
#banner ul li .video-box {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(140px);
  -moz-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
  width: 35%;
}
#banner ul li .video-box .video_img {
  position: relative;
}
#banner ul li .video-box .video_text {
  background: var(--color);
  font-weight: 900;
  color: #ffffff;
  padding: 70px 90px 70px 40px;
  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;
}
#banner ul li .video-box .video_text .icon {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  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;
  background-color: rgba(255, 255, 255, 0.4);
}
#banner ul li .video-box .video_text > img {
  margin: 0 0 0 auto;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.smt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.smt .line {
  width: 166px;
  height: 1px;
  background-color: var(--color);
  margin-top: 10px;
  position: relative;
}
.smt .line::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--color);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.col {
  color: var(--color);
}
#index-body .type .list li .box {
  padding: 35px 20px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#index-body .type .list li .box .jt {
  width: 35px;
  height: 35px;
  background-color: #f6f6f6;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--color);
  position: absolute;
  right: 24px;
  top: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .list li .box .icon {
  height: 75px;
  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;
  margin-bottom: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .list li .box:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .type .list li .box:hover .icon {
  -webkit-filter: invert(100);
  filter: invert(100);
}
#index-body .type .list li .box:hover .jt {
  opacity: 1;
}
#index-body .product {
  background: -webkit-linear-gradient(top, var(--color) 300px, #ffffff 300px);
  background: -moz-linear-gradient(top, var(--color) 300px, #ffffff 300px);
  background: linear-gradient(to bottom, var(--color) 300px, #ffffff 300px);
}
#index-body .product .swiper {
  overflow: hidden;
}
#index-body .product .swiper .swiper-slide {
  padding: 20px 10px;
  padding-bottom: 70px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .swiper .swiper-slide .box {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  position: relative;
}
#index-body .product .swiper .swiper-slide .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #eaf5e6;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .swiper .swiper-slide .img {
  text-align: center;
  position: relative;
  z-index: 2;
}
#index-body .product .swiper .swiper-slide .img img {
  width: auto;
  margin: 0 auto;
}
#index-body .product .swiper .swiper-slide .text {
  padding: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
#index-body .product .swiper .swiper-slide .text .cont {
  color: #999999;
}
#index-body .product .swiper .swiper-slide .text .t1:hover {
  color: var(--color);
}
#index-body .product .swiper .swiper-slide .btn {
  padding: 0 30px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
#index-body .product .swiper .swiper-slide:hover {
  padding-bottom: 40px;
}
#index-body .product .swiper .swiper-slide:hover .box::after {
  height: 220px;
}
#index-body .product .swiper .swiper-slide:hover .box .text {
  padding-bottom: 60px;
}
#index-body .product .swiper .swiper-slide:hover .box .btn {
  opacity: 1;
}
#index-body .product .sw_btn {
  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;
  position: relative;
}
#index-body .product .sw_btn .pagination {
  height: 4px;
  width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .product .sw_btn .pagination .swiper-pagination-progressbar-fill {
  background: var(--color);
}
#index-body .product .sw_btn .next,
#index-body .product .sw_btn .prev {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background-color: rgba(153, 153, 153, 0.1);
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .sw_btn .next:hover,
#index-body .product .sw_btn .prev:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .product2 .left {
  width: 39%;
  position: relative;
}
#index-body .product2 .left > img {
  width: 100%;
}
#index-body .product2 .left .text {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
#index-body .product2 .left .text .t1 {
  line-height: 1.2;
}
#index-body .product2 .right {
  width: 60%;
  padding: 0 30px;
}
#index-body .product2 .right .info {
  background: var(--color);
  border-radius: 0 0 10px 10px;
}
#index-body .product2 .right .info .cont {
  padding: 50px 40px;
  background: #f6f6f6;
  border-radius: 0 0 10px 10px;
}
#index-body .product2 .right .info .cont:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .product2 .right .info .line {
  height: 12px;
}
#index-body .about .box .left {
  width: 38%;
}
#index-body .about .box .left img {
  width: 100%;
}
#index-body .about .box .right {
  width: 55%;
}
#index-body .about .box .right .tip {
  padding: 48px 30px;
  background-color: rgba(214, 214, 214, 0.21);
  position: relative;
}
#index-body .about .box .right .tip::before {
  content: '"';
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 60px;
  line-height: 0.5;
  color: var(--color);
  font-style: italic;
  -webkit-transform: translate(50%, -120%) rotate(180deg);
  -moz-transform: translate(50%, -120%) rotate(180deg);
  -ms-transform: translate(50%, -120%) rotate(180deg);
  transform: translate(50%, -120%) rotate(180deg);
}
#index-body .about .box .right .tip::after {
  content: '"';
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 60px;
  line-height: 0.5;
  color: var(--color);
  font-style: italic;
  -webkit-transform: translate(-50%, 120%);
  -moz-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
}
#index-body .about .box .right .cont {
  font-size: 14px;
  color: #999999;
  margin-bottom: 2.2em;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 2em;
}
#index-body .about .box .right .cont p {
  margin-top: 2em;
}
#index-body .advantage .left {
  position: relative;
}
#index-body .advantage .left .dot {
  position: absolute;
  left: 0;
  top: -60px;
}
#index-body .advantage .left .cont {
  font-size: 14px;
  color: #999999;
  max-width: 658px;
  line-height: 1.8;
}
#index-body .advantage .left ul li {
  font-size: 14px;
  padding-left: 23px;
  font-weight: 900;
  margin-bottom: 18px;
  position: relative;
}
#index-body .advantage .left ul li::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #2b9c00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
#index-body .advantage .right ul {
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
#index-body .advantage .right li {
  text-align: center;
  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;
  -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-bottom: 1px solid rgba(51, 51, 51, 0.3);
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}
#index-body .advantage .right li .t1 {
  font-weight: 900;
  line-height: 1;
}
#index-body .advantage .right li .num {
  font-weight: 900;
  line-height: 1;
  color: var(--color);
}
#index-body .solutions {
  overflow: hidden;
}
#index-body .solutions .top {
  background: var(--color);
  color: #ffffff;
  position: relative;
}
#index-body .solutions .top .txt .cont {
  font-size: 14px;
  font-weight: 300;
}
#index-body .solutions .top .img1 {
  position: absolute;
  bottom: 15px;
  left: 0;
}
#index-body .solutions .top .img2 {
  position: absolute;
  bottom: 0;
  right: -85px;
}
#index-body .solutions .bottom ul {
  padding: 0 16%;
  overflow: hidden;
}
#index-body .solutions .bottom ul .slick-list {
  overflow: visible;
}
#index-body .solutions .bottom ul li .box {
  position: relative;
}
#index-body .solutions .bottom ul li .box .text {
  position: absolute;
  width: 100%;
  bottom: 100px;
  color: #ffffff;
}
#index-body .solutions .bottom ul li .box .text .list ul{
  padding: 0 !important;
}
#index-body .solutions .bottom ul li .box .text .list ul li {
  display: inline-block;
  line-height: 1;
  padding: 13px 9px !important;
  background: rgba(43, 156, 0, 0.8);
  margin-right: 14px;
  margin-bottom: 14px;
  list-style-type:none !important;
  transition: .5s;
}
#index-body .solutions .bottom ul li .box .text .list li:hover {
  background: #2b9c00;
}
#index-body .news li .img {
  position: relative;
}
#index-body .news li .img .time {
  position: absolute;
  left: 28px;
  top: 23px;
  color: #ffffff;
}
#index-body .news li .img .time .year {
  font-weight: 900;
  line-height: 1;
}
#index-body .news li .img .time .day {
  font-weight: 500;
  line-height: 1;
}
#index-body .news li .text {
  padding: 30px 15px 25px;
  background-color: #f9fafc;
}
#index-body .news li .text .t1 {
  font-weight: 500;
  height: 3.2em;
}
#index-body .news li .text .t1:hover {
  color: var(--color);
}
#index-body .news li .text .cont {
  color: #999999;
  font-weight: 300;
  height: 3.2em;
}
#index-body .news li .text .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  color: var(--color);
  font-weight: 900;
  line-height: 1;
}
#index-body .news li .text .btn img {
  margin-left: 16px;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news li .text .btn:hover img {
  -webkit-transform: translate(5px);
  -moz-transform: translate(5px);
  -ms-transform: translate(5px);
  transform: translate(5px);
}
#index-body .partners .left .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto;
}
#index-body .partners .left ul{
  margin: -13px;
}
#index-body .partners .left li{
  padding: 13px;
}
#index-body .partners .right img {
  width: 100%;
}
#index-body .form .box {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  border-radius: 37px;
  padding: 34px 49px 58px;
}
#index-body .form .box .tip .cont {
  color: #999999;
  font-weight: 300;
}
#index-body .form .box .tip .tit {
  padding: 52px 65px 52px 40px;
  background: url(../images/contact.png) no-repeat center left;
}
#index-body .form .box form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: 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;
}
#index-body .form .box form ul li {
  margin-top: 50px;
  font-size: 16px;
}
#index-body .form .box form ul li label {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
#index-body .form .box form ul li label span {
  color: #ff0000;
}
#index-body .form .box form ul li input {
  height: 64px;
  background-color: #f9fafc;
  border: solid 1px #d8d8d8;
  display: block;
  width: 100%;
  padding: 0 10px;
}
#index-body .form .box form ul .i1 {
  width: 24.5%;
}
#index-body .form .box form ul .i2 {
  width: 37%;
}
#index-body .form .box form ul .i2 textarea {
  width: 100%;
  height: 140px;
  background-color: #f9fafc;
  border: solid 1px #d8d8d8;
  padding: 10px;
}
#index-body .form .box form ul .i3 {
  width: 24.5%;
  text-align: center;
  padding-top: 30px;
}
#index-body .form .box form ul .i3 button {
  border: none;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #333333;
  color: #fff;
}
#footer .f-box .f-ab {
  max-width: 592px;
}
#footer .f-box .f-ab .phone .icon {
  width: 61px;
  height: 61px;
  background-color: var(--color);
  border-radius: 50%;
  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;
}
#footer .f-box .f-ab .comys {
  font-weight: 900;
}
#footer .f-box .f-ab .mail,
#footer .f-box .f-ab .address {
  color: #999999;
  font-weight: 300;
}
#footer .f-box .f-nav li ul {
  display: none;
}
#footer .f-box .f-nav li,
#footer .f-box .f-products li,
#footer .f-box .f-about li {
  color: #999999;
  margin-bottom: 4px;
}
#footer .f-box .f-nav li:hover,
#footer .f-box .f-products li:hover,
#footer .f-box .f-about li:hover {
  color: #ffffff;
}
#footer .f-box .f-about #ewm {
  width: 137px;
  height: 137px;
  border: 8px solid #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  text-align: right;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1220px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .down {
    width: 140px;
  }
  #header .nav .ui.menu .h-search form input {
    width: 140px;
  }
  #banner ul.slick-dots {
    bottom: 210px;
  }
  #index-body .solutions .top .img1,
  #index-body .solutions .top .img2 {
    zoom: 0.8;
    right: -130px;
  }
  #index-body .product2 .left .text {
    width: 70%;
  }
  #footer .f-box .f-ab {
    max-width: 500px;
  }
  #index-body .product2 .right .info .cont {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #index-body .product .swiper .swiper-slide .text {
    padding: 15px ;
  }
  #banner ul li .text .box .btns .more .dot {
    margin-left: 35px;
  }
  #banner ul li .text .box .btns .more .dot::before {
    width: 35px;
  }
  #banner ul li .video-box .video_text {
    padding: 40px 30px 40px 30px;
  }
  #index-body .solutions .top .img1,
  #index-body .solutions .top .img2 {
    zoom: 0.7;
  }
  #index-body .solutions .top .txt {
    width: 60%;
    margin: 0 auto;
  }
  #footer .f-box .f-ab {
    max-width: 410px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner ul.slick-dots {
    bottom: 170px;
  }
  #index-body .product2 .right .info .cont {
    padding: 20px 15px;
  }
  #index-body .product .swiper .swiper-slide .text .t1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #banner ul li .video-box {
    position: static;
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 30px;
  }
  #banner ul li .video-box .video_img > img {
    width: 100%;
  }
  #banner ul li .text {
    top: 10%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  #banner ul li .text .box {
    width: 100%;
  }
  #banner .slickDots {
    display: none;
  }
  #index-body .product .sw_btn .pagination {
    width: 70%;
  }
  #index-body .product2 {
    padding: 0 15px;
  }
  #index-body .about .box .left {
    margin-bottom: 40px;
  }
  #index-body .advantage .right li {
    height: 290px;
  }
  #index-body .advantage .right li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .solutions .top .img1,
  #index-body .solutions .top .img2 {
    display: none;
  }
  #index-body .solutions .top .txt {
    width: 100%;
  }
  #index-body .solutions .bottom ul li .box .text {
    bottom: 20px;
  }
  #index-body .advantage .left {
    margin-bottom: 35px;
  }
  #index-body .form .box form ul .i1 {
    width: 49%;
  }
  #index-body .form .box form ul .i2 {
    width: 100%;
  }
  #index-body .form .box form ul .i3 {
    width: 100%;
  }
  #index-body .form .box form ul li {
    margin-top: 30px;
  }
  #index-body .partners .left {
    margin-top: 40px;
  }
  #index-body .partners .left img {
    width: 100%;
  }
  #index-body .partners .right {
    margin-top: 30px;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-products,
  #footer .f-box .f-about {
    display: none;
  }
  #index-body .product .sw_btn .next,
  #index-body .product .sw_btn .prev {
    zoom: 0.8;
  }
  #index-body .solutions .bottom ul li .box .text {
    padding: 0 30px;
  }
  #index-body .solutions .bottom ul {
    padding: 0 10%;
  }
  #banner ul li {
    padding-bottom: 40px;
  }
  #index-body .form .box .tip .tit {
    padding: 32px 0 32px 20px !important;
    background-size: 80px;
    font-size: 18px;
  }
  #index-body .advantage .left .dot {
    zoom: 0.8;
  }
  #banner .prev, #banner .next{
    top: 20%;
  }
}
@media screen and (max-width: 700px) {
 
  #banner ul li .text .box .btns .more {
    zoom: 0.7;
  }
  
  .more {
    zoom: 0.8;
  }
  #index-body .advantage .right li {
    height: 200px;
  }
  .font-49 {
    font-size: 22px;
  }
  #index-body .solutions .bottom ul li .box .text .list a {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 9px;
  }
  .smt {
    font-size: 14px;
  }
  #banner ul li .text {
    top: 7%;
  }
  #banner .prev, #banner .next{
    display: none;
  }
  #index-body .about .box .right .tit {
    font-size: 16px;
  }
  #index-body .advantage .left .dot {
    zoom: 0.6;
  }
  #banner ul li .text .box .btns {
    margin-top: 30px;
  }
  #index-body .product .sw_btn .pagination {
    width: 60%;
  }
  #index-body .solutions .bottom ul {
    padding: 0;
  }
  #index-body .form .box {
    padding: 25px 20px 38px;
  }
  #index-body .form .box form ul .i3 {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
   #banner ul li>video{
    height: 220px;
    object-fit: cover;
  }
  #banner ul li>img{
    height: 220px;
    object-fit: cover;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.8;
  }
  #banner ul li .text .box .btns .more {
    zoom: 0.55;
  }
  #banner ul li .text .box .cont {
    display: none;
  }
  #banner ul li .text .box .btns {
    margin-top: 15px;
  }
  #banner ul li .video-box .video_text {
    padding: 20px;
  }
  #index-body .advantage .right li {
    height: auto;
    min-height: 180px;
  }
  #index-body .solutions .bottom ul li .box > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .form .box form ul .i1 {
    width: 100%;
  }
  #index-body .form .box form ul li input {
    height: 50px;
  }
  #footer .f-box .f-ab .phone .icon {
    zoom: 0.8;
  }
  #index-body .advantage .left .dot {
    zoom: 0.5;
  }
  #banner ul li .video-box .video_text .icon {
    zoom: 0.8;
  }
  #index-body .product .sw_btn .next,
  #index-body .product .sw_btn .prev {
    zoom: 0.6;
  }
  #index-body .advantage .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .partners .left ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .type .list {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .type .list li .box .jt {
    right: 15px;
    top: 15px;
  }
  #index-body .type .list li .box {
    padding: 40px 15px 20px;
  }
  #index-body .type .list li .box .icon {
    zoom: 0.8;
  }
}

/*inner*/
@keyframes round_translate1 {
  0% {
    right: 75%;
  }
  74.99% {
    opacity: 1;
  }
  75% {
    right: -25%;
    top: 100%;
    opacity: 0;
  }
  75.05% {
    right: 100%;
    opacity: 0;
  }
  75.1% {
    opacity:1;
  }  
  100%{
    right: 75%;
  }
}
@keyframes round_translate2 {
  0% {
    right: 40%;
  }
  64.99% {
    opacity: 1;
  }
  65% {
    right: -30%;
    opacity: 0;
  }
  65.05% {
    right: 100%;
    opacity: 0;
  }
  65.1% {
    opacity:1;
  }  
  100%{
    right: 40%;
  }
}
@keyframes round_translate3 {
  0% {
    right: 0;
  }
  9.99% {
    opacity: 1;
  }
  10% {
    right: -25%;
    opacity: 0;
  }
  10.05% {
    right: 100%;
    opacity: 0;
  }
  10.1% {
    opacity:1;
  }  
  100%{
    right: 0;
  }
}
#innerMobileBanner{
  padding-top: 30px;
}
#innerMobileBanner .title{
  font-size: 22px;
}
/*inner-banner*/

.inner-banner {
  height: 250px;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 135px auto 0;
  overflow: hidden;
  position: relative;
}
.inner-banner::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 200%;
  background-color:var(--color);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-animation: round_translate2 12s linear infinite;
  -moz-animation: round_translate2 12s linear infinite;
  animation: round_translate2 12s linear infinite;
  z-index: 10;
}
.inner-banner .inner-content {
  width: 100%;
  height: 100%;
  background:rgba(43,156,0,0.6) ;
  background-size: cover;
  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: relative;
}
.inner-banner .inner-content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 100%;
  height: 200%;
  background-color: var(--color);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate1 12s linear infinite;
  -moz-animation: round_translate1 12s linear infinite;
  animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 200%;
  background-color:var(--color);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate3 12s linear infinite;
  -moz-animation: round_translate3 12s linear infinite;
  animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
}
.inner-banner .mbx h2 {
  font-size: 44px;
  line-height: 1;
  
  margin-bottom: 10px;
}
.inner-banner .mbx p {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 1000px){
  .inner-banner{
    width: 100%;
    margin-top: 120px;
  }
  .inner-banner .mbx h2{
    font-size: 24px;
    padding: 0 15px;
    line-height: 38px;
  }
  .inner-banner .mbx p{
    padding: 0 15px;
  }
}

.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 500px){
  .inner-page .m-page{
    zoom: 0.7;
    margin-top: 35px;
  }
}
/*banner-end*/
/*news-page*/
.news-page .slideBar-box .slideBar-left{
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.news-page .slideBar-box .slideBar-left .slideNav li a{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 18px;
  background: #f5f5f5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-page .slideBar-box .slideBar-left .slideNav li a:hover,.news-page .slideBar-box .slideBar-left .slideNav li.active a{
  background: var(--color);
  color: #fff;
}
.news-page .slideBar-box .slideBar-right{
  width: 75%;
}
.news-page .slideBar-box .slideBar-right li{
      display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
    padding: 50px 25px 85px;
    margin-bottom: 45px;
}
.news-page .slideBar-box .slideBar-right li .dot{
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    /*line-height: 74px;*/
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    font-size: 150px;
    line-height: 1.2;
    color: var(--color);
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}

.newdet-page .content{
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 2;
}
@media (max-width: 1000px){
  .news-page .slideBar-box .slideBar-left{
    display: none;
  }
}
/*news-page end*/
/*contact-page */

.contact-page {
  position: relative;
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li .more {
  margin-top: 1em;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li input[type="submit"] {
  width: 180px;
  height: 50px;
  background-color: var(--color);
  border: none;
  font-size: 18px;
  color:white;
  transition: all 0.5s;
}
.contact-page .box .left .form ul li input[type="submit"]:hover{
  background-color: black;
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #333;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  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: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: 0;
}

@media screen and (max-width: 1600px){
  .contact-page .box .right .info {
    font-size: 16px;
  }

  .contact-page .map {
    margin-top: 60px;
  }
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
  
}
@media screen and (max-width: 1450px){
 
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
}
@media screen and (max-width: 1250px){
  .contact-page .box .right {
    padding-left: 5%;
  }
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
}
@media screen and (max-width: 1000px){
    .contact-page .box .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .contact-page .box .right .info {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px){
  .contact-page{
    padding: 40px 0;
  }
}
/*contact-page end*/

/*about-page*/

.about-page .about-1 {
  padding: 60px 0 0;
  position: relative;
}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 586px;
  background-color: #f6f6f6;
  z-index: -1;
}

.about-page .about-1 .container .left h3 {
  line-height: 1.2;
  margin-top: 10px;
 
}
.about-page .about-1 .container .left img {
  margin-top: 48px;
  width: 100%;
}
.about-page .about-1 .container .right img {
  margin-top: 80px;
}
.about-page .about-1 .text {
  margin-top: 60px;
  padding-bottom: 100px;
}
.about-page .about-1 .text p {
  color: #4e4e4e;
     padding: 0 30px; 
    line-height: 1.8;
}
.about-page .about-1 .dates{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}

.about-page .about-1 ul li {
padding: 40px 0 40px;
 text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);

}

.about-page .about-1 ul li .left h4 {
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 ul li .left p {
  font-size: 16px;
  line-height:30px;
  
}
.about-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}


.about-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;

}
.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: #092143;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  padding: 0 28px;
  color: white;
  margin-top: 30px;
}
.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  /*-webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
}
.about-page .about-2 .content ul li .icon h4 {
      margin-bottom: 0px;
   
    font-size: 24px;
    text-transform: uppercase;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}

.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {

}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #092143;
  color: white;
  height: 374px;
  padding-left: 50px;
  padding-right: 30px;
  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;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  text-align: center;
}
.about-page .about-4 h2 {
      margin-top: 95px;
    text-transform: uppercase;
    line-height: 1.6;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid var(--color);
}


@media (max-width: 1600px) {
  .about-page .about-2 .bg {
    max-width: 50%;
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right {
    width: 55%;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1400px) {

  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-1 ul li .right {
    font-size: 14px;
  }
  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 100px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-2 .content ul li .icon h4{
    font-size: 18px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    padding-left: 50px;
  }

 
}
@media (max-width: 1250px) {
 
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }

  .about-page .about-1 ul li .left {
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-left: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    line-height: 1.6!important;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: 40px;
  }
  .about-page .about-1 .dates{
    position: relative;
  }
.about-page .about-1 .dates::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(0, 0, 0, 0.2);
}
 .about-page .about-1 ul li:nth-child(3){
   border-right: 1px solid transparent;
 }
 .about-page .about-1:before{
   height: 850px;
 }
}
@media (max-width: 1000px) {
 
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
  
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px !important;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
   .about-page .about-2 .bg {
    display: none;
  }
.about-page .about-3 .right .box .box-l {
    padding: 50px 15px !important;
  }
}
@media (max-width: 700px) {
  
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .about-page .about-1 ul {
    margin-bottom: 0;
  }
 
}
@media (max-width: 500px) {
 
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
 
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 30px -15px 0;
  }
  
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: 40px;
  }
 .about-page .about-1 .dates::after{
   display: block;
 }
}

/*about-page end*/
/*factory*/
.factory-page .factory-1 {
  padding: 70px 0 150px;
  position: relative;
  background: #fff;
}

.factory-page .factory-1 .container .left h3 {
  line-height: 1.2;
}


.factory-page .factory-1 .text p {
  padding: 0 60px;
}



@media (max-width: 1200px) {
 
  .factory-page .factory-1 .container .left span {
    margin-left: 0;
  }
  .factory-page .factory-1 .container .left h3 {
    margin-left: 0;
    margin-bottom: 30px;
  }
 
}


.production-strength-page .init-1 {
  text-align: center;
  background: #f1f1f1;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}

.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 80px 0 10px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
 
  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img  li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}

@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {

  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }

  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }

  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
/*factory*/
/*service*/

.service .service-1 .container ul {
  margin: 0 -17px;
  background: url("../images/service-line.png") no-repeat center 80px;
}
.service .service-1 .container ul li {
  padding: 0 17px;
}
.service .service-1 .container ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.service .service-1 .container ul li .img_box span {
  display: block;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  
}
.service .service-1 .container ul li h4 {
  margin: 30px 0 15px;
}
.service .service-2 {
  padding: 120px 0 100px;
}
.service .service-2 .left .txt2{
  text-align: right;
}
.service .service-2 .container {
  padding: 0 0px;
}
/*.service .service-2 .container .right {
  width: 54%;
}*/
.service .service-2 .container .right ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.service .service-2 .container .right ul li.active .title h4 {
  color: white;
}
.service .service-2 .container .right ul li.active .title span {
  background-color: #ffffff;
}
.service .service-2 .container .right ul li.active .title span::before{
  background: var(--color);
}
.service .service-2 .container .right ul li.active .title span::after{
  background: var(--color);
}
.service .service-2 .container .right ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.service .service-2 .container .right ul li {
  width: 100%;
}
.service .service-2 .container .right ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li .title h4 {
    width: 90%;
    line-height: 1.6;
    /*text-transform: uppercase;*/
}

.service .service-2 .container .right ul li .title:last-child {
  margin-bottom: 0;
}
.service .service-2 .container .right ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -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: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.service .service-2 .container .right ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.service .service-2 .container .right ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li .cont {
  padding: 30px 110px 30px 25px;
 display: none
}
.service .service-3 {
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}
.service .service-3 .container ul {
  margin-top: 45px;
}
.service .service-3 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.service .service-3 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}
.service .service-3 .container ul li:first-child span {
  background-color: var(--color);
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
}
.service .service-3 .container ul li span {
  display: block;
  width: 50%;
  height: 50px;
  font-size: 18px;
  padding-left: 60px;
  line-height: 58px;
}
.service .service-3 .container ul li span:last-child {
  text-align: center;
}
.service .service-3 .container ul li span:nth-child(n + 2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}


@media (max-width: 1400px) {
  .service .service-1 .container ul {
    background-size: 80%;
  }
  .service .service-2 .container .right ul li.active p {
    padding: 30px 90px 30px 25px;
  }
}
@media (max-width: 1200px) {
  .service .service-1 .container ul li {
    width: 50%;
    margin: 20px 0;
  }
  .service .service-1 .container ul {
    background: none;
  }
  .service .service-2 {
    padding: 70px 0;
  }
  .service .service-2 .container {
    padding: 0 15px;
  }
  /*.service .service-2 .container .right {
    width: 60%;
  }*/
 
}
@media (max-width: 1000px) {

  .service .service-2 .container .left {
    width: 100%;
  }
  .service .service-2 .container .left br {
    display: none;
  }
  .service .service-2 .container .left .btn-go {
    margin-top: 20px;
  }
  /*.service .service-2 .container .right {
    width: 100%;
    margin-top: 60px;
  }*/
 .service .service-3 .container ul li:first-child span{
   font-size: 20px;
   padding-left: 25px;
 }
}
@media (max-width: 700px) {

  .service .service-2 .container .right ul li.active p {
    padding: 30px;
  }
  .service .service-3 .container ul li:first-child span{
   font-size: 18px;
   padding-left: 20px;
 }
 .service .service-3 .container ul li span{
   font-size: 16px;
 }
}
@media (max-width: 500px) {
  .service .service-1 .container ul li {
    width: 100%;
  }
  .service .service-1 {
    padding-top: 70px;
  }
  .service .service-3 .content {
    overflow-x: auto;
    width: 100%;
  }
  .service .service-3 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service .service-3 .content ul {
    width: 500px;
  }
  .service .service-3 .content ul li {
    min-width: 250px;
  }
 
}
/*service-end*/

/*product-page*/

.inner-page .slideBarBox .slideBarLeft {
  width: 28%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
 
  font-size: 24px;
  line-height: 44px;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search {
  padding: 25px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
  line-height: 2;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search2.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li ul{
  display: none;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active+ul{
  display: block;
}
.fenlei{
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 20px;
}
.miaoshu{
 font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--color);
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li{
  padding: 7px 0;
  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;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img{
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
  border: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content{
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat{
  font-weight: normal;
  font-size: 18px;
  color: var(--color);
  line-height: 32px;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title{
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover{
  color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-webkit-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-moz-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-ms-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea:focus,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: var(--color);
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li.wid-100{
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea{
  display: block;
    line-height: 42px;
    height: 100px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5em;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarRight {
  width: 72%;
}
@media screen and (max-width: 1250px){
   .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
}


.productList ul li a.img-box {
  display: block;
  background-color: #f3f3f3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}
.productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .content span.h6 {
  font-weight: 500;
  font-size: 18px;
  color: #120c0b;
  display: block;
    border-bottom: 1px solid #ececec;
  line-height: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .content .text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 1em;
  padding: 0 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li:hover a.img-box {
  background-color: var(--color);
}

/*product-page end*/
/*prodet-page */

.product-det2-page .product-det2-1 .left {
  width: 45%;
  padding-right: 5%;
  /*vertical-align: middle;*/
}
.product-det2-page .product-det2-1 .left .imgs{
  display: block;
  padding: 10%;
  border: 1px solid #bebebe;
  border-radius: 10px;
}
.product-det2-page .product-det2-1 .left ul {
  margin: -15px;
}
.product-det2-page .product-det2-1 .left ul li {
  padding: 15px;
}
.product-det2-page .product-det2-1 .left .smallImg {
  padding-top: 30px;
}
.product-det2-page .product-det2-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det2-page .product-det2-1 .left .bigImg {
  position: relative;
  z-index: 5
}
.product-det2-page .product-det2-1 .left .bigImg .imgs {
  position: relative;
}
.product-det2-page .product-det2-1 .left .bigImg .imgs img{
  width: auto;
  margin: 0 auto;
}
.product-det2-page .product-det2-1 .left .bigImg .fd {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det2-page .product-det2-1 .left .bigImg .fd img{
  width: 50%;
}
 /* 放大镜镜片 (Lens) */
.product-det2-page .product-det2-1 .left .bigImg .magnifier-lens {
            position: absolute;
            border: 1px solid #ccc;
            background-color: rgba(255, 255, 255, 0.4);
            width: 100px; 
            height: 100px; 
            display: none; 
            pointer-events: none; 
            z-index: 10;
        }
.product-det2-page .product-det2-1 .left .small-img-container{
            position: relative;
            cursor: crosshair;
            border: 1px solid #eee;
            overflow: hidden;
}
.product-det2-page .product-det2-1 .left .small-img-container img{
    border-radius: 10px;
}
.product-det2-page .product-det2-1 .left .bigImg .large-img-container {
            width: 100%;
            height: 100%;
            margin-left: 20px;
            border: 1px solid #ddd;
            overflow: hidden;
            position: absolute;
            left: 100%;
            top: 0;
            background: #fff;
            display: none; 
            pointer-events: none; 
        }

.product-det2-page .product-det2-1 .left .bigImg  .large-img-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 200%; 
            height: 200%;
            max-width: none; 
        }
.product-det2-page .product-det2-1 .right {
  width: 55%;
  /*vertical-align: middle;*/
}
.product-det2-page .product-det2-1 .right h1 {
  font-weight: 700;
  color: #120c0b;
  line-height: 1.4;
  display: block;
 
  text-transform: uppercase;
}
.product-det2-page .product-det2-1 .right .text {
  font-size: 18px;
  line-height: 1.8;
  max-height: 16.5em;
  overflow: auto;
  padding-right: 1em;
  margin: 2em 0 2em;
}

.product-det2-page .product-det2-2 span.h3 {

  line-height: 1.2;
  display: block;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.product-det2-page .m-link{
  margin-top: 30px;
}
.product-det2-page .m-link a{
  display: inline-block;
  line-height: 32px;
    padding: 8px 25px;
    font-size: 18px;
    color: #000;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-det2-page .m-link a:hover{
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1000px){
  .product-det2-page .product-det2-1 .left .bigImg .magnifier-lens{
    display: none
  }
  .product-det2-page .product-det2-1 .left .bigImg .large-img-container{
    display: none;
  }
}
@media screen and (max-width: 500px){
  .product-det2-page .m-link a{
    font-size: 16px
  }
}
.product-det2-page .prodet-22{
  padding-top: 50px;
}
.product-det2-page .prodet-22 ul.options{
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det2-page .prodet-22 ul.options li{
  font-size: 18px;
  padding: 10px 20px;
  line-height: 32px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.product-det2-page .prodet-22 ul.options li.active,
.product-det2-page .prodet-22 ul.options li:hover{
  background: var(--color);
  color: white;
}
.product-det2-page .prodet-22 .content{
  margin-top: 30px;
}
.product-det2-page .prodet-22 .content .det{
  color: #757575;
  font-size: 18px;
  line-height: 34px;
}
.product-det2-page .prodet-22 .content .det.active{
  display: block;
}
.product-det2-page .prodet-22 .content .det .det2.pr{
  display: inline-block;
}
@media screen and (max-width: 1000px){
  
    .product-det2-page .product-det2-1 .left,
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-right: 0;
  }
  .product-det2-page .product-det2-1 .right,
  .product-det-page .product-det-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px){
  
  .product-det2-page .product-det2-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .product-det2-page .product-det2-1 .right{
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px){
  
  .product-det2-page .product-det2-1 .left ul li {
    padding: 5px;
  }
  .product-det2-page .product-det2-1 .left ul {
    margin: -5px;
  }
  .product-det2-page .product-det2-1 .left .smallImg {
    padding-top: 10px;
  }
  .product-det2-page .product-det2-1 .right .text {
    max-height: none;
  }
    .product-det2-page .prodet-22 .content .det{
    font-size: 16px;
    line-height: 30px;
  }
  .product-det2-page .prodet-22 ul.options li{
    font-size: 14px;
  }
}

.inner-page .prodet-product-link .dotsBox {
  margin-top: 90px;
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
  border: none;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 500px){
  .inner-page .prodet-product-link .dotsBox{
    zoom: 0.7;
    margin-top: 35px;
  }
}

/*prodet-page end*/

/*download-page*/

.download .download-1 li {
    line-height: 2;
    overflow: hidden;
  
}

.download .download-1 li .top {
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 16px;
}
.download .download-1 li .bottom {
    width: 100%;
 background: #fff;
 overflow: hidden;
}
.download .download-1 li .bottom p {
    width: 20%;
    float: left;
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    font-size: 14px;
    color: #555;
}

.download .download-1 li .bottom i.fa {
       font-size: 18px;
    color: #00a0e9;
}

.download .download-1 .item-top p {
    float: left;
    text-align: center;
    width: 20%;
    padding: 20px 15px;
    background: var(--color);
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #FFF;
}
.download .download-1 .item-top {
    overflow: hidden;
}

.download label.selectAlll {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--color);
}

.download label.selectAlll input{
  margin-right: 10px;
}

.download label.selectAlll input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background-color: white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin-top: -4px;
}

.download label.selectAlll input[type="checkbox"]:checked {
  background-color: var(--color);
  border: 1px solid var(--color);
}

.download label.selectAlll input[type="checkbox"]:checked::after {
  content: '✓';
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  position: relative;
  top: -2px;
}

.download .ui.container{
  max-width: 1480px;
  width: 100%;
}
.download .search-box2{
  margin: 30px 0;
}
.download .search-box2 #search{
  display: block;
    width: 100%;
    height: 54px;
    padding: 0px 20px 0;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #aaa;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.download .search-box2 #search::-moz-placeholder{
  color: gray;
}
.download .search-box2 #search::-webkit-input-placeholder{
  color: gray;
}
.download .search-box2 #search::placeholder{
  color: gray;
}
.download .search-box2 span{
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
}
.download .search-box2 span em{
  display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    font-size: 14px;
    line-height: 28px;
}
.download .search-box2 span i{
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  width: 20px;
  height: 26px;
}
.download .search-box2 .hz{
  padding: 10px;
  border: 1px solid #aaa; 
  border-top: 0;
  display: none;
}
.download .search-box2 .hz input{
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px;
  height: 32px;
  font-size: 14px;
}

.download .filterSingleBox{
  margin-bottom: 1rem;
}
.download .filterSingleBox li ul{
  margin-right: -20px;
}
.download .filterSingleBox li{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 20px;
      width: 24%;
    padding-top: 15px;
}
.download .filterSingleBox li input[type="checkbox"]{
   margin-right: 10px;
   margin-top: -5px;
}

.download .filterSingleBox li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background-color: white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin-top: -4px;
}

.download .filterSingleBox li input[type="checkbox"]:checked {
  background-color: var(--color);
  border: 1px solid var(--color);
}

.download .filterSingleBox li input[type="checkbox"]:checked::after {
  content: '✓';
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  position: relative;
  top: -2px;
}

.download .download-1{
  margin-top: 3rem;
      margin-bottom: 6rem;
}
.download .download-1 ul li{
  display: none;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
    color: #00a0e9;
}

#fullpage .section:nth-child(2) .init-1 .container .right .solutionBox ul li .box {
    border: 5px solid rgba(255,255,255,1);
    overflow: hidden;
}


.download .download-1 li .bottom p:hover i {
    color: #45b035;
}

.download .download-1 li .bottom:nth-child(even) {
    background: #fbfbfb;
}

.download .ui.container {
    max-width: 1480px;
}



.download .table th {
    text-align: center;
    width: 20% !important;
    padding: 20px 15px;
    background: var(--color);
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border: none;
    border-right: 1px solid #fff;
}
.download .table #top td {
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 16px;
    line-height: 30px;
}

.download .table #info {
    width: 100%;
    background: #fff;
}
.download .table #info:nth-child(even){
  background: #fbfbfb;
}
.download .table #info td,th {
    width: 20% !important;
    /*float: left;*/
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 2;
    color: #555;
}
.download .table #info i.fa {
    font-size: 18px;
    color: var(--color);
    line-height: 32px;
}

@media screen and (max-width: 1000px) {
  .download .filterSingleBox li{
    width: 33%;
  }
}

@media screen and (max-width: 700px) {
  .download .filterSingleBox li{
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  .download .filterSingleBox li{
    width: 100%;
  }
  .download .search-box2 #search{
    font-size: 14px;
  }
}

.download .table table {
    max-height: 485px;
}
/*download-page end*/
/*faq*/

.faq-page .slideBarRight span.h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #120c0b;
  display: block;
  line-height: 1.2;
}
.faq-page .slideBarRight .faqList {
  font-weight: normal;
  margin-top: 2em;
}
.faq-page .slideBarRight .faqList li {
  padding: .7em 0;
  line-height: 1.8;
}
.faq-page .slideBarRight .faqList li span.h6 {
  padding: 1em 4em 1em 1.5em;
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  position: relative;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close {
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: 1em;
  right: 1.1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:after,
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  content: '';
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: .25em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .slideBarRight .faqList li .text {
  padding: 1em 1.5em 0;
  font-weight: normal;
  color: var(--color);
  display: none;
}
.faq-page .slideBarRight .faqList li.active span.h6 {
  background-color: var(--color);
  color: white;
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close:after,
.faq-page .slideBarRight .faqList li.active span.h6 i.close:before {
  background-color: white;
}
@media screen and (max-width: 500px){
  .faq-page .slideBarRight .faqList{
    font-size: 15px;
  }
}
/*faq end*/