@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
body {
  font-family: "Poppins";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}


@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.chanpjs {
    line-height: 2;
  font-size: 14px;
}
.hotsalecp {
  line-height: 2;
  font-size: 14px;
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header.fixed {
  position: fixed;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#27a98b), to(#3cb071));
  background-image: -webkit-linear-gradient(left, #27a98b, #3cb071);
  background-image: -moz-linear-gradient(left, #27a98b, #3cb071);
  background-image: linear-gradient(to right, #27a98b, #3cb071);
  -webkit-animation: dropIn 0.5s ease-out forwards;
  -moz-animation: dropIn 0.5s ease-out forwards;
  animation: dropIn 0.5s ease-out forwards;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 17px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}

#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #36a481;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: block;
  margin: 6px auto;
  border-radius: 100%;
  border: 1px solid white;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: transparent;
  border-width: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#28edbb), to(#3bb1f0));
  background-image: -webkit-linear-gradient(left, #28edbb, #3bb1f0);
  background-image: -moz-linear-gradient(left, #28edbb, #3bb1f0);
  background-image: linear-gradient(to right, #28edbb, #3bb1f0);
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  /*word-break: normal;*/
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
      line-height: 2;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language {
  margin: 0 25px;
}
.hover-language .zhuyu {
  color: #FFFFFF;
  font-size: 17px;
  display: block;
}
.hover-language .zhuyu i {
  margin-left: 15px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  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;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-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;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 40%;
  margin-left: auto;
}
#banner .tag span {
  font-size: 17px;
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #4db17b), to(rgba(77, 177, 123, 0.1)));
  background-image: -webkit-linear-gradient(left, #4db17b 70%, rgba(77, 177, 123, 0.1));
  background-image: -moz-linear-gradient(left, #4db17b 70%, rgba(77, 177, 123, 0.1));
  background-image: linear-gradient(to right, #4db17b 70%, rgba(77, 177, 123, 0.1));
  padding: 0 25px;
  border-radius: 5px;
}
#banner h2 {
  margin: 30px 0;
  font-size: 70px;
  line-height: 1.5;
  font-weight: 600;
  color: #FFFFFF;
}
#banner .page {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .page .arrow {
  cursor: pointer;
}
.baseBtn {
  display: inline-block;
  line-height: 58px;
  height: 58px;
  position: relative;
  margin-bottom: 6px;
  margin-right: 6px;
}
.baseBtn > div {
  padding: 0 30px;
  border-radius: 5px;
}
.baseBtn > div span {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin-right: 14px;
}
.baseBtn > div img {
  display: inline-block;
  vertical-align: middle;
}
.baseBtn > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#28edbb), to(#3bb1f0));
  background-image: -webkit-linear-gradient(left, #28edbb, #3bb1f0);
  background-image: -moz-linear-gradient(left, #28edbb, #3bb1f0);
  background-image: linear-gradient(to right, #28edbb, #3bb1f0);
}
.baseBtn > div:last-child {
  background-color: #FFFFFF;
  -webkit-transform: translate(6px, 6px);
  -moz-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.11);
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.11);
  transition: .5s ease;
}

.baseBtn:hover > div:last-child {
  color: #FFFFFF;
  background-color: #000000;
}

.baseTag {
  font-size: 24px;
  color: #36a481;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
      line-height: 1.8;
}
.baseTag.l-line::before {
  content: "";
  width: 23px;
  border-bottom: 3px solid currentColor;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 20px;
}
.baseTag.r-line {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.baseTag.r-line::after {
  content: "";
  width: 23px;
  border-bottom: 3px solid currentColor;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 20px;
}
.baseTit {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-about {
  margin-top: 80px;
}
.our-about.no_top {
  margin-top: 0;
}
/*.our-about .container {
  max-width: 1630px;
  margin-right: 5%;
}*/
.our-about .left {
  width: 50%;
}
.our-about .left .img {
  display: inline-block;
  padding: 15px;
}
.our-about .left .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #3ca96f), color-stop(50%, #ffffff));
  background-image: -webkit-linear-gradient(left, #3ca96f 20%, #ffffff 50%);
  background-image: -moz-linear-gradient(left, #3ca96f 20%, #ffffff 50%);
  background-image: linear-gradient(to right, #3ca96f 20%, #ffffff 50%);
  border-radius: 20px;
}
.our-about .left .img img {
  border-radius: 21px;
}
.our-about .right {
  width: 50%;
  margin-top: 15px;
}
.our-about .right .text {
  font-size: 17px;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 15px;
  max-height: 16.2em;
  overflow-y: auto;
}
h1.hhhhhh {
    display: inline;
}
.our-about .right .info > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.our-about .right .info .tel {
  padding-left: 70px;
}
.our-about .right .info .tel > div:first-child {
  font-size: 17px;
  line-height: 30px;
}
.our-about .right .info .tel > div:last-child {
  font-size: 22px;
  font-weight: 600;
  color: #36a481;
}
.our-about .bottom {
  margin-top: 100px;
  width: 100%;
  max-width: 1400px;
  height: 300px;
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 10%;
}
.our-about .bottom .list {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.our-about .bottom .list ul {
  margin: -15px;
}
.our-about .bottom .list li {
  width: 25%;
  padding: 15px;
  text-align: center;
}
.our-about .bottom .list li i {
  display: block;
}
.our-about .bottom .list li .num {
  margin-top: 20px;
  font-size: 60px;
  line-height: 1;
  color: #FFFFFF;
}
.our-about .bottom .list li p {
  color: #FFFFFF;
  line-height: 2;
}
.our-about .bottom .video {
  position: absolute;
  right: -150px;
  top: 0;
  width: 300px;
  height: 300px;
  line-height: 240px;
  text-align: center;
  border: 30px solid #FFFFFF;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#27a98b), to(#3cb071));
  background-image: -webkit-linear-gradient(left, #27a98b, #3cb071);
  background-image: -moz-linear-gradient(left, #27a98b, #3cb071);
  background-image: linear-gradient(to right, #27a98b, #3cb071);
}
.our-about .bottom .video .play {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: inherit;
  background-color: #FFFFFF;
  color: #1b6cb1;
  font-size: 24px;
  font-family: FontAwesome;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.our-about .bottom .video .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-advantage {
  padding: 70px 0 55px;
  overflow: hidden;
}
.i-advantage .slick-list {
  overflow: unset;
  padding-right: 15%;
}
.i-advantage .list ul {
  margin: -10px;
}
.i-advantage .list li {
  padding: 10px;
}
.i-advantage .list li > div {
  border-radius: 15px;
}
.i-advantage .bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-advantage .bar .scrollbar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #000000;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
}
.i-advantage .bar .scrollbar em {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  width: 0;
  background-color: #36a481;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.i-advantage .bar .arrows {
  margin: 0 45px;
}
.i-advantage .bar .arrows span.arrow {
  display: inline-block;
  width: 63px;
  height: 63px;
  line-height: 61px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #a7a7a7;
  border: 1px solid #a7a7a7;
  font-family: FontAwesome;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
.i-advantage .bar .arrows span.arrow:hover {
  color: #FFFFFF;
  background-color: #36a481;
}
.i-category {
  background-color: #f8f8f8;
  padding: 70px 0 100px;
}
.i-category .list ul {
  margin: -8px;
}
.i-category .list li {
  padding: 8px;
}
.i-category .list li .img {
  margin-bottom: 24px;
  border-radius: 50%;
  padding: 7px;
  position: relative;
  z-index: 1;
}
.i-category .list li .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00afb9), to(#36a481));
  background-image: -webkit-linear-gradient(left, #00afb9, #36a481);
  background-image: -moz-linear-gradient(left, #00afb9, #36a481);
  background-image: linear-gradient(to right, #00afb9, #36a481);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list li .img a {
  display: block;
  border-radius: inherit;
}
.i-category .list li .img img {
  border-radius: inherit;
}
.i-category .list li .img:hover::before {
  opacity: 1;
}
.i-category .list li .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}


.i-category .list2 ul {
  margin: -15px;
}
.i-category .list2 li {
  padding: 15px;
}
.i-category .list2 li .mml-text {
  background-color: #FFFFFF;
  padding: 25px 25px 50px;
  border-radius: 9px;
}
.i-category .list2 li .mml-text .img {
  margin-bottom: 30px;
}
.i-category .list2 li .mml-text .name {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 3em;
}
.i-category .list2 li .mml-text .appMore span {
  font-size: 17px;
  font-weight: 500;
  margin-right: 10px;
}
.i-category .list2 li .mml-text .appMore img {
  display: inline-block;
}


.our-application .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-application .left {
  width: 37%;
}
.our-application .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-application .right {
  width: 63%;
  background-image: -webkit-gradient(linear, left top, right top, from(#28a98b), to(#3cb071));
  background-image: -webkit-linear-gradient(left, #28a98b, #3cb071);
  background-image: -moz-linear-gradient(left, #28a98b, #3cb071);
  background-image: linear-gradient(to right, #28a98b, #3cb071);
  padding: 80px 100px 110px 70px;
}
.our-application .baseTag {
  color: #FFFFFF;
}
.our-application .baseTit {
  color: #FFFFFF;
}
.our-application .text {
  font-size: 19px;
  color: #FFFFFF;
  max-width: 920px;
  line-height: 1.8;
}
.our-application .list {
  margin-top: 70px;
  margin-left: -270px;
  padding-left: 90px;
  position: relative;
}

.our-application .list > .item {
  height: 0;
  overflow: hidden;
}

.our-application .list > .item.active {
  height: auto;
  overflow: visible;
}

.our-application .list .arrows {
  position: absolute;
  left: 0;
  top: 30%;
}
.our-application .list .arrows span {
  font-size: 20px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #a7a7a7;
  font-family: FontAwesome;
  cursor: pointer;
}
.our-application .list .arrows span:hover {
  color: #FFFFFF;
  background-color: #36a481;
}
.our-application .list .arrows span + span {
  margin-top: 18px;
}
.our-application .list ul {
  margin: 0 -15px;
}
.our-application .list li {
  padding: 0 15px;
}
.our-application .list li .mml-text {
  background-color: #FFFFFF;
  padding: 25px 25px 50px;
  border-radius: 9px;
}
.our-application .list li .mml-text .img {
  margin-bottom: 30px;
}
.our-application .list li .mml-text .name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  min-height: 3em;
}
.our-application .list li .mml-text .appMore span {
  font-size: 17px;
  font-weight: 500;
  margin-right: 10px;
}
.our-application .list li .mml-text .appMore img {
  display: inline-block;
}
.i-other {
  background-color: #f6f6f6;
  padding-top: 80px;
}
.i-other .ll {
  width: 55%;
}
.i-other .rr {
  width: 40%;
}
.i-other .Tit {
  font-size: 56px;
  line-height: 1.5;
  font-weight: 600;
}
.i-other .text {
  font-size: 19px;
  line-height: 1.8;
}
.i-other .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-other .box .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 5% 90px 0;
}
.i-other .box .right {
  width: 140px;
  background-image: -webkit-gradient(linear, left top, right top, from(#28a98b), to(#3cb071));
  background-image: -webkit-linear-gradient(left, #28a98b, #3cb071);
  background-image: -moz-linear-gradient(left, #28a98b, #3cb071);
  background-image: linear-gradient(to right, #28a98b, #3cb071);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.i-other .box .right:hover {
  background: #000000;
}
.i-other .box .right > div {
  width: 100%;
  font-size: 17px;
  line-height: 2;
  color: #FFFFFF;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: uppercase;
  text-align: center;
}
.i-other .box .right > div img {
  margin: 15px auto;
  display: block;
}
.our-news {
  padding: 100px 0;
}
.our-news .list li time {
  margin-bottom: 10px;
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #848484;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .line {
  height: 2px;
  background-color: #d1d1d1;
  position: relative;
}
.our-news .list li .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #000000;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.our-news .list li .content {
  padding-right: 10%;
}
.our-news .list li .content .name {
  margin-top: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
}
.our-news .list li .content .text {
  font-size: 20px;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 25px;
}
.our-news .list li .content .newsMore a:hover {
  color: #36a481;
}
.our-news .list li .content .newsMore span {
  font-size: 17px;
  font-weight: 500;
  margin-right: 10px;
}
.our-news .list li .content .newsMore img {
  display: inline-block;
}
.our-news .list li:hover time {
  color: #000000;
}
.our-news .list li:hover .line::after {
  width: 100%;
}
.our-news .partner {
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-top: 80px;
  padding: 60px 90px;
  position: relative;
}
.our-news .partner ul {
  margin: -15px;
}
.our-news .partner li {
  padding: 15px;
}
/*.our-news .partner li img {
  margin: auto;
  filter: grayscale(100%);
}
.our-news .partner li:hover img {
  filter: none;
}*/
.our-news .partner span.arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.our-news .partner span.arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #36a481;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.our-news .partner span.arrow svg {
  vertical-align: middle;
  position: relative;
  -webkit-transition: fill .5s ease;
  -moz-transition: fill .5s ease;
  transition: fill .5s ease;
}
.our-news .partner span.arrow.arrow_l {
  left: 30px;
}
.our-news .partner span.arrow.arrow_r {
  right: 30px;
}
.our-news .partner span.arrow.arrow_r::before {
  right: auto;
  left: 0;
}
.our-news .partner span.arrow:hover::before {
  width: 100%;
}
.our-news .partner span.arrow:hover svg {
  fill: #FFFFFF;
}
#footer {
  background-color: #223a36;
  overflow: hidden;
}
#footer .foot-top {
  position: relative;
  border-bottom: 1px solid rgba(54, 164, 129, 0.5);
}
#footer .foot-top .form {
  margin-top: -215px;
  width: 535px;
  height: 535px;
  background-color: #36a481;
  border-radius: 50%;
  padding: 17% 80px 0;
  position: relative;
  overflow: hidden;
}
#footer .foot-top .form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 80%;
  border-radius: inherit;
}
#footer .foot-top .form input {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  height: 40px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
}
#footer .foot-top .form input::-webkit-input-placeholder {
  color: #FFFFFF;
}
#footer .foot-top .form input:-moz-placeholder {
  color: #FFFFFF;
}
#footer .foot-top .form input::-moz-placeholder {
  color: #FFFFFF;
}
#footer .foot-top .form input:-ms-input-placeholder {
  color: #FFFFFF;
}
#footer .foot-top .form input::placeholder {
  color: #FFFFFF;
}
#footer .foot-top .form input[type='submit'] {
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15%;
  margin-bottom: 0;
}
#footer .foot-top .box {
  position: absolute;
  z-index: 1;
  left: 32%;
  right: 0;
  top: 53%;
}
#footer .foot-top .box .left {
  width: 60%;
}
#footer .foot-top .box .right {
  width: 40%;
}
#footer .foot-top .box .Tit {
  font-size: 83px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: bold;
}
#footer .foot-top .box p {
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
  color: #FFFFFF;
  opacity: .8;
}
#footer .foot-center {
  padding-top: 60px;
}
#footer .foot-center .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-center .foot-content .foot-block {
  max-width: 27%;
}
#footer .foot-center .foot-content .foot-block h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
      line-height: 1.8;
}
#footer .foot-center .foot-content .foot-block ul li {
  color: #c0c0c0;
  line-height: 2;
}
#footer .foot-bottom {
  padding: 50px 0 90px;
}
#footer .foot-bottom .left {
  width: 73%;
  vertical-align: middle;
}
#footer .foot-bottom .left p {
  color: #c0c0c0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 2;
}
a.foota.hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    display: inline-block;
    vertical-align: middle;
}
#footer .foot-bottom .left img {
  max-height: 15px;
  vertical-align: middle;
}
h1.hhhhhh {
    display: inline;
}
#footer .foot-bottom .right {
  width: 27%;
  vertical-align: middle;
}
#footer .foot-bottom .right .social-links a {
  font-size: 12px;
  color: #c0c0c0;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #c0c0c0;
  font-family: FontAwesome;
}
#footer .foot-bottom .right .social-links a:hover {
  color: #FFFFFF;
  background-color: #c0c0c0;
}
#footer .foot-bottom .right .social-links a + a {
  margin-left: 10px;
}
#ewm {
  width: 114px;
  border: 3px solid #FFFFFF;
}
@media (max-width: 1700px) {
  #banner h2 {
    font-size: 60px;
  }
  .our-about .container {
    margin-right: auto;
  }
}
@media (max-width: 1630px) {
  .our-about .container {
    margin-right: auto;
  }
}
@media (max-width: 1530px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  .hover-language .zhuyu {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 50px;
  }
  .baseTag {
    font-size: 18px;
  }
  .baseTit {
    font-size: 48px;
  }
  .our-about .right .text {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .our-about .bottom {
    max-width: 1200px;
    padding: 0 10% 0 5%;
  }
  .our-about .bottom .list li .num {
    font-size: 48px;
  }
  .i-category .list li .name {
    font-size: 20px;
  }
  .our-application .right {
    padding: 60px;
  }
  .our-application .text {
    font-size: 16px;
  }
  .i-other .Tit {
    font-size: 48px;
  }
  .i-other .text {
    font-size: 16px;
  }
  .our-news .list li time {
    font-size: 24px;
  }
  .our-news .list li .content .name {
    font-size: 30px;
  }
  .our-news .list li .content .text {
    font-size: 18px;
  }
  .font-18 {
    font-size: 16px;
  }
  #footer .foot-top .form {
    padding: 18% 80px 0;
  }
  #footer .foot-top .box {
    left: 35%;
  }
  #footer .foot-top .box p {
    font-size: 16px;
  }
  #footer .foot-top .box .Tit {
    font-size: 70px;
  }
  #footer .foot-top .box .left {
    width: 55%;
  }
  #footer .foot-top .box .right {
    width: 45%;
  }
  #footer .foot-bottom .left img {
    max-height: 16px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo {
    width: 25%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  .hover-language {
    margin: 0 15px;
  }
  .hover-language .zhuyu i {
    margin-left: 5px;
  }
  #banner .tag span {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  #banner h2 {
    font-size: 40px;
  }
  .baseBtn {
    line-height: 50px;
    height: 50px;
  }
  .baseBtn > div {
    padding: 0 15px;
  }
  .baseTit {
    font-size: 34px;
  }
  .our-about .bottom {
    height: auto;
    max-width: 100%;
    padding: 60px 5%;
    display: block;
  }
  .our-about .bottom .video {
    display: none;
  }
  .our-application .list li .mml-text {
    padding: 15px 15px 30px;
  }
  .our-application .list li .mml-text .name {
    font-size: 18px;
  }
  .our-application .list li .mml-text .appMore span {
    font-size: 16px;
  }
  .i-other .Tit {
    font-size: 34px;
    line-height: 1.5;
  }
  .our-news .list li time {
    font-size: 18px;
  }
  .our-news .list li .content .name {
    font-size: 24px;
  }
  .our-news .list li .content .text {
    font-size: 16px;
  }
  #footer .foot-top .form {
    margin-top: -150px;
    width: 450px;
    height: 450px;
    padding: 15% 40px 0;
  }
  #footer .foot-top .box .Tit {
    font-size: 60px;
    line-height: 1.2;
  }
  #footer .foot-top .box p {
    font-size: 14px;
  }
  #footer .foot-top .box {
    left: 40%;
    top: 50%;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 10px;
  }
  .hover-language {
    margin: 0 10px;
  }
  .hover-language .zhuyu {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 15px 0;
  }
  .baseTag {
    font-size: 14px;
  }
  .baseTit {
    font-size: 24px;
  }
  .our-about .right .text {
    font-size: 14px;
  }
  .our-about .right .info .tel > div:first-child {
    font-size: 14px;
  }
  .our-about .right .info .tel > div:last-child {
    font-size: 16px;
  }
  .baseBtn > div span {
    font-size: 14px;
  }
  .our-about .right .info > div {
    margin-right: 20px;
  }
  .our-about .bottom .list li .num {
    font-size: 30px;
  }
  .i-category .list li .name {
    font-size: 16px;
  }
  .our-application .text {
    font-size: 14px;
  }
  .our-application .right {
    padding: 60px 30px;
  }
  .i-other .Tit {
    font-size: 24px;
  }
  .i-other .text {
    font-size: 14px;
  }
  .i-other .box .left {
    padding: 40px 5% 40px 0;
  }
  .our-news .list li time {
    font-size: 14px;
  }
  .our-news .list li .content .name {
    font-size: 18px;
  }
  .our-news .list li .content .text {
    font-size: 14px;
  }
  #footer .foot-top .box .Tit {
    font-size: 40px;
    display: inline;
  }
  #footer .foot-top .box .left {
    width: 100%;
  }
  #footer .foot-top .box .right {
    width: 100%;
    text-align: left;
  }
  #footer .foot-top .form {
    padding: 20% 40px 0;
  }
  #footer .foot-top .box {
    left: 50%;
  }
  #footer .foot-top .form input {
    font-size: 14px;
  }
  #footer .foot-top .form input[type='submit'] {
    margin-top: 12%;
  }
  #footer .foot-center .foot-content .foot-block {
    max-width: 30%;
  }
  #footer .foot-center .foot-content .foot-block h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #footer .foot-bottom .left img {
    max-height: 14px;
  }
  #footer .foot-bottom {
    padding: 50px 0;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-application .list li .mml-text .appMore span {
    font-size: 14px;
  }
  .our-news .list li .content .newsMore span {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .page {
    display: none;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  #banner h2 {
    font-size: 24px;
    font-weight: 500;
  }
  #banner h2 br {
    display: none;
  }
  .baseBtn {
    line-height: 40px;
    height: 40px;
  }
  .baseBtn > div span {
    margin-right: 0;
  }
  .baseBtn > div img {
    display: none;
  }
  .our-about {
    margin-top: 60px;
  }
  .our-about .container {
    max-width: 700px;
  }
  .our-about .left {
    width: 100%;
    padding: 0;
  }
  .our-about .right {
    width: 100%;
    margin-top: 40px;
  }
  .our-about .right .info > div {
    display: block;
    margin-right: 0;
    margin-top: 30px;
  }
  .our-about .bottom {
    margin-top: 60px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-category {
    padding: 60px 0;
  }
  .our-application .list {
    margin-top: 40px;
    margin-left: -200px;
  }
  .i-other {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .i-other .ll {
    width: 100%;
  }
  .i-other .rr {
    width: 100%;
  }
  .i-other .box {
    display: block;
  }
  .i-other .box .left {
    padding: 0;
    margin-bottom: 40px;
  }
  .i-other .box .right {
    width: 100%;
  }
  .i-other .box .right > div {
    font-size: 14px;
  }
  .i-other .box .right > div img {
    display: none;
  }
  .i-other .box .right > div br {
    display: none;
  }
  .i-other .box .right > div a {
    display: block;
    padding: 15px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .partner {
    margin-top: 60px;
    padding: 40px 60px;
  }
  .our-news .partner span.arrow.arrow_l {
    left: 0px;
  }
  .our-news .partner span.arrow.arrow_r {
    right: 0px;
  }
  #footer .foot-top {
    padding: 40px 0;
  }
  #footer .foot-top .box .Tit {
    font-size: 24px;
    font-weight: 500;
  }
  #footer .foot-top .form {
    margin-top: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    margin-top: 30px;
  }
  #footer .foot-top .form input[type='submit'] {
    margin-top: 30px;
    background-color: #36a481;
  }
  #footer .foot-top .form::before {
    display: none;
  }
  #footer .foot-top .box {
    position: static;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-center {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(54, 164, 129, 0.5);
  }
  #footer .foot-center .foot-content {
    display: block;
    text-align: center;
  }
  #footer .foot-center .foot-content .foot-block {
    max-width: 100%;
  }
  #footer .foot-bottom {
    padding: 15px 0;
  }
  #footer .foot-bottom .left {
    width: 100%;
    text-align: center;
  }
  #footer .foot-bottom .right {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .tag span {
    display: none;
  }
  .inner-banner h2 {
    font-size: 20px!important;
}
  .newdet-page .container .title {
    font-size: 25px!important;
}
.dsvy-heading-desc {
    font-size: 15px;
}
  .faq-one-accrodion .accrodion-title h4 {
    font-size: 18px;
}
  .prodet-page .prodet-1 .right h1 {
    font-size: 22px!important;
}
  a.foota.hidden {
    display: none;
}
.inner-page .sidebar-box .sidebar-right .font-16.mb-15.Auxil-catdes p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
div#seo_other {
    display: none;
}
  #banner .left {
    max-width: 50%;
  }
  #banner h2 {
    font-size: 20px;
  }
  .our-about .bottom .list li {
    width: 50%;
  }
  .i-advantage {
    display: none;
  }
  .i-advantage .bar .arrows span.arrow {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
  .our-application .box {
    display: block;
  }
  .our-application .left {
    display: none;
  }
  .our-application .right {
    width: 100%;
    padding: 60px 15px;
  }
  .our-application .list {
    margin-left: 0;
    padding-left: 0;
  }
  .our-application .list .arrows {
    display: none;
  }
  .i-other {
    display: none;
  }
  .our-news .partner {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .our-news .fl,
  .our-news .fr {
    float: none;
  }
}




/* inner */
.qodef-animated-shape {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-animated-shape.qodef-layout--stars {
  --qodef-stars-color: #36a481;
  color: #36a481;
}
.qodef-animated-shape.qodef-layout--stars .qodef-m-stars {
  display: inline-block;
  position: relative;
}
.qodef-animated-shape.qodef-layout--stars .qodef-e-star {
  fill: currentColor;
}
.qodef-m-stars .qodef-e-star:first-of-type {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  transition: -webkit-transform 0.7s ease-out;
  -moz-transition: transform 0.7s ease-out, -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out, -moz-transform 0.7s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.qodef-animated-shape.qodef-layout--stars .qodef-e-star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: qode-star-1 3.1s infinite;
  -moz-animation: qode-star-1 3.1s infinite;
  animation: qode-star-1 3.1s infinite;
}
.qodef-animated-shape.qodef-layout--stars .qodef-e-star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  -webkit-animation: qode-star-2 3.1s infinite;
  -moz-animation: qode-star-2 3.1s infinite;
  animation: qode-star-2 3.1s infinite;
}
@-webkit-keyframes qode-star-1 {
  0%,
  10% {
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    -webkit-transform: scale(0.6) rotate(10deg);
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    -webkit-transform: scale(0) rotate(60deg);
    transform: scale(0) rotate(60deg);
  }
}
@-moz-keyframes qode-star-1 {
  0%,
  10% {
    -moz-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    -moz-transform: scale(0.6) rotate(10deg);
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    -moz-transform: scale(0) rotate(60deg);
    transform: scale(0) rotate(60deg);
  }
}
@keyframes qode-star-1 {
  0%,
  10% {
    -webkit-transform: scale(0) rotate(0);
    -moz-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    -webkit-transform: scale(0.6) rotate(10deg);
    -moz-transform: scale(0.6) rotate(10deg);
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    -webkit-transform: scale(0) rotate(60deg);
    -moz-transform: scale(0) rotate(60deg);
    transform: scale(0) rotate(60deg);
  }
}
@-webkit-keyframes qode-star-2 {
  0%,
  15% {
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    -webkit-transform: scale(0.4) rotate(0);
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    -webkit-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
  }
}
@-moz-keyframes qode-star-2 {
  0%,
  15% {
    -moz-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    -moz-transform: scale(0.4) rotate(0);
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    -moz-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
  }
}
@keyframes qode-star-2 {
  0%,
  15% {
    -webkit-transform: scale(0) rotate(0);
    -moz-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    -webkit-transform: scale(0.4) rotate(0);
    -moz-transform: scale(0.4) rotate(0);
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    -webkit-transform: scale(0) rotate(80deg);
    -moz-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
  }
}

.inner-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  padding-top: 210px;
}
.inner-banner h2 {
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.5;
}
h1.font-24.font-bold.mb-15.Auxil-h1 {
    line-height: 2;
}
.font-16.mb-15.Auxil-catdes {
    line-height: 2;
}
.inner-banner .mbx {
  color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}


