@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #4e885f;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 42px;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes dot_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes btn_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu span {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 500;
  line-height: 1;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 35px;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 0 100px;
}
#header.active {
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 95px;
  width: 100%;
  border-radius: 85px;
  background-color: white;
  padding: 0 60px 0 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-right: 90px;
  border-bottom: 1px solid transparent;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -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: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  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 a.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;
  padding: 0 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  border-radius: 35px;
  background-color: var(--color);
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid var(--color);
  font-size: 18px;
  font-weight: 500;
}
#header .nav .ui.menu a.btn:hover {
  background-color: transparent;
  color: var(--color);
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px 0 35px;
  color: white;
  overflow: hidden;
  background-color: var(--color);
  border-radius: 35px;
}
.more:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: black;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.more i {
  position: relative;
  width: 50px;
  height: 50px;
  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: white;
  border-radius: 50%;
  color: black;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  margin-right: 50px;
}
.more.center {
  margin: 0 auto;
}
.more.white {
  border: 1px solid transparent;
  border-color: white;
  background-color: transparent;
}
.more.white:hover {
  border-color: black;
}
span.tag {
  font-size: 18px;
  font-weight: 500;
  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-bottom: 15px;
}
span.tag::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
h2.h-title {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 600;
  font-style: italic;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content ul li .container p {
  max-width: 520px;
}
#banner .banner-content ul li .container h2,
#banner .banner-content ul li .container p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#index-body .homepage-1 {
  background-color: #efefef;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  margin-top: -200px;
  position: relative;
  z-index: 5;
}
#index-body .homepage-1 .left {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
#index-body .homepage-1 .left ul {
  margin: -25px;
}
#index-body .homepage-1 .left ul li {
  padding: 25px;
  width: 25%;
}
#index-body .homepage-1 .right ul li {
  margin-bottom: 60px;
}
#index-body .homepage-1 .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-2 {
  background: url('../images/pro_bg.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#index-body .homepage-2 .top a.more {
  margin-left: auto;
}
#index-body .homepage-2 .bottom {
  background-color: #fff;
  padding: 80px;
  padding-top: 0;
}
#index-body .homepage-2 .bottom ul {
  position: relative;
}
#index-body .homepage-2 .bottom ul .slick-current li {
  border-left: none;
}
#index-body .homepage-2 .bottom ul .slick-slide{
  height: 100%;
}
#index-body .homepage-2 .bottom ul .slick-slide > div:last-child {
  border-top: 1px solid #efefef;
}
#index-body .homepage-2 .bottom ul li {
  padding: 20px 0;
  border-left: 1px solid #efefef;
}
#index-body .homepage-2 .bottom ul li .box {
  height: auto;
  padding: 0 20px;
}
#index-body .homepage-2 .bottom ul li .box a.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-2 .bottom ul li .box .text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  height: 52px;
}
#index-body .homepage-2 .bottom ul li .box .text a.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;
  height: 25px;
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 35px;
  background-color: var(--color);
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid var(--color);
  font-size: 14px;
  font-weight: 500;
  margin: auto;
}
#index-body .homepage-2 .bottom ul li .box .text a.btn:hover {
  background-color: transparent;
  color: var(--color);
}
#index-body .homepage-3 {
  position: relative;
}
#index-body .homepage-3 .top {
  background-color: #474a48;
  color: white;
}
#index-body .homepage-3 .top .right img {
  width: 100%;
  border-radius: 42px;
}
#index-body .homepage-3 .bottom {
  height: 225px;
  background-color: var(--color);
  border-top-left-radius: 50px;
  padding: 0 85px;
  color: white;
  max-width: 1200px;
  width: 70%;
  margin-left: auto;
  position: absolute;
  bottom: -65px;
  right: 0;
}
#index-body .homepage-3 .bottom ul {
  margin: 0 -25px;
}
#index-body .homepage-3 .bottom ul li {
  padding: 0 25px;
}
#index-body .homepage-3 .bottom ul li h4 {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}
#index-body .homepage-3 .bottom ul li h4 em {
  display: contents;
}
#index-body .homepage-3 .bottom ul li h4 span {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-left: 25px;
}
#index-body .homepage-3 .bottom ul li p {
  font-size: 22px;
  margin-top: 10px;
}
#index-body .homepage-4 {
  background-color: #e8e8e8;
}
#index-body .homepage-4 .content .left ul {
  margin: -15px;
}
#index-body .homepage-4 .content .left ul li {
  padding: 15px;
}
#index-body .homepage-4 .content .left ul li .box {
  height: 210px;
  padding: 27px;
  border-radius: 25px;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .homepage-4 .content .left ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .homepage-4 .content .left ul li .box .icon {
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 12px;
}
#index-body .homepage-4 .content .left ul li .box .icon img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content .left ul li .box .text {
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
  padding-left: 15px;
}
#index-body .homepage-5 .bottom {
  margin-top: 65px;
}
#index-body .homepage-5 .bottom ul {
  margin: 0 -40px;
}
#index-body .homepage-5 .bottom ul li {
  padding: 0 40px;
}
#index-body .homepage-5 .bottom ul li .box {
  border-top: 2px solid var(--color);
  padding-top: 35px;
}
#index-body .homepage-5 .bottom ul li .box a.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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  background-color: #ededed;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: 25px;
}
#index-body .homepage-5 .bottom ul li .box a.btn:hover i {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: white;
}
#index-body .homepage-5 .bottom ul li .box a.btn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  background-color: white;
}
#footer {
  background-color: #333333;
  color: white;
  padding-top: 70px;
}
#footer .form h2 {
  font-style: italic;
}
#footer .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .form form input[type='submit'] {
  width: 105px;
  height: 75px;
  background-color: var(--color);
  background-image: url('../images/submit.png');
  background-repeat: no-repeat;
  border: 1px solid var(--color);
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-position: center;
  margin-left: 20px;
}
#footer .form form input[type='submit']:hover {
  background-color: transparent;
  border-color: white;
}
#footer .form 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;
  background-color: #3d3d3d;
  border-radius: 35px;
  height: 75px;
  width: 880px;
  padding: 0 20px;
}
#footer .form form ul li {
  width: 27%;
}
#footer .form form ul li:first-child input {
  border-left: none;
}
#footer .form form ul li:last-child {
  width: 46%;
}
#footer .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: white;
  border-left: 1px solid #999;
  font-weight: 600;
  padding: 0 20px;
}
#footer .form form ul li input::input-placeholder {
  color: #9f9f9f;
}
#footer .top {
  padding: 60px 15px;
}
#footer .top ul li:nth-child(n+2) {
  margin-top: 30px;
}
#footer .top ul li h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
  color: #9f9f9f;
}
#footer .top ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
#footer .top ul li span {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}
#footer .top ul li span:hover {
  color: var(--color);
}
#footer .top ul li span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.f-logo {
  max-width: 440px;
}
#footer .top ul li.qrcode #ewm img,
#footer .top ul li.qrcode #ewm canvas {
  width: 135px;
  height: 135px;
  border: 8px solid white;
}
#footer .top ul li.qrcode .share 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;
  width: 30px;
  height: 30px;
  background-color: #3a3a3a;
  border-radius: 50%;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .top ul li.qrcode .share a i {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .top ul li.qrcode .share a:last-child {
  margin-right: 0;
}
#footer .top ul li.qrcode .share a:hover {
  background-color: var(--color);
}
#footer .bottom {
  padding: 20px 0;
}
#footer .bottom span {
  font-size: 16px;
  color: #9f9f9f;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .bottom span a.copyright:hover {
  color: var(--color);
}
#footer .bottom span img {
  width: auto;
  height: 17px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0.6;
}
@media screen and (max-width: 1700px) {
  h2.h-title {
    font-size: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  #banner .banner-content ul li a.more {
    margin-top: 50px;
  }
  #index-body .homepage-3 .bottom ul li h4 {
    font-size: 60px;
  }
  #index-body .homepage-4 .right img {
    border-radius: 55px;
  }
  #index-body .homepage-4 .content .left ul li .box {
    height: 170px;
  }
}
@media screen and (max-width: 1450px) {
  #banner .banner-content ul li .container h2 {
    font-size: 56px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .right {
    margin-left: 25px;
  }
  #header {
    padding: 0 30px;
  }
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-3 .bottom {
    padding: 0 50px;
  }
  #index-body .homepage-3 .bottom ul li h4 {
    font-size: 50px;
  }
  #index-body .homepage-4 .content .left ul li .box .text {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
  }
  #index-body .homepage-4 .content .left ul li .box .icon {
    width: 65px;
    height: 65px;
  }
  #index-body .homepage-4 .content .left ul li .box .icon img {
    max-width: 50px;
  }
  #index-body .homepage-4 .content .left ul li .box {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #index-body .homepage-1 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0;
  }
  #banner .banner-content ul li .container {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-1 .left ul {
    margin: -15px;
  }
  #index-body .homepage-1 .left ul li {
    padding: 15px;
    width: 33.3333333%;
  }
  h2.h-title {
    font-size: 40px;
  }
  .more span {
    font-size: 16px;
    margin-right: 20px;
  }
  .more {
    height: 55px;
  }
  .more i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #index-body .homepage-2 .bottom {
    padding: 40px;
  }
  #index-body .homepage-3 .bottom ul {
    margin: 0 -15px;
  }
  #index-body .homepage-3 .bottom ul li {
    padding: 0 15px;
  }
  #index-body .homepage-3 .bottom ul li p {
    font-size: 16px;
  }
  #index-body .homepage-3 .bottom ul li h4 {
    font-size: 40px;
  }
  #index-body .homepage-3 .bottom {
    height: 150px;
  }
  #index-body .homepage-4 .content .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .homepage-4 .right {
    display: none;
  }
  #index-body .homepage-4 .content .left ul li .box .text h4 {
    font-size: 20px;
  }
  #footer .form form input[type='submit'] {
    margin-left: 0;
    margin-top: 25px;
  }
  #footer .top ul li.link {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .container h2 {
    font-size: 40px;
  }
  #banner .banner-content ul li .container .content {
    width: 100%;
  }
  #index-body .homepage-1 .left {
    position: relative;
    top: 0;
    padding: 0 15px;
    width: 100%;
  }
  #index-body .homepage-1 .left ul {
    display: block;
  }
  #index-body .homepage-1 .left ul li a.img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .homepage-1 .right {
    width: 100%;
    margin-top: 45px;
    padding: 0 15px;
  }
  #index-body .homepage-1 .right ul {
    margin: 0 -10px;
  }
  #index-body .homepage-1 .right ul li {
    padding: 0 10px;
    margin: 0;
  }
  #index-body .homepage-2 .bottom ul li .box .text h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #index-body .homepage-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .homepage-3 .top .right {
    width: 100%;
    margin-top: 45px;
  }
  #index-body .homepage-3 .bottom {
    width: 100%;
    position: relative;
    bottom: 0;
    border-radius: 0;
  }
  #footer .form form ul li:last-child {
    width: 100%;
  }
  #footer .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
  #footer .form form ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .form form ul li:last-child {
    margin-bottom: 0;
  }
  #footer .form form ul li input {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-bottom: 10px;
  }
  #footer .bottom span {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .container h2 {
    font-size: 30px;
  }
  #banner .banner-content ul li a.more {
    display: none;
  }
  h2.h-title {
    font-size: 30px;
  }
  h2.h-title br {
    display: none;
  }
  #index-body .homepage-1 .left h2 {
    margin-bottom: 30px;
  }
  #index-body .homepage-2 .top a.more {
    margin-left: 0;
    margin-top: 25px;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .homepage-2 .bottom {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #index-body .homepage-3 .bottom {
    padding: 30px;
    height: auto;
  }
  #index-body .homepage-3 .bottom ul li {
    width: 50%;
    margin: 10px 0;
    text-align: center;
  }
  #index-body .homepage-4 .content .left ul li .box {
    height: auto;
  }
  #index-body .homepage-4 .content .left ul li .box .icon {
    margin-bottom: 20px;
  }
  #index-body .homepage-4 .content .left ul li .box .text {
    width: 100%;
    padding-left: 0;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .homepage-5 .bottom ul li {
    padding: 0 10px;
  }
  #footer .top ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .top ul li.f-logo {
    max-width: 100%;
    text-align: center;
  }
  #ewm {
    margin-top: 20px;
  }
  #footer .top {
    padding: 25px 15px;
  }
  #footer .form h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  #index-body .homepage-5 .bottom ul li .box h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-2 .bottom ul li .box {
    height: auto;
    padding: 0 20px;
  }
  #index-body .homepage-2 .bottom ul .slick-slide > div:last-child {
    border-top: none;
  }
  #index-body .homepage-2 .bottom ul li {
    border-left: none;
  }
  #index-body .homepage-3 .top .left .con {
    margin: 25px 0;
  }
  #index-body .homepage-3 .bottom ul li h4 {
    font-size: 30px;
  }
  #index-body .homepage-3 .bottom ul li h4 span {
    font-size: 18px;
    margin-left: 10px;
  }
  #index-body .homepage-3 .bottom {
    padding: 30px 15px;
  }
  #index-body .homepage-5 .top p {
    text-align: left;
    margin-top: 25px;
    width: 100%;
  }
}