.section_title span {
  position: relative;
  display: inline-block;
}
.section_title span .qodef-shortcode {
  position: absolute;
  left: -100px;
  bottom: 60px;
  width: auto;
}
.section_title h2 {
  font-size: 40px;
  /*text-transform: uppercase;*/
  font-weight: 600;
      line-height: 1.6;
}
.section_title p {
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .section_title h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .section_title h2 {
    font-size: 24px;
  }
}


.about-page {
  overflow: hidden;
}
.about-page .about-1 {
  padding: 60px 0 40px;
}
.about-page .about-1 h2 {
  font-size: 40px;
  /*text-transform: uppercase;*/
  font-weight: 600;
      line-height: 1.5;
}
.about-page .about-1 .mml-text {
  max-width: 1200px;
  margin: auto;
  line-height: 2;
  max-height: 15em;
      text-align: left;
  overflow-y: auto;
}
.about-page .about-1 .video {
  margin-top: 50px;
  position: relative;
}
.about-page .about-1 .video .play {
  position: absolute;
  right: 130px;
  bottom: 30px;
  cursor: pointer;
}
.about-page .about-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding: 70px 0;
}
.about-page .about-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-page .about-2 h2 {
  font-size: 77px;
  line-height: 1.6;
  font-weight: 500;
}
.about-page .about-2 h2 b {
  font-size: 50px;
}
.about-page .about-3 {
  padding-top: 80px;
}
.about-page .about-3 .history {
  position: relative;
}
.about-page .about-3 .history .line {
  position: absolute;
  left: 30%;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: #cccccc;
}
.about-page .about-3 .history .line em {
  position: absolute;
  width: 2px;
  background: #000000;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-3 .history ul {
  margin: -10px -40px;
}
.about-page .about-3 .history li {
  padding: 10px 40px;
  position: relative;
}
.about-page .about-3 .history li i {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.about-page .about-3 .history time {
  width: 30%;
  font-size: 26px;
   font-weight: 500;
   line-height: 1.7;
}
.about-page .about-3 .history .mml-text {
  width: 70%;
  padding-left: 10%;
}
.about-page .about-3 .history .mml-text h4 {
  text-transform: uppercase;
  font-weight: 600;
}
.about-page .about-3 .history .mml-text p {
  line-height: 2;
  min-height: 8em;
}
.about-page .about-3 .history .slick-current.slick-active li i {
  opacity: 1;
}
.about-page .about-4 {
  padding: 100px 0;
  overflow: hidden;
}
.about-page .about-4 .list {
  margin-top: 80px;
}
.about-page .about-4 .list ul {
  margin: -80px;
}
.about-page .about-4 .list ul li {
  padding: 80px;
}
.about-page .about-4 .list .img {
  overflow: hidden;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-4 .list .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #36a481;
  opacity: .3;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-4 .list .mml-text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: #FFFFFF;
  max-width: 365px;
  padding: 20px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-4 .list .mml-text h4 {
  font-size: 22px;
  font-weight: 600;
      line-height: 1.7;
}
.about-page .about-4 .list .mml-text p {
  line-height: 2;
  max-height: 9em;
  overflow-y: auto;
}
.about-page .about-4 .list .slick-active.slick-center .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-4 .list .slick-active.slick-center .img::before {
  opacity: 0;
}
.about-page .about-4 .list .slick-active.slick-center .mml-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-4 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 84px;
  border: none;
  font-size: 30px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
}
.about-page .about-4 .list .slick-arrow.slick-next {
  right: 23%;
}
.about-page .about-4 .list .slick-arrow.slick-prev {
  left: 23%;
}

@media screen and (max-width: 1450px) {
  .about-page .about-3 .history time {
    font-size: 24px;
  }
  .about-page .about-2 h2 {
    font-size: 60px;
  }
  .about-page .about-4 .list ul {
    margin: -60px;
  }
  .about-page .about-4 .list ul li {
    padding: 60px;
  }
  .about-page .about-4 .list .mml-text h4 {
    font-size: 24px;
  }

}

@media screen and (max-width: 1000px) {
  .about-page .about-1 h2 {
    font-size: 24px;
  }
  .about-page .about-2 h2 {
    font-size: 40px;
  }
  .about-page .about-2 h2 b {
    font-size: 30px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding: 0;
  }
  .about-page .about-3 .right {
    display: none;
  }
  .about-page .about-4 .list .slick-active.slick-center .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-4 {
    max-width: 700px;
    margin: auto;
  }

}
@media screen and (max-width: 700px) {
  .about-page .about-2 ul {
    display: block;
  }
  .about-page .about-2 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-page .about-1 .video .play {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about-page .about-3 .history .line {
    display: none;
  }
  .about-page .about-3 .history time {
    width: 100%;
  }
  .about-page .about-3 .history .mml-text {
    width: 100%;
    padding: 0;
  }
  .about-page .about-3 .history li i {
    display: none;
  }
  .about-page .about-3 .history ul {
    margin: -15px;
  }
  .about-page .about-3 .history li {
    padding: 15px;
  }
  .about-page .about-4 .list .mml-text {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }
  .about-page .about-4 .list .mml-text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .about-page .about-4 {
    padding: 60px 0 0;
  }
}






.his-bg .ui.container {
  display: flex;
  align-items: center;
}
.his-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}

.his-bg .baseTag {
  color: #FFFFFF;
}

.his-bg .baseTit {
  color: #FFFFFF;
}

.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}
.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}

.his-bg .right-his ul {
  margin: -15px;
}

.his-bg .right-his ul li {
  padding: 15px;
}

.his-bg img {
  max-width: 100%;
}
.his-bg .right-his h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 0px;
}
.his-bg .right-his h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .his-bg .right-his h3{
    font-size: 29px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .his-bg .ui.container{
    display: block;
  }
  .his-bg .left-his{
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .his-bg .right-his{
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .his-bg .right-his h2{
    font-size: 20px;
  }
}





.about-factory ul.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.about-factory ul.slick-dots li {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.about-factory ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: 0 0;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.about-factory ul.slick-dots li button:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #b6c4b2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.about-factory ul.slick-dots li.slick-active button {
  border-color: #36a481;
}
.about-factory ul.slick-dots li.slick-active button::before {
  background-color: #36a481;
}
.about-factory ul.grid-box {
  margin: -15px;
  padding-bottom: 60px;
}
.about-factory ul.grid-box li.column {
  padding: 15px;
}
.about-factory .item-inner {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.about-factory .item-inner:hover {
  -webkit-box-shadow: 0 8px 24px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px 3px rgba(0, 0, 0, 0.15);
}
.about-factory .item-holder {
  text-align: center;
  padding: 30px;
}
.about-factory .item-meta {
  background-color: #36a481;
  padding: 13px 20px;
  /*margin-top: -67px;
  margin-bottom: 24px;*/
  position: relative;
  z-index: 99;
  border-radius: 40px 0 40px 0;
}

.about-factory .item-description {
  line-height: 2;
}

.about-factory .item-title {
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  /*margin-bottom: 3px;*/
  color: #fff;
  line-height: 2;
}
.about-factory .item-position {
  color: #fff;
}
.about-factory .item-social {
  margin-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-factory .item-social .item-social-inner {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-factory .item-social a {
  display: block;
  width: 52px;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  color: rgba(13, 60, 0, 0.4);
}
.about-factory .item-social a + a {
  border-left: 1px solid #dcdcdc;
}






.about-page .ab-2 {
  /*background: #eee;*/
   background: url(/template/en/images/about-3.jpg) no-repeat center top;
  padding: 100px 0;
  background-size: cover;
}

.about-page .ab-2 .header {
  text-align: center;
  width: 56%;
  margin: 0 auto;
}

.about-page .ab-2 .header span {
  font-size: 48px;
  color: #001425;
  font-weight: 600;
}

.about-page .ab-2 .header h3 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 23px;
}

.about-page .ab-2 .header p {
  font-size: 18px;
  color: #8c8d8d;
  margin-top: 24px;
}

.about-page .ab-2 .header .mores {
  width: 133px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #36a481;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
  transition: all .5s ease;
}

.about-page .ab-2 .header .mores:hover {
  background: rgba(0, 0, 0, 0.7);
  transition: all .5s ease;
}

.about-page .ab-2 .header .play {
  margin-top: 79px;
}

.about-page .ab-2 .header .play i {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.about-page .ab-2 .header .play i::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.about-page .ab-2 .content {
  padding-top: 60px;
  color: #000;
}

.about-page .ab-2 .content ul {
  margin-right: -20px;
}

.about-page .ab-2 .content ul .slick-slide {
  margin-right: 32px;
}

.about-page .ab-2 .content ul .slick-slide:nth-child(1) li::after {
  right: -2%;
}

.about-page .ab-2 .content ul .slick-slide:nth-child(2) li::after {
  right: -4.5%;
}

.about-page .ab-2 .content ul .slick-slide:nth-child(3) li::after {
  right: -5%;
}

.about-page .ab-2 .content ul .slick-slide:last-child li::after {
  display: none;
}

.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}

.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
      background: rgb(181 181 181 / 30%);
}

.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.about-page .ab-2 .content ul li .img {
  height: 60px;
  margin-top: 44px;
}

.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 36px;

  font-weight: bold;
  line-height: 1;
  margin: 36px 0 30px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 18px;
  line-height: 2;
  min-height: 90px;
}



.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid white;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  margin-top: 64px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}

.about-page .ab-2 .content ul li a.mores::before {
  border-bottom-color: #fa582a;
}

.about-page .ab-2 .btn {
  padding: 74px 40px 0;
  display: block;
  text-align: right;
  color: #8f8f8f;
}

.about-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab-2 .btn div.next {
  margin-left: 24px;
}

.about-page .ab-2 .btn div::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: #8f8f8f;
  margin-left: 0;
  margin-top: -6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab-2 .btn div:hover::after {
  width: 28px;
  margin-left: 16px;
}

@media screen and (max-width: 1250px) {
  .about-page .ab-2 .header {
    width: 70%;
  }
}

@media screen and (max-width: 1100px) {
  .about-page .ab-2 .header {
    width: 77%;
  }

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

@media screen and (max-width: 1000px) {
  .about-page .ab-2 {
    padding: 60px 0;
  }

  .about-page .ab-2 .header {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .about-page .ab-2 .header .play {
    display: none;
  }

  .about-page .ab-2 .content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .ab-2 .header span{
    font-size: 24px;
  }

  .about-page .ab-2 .header h3 {
    font-size: 28px;
  }

  .about-page .ab-2 .header p {
    font-size: 14px;
  }
}




.lg-page ul {
  margin: -20px;
}

.lg-page ul li{
  padding: 20px;
}

.lg-page ul li .box{
  box-shadow: 0 0 18px rgba(0,0,0,.1);
}

.lg-page ul li .box .title {
    text-align: center;
    padding: 10px 0;
    line-height: 2;
}




.faq-page{
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
}
.faq-one-accrodion .accrodion-title {
  border: 1px solid #dfdfdd;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 18px 60px 15px 20px;
  border-radius: 50px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
  /*text-transform: uppercase;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: #36a481;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: #FFFFFF;
}
.faq-one-accrodion .accrodion-title i::before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  height: 60px;
  width: 60px;
  border-left: 1px solid #dfdfdd;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title i::before {
  content: "\f068";
  color: #FFFFFF;
  height: 60px;
  width: 60px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 20px 20px 0;
}
.faq-one-accrodion .accrodion.active .accrodion-content {
  background-color: var(--mibooz-base);
}
.faq-one-accrodion .accrodion-content p {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}






.contact-page .contact-1{
  position: relative;
}

.contact-page .contact-1 .box{
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.contact-page .contact-1 .left{
  width: 30%;
  display: flex;
  position: relative;
}
.contact-page .contact-1 .left .content{
  width: 100%;
  display: flex;
  margin: 80px 0px 80px 0px;
  padding: 40px 40px 10px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-wrap: wrap;
  border-radius: 15px;
}

.contact-page .contact-1 .left .content ul li{
  margin-bottom: 20px;
}

.contact-page .contact-1 .left h3{
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}

.contact-page .contact-1 .left ul li{
  display: flex;

}

.dsvy-ihbox-icon {
  font-size: 35px;
  line-height: 50px;
  padding-right: 20px;
  color: #FFFFFF;
}
.dsvy-ihbox-icon i{
  width: 35px;
  text-align: center;
}

.dsvy-element-title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #FFFFFF;
}

.dsvy-heading-desc{
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.contact-page .contact-1 .right{
  width: 70%;
  display: flex;
  position: relative;
}

.contact-page .contact-1 .right .form{
  width: 100%;
  padding: 100px 100px 100px 80px;
}

.contact-page .contact-1 .right .form h2{
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #232e35;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}

.contact-page .contact-1 .right .form input{
  height: 55px;
  font-size: 15px;
  padding: 0 30px;
  background-color: #fff;
  border: 1px solid #eee;
}

.contact-page .contact-1 .right .form textarea{
  padding: 20px 30px;
  height: 120px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #eee;
}

.contact-page .contact-1 .right .form ul li{
  width: 50%;
}

.contact-page .contact-1 .right .form ul li.wid-100{
  width: 100%;
}
.contact-page .contact-1 .right form{
  margin-top: 50px;
}

.contact-page .contact-1 .right .form button{
  padding: 20px 30px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  background-color: #232e35;
  color: #FFFFFF;
  border: none;
  transition: .5s ease;
}

.contact-page .contact-1 .right .form button:hover {
  background-color: #36a481;
}

.contact-page .contact-1 .right .form button span{
  position: relative;
  padding-right: 42px;
}

.contact-page .contact-1 .right .form button span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #FFFFFF;
}
.contact-page .contact-1 .right .form button span::after {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  top: 3px;
  right: -2px;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
}

.dsvy-social-links a{
  font-size: 16px;
  color: #FFFFFF;
}
.dsvy-social-links a:not(:last-child){
  margin-right: 20px;
}


.input-group {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.input-group i{
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 15px;
  line-height: 26px;
}


@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .left{
    width: 40%;
  }
  .contact-page .contact-1 .right{
    width: 60%;
  }

  .contact-page .contact-1 .right .form{
    padding: 100px 60px 100px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left{
    width: 100%;
  }
  .contact-page .contact-1 .right{
    width: 100%;
  }

  .contact-page .contact-1 .box{
    display: block;
  }

  .contact-page .contact-1 .right .form{
    padding: 0;
  }

  .contact-page .contact-1::before{
    display: none;
  }

  .contact-page .contact-1 .right .form h2{
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .form ul li{
    width: 100%;
  }

  .input-group{
    margin-bottom: 10px;
  }
}



.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list>ul {
  border-bottom: 1px solid #eee;
  text-align: left;
}
.custom-page .custom-3 .list>ul>li {
  padding: 30px 0 30px 65px;
  border-top: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8;
}

.custom-page .custom-3 .list ul li h5 b{
  position: relative;
  z-index: 1;
  display: inline-block;
}

.custom-page .custom-3 .list ul li h5 b:after{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 15px;
  height: 10px;
  background-color: #36a481;
}

.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 32px;
}

.custom-page .custom-3 .list ul li.active {
  border-top: 2px solid black;
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}



.prodet-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #36a481;
  line-height: 2;
}
.prodet-page h2,
.prodet-page h1 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
}
.prodet-page .prodet-1 .left {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
     border: 4px solid #27a98b;
  position: relative;
}
.prodet-page .prodet-1 .left img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left i.block {
  width: 25%;
  height: 30%;
  position: absolute;
  background: #eee;
  z-index: -1;
  left: -12%;
  top: 20%;
}
.prodet-page .prodet-1 .right {
  padding-left: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  line-height: 1.8;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  color: #464646;
  line-height: 2;
  max-height: 9em;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .content h6 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: #36a481;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .btn {
  padding: 35px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.prodet-page .prodet-1 .right .btns {
  padding: 25px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  background: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #36a481;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 20px;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #36a481;
}

.prodet-page .prodet-1 .right .image-gallery ul{
  margin: -10px;
}
.prodet-page .prodet-1 .right .image-gallery ul li{
  padding: 10px;
}

.prodet-page .prodet-1 .right .image-gallery ul .slick-track {
  margin-left: 0;
}

.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 110px 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .prodet-2 {
  padding: 90px 0;
  background-color: #eee;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
}
/*.prodet-page .prodet-2 .btn {
  float: right;
}
.prodet-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #36a481;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: #36a481;
}
.prodet-page .prodet-2 .btn div:hover {
  color: white;
  background: #36a481;
}*/

.prodet-page .prodet-2 .btn div {
  display: inline-block;
  width: 63px;
  height: 63px;
  line-height: 61px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #a7a7a7;
  border: 1px solid #a7a7a7;
  font-family: FontAwesome;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
.prodet-page .prodet-2 .btn div:hover {
  color: #FFFFFF;
  background-color: #36a481;
}

.prodet-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .prodet-2 .list ul {
  margin: -12px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 12px;
}
.prodet-page .prodet-2 .list ul li .box {
  padding: 25px 25px 50px;
  border-radius: 9px;
  background: white;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}

.prodet-page .prodet-2 .list ul li .box h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  min-height: 3em;
}

.prodet-page.Auxil-honor .prodet-2 .list ul li .box {
  padding: 25px;
}

.prodet-page.Auxil-honor .prodet-2 .list ul li .box h5 {
  margin-bottom: 0;
}


.prodet-page .prodet-2 .list ul li .box .appMore span {
  font-size: 17px;
  font-weight: 500;
  margin-right: 10px;
}
.prodet-page .prodet-2 .list ul li .box .appMore img {
  display: inline-block;
}


@media screen and (max-width: 1500px) {
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 40px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 30px 0 50px;
  }
  
  .custom-page .custom-3 .list ul li .content {
    font-size: 16px;
  }

  .custom-page .custom-3 .list ul li h5 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .custom-page .custom-3 {
    padding: 60px 0;
  }

  .custom-page .custom-3 .list ul li .content {
    font-size: 16px;
    line-height: 30px;
  }

  .custom-page .custom-3 .list ul li i {
    width: 40px;
    top: 21px;
  }
  .custom-page .custom-3 .list ul li h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right .btn a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right {
    width: 60%;
    padding-left: 3%;
  }
  .prodet-page .prodet-1 .left {
    width: 40%;
  }
  .prodet-page .prodet-1 .right .content h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .content {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .btn {
    padding: 10px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 10px;
  }
  .prodet-page {
    padding: 60px 0 30px;
  }

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

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right .btn a {
    margin-right: 15px;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .btn div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .custom-page .custom-3 .list ul li h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .custom-page .custom-3 .list ul li h5 span {
    top: 3px;
  }
  .custom-page .custom-3 .list ul li {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .custom-page .custom-3 .list ul li i {
    width: 30px;
    top: 14px;
  }
}




.inner-page .sidebar-box {
  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;
}
.inner-page .sidebar-box .sidebar-left {
  width: 29%;
  padding-right: 5%;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 72px;
  border-radius: 72px;
  border: 3px solid #eee;
  padding: 0 28px;
  font-size: 18px;
  color: #000;
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 67px;
  height: 67px;
  background: url(/template/en/images/product-s.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 38px 40px;
  border: 5px solid #27a98b;
  margin-top: 30px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 28px;
  color: #000000;
  /*text-transform: uppercase;*/
  font-weight: 600;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 45px 18px 20px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 18px;
  color: #7a7777;
  line-height: 2;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a.active,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
  background: #36a481;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a.active .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 40px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 20px 20px 20px 60px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../images/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}

@media screen and (max-width:1430px){
  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 38px 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
}

@media screen and (max-width:1230px){
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
      width: 100%;
  }
}




.product-page {
  padding: 90px 0;
}
.product-page .product-box .product-list {
  margin: 0 -10px;
  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;
}
.product-page .product-box .product-list li {
  padding: 0 10px;
  width: 33.3333%;
  margin-bottom: 45px;
}
.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 32px;
  position: relative;
}
.product-page .product-box .product-list li .appMore span {
  font-size: 17px;
  font-weight: 500;
  margin-right: 10px;
}
.product-page .product-box .product-list li .appMore img {
  display: inline-block;
}

/*.product-page .product-box .product-list li a:hover .content {
  background: #36a481;
  border: 1px solid transparent;
}
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}
.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}*/
.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
  border-radius: 9px 9px 0 0;
}
.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list li a .content {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 15px 15px 20px;
  border-radius: 0 0 9px 9px;
}
.product-page .product-box .product-list li a .content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.8;
  min-height: 4.5em;
}
.product-page .product-box .product-list li a .content h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .product-list li a .content p {
  font-size: 14px;
  line-height: 28px;
  color: #22221d;
  position: relative;
}
.product-page .product-box .product-list li a .content p::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}




@media screen and (max-width:1000px){
  .product-page .product-box .product-list li{
    width: 50%;
  }
}

@media screen and (max-width:500px){
  .product-page .product-box .product-list li{
    width: 100%;
  }
}





.news-page {
  background: #f8f8f8;
}
.news-page .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {
  font-weight: bold;
  font-size: 22px;
  display: block;
  line-height: 2;
}
.news-page .container ul li .box .title:hover {
  color: #36a481;
}
.news-page .container ul li .box .des {
  line-height: 2;
  margin-top: 14px;
  font-size: 18px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  /*margin-left: 20px;*/
}
.newdet-page .container .title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
      line-height: 1.5;
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
  line-height: 2;
}
.m-link {
  margin-top: 50px;
}
.m-link a {
  margin-top: 6px;
  font-size: 18px;
  line-height: 2;
  display: inline-block;
}
.m-link a:hover {
  color: #36a481;
  text-decoration: underline;
}


@media (max-width: 1000px) {
  .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
}






.sus-1 .grid-box {
  margin: -15px;
}
.sus-1 .column {
  padding: 15px;
}
.sus-1 .left {
  width: 33.33%;
}
.sus-1 .right {
  width: 66.66%;
}

.sus-1 .right p {
  line-height: 2;
}


.sus-2 .elementor-column-wrap {
  width: 100%;
}
.sus-2 .elementor-widget-wrap {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.sus-2 .elementor-column,
.sus-2 .elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sus-2 .elementor-spacer-inner {
  height: 350px;
}
.sus-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sus-2 .left {
  width: 33%;
}
.sus-2 .left .elementor-column-wrap {
  background-image: url(../images/h1_testi_left.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sus-2 .left .bottom .elementor-widget-wrap {
  background-color: #36a481;
  padding: 45px;
}
.sus-2 .left .bottom .custom-heading {
  color: #FFFFFF;
}
.sus-2 .left .bottom .cta-description {
  font-size: 15px;
  margin-bottom: 28px;
  line-height: 2;
}
.sus-2 .left .bottom .cta-description {
  color: #FAF5F2;
}
.font-18 {
    line-height: 2;
}
.sus-2 .left .bottom .btn {
  background-color: #36a481;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 13px 40px;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border-radius: 24px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.sus-2 .left .bottom .btn:after {
  background-color: #fff;
  content: "";
  height: 155px;
  left: -75px;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.sus-2 .left .bottom .btn:hover::after {
  left: 120%;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: .25;
}
.sus-2 .right {
  width: 67%;
}

.sus-2 .right .wrapper {
  margin: -15px;
}

.sus-2 .right .wrapper .item {
  padding: 15px;
}

.sus-2 .right ul.slick-dots {
  position: static;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  list-style: none;
  line-height: 1;
  text-align: center;
}
.sus-2 .right ul.slick-dots li {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.sus-2 .right ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: 0 0;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.sus-2 .right ul.slick-dots li button:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #b6c4b2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.sus-2 .right ul.slick-dots li.slick-active button {
  border-color: #36a481;
}
.sus-2 .right ul.slick-dots li.slick-active button::before {
  background-color: #36a481;
}
.sus-2 .right .elementor-column-wrap {
  background: #f7f7f7;
    background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sus-2 .right .elementor-element-populated > .elementor-widget-wrap {
  padding: 60px 120px 60px 80px;
}


.sus-3 .cms-heading {
  padding: 0% 23% 0% 23%;
}
.sus-3 .list {
  background-image: url(../images/how-work.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.sus-3 .list ul {
  margin: -30px;
}
.sus-3 .list ul li {
  padding: 30px;
}
.sus-3 .cms-fancy-box-icon {
  position: relative;
  display: inline-block;
}
.sus-3 .cms-fancy-box-icon span.icon-index {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 2;
  -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: #36a481;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.sus-3 .cms-fancy-box-icon span.icon-index:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #36a481;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  visibility: hidden;
}
.sus-3 .cms-fancy-box-icon .elementor-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 105px;
  height: 105px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -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;
  color: #36a481;
  background-color: #fff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
  position: relative;
  margin-bottom: 25px;
}
.sus-3 .cms-fancy-box .elementor-icon {
  fill: #36a481;
  color: #36a481;
  border-color: #36a481;
  margin-bottom: 25px;
}
.sus-3 .cms-fancy-box-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
}
p.cms-fancy-box-description.font-16 {
    line-height: 2;
}
.sus-3 .elementor-icon i,
.sus-3 .elementor-icon svg {
  width: 4em;
  height: 4em;
  position: relative;
  display: block;
}

@media screen and (max-width: 1200px) {
  .sus-2 .left .bottom .elementor-widget-wrap {
    padding: 30px;
  }
  .sus-2 .right .elementor-element-populated > .elementor-widget-wrap {
    padding: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .sus-1 .left {
    width: 100%;
  }
  .sus-1 .right {
    width: 100%;
  }

  .sus-2 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-2 .left {
    width: 100%;
  }
  .sus-2 .right {
    width: 100%;
  }
}


@media screen and (max-width: 700px) {
  .sus-2 .right .elementor-element-populated > .elementor-widget-wrap {
    padding: 60px 15px;
  }
}






.custom-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
}
.custom-subheading {
  font-size: 17px;
  line-height: 2;
}
.heading-underline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.heading-underline.solid-dashed:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #36a481;
  width: 20px;
  height: 3px;
  margin-right: 9px;
}
.heading-underline.solid-dashed:after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #36a481;
  width: 20px;
  height: 3px;
  margin-left: 9px;
}
.heading-underline span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  height: 3px;
  background-color: #36a481;
}

@media screen and (max-width: 1000px) {
  .custom-heading {
    font-size: 30px;
  }
}




.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
  background: transparent;
}
.inner-page .form ul li input:focus,
.contact-page .form ul li textarea:focus {
  border-color: #7daf2a;
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #7daf2a;
  border-color: #7daf2a;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}




.m-page {
    margin-top: 50px;
    text-align: center
}

.m-page a,.m-page span {
    color: #212121;
    display: inline-block;
    margin: 2px 6px;
    width: 38px;
    height: 38px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px
}

.m-page a.current,.m-page span.current {
    color: #fff;
    background-color: #36a481
}

.m-page a.current:before,.m-page span.current:before {
    opacity: 0
}

.m-page a {
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.m-page a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #212121;
    bottom: 0;
    left: 11px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.m-page a:hover,.m-page a.current {
    color: #fff;
    background-color: #36a481
}

.m-page a:hover:before,.m-page a.current:before {
    opacity: 0
}

.m-page .first:before,.m-page .last:before,.m-page .end:before,.m-page .next:before {
    display: none
}





.bottom_c {
    border-bottom: 1px solid #e5e5e5;
}

.bottom_c .left a {
    height: 70px;
    line-height: 70px;
    font-weight: 400;
    font-weight: 500;
    
    display: inline-block;
    padding: 0 26px;
    position: relative;
}

.bottom_c .left a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0;
}

.bottom_c .left a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: rgba(218,37,28,0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.bottom_c .left a:hover,
.bottom_c .left a.active {
    color: #36a481;
}

.bottom_c .left a:hover:before,
.bottom_c .left a.active:before {
    width: 100%;
    background-color: #36a481;
    left: 0;
}


@media (max-width:1000px) {
  .bottom_c {
    display: none;
  }
}


#seo_box .our-about {
  margin-bottom: 80px;
}
.biaogewa table tbody {
    min-width: initial!important;
}