.pt-290 {
  padding-top: 290px;
}
.inner-banner {
  background-size: cover;
  background-position: center center;
  color: white;
}
.inner-banner .mbx {
  position: relative;
}
.inner-banner .mbx i {
  color: var(--color);
}
.inner-page {
  z-index: 2;
  position: relative;
}
.inner-page ul.nav li {
  font-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #484343;
}
.inner-page ul.nav li a {
  display: block;
  padding: 0 10px;
  position: relative;
}
.inner-page ul.nav li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #484343;
}
.inner-page ul.nav li:last-child a::after {
  content: none;
}
.inner-page ul.nav li:hover,
.inner-page ul.nav li.active {
  color: var(--color);
}
.inner-page.product-page ul.nav li a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page.product-page ul.nav li.active a::before,
.inner-page.product-page ul.nav li:hover a::before{
  width: 100%;
  opacity: 1;
}


.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist>ul>li{
   border-radius:25px;
   background: #f0f0f0;
   margin-bottom: 10px;
   position: relative;
}
.sider-box .sider-left .category .catelist ul li a {
   padding: 15px 0;
  height: auto;
  border-radius: 25px;
   background: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  font-size: 16px;
  transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li:hover > a,
.sider-box .sider-left .category .catelist > ul > li.cur > a{
   color: #FFFFFF;
  background-color: var(--color);
}

.sider-box .sider-left .category .catelist > ul > li > i {
  position: absolute;
  right: 16px;
  top: 9px;
  font-size: 24px;
  font-family: cursive;
  width: 30px;
  text-align: center;
  transition: .5s;
  cursor: pointer;
  z-index: 2;
}
.sider-box .sider-left .category .catelist > ul > li:hover i{
  color: white;
}
.sider-box .sider-left .category .catelist > ul > li.cur i{
  transform: rotate(90deg);
  color: white;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}
.sider-box .sider-left .category .catelist > ul > li.active > ul{
  display: block;
}
.sider-box .sider-left .category .catelist > ul > li > ul {
  padding: 10px 25px 30px;
  background-color: #f0f0f0;
  border-radius: 25px;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a{
  line-height: 1.2;
  border-bottom: 1px solid #dddddd;
   border-radius: 0;
   height: auto;
   padding: 15px 0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li.active > a,
.sider-box .sider-left .category .catelist > ul > li > ul > li:hover > a {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form form .submit .more{
  border: none
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
  border:none;
}

.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}



@media screen and (max-width: 1250px) {
  .news-page #index-body.news-2 .sider-box .sider-right ul li{
    width: 50%;
  }
  .news-page.product-page .news-1 .des {
    line-height: 2;
    max-width: 100%;
    max-height: unset;
    overflow: unset;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left{
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
}




.about-page {
  z-index: 2;
  position: relative;
}
.about-page .about-1 {
  margin-top: -60px;
  border-radius: 73px 73px 0 0;
  background-color: white;
}
.about-page .about-1 .left img{  border-radius: 28px;}
.about-page .about-1 .left .play {
  font-size: 22px;
  height: 106px;
  border-radius: 28px;
  color: white;
  background-color: var(--color);
  width: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  padding: 0 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-page .about-1 .left .play i {
  font-size: 40px;
}
.about-page .about-1 .left .play:hover{
  box-shadow: 0px 0px 10px 0px rgba(7, 112, 58,0.5);
}
.about-page .about-2 {
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #efefef));
  background: -webkit-linear-gradient(top, white 50%, #efefef 50% 100%);
  background: -moz-linear-gradient(top, white 50%, #efefef 50% 100%);
  background: linear-gradient(to bottom, white 50%, #efefef 50% 100%);*/
  /*-webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);*/
}
.about-page .about-1 .right .content{
  max-height: 425px;
  overflow: auto;
      line-height: 28px;
}
.about-page .about-2 .box {
  /*background-color: #3b3b3b;*/
  border-radius: 26px;
  /*color: white;*/
}
.about-page .about-2 .box ul li {
  color: var(--color);
}
.about-page .about-2 .box ul li .box2{
  background: #f4f4f4;
  border-radius: 20px;
  padding: 44px;
      text-align: center;
  min-width: 400px;
}
.about-page .about-2 .box ul li .h2 {
  line-height: 1;
}
.about-page .about-2 .box ul li .h2 span {
  font-size: 36px;
}
.about-page .about-2 .box ul li p {
  color: black;
}
.about-page .about-3 {
  background-color: #efefef;
  overflow: hidden;
  /*background: url(../images/banner3.jpg) no-repeat;*/
  background-size: cover;
  /*padding-top: 240px;*/
  /*margin-bottom: 60px;*/
}
.about-page .about-3 .top .left {
  width: 70%;
}
.about-page .about-3 .top .text {
  width: 30%;
  line-height: 1.5;
}
.about-page .about-3 .list .line {
  position: absolute;
  left: -200px;
  right: -200px;
  height: 1px;
  background-color: var(--color);
  top: 80px;
}
.about-page .about-3 .list ul .slick-list {
  padding-bottom: 30px;
}
.about-page .about-3 .list ul li .time {
  color: var(--color);
  font-weight: 500;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li i {
  display: inline-block;
  margin-left: 15px;
  margin-right: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #e2efe8;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  margin-bottom: 20px;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li .box {
  background-color: white;
  padding: 65px 25px 25px 35px;
  position: relative;
  border-radius: 23px;
  -webkit-box-shadow: 0px 17px 21px 0px rgba(25, 25, 25, 0.04);
  box-shadow: 0px 17px 21px 0px rgba(25, 25, 25, 0.04);
}
.about-page .about-3 .list ul li .box::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 45px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--color);
}
.about-page .about-3 .list ul li .box::before {
  content: "";
  position: absolute;
  left: 33px;
  top: -28px;
  width: 1px;
  height: 75px;
  background-color: var(--color);
}
.about-page .about-3 .list ul li .des{
  max-height: 195px;
  min-height: 250px;
  overflow: auto;
  padding-right: 5px;
}
.about-page .about-3 .list ul li:hover .time{
  color:#4e885f;
}
.about-page .about-3 .list ul li:hover i::after{
  background: #4e885f;
}
.about-page .about-3 .list ul li:hover i{
  background: #bacfc4;
}
.about-page .about-4 {
  background-color: #efefef;
}
.about-page .about-4 .img {
  border-radius: 73px 73px 0 0;
  overflow: hidden;
}
.about-page .about-5 {
  z-index: 3;
  position: relative;
  /*margin-top: -220px;*/
  margin-top: -60px;
  border-radius: 73px 73px 0 0;
  background: white;
}
.about-page .about-5 .ui.container {
  z-index: 2;
}
.about-page .about-5 .content_box {
  background-color: white;
  border-radius: 0 170px 0 0;
  z-index: 5;
}
.about-page .about-5 .content_box ul li .box {
  border: 1px solid #c7c7c7;
  padding: 30px;
}
.about-page .about-5 .content_box ul li .box .icon {
  text-align: center;
}
.about-page .about-5 .content_box ul li .box .icon img {
  margin: auto;
}
.about-page .about-5 .content_box ul li .box .des {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  min-height: 196px;
}
.about-page .about-5 .content_box .slickDots {
  width: 280px;
  height: 11px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about-page .about-5 .content_box .slickDots i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: var(--color);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .content_box .slickDots ul {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.about-page .about-5 .content_box .slickDots ul li {
  padding: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 100%;
  background-color: #e2efe8;
  margin: 0;
  border: none;
  border-radius: 0;
}
/*.about-page .about-5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: white;
  z-index: -1;
}*/
.about-page .about-6 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.about-page .about-6 .top .left {
  width: 70%;
}
.about-page .about-6 .top .left .title span {
  margin-left: 100px;
}
.about-page .about-6 .top .text {
  line-height: 40px;
  width: 30%;
}
.about-page .about-6 ul .slick-slide > div {
  height: unset !important;
}
.about-page .about-6 ul li {
  margin-bottom: 20px;
}
.about-page .about-6 ul li a {
  display: block;
}
.about-page .about-6 ul li a img {
  width: 100%;
}
.contact-page .contact-1 {
  background-color: white;
  margin-top: -65px;
  border-radius: 73px 73px 0 0;
}
.contact-page .contact-1 .left form input,
.contact-page .contact-1 .left form textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 24px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1 .left form textarea {
  padding: 20px;
  height: 150px;
}
.contact-page .contact-1 .left form button {
  border: none;
}
.contact-page .contact-1 .right {
  padding-left: 280px;
}
.contact-page .contact-1 .right .share a {
  font-size: 30px;
  margin-right: 15px;
}
.contact-page .contact-2 {
  border-radius: 73px 73px 0 0;
  background-color: #efefef;
}
.contact-page .contact-2 .left {
  max-width: 440px;
}
.contact-page .contact-2 .left ul li {
  color: #2b2b2b;
}
.contact-page .contact-2 .left ul li i {
  color: var(--color);
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-page .contact-2 .right {
  text-align: right;
}
.contact-page .contact-2 .right .pre {
  display: inline-block;
}
.contact-page .contact-2 .right .add {
  background-color: white;
  padding: 30px 45px;
  border-radius: 23px;
  -webkit-box-shadow: -5.814px 15.975px 49px 0px rgba(94, 94, 94, 0.18);
  box-shadow: -5.814px 15.975px 49px 0px rgba(94, 94, 94, 0.18);
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 380px;
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
}
.contact-page .contact-2 .right .add .h4 {
  color: var(--color);
  margin-bottom: 5px;
}
.contact-page .contact-2 .right img {
  border-radius: 20px;
}
.gallery-page {
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
  background-color: white;
}
.gallery-page .list ul li a {
  display: block;
  position: relative;
}
.gallery-page .list ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  padding: 0 20px;
}
.gallery-page .list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left bottom, left top, from(#07703a), to(transparent));
  background: -webkit-linear-gradient(bottom, #07703a, transparent);
  background: -moz-linear-gradient(bottom, #07703a, transparent);
  background: linear-gradient(to top, #07703a, transparent);
  bottom: 0;
  opacity: 0;
}
.gallery-page .list ul li:hover a p {
  opacity: 1;
}
.gallery-page .list ul li:hover a::after {
  opacity: 1;
}
.m-page a,
.m-page span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.news-page .news-1 {
background-color: #efefef;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.news-page .news-1 .des {
  text-align: center;
  line-height: 35px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  max-height: 210px;
  overflow: auto;
}
.news-page.product-page .news-1 .des{
  text-align: left;
}
.news-page .news-2 {
  background-color: #efefef;

}
.newdet-page {
  background-color: white;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.newdet-page .newdet-1 .content {
  line-height: 32px;
}
.product-page #index-body .i-news ul li .img-box img {
  width: auto;
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 {
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
  background-color: white;
}
.prodet-page .prodet-1 .left .big {
  background-color: #f5f5f5;
  border-radius: 27px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .left .big .Auxil-through {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .left .big .Auxil-through span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid white;
  flex: none;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
  background-color: #f5f5f5;
  border-radius: 11px;
}
.prodet-page .prodet-1 .left .small ul li a img {
  width: auto;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.3;
}
#mobile3 .m-nav ul li a {
    line-height: 30px;
}
.prodet-page .prodet-1 .right .content {
  line-height: 1.8;
  max-height: 535px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .share {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.prodet-page .prodet-1 .right .share li {
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
}
.prodet-page .prodet-1 .right .share li:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .content {
  line-height: 1.8;
}
#index-body .application ul .slick-list {
  padding: 0 30%;
}
#index-body .application ul li .img-box {
  border-radius: 30px;
}
#index-body .application ul li .img-box p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  bottom: 40px;
}
.resource-page .resource-1 {
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
  background-color: white;
}
.resource-page .resource-1 .top .text {
  max-width: 460px;
  line-height: 1.6;
}
.resource-page .resource-1 ul li{
  margin-bottom: 20px;
}
.resource-page .resource-1 ul li .box .text{
  padding-left: 60px;
}
.resource-page .resource-1 ul li:nth-child(even) .box{
  flex-direction: row-reverse;
}
.resource-page .resource-1 ul li:nth-child(even) .box .text{
  padding-right: 60px;
  padding-left: 0;
}
.resource-page .resource-1 ul li .box .more{
  zoom: 0.6;
}
.resource-page .resource-1 ul li .box .more:focus{
  background-color: var(--color) !important;
    outline: 0;
     -webkit-tap-highlight-color:unset !important; 
}
.resource-page .resource-1 ul li .box .h3 {
  line-height: 1.3;
  min-height: 72px;
}
.resource-page .resource-1 ul li .box .arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  border: 8px solid #ededed;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.resource-page .resource-1 ul li .box .arrow:hover {
  background-color: var(--color);
  color: white;
}
.resource-page .resource-1 ul .slick-slide > div{
  height: unset !important;
}
.resource-page .resource-2 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
  margin-top: -60px;
}
.resource-page .resource-2 .top .text {
  line-height: 1.65;
}
.resource-page .resource-2 ul li {
  color: white;
}
.resource-page .resource-3{
  margin-top: -60px;
  border-radius: 73px 73px 0 0;
  background: white;
}
.resource-page .resource-3 .left .title span {
  margin-left: 65px;
}
.resource-page .resource-3 .left p {
  line-height: 1.6;
}
.resource-page .resource-3 .right ul li {
  border-radius: 14px;
  border: 1px solid #c7c7c7;
  padding: 24px 35px 16px 40px;
  cursor: pointer;
}
.resource-page .resource-3 .right ul li .h5 {
  padding-right: 30px;
  position: relative;
}
.resource-page .resource-3 .right ul li .h5 i {
  position: absolute;
  right: 0;
  top: 1px;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.resource-page .resource-3 .right ul li .des {
  display: none;
  color: #6f6f6f;
  line-height: 1.75;
  margin-top: 19px;
}
.resource-page .resource-3 .right ul li.active .h5 i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.solution-page {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.solution-page ul li .img-box {
  border-radius: 20px;
}
.solution-page ul li .content {
  border-radius: 12px;
  background-color: white;
  padding: 25px 30px;
  width: 80%;
  margin: auto;
  z-index: 3;
  position: relative;
  margin-top: -80px;
}
.solution-page ul li .content .des {
  line-height: 28px;
  opacity: 0.7;
}
.soludet-page .soludet-1 {
  background-color: white;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.soludet-page .soludet-1 .right .title {
  line-height: 1.1;
}
.soludet-page .soludet-1 .right .des {
  line-height: 30px;
}
.soludet-page .soludet-2 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.soludet-page .soludet-2 .top .left {
  width: 65%;
}
.soludet-page .soludet-2 .top .left .title span {
  margin-left: 180px;
}
.soludet-page .soludet-2 .top .text {
  line-height: 1.65;
  max-width: 520px;
  text-align: right;
  width: 35%;
}
.soludet-page .soludet-2 ul li .box {
  background-color: white;
  border: 1px solid #c7c7c7;
  padding: 40px 30px 35px;
}
.soludet-page .soludet-2 ul li img {
  margin: auto;
}
.soludet-page .soludet-3 {
  background-color: #4e4e4e;
  border-radius: 73px 73px 0 0;
  position: relative;
  z-index: 3;
  margin-top: -65px;
}
.soludet-page .soludet-3 .top {
  color: white;
}
.soludet-page .soludet-3 .top .left {
  width: 65%;
}
.soludet-page .soludet-3 .top .left .title span {
  margin-left: 180px;
}
.soludet-page .soludet-3 .top .text {
  line-height: 1.65;
  max-width: 520px;
  text-align: right;
  width: 35%;
}
.soludet-page .soludet-3 ul li .img-box {
  border-radius: 25px;
}
.soludet-page .soludet-3 ul li .box {
  width: 80%;
  margin: auto;
  z-index: 2;
  position: relative;
  margin-top: -80px;
  background-color: white;
  padding: 30px 40px;
  border-radius: 12px;
}
.soludet-page .soludet-3 ul li .box .des {
  line-height: 32px;
  opacity: 0.7;
  max-height: 160px;
  overflow: auto;
  padding-right: 5px;
}
.soludet-page .soludet-4 ul li {
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 32px;
}
.soludet-page .soludet-4 ul li .left {
  width: 57%;
  border-radius: 32px;
  overflow: hidden;
}
.soludet-page .soludet-4 ul li .left img {
  width: 100%;
}
.soludet-page .soludet-4 ul li .right {
  width: 43%;
}
.soludet-page .soludet-4 ul li .right .h4 {
  line-height: 1.44;
}
.soludet-page .soludet-4 ul li .right .des {
  line-height: 30px;
  max-height: 365px;
  overflow: auto;
}
.soludet-page .soludet-4 .slickBtn div {
  background-color: transparent;
  border: 1px solid #b9b9b9;
  color: black;
}
.soludet-page .soludet-4 .slickBtn div:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.soludet-page #index-body .i-solution {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.soludet-page .soludet-5 .left {
  width: 30%;
}
.soludet-page .soludet-5 .left p {
  line-height: 30px;
  opacity: 0.8;
}
.soludet-page .soludet-5 .left .share a {
  font-size: 30px;
  margin-right: 15px;
}
.soludet-page .soludet-5 .right {
  width: 52%;
}
.soludet-page .soludet-5 .right form input,
.soludet-page .soludet-5 .right form textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 24px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.soludet-page .soludet-5 .right form textarea {
  padding: 20px;
  height: 150px;
}
.soludet-page .soludet-5 .right form button {
  border: none;
}
.sus-page .sus-1 {
  background-color: white;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.sus-page .sus-1 .left .des {
  line-height: 30px;
}
.sus-page .sus-2 {
  color: white;
}
.sus-page .sus-2 .left {
  position: relative;
}
.sus-page .sus-2 .left .circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
}
.sus-page .sus-2 .left .circle::before,
.sus-page .sus-2 .left .circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
.sus-page .sus-2 .left .circle::after {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.sus-page .sus-2 .left ul li {
  position: absolute;
  padding-left: 55px;
  z-index: 2;
}
.sus-page .sus-2 .left ul li .h3 {
  line-height: 1;
}
.sus-page .sus-2 .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: url(../images/circle.png) no-repeat center;
  width: 206px;
  height: 207px;
}
.sus-page .sus-2 .left ul li:nth-child(1) {
  left: 0;
  top: 20%;
}
.sus-page .sus-2 .left ul li:nth-child(2) {
  left: 53%;
  top: 74%;
}
.sus-page .sus-2 .right .des {
  line-height: 30px;
  opacity: 0.8;
}
.sus-page #index-body .i-project .top .title {
  line-height: 1.1;
}
.sus-page #index-body .i-project .top .title span {
  margin-left: 65px;
}
.sus-page #index-body .i-project .top .text {
  max-width: 725px;
  line-height: 1.4;
}
.sus-page .soludet-page .soludet-5 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.m-link {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}
.m-link .next {
  text-align: right;
}
.seo_form {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.seo_form form {
  width: 80%;
  margin: auto;
}
.seo_form form input,
.seo_form form textarea {
  border: 1px solid #c7c7c7;
  font-size: 24px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
  width: 100%;
}
.seo_form form textarea {
  padding: 20px;
  height: 150px;
}
.seo_form form button {
  border: none;
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .right {
    padding-left: 280px;
  }
}
@media screen and (max-width: 1450px) {
  .pt-290 {
    padding-top: 200px;
  }
  .about-page .about-3 .top .left,
  .about-page .about-6 .top .left {
    width: 60%;
  }
  .about-page .about-3 .top .text,
  .about-page .about-6 .top .text {
    width: 40%;
  }
  .contact-page .contact-1 .right {
    padding-left: 165px;
  }
  .about-page .about-2 .box ul{
    margin: 0 -10px;
  }
  .about-page .about-2 .box ul li{
    padding: 0 10px;
    width: 33.33333%;
  }
  .about-page .about-2 .box{
    padding: 0;
  }
  .about-page .about-2 .box ul li .box2 {
    min-width: unset;
  }
  
}
@media screen and (max-width: 1250px) {
  .pt-290 {
    padding-top: 130px;
  }
  .about-page .about-1{
    margin-top: 0;
  }
  .about-page .about-1 .left .play {
    font-size: 18px;
  }
  .about-page .about-3 .list .line {
    top: 67px;
  }
  /*.about-page .about-5 {
    margin-top: -100px;
  }*/
  .about-page .about-5,
  .sus-page .sus-1,
  .sus-page .soludet-page .soludet-5,
  .prodet-page .prodet-1,
  .resource-page .resource-1,
  .resource-page .resource-2,
  .resource-page .resource-3,
  .soludet-page #index-body .i-solution,
  .gallery-page,
  .newdet-page,
  .seo_form,
  .solution-page,
  .soludet-page .soludet-1,
  .soludet-page .soludet-3,
  .soludet-page .soludet-2,
  .news-page .news-1,
  .news-page .news-2,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .about-page .about-4 .img,
  .about-page .about-6,
  .about-page .about-1 {
    border-radius: 40px 40px 0 0;
  }
  .about-page .about-5 .content_box {
    border-radius: 0 90px 0 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 80px;
  }
  .contact-page .contact-1 .left form input,
  .contact-page .contact-1 .left form textarea,
  .soludet-page .soludet-5 .right form input {
    font-size: 18px;
    height: 60px;
  }
  .soludet-page .soludet-5 .right form textarea {
    font-size: 18px;
  }
  .contact-page .contact-1 .left form textarea {
    height: 150px;
  }
  .about-page .about-5,
  .resource-page .resource-1,
  .resource-page .resource-2,
  .resource-page .resource-3,
  .solution-page,
  .soludet-page .soludet-1,
  .sus-page .sus-1,
  .contact-page .contact-1,
  .gallery-page,
  .news-page .news-1,
  .newdet-page,
  .prodet-page .prodet-1 {
    margin-top: 0px;
  }
  .news-page #index-body .i-news ul li {
    width: 33.33%;
  }
  .prodet-page .prodet-1 .left .big .Auxil-through span {
    zoom: 0.6;
  }
  .soludet-page .soludet-5 .left {
    width: 43%;
  }
  .sus-page .sus-2 .left .circle {
    width: 390px;
    height: 390px;
  }
  .sus-page .sus-2 .left ul li::after {
    zoom: 0.7;
  }
  .sus-page .sus-2 .left ul li {
    padding-left: 40px;
  }
  #innerMobileBanner{
    margin-top: 60px;
  }
  .about-page .about-5,
  .resource-page .resource-1, .solution-page, .soludet-page .soludet-1, .sus-page .sus-1, .contact-page .contact-1, .gallery-page, .news-page .news-1, .newdet-page, .prodet-page .prodet-1{
    margin-top: 20px;
  }
  .about-page .about-2 .box ul li .h2 span {
    font-size: 24px;
  }
  .about-page .about-3 .list ul li i{
    margin-top: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    margin-top: 0px;
  }
  .about-page .about-2 .box ul li .box2 {
    padding: 25px;
  }
  .about-page .about-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .box ul li {
    padding: 10px;
    width: 50%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .about-page .about-1 .right .content {
    max-height: unset;
    overflow: unset;
  }
  .about-page .about-1 .left .play {
    height: 70px;
    border-radius: 15px;
  }
  .about-page .about-2 .box {
    padding: 0;
  }
  .about-page .about-3 .top .left,
  .about-page .about-6 .top .left {
    width: 100%;
  }
  .about-page .about-3 .top .text,
  .about-page .about-6 .top .text {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .seo_industry.pt-50.pb-60,
  a.footapso {
    display: none !important;
}
  .contact-page .contact-1 .right {
    padding-left: 30px;
  }
  .contact-page .contact-1 .right .share a {
    font-size: 22px;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-2 .right .add {
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .inner-page ul.nav {
    display: none;
  }
  .gallery-page .list {
    margin-top: 40px;
  }
  .gallery-page .list ul li a p {
    bottom: 10px;
  }
  .news-page #index-body .i-news ul li {
    width: 50%;
  }
  .news-page #index-body .i-news {
    padding-top: 50px;
  }
  .seo_form form {
    width: 100%;
  }
  .seo_form form input,
  .seo_form form textarea {
    font-size: 18px;
  }
  .seo_form form input {
    height: 50px;
  }
  .m-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-link .next {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    padding: 0;
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .left .small ul li a img {
    margin: auto;
  }
  .resource-page .resource-1 .top .text {
    width: 100%;
    text-align: left;
  }
  .resource-page .resource-3 .left {
    width: 100%;
    padding: 0;
  }
  .resource-page .resource-3 .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page ul li .content {
    padding: 20px 15px;
  }
  .soludet-page .soludet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .soludet-page .soludet-1 .left {
    width: 100%;
  }
  .soludet-page .soludet-2 .top .left,
  .soludet-page .soludet-3 .top .left {
    width: 100%;
  }
  .soludet-page .soludet-2 .top .text,
  .soludet-page .soludet-3 .top .text {
    width: 100%;
    text-align: left;
  }
  .soludet-page .soludet-4 ul li .left {
    width: 100%;
  }
  .soludet-page .soludet-4 ul li .right {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
  .soludet-page .soludet-3 {
    margin-top: -40px;
  }
  .soludet-page .soludet-2 .top .left .title span,
  .soludet-page .soludet-3 .top .left .title span {
    margin-left: 100px;
  }
  .sus-page .sus-1 .left {
    width: 100%;
    padding: 0;
  }
  .sus-page .sus-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sus-page .sus-2 .left ul li {
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }
  .sus-page .sus-2 .left ul li:nth-child(1) {
    margin-bottom: 115px;
  }
  .sus-page .sus-2 .left ul {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sus-page .sus-2 .left .circle {
    width: 260px;
    height: 260px;
  }
  .resource-page .resource-1 ul li .box .text{
    padding-left: 30px;
  }
  .resource-page .resource-1 ul li:nth-child(even) .box .text{
    padding-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 {
    margin-top: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right .add {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
  }
  .gallery-page .list ul li {
    width: 50%;
  }
  .news-page #index-body .i-news ul li {
    width: 100%;
  }
  #index-body .application ul li .img-box {
    border-radius: 0;
  }
  #index-body .application ul li .img-box .img {
    overflow: hidden;
  }
  #index-body .application ul li .img-box p {
    position: relative;
    bottom: 0;
    color: black;
  }
  #index-body .application ul .slick-list {
    padding: 0 15%;
  }
  .resource-page .resource-2 .top .text {
    width: 100%;
    margin-top: 20px;
  }
  .resource-page .resource-3 .right ul li {
    padding: 19px 10px 16px 13px;
  }
  .resource-page .resource-2 .top .left {
    width: 100%;
  }
  .slickGap-130 li {
    padding: 0 15px;
  }
  .slickGap-130 {
    margin: 0 -15px;
  }
  .soludet-page .soludet-5 .left {
    width: 100%;
  }
  .soludet-page .soludet-5 .right {
    width: 100%;
    margin-top: 20px;
  }
  .soludet-page .soludet-2 .top .left .title span,
  .soludet-page .soludet-3 .top .left .title span {
    margin-left: 60px;
  }
  .soludet-page .soludet-5 .left .share a {
    font-size: 18px;
  }
  .sus-page .sus-2 .left {
    width: 100%;
  }
  .sus-page .sus-2 .right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .resource-page .resource-1 ul li .box .text{
    width: 100%;
    margin-top: 20px;
    padding: 0 !important
  }
  .resource-page .resource-1 ul li .box .img{
    width: 100%;
  }
  .resource-page .resource-1 ul li .box .text h4{
    font-size: 24px;
  }
  .resource-page .resource-1 ul li {
    margin-bottom: 35px;
  }
  .i-project .left{
    width: 100%;
  }
  .i-project .right{
    padding-left: 0;
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .box {
    padding: 15px 0;
  }
  .about-page .about-6 .top .left .title span {
    margin-left: 20px;
  }
  .gallery-page .list ul li {
    width: 100%;
  }
  .solution-page ul li {
    width: 100%;
  }
  .about-page .about-2 .box ul li {
    width: 100%;
  }
}



#index-body .i-news {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
#index-body .i-news .top .text {
  line-height: 40px;
  max-width: 530px;
}
#index-body .i-news ul li .box {
  background-color: white;
  border-radius: 20px;
  padding: 45px 45px 40px;
}
#index-body .i-news ul li .box .time {
  color: var(--color);
}
#index-body .i-news ul li .box .h4 {
  line-height: 28px;
  /*min-height: 82px;*/
}
.news-page #index-body .i-news ul li .box .h4{
  max-height: 80px;
  min-height: 80px;
  overflow: auto;
}
.product-yd-page #index-body .i-news ul li .box{
  padding: 20px 15px;
}
.product-yd-page #index-body .i-news ul li .box .h4{
  min-height: 40px;
  max-height: unset;
}
.news-page #index-body .i-news ul li .box .img-box img{
  max-height: 237px;
  object-fit: cover;
}
.product-yd-page #index-body .i-news ul li .box .img-box img{
  max-height: unset;
}
#index-body .i-news ul li .box .des {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .i-news ul li .box .arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 7px solid #ededed;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
#index-body .i-news ul li .box .arrow i {
  margin-top: 3px;
}
#index-body .i-news ul li .box .arrow:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-project .left img{ border-radius: 23px;}

#index-body .i-project ul .slick-slide > div {
  height: auto;
}
#index-body .i-project ul li {
  margin-bottom: 20px;
}
#index-body .i-project ul li .box {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #efefef;
}
#index-body .i-project ul li .box .des {
  line-height: 30px;
  color: white;
  position: absolute;
  left: 0px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 3;
  width: 100%;
  padding: 0 20px;
}
#index-body .i-project ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 123, 13, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-project ul li:hover .box {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
#index-body .i-project ul li:hover .box .des {
  opacity: 1;
}
#index-body .i-project ul li:hover .box::after {
  opacity: 1;
}
#index-body .i-project ul.slick-dots{
  display: none !important;
}
@media screen and (max-width: 1250px) {
  #index-body .i-news ul li .box {
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-news {
    border-radius: 40px 40px 0 0;
  }
  #index-body .i-project ul.slick-dots {
    display: none !important;
  }
}