@font-face {
  font-family: 'SourceSerif4-Regular';
  src: url(../fonts/SourceSerif4-Regular.ttf) format('truetype'), url(../fonts/SourceSerif4-Regular.eot) format('eot'), url(../fonts/SourceSerif4-Regular.woff) format('woff'), url(../fonts/SourceSerif4-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'SourceSerif4-Bold';
  src: url(../fonts/SourceSerif4-Bold.ttf) format('truetype'), url(../fonts/SourceSerif4-Bold.eot) format('eot'), url(../fonts/SourceSerif4-Bold.woff) format('woff'), url(../fonts/SourceSerif4-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
}
body {
  font-family: "Montserrat-Light";
}

:root {
  --base-color: #183c34;
  --base-color2: #26aa96;
}

.slick-track{
  margin-left: 0;
}

.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1450px;
}
@-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);
  }
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
}
#header.fixed {
  position: fixed;
  top: 0;
  -webkit-animation: dropIn 0.5s ease-out forwards;
  -moz-animation: dropIn 0.5s ease-out forwards;
  animation: dropIn 0.5s ease-out forwards;
}
#header.fixed .nav {
  background-color: #183c34;
}
#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-right: 55px;
  font-size: 18px;
  font-family: 'SourceSerif4-Regular';
  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;
  min-width: 180px;
  white-space: nowrap;
  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 #26aa96;
  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: 12px;
  -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 .p-search {
  margin-right: 55px;
  background-color: #fff;
  border-radius: 35px;
}
#header .nav .ui.menu .p-search input {
  height: 35px;
  width: 165px;
  background-color: transparent;
  border: none;
}
#header .nav .ui.menu .p-search button {
  width: 45px;
  height: 35px;
  float: left;
  background-color: transparent;
  border: none;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 35px;
  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 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#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;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #f9f9f9;
}
.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: #333;
  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: white;
  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;
}
#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;
}
#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: 1023px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.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 li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  text-align: center;
}
#banner h2 {
  font-size: 65px;
  color: #fff;
  font-family: 'SourceSerif4-Regular';
}
.our-about {
  background: url(/sugarenergy/2024/05/23/bei.jpg?imageView2/2/format/jpg/q/100)no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 160px 0 130px;
  position: relative;
}
.our-about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  margin-top: -95px;
  height: 190px;
  border-left: 3px solid #fff;
  border-radius: 3px;
}
.our-about .box {
  max-width: 770px;
  margin: auto;
}
.our-about .Tit {
  margin-bottom: 40px;
  font-size: 40px;
  font-family: 'SourceSerif4-Bold';
}
.our-about .Tit span {
  color: #26aa96;
}
.our-about .Tit > div {
  position: relative;
  display: inline-block;
}
.our-about .Tit > div:first-child::before {
  content: "“";
  position: absolute;
  left: -50px;
  top: 0;
}
.our-about .Tit > div:last-child::after {
  content: "”";
  position: absolute;
  right: -50px;
  top: 0;
}
.our-about .desc {
  margin-bottom: 70px;
}
.our-about .wapper {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.our-about .wapper .item .num {
  text-align: center;
}
.our-about .wapper .item .num > div {
  display: inline-block;
}
.our-about .wapper .item .num > div::before {
  content: attr(data-mask);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .1;
  text-shadow: 0 0 5px #fff;
  filter: blur(2px);
  font-family: 'Montserrat-Bold';
}
.our-about .wapper .item .num > div em {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-family: 'Montserrat-Bold';
}
.our-about .wapper .item .num > div span {
  position: absolute;
  left: 100%;
  bottom: 0;
  font-size: 16px;
}
.our-about .wapper .item .name {
  font-size: 16px;
}
.our-about .wapper .item:hover .num {
  -webkit-animation: bounce 1s linear;
  -moz-animation: bounce 1s linear;
  animation: bounce 1s linear;
}
@media (min-width: 1200px) {
  .our-about .wapper .item .num > div::before {
    font-size: 80px;
  }
  .our-about .wapper .item .num > div em {
    font-size: 60px;
  }
  .our-about .wapper .item:first-child .num > div em {
    font-size: 80px;
  }
  .our-about .wapper .item:first-child .num > div::before {
    font-size: 120px;
  }
  .our-about .wapper .item:last-child .num > div em {
    font-size: 70px;
  }
  .our-about .wapper .item:last-child .num > div::before {
    font-size: 100px;
  }
  .our-about .wapper .item .num > div span {
    font-size: 18px;
  }
  .our-about .wapper .item:first-child .num > div span,
  .our-about .wapper .item:last-child .num > div span {
    font-size: 22px;
  }
  .our-about .wapper .item .name {
    font-size: 18px;
  }
  .our-about .wapper .item:first-child .name,
  .our-about .wapper .item:last-child .name {
    font-size: 22px;
  }
  .our-about .wapper .item.-second {
    margin-top: 180px;
  }
  .our-about .wapper .item.-third {
    margin-top: 130px;
  }
  .our-about .wapper .item.-fourth {
    margin-top: -60px;
  }
}
@media (min-width: 1600px) {
  .our-about .wapper .item .num > div::before {
    font-size: 100px;
  }
  .our-about .wapper .item:first-child .num > div em {
    font-size: 120px;
  }
  .our-about .wapper .item:first-child .num > div::before {
    font-size: 160px;
  }
  .our-about .wapper .item:last-child .num > div em {
    font-size: 100px;
  }
  .our-about .wapper .item:last-child .num > div::before {
    font-size: 150px;
  }
  .our-about .wapper .item:first-child .num > div span,
  .our-about .wapper .item:last-child .num > div span {
    font-size: 30px;
  }
  .our-about .wapper .item:first-child .name,
  .our-about .wapper .item:last-child .name {
    font-size: 30px;
  }
  .our-about .wapper .item.-second {
    margin-top: 180px;
  }
  .our-about .wapper .item.-third {
    margin-top: 130px;
  }
  .our-about .wapper .item.-fourth {
    margin-top: -60px;
  }
}
.our-product {
  padding: 160px 0;
  background: url(../images/cate-bg.jpg) no-repeat center;
  background-size: 22% auto;
}
.our-product .list {
  padding: 0 80px;
}
.our-product .list li {
  padding: 20px 0;
}
.our-product .list li .box {
  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;
}
.our-product .list li .box .img {
  width: 40%;
  padding: 0 40px;
}
.our-product .list li .box .img img {
  border-radius: 50%;
}
.our-product .list li .box .content {
  width: 60%;
  padding: 0 40px;
}
.our-product .list li .box .content .name {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'SourceSerif4-Regular';
}
.our-product .list li .box .content .text {
  margin-bottom: 60px;
}
.our-product .list li.row .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.our-product .list .dots {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-product .list .dots li {
  padding: 5px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.our-product .list .dots li + li {
  margin-top: 60px;
}
.our-product .list .dots li button {
  display: none;
}
.our-product .list .dots li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #26aa96;
  border-radius: 4px;
}
.our-product .list .dots li.slick-active {
  border-color: #163a32;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.our-product .list .dots li.slick-active::before {
  background-color: #163a32;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.i-video {
  background: url(../images/video-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 170px 0;
}
.i-video .play {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 157px;
  height: 157px;
  border-radius: 50%;
  cursor: pointer;
}
.i-video .play::before,
.i-video .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  z-index: -1;
}
.i-video .play:hover::before,
.i-video .play:hover::after {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.i-video .play:hover::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.i-video .text {
  margin-top: 80px;
  font-size: 40px;
  color: #fff;
  font-family: 'SourceSerif4-Regular';
}
.i-video .text span {
  transition: .5s ease;
}
.i-video .text:hover span {
  text-shadow: 0 0 10px #FFFFFF;
}
.i-video .text span + span {
  margin-top: 25px;
}
.our-app {
  margin-top: 140px;
  padding-bottom: 180px;
}
.our-app .header {
  /*padding: 140px 0 0;*/
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  z-index: 1;
  pointer-events: none;
}
.our-app .header .baseTit {
  /*-webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;*/
  -webkit-transform: scale(-webkit-calc(1 + var(--size) * 10));
  -moz-transform: scale(-moz-calc(1 + var(--size) * 10));
  -ms-transform: scale(calc(1 + var(--size) * 10));
  transform: scale(calc(1 + var(--size) * 1.5));
}
.our-app .body {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.images-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.images-item {
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.images-item .name {
  padding: 0 5%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-family: 'SourceSerif4-Bold';
}
/*.images-item.-first {
  display: none;
}*/
/*.images-item.-second {
  width: 40.31746%;
}
.images-item.-third {
  width: 28.88889%;
  margin: 23.80952% 20px 0 5px;
}*/
/*.images-item.-fourth {
  display: none;
}*/
/*.images-item.-fifth {
  width: 35.2381%;
  margin: 14.60317% 56px 0 0;
}*/
/*.images-item.-sixth {
  display: none;
}*/
/*.images-item.-seventh {
  width: 28.88889%;
  margin: 44.7619% 0 0 26px;
}
.images-item.-eighth {
  width: 42.53968%;
  margin: 14.92063% 0 0 26px;
}*/
@media (min-width: 768px) {
  .images-group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /*.images-item.-first {
    display: block;
    width: 17.5885%;
    margin: 19.35841% 0 0 32px;
  }
  .images-item.-second {
    width: 28.9823%;
  }
  .images-item.-third {
    width: 20.79646%;
    margin: 16.92478% 20px 0 50px;
  }
  .images-item.-fourth {
    display: block;
    width: 27.65487%;
    margin: 10.50885% 0 0 112px;
  }
  .images-item.-fifth {
    width: 17.80973%;
    margin: 10.50885% 180px 0 0;
  }
  .images-item.-sixth {
    display: block;
    width: 20.35398%;
    margin: 14.04867% 0 0 32px;
  }
  .images-item.-seventh {
    width: 20.79646%;
    margin: 28.76106% 0 0 0;
  }
  .images-item.-eighth {
    width: 30.64159%;
    margin: 1.43805% -24px 0 0;
  }*/
}
/*@media (min-width: 1024px) {
  .images-item.-fifth {
    margin: 10.50885% 275px 0 0;
  }
}*/
/*@media (min-width: 1200px) {
  .images-item.-first {
    width: 16.07843%;
    margin: 17.7451% 0 0 55px;
  }
  .images-item.-second {
    width: 26.56863%;
  }
  .images-item.-third {
    width: 19.01961%;
    margin: 15.58824% 0 0 50px;
  }
  .images-item.-fourth {
    width: 19.01961%;
    margin: 9.80392% 0 0 138px;
  }
  .images-item.-fifth {
    width: 25.29412%;
    margin: 9.80392% 347px 0 0;
  }
  .images-item.-sixth {
    width: 18.62745%;
    margin: 12.7451% 0 0 55px;
  }
  .images-item.-seventh {
    width: 19.01961%;
    margin: 26.17647% 0 0 0;
  }
  .images-item.-eighth {
    width: 28.03922%;
    margin: 9.80392% 38px 0 0;
  }
}*/
/*@media (min-width: 1600px) {
  .images-item.-first {
    width: 334px;
    height: 412px;
    margin: 241px 0 0 45px;
    padding: 0;
  }
  .images-item.-third {
    width: 270px;
    height: 338px;
    margin: 78px 0 0 140px;
    padding: 0;
  }
  .images-item.-fourth {
    width: 294px;
    height: 343px;
    margin: 130px 0 0 289px;
    padding: 0;
  }
  .images-item.-fifth {
    margin: 0 214px 0 0;
    padding: 0;
  }
  .images-item.-sixth {
    margin: 73px 0 0 0;
    padding: 0;
  }
  .images-item.-seventh {
    width: 270px;
    height: 338px;
    margin: 149px 0 0 0;
    padding: 0;
  }
  .images-item.-eighth {
    width: 334px;
    height: 412px;
    margin: 89px 0 0 0;
    padding: 0;
  }
}*/
.baseTit {
  font-size: 60px;
  line-height: 1.3;
  font-family: 'SourceSerif4-Regular';
}
.baseTit strong {
  font-family: 'SourceSerif4-Bold';
}
.baseTit small {
  font-size: 50px;
}
.baseTit span {
  color: #26aa96;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 110px 0;
}
.baseBtn {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  color: #000;
  border: 1px solid #000;
  padding: 0 30px;
  font-family: 'SourceSerif4-Regular';
  border-radius: 25px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover {
  color: #fff;
  background-color: #000;
}
.baseBtn.white {
  color: #fff;
  border-color: #fff;
}
.baseBtn.white:hover {
  color: #000;
  background-color: #fff;
}
.our-news {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.our-news .list {
  margin-top: 60px;
}
/*.our-news .list ul {
  padding-right: 250px;
}*/



.our-news .list ul{
  margin: -15px;
}
.our-news .list li {
  position: relative;
  padding: 15px;
}
.our-news .list li .box {
  padding: 50px 25px;
  background-color: #dce1dc;
}
/*.our-news .list li .box > * {
  opacity: .4;
}*/
.our-news .list li .box time {
  color: #26aa96;
}
.our-news .list li .box .name {
  font-size: 25px;
  font-family: 'SourceSerif4-Regular';
}
.our-news .list li.two {
  margin-top: 40px;
}
.our-news .list li.two .box {
  background-color: #dce1dc;
}
.our-news .list li:hover {
  z-index: 1;
}
.our-news .list li:hover .box > * {
  opacity: 1;
}
#footer {
  background-color: #040404;
  position: relative;
  margin-top: 150px;
}
#footer .foot-top {
  position: relative;
}
#footer .foot-top .logo {
  position: relative;
  top: -235px;
  margin-bottom: -235px;
}
#footer .foot-top .nav {
  margin: 50px 0;
}
#footer .foot-top .nav li {
  width: auto;
  margin: 0 25px;
}
#footer .foot-top .nav li a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: 'SourceSerif4-Regular';
  text-transform: capitalize;
}
#footer .foot-bottom {
  border-top: 1px solid #1a1a1a;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 16px;
}
@media (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  #header .nav .ui.menu .p-search {
    margin-right: 35px;
  }
  #banner h2 {
    font-size: 45px;
  }
  .our-product .list li .box .content {
    padding: 0 20px;
  }
  .our-product .list li .box .img {
    padding: 0 20px;
  }
  .our-product .list li .box .content .text {
    margin-bottom: 30px;
  }
  .our-product .list li .box .content .name {
    margin-bottom: 15px;
  }
  .i-video .text {
    font-size: 30px;
  }
  .baseTit {
    font-size: 40px;
  }
  .baseTit small {
    font-size: 34px;
  }
  .images-item .name {
    font-size: 24px;
  }

  .our-news .list li .box {
    padding: 35px 25px;
  }
}
@media (max-width: 1199px) {
  .ui.container {
    width: 1024px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
  }
  #banner h2 {
    font-size: 35px;
  }
  .our-about .Tit {
    font-size: 30px;
  }
  .font-20 {
    font-size: 16px;
  }
  .our-about .wapper {
    margin-top: 60px;
  }
  .our-about .wapper .item .num {
    margin-bottom: 15px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-product .list li .box .content .name {
    font-size: 24px;
  }
  .our-product .list {
    padding: 0 40px;
  }
  .i-video .text {
    font-size: 24px;
  }
  .i-video .text span + span {
    margin-top: 15px;
  }
  .i-video .text {
    margin-top: 40px;
  }
  .i-video .play {
    width: 100px;
    height: 100px;
  }
  .images-item .name {
    font-size: 18px;
  }
  .baseTit {
    font-size: 30px;
  }
  .baseTit small {
    font-size: 24px;
  }
  .our-news .list {
    margin-top: 60px;
  }
  .our-news .list ul {
    padding-right: 0;
    margin: -15px;
  }
  .our-news .list li {
    margin-top: 0!important;
    padding: 15px;
  }
  .our-news .list li .box {
    margin-right: 0;
  }
  .our-news .list li .box .name {
    font-size: 20px;
  }
  .our-news .list li .box > * {
    opacity: 1;
  }
  #footer .foot-top .nav li {
    margin: 0 15px;
  }
  #footer .foot-top .nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .ui.container {
    width: 768px;
  }
  #header {
    display: none!important;
  }
  #mobile {
    display: block;
  }
  .our-about::before {
    margin-top: -50px;
    height: 100px;
  }
  .our-about {
    padding: 90px 0;
  }
  .our-product {
    padding: 90px 0;
  }
  .our-product .list .dots {
    display: none;
  }
  .our-product .list {
    padding: 0;
  }
  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list li {
    padding: 15px;
  }
  .our-product .list li .box {
    display: block;
  }
  .our-product .list li .box .img {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .our-product .list li .box .content {
    width: 100%;
    padding: 0;
  }
  .i-video {
    padding: 90px 0;
  }
  .i-video .text {
    font-size: 18px;
  }
  .our-app {
    margin-top: 90px;
    padding-bottom: 90px;
  }
  .our-app .header {
    position: relative;
    padding: 0;
  }
  .our-app .header .baseTit {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .i-advantage {
    padding: 90px 0;
  }
  .our-news {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
  }
  .our-about::before {
    display: none;
  }
  .our-about {
    padding: 60px 0 40px;
  }
  .our-about .Tit {
    font-size: 20px;
  }
  .our-about .Tit > div:first-child::before {
    left: -25px;
  }
  .our-about .Tit > div:last-child::after {
    right: -25px;
  }
  .font-20 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-about .desc {
    margin-bottom: 30px;
  }
  .our-about .Tit {
    margin-bottom: 20px;
  }
  .baseBtn {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
  }
  .our-about .wapper {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-about .wapper .item {
    width: 50%;
    margin-bottom: 20px;
  }
  .our-about .wapper .item .num > div em {
    font-size: 30px;
  }
  .our-about .wapper .item .num > div span {
    font-size: 14px;
  }
  .our-about .wapper .item .name {
    font-size: 14px;
  }
  .our-product .list li .box .content .name {
    font-size: 18px;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-app {
    padding: 60px 0;
    margin-top: 0;
  }
  .our-app .body {
    margin-top: 40px;
  }
  .our-news {
    padding-top: 60px;
  }
  .our-news .list li {
    width: 100%!important;
  }
  #footer {
    margin-top: 60px;
    overflow: hidden;
  }
  #footer .foot-top .logo {
    display: none;
  }
  #footer .foot-top .nav li {
    margin: 10px;
  }
  #footer .foot-top .nav li a {
    font-size: 14px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
  #footer .foot-top .nav {
    margin: 30px 0;
  }
  .images-item .name {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .baseTit {
    font-size: 20px;
  }
  .baseTit small {
    font-size: 18px;
  }
  #banner h2 {
    font-size: 20px;
  }
  .our-about .Tit {
    font-size: 18px;
  }
  .images-item .name {
    display: none;
  }
}







/*inner css add */
.contact-us {
  color: #FFFFFF;
  background: #ffffff;
}
.contact-us a.contact {
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  color: black;
  background: white;
  border-radius: 30px;
}
.inner-banner {
  background: url(../images/banner-sustainability.jpg) center no-repeat;
  height: 400px;
  background-size: cover;
  padding-top: 200px;
}
.inner-banner h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  font-family: 'SourceSerif4-Bold';
}

.inner-page > div:last-child{
  position: relative;
  z-index: 1;
}
.solution-page {
  padding: 0px;
}
.inner-page h2.h2 {
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: 'SourceSerif4-Bold';
}
.inner-page p.p {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
}
.inner-page a.more {
  display: block;
  width: 190px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  /*border: 2px solid #2079d7;*/
  font-weight: bold;
  line-height: 48px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  text-transform: capitalize;
  margin: 0px auto 40px;
  color: #2079d7;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.inner-page a.more:hover {
  color: #fff;
  background: #2079d7;
}
.inner-page .contact-part {
  padding: 140px 0;
}
.inner-page .contact-part .grid-box .column {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.inner-page .contact-part .grid-box .column img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.inner-page .contact-part .grid-box .column p {
  line-height: 30px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  max-width: 350px;
  margin: auto;
}
.inner-page .contact-part .grid-box .column:hover {
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.inner-page .inner-form {
  padding: 25px 0 35px;
  background: #f5f5f5;
}
.inner-page .inner-form form {
  margin-top: 40px;
}
.inner-page .inner-form .box {
  display: block;
  padding: 0 20px;
  padding-top: 80px;
}
.inner-page .inner-form .box ul {
  margin: -8px -9px;
}
.inner-page .inner-form .box ul li {
  padding: 8px 9px;
  font-size: 16px;
  position: relative;
}
.inner-page .inner-form .box ul li p {
  padding: 0;
}
.inner-page .inner-form .box ul li input,
.inner-page .inner-form .box ul li textarea,
.inner-page .inner-form .box ul li button {
  display: block;
  font-style: italic;
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: #fff;
  border: none;
  padding-left: 20px;
  color: #000000;
  text-align: left;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
.inner-page .inner-form .box ul li input ::-webkit-input-placeholder,
.inner-page .inner-form .box ul li textarea ::-webkit-input-placeholder,
.inner-page .inner-form .box ul li button ::-webkit-input-placeholder {
  color: #000;
}
.inner-page .inner-form .box ul li input :-moz-placeholder,
.inner-page .inner-form .box ul li textarea :-moz-placeholder,
.inner-page .inner-form .box ul li button :-moz-placeholder {
  color: #000;
}
.inner-page .inner-form .box ul li input ::-moz-placeholder,
.inner-page .inner-form .box ul li textarea ::-moz-placeholder,
.inner-page .inner-form .box ul li button ::-moz-placeholder {
  color: #000;
}
.inner-page .inner-form .box ul li input :-ms-input-placeholder,
.inner-page .inner-form .box ul li textarea :-ms-input-placeholder,
.inner-page .inner-form .box ul li button :-ms-input-placeholder {
  color: #000;
}
.inner-page .inner-form .box ul li input::-webkit-input-placeholder,
.inner-page .inner-form .box ul li textarea::-webkit-input-placeholder,
.inner-page .inner-form .box ul li button::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li input:-moz-placeholder,
.inner-page .inner-form .box ul li textarea:-moz-placeholder,
.inner-page .inner-form .box ul li button:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li input::-moz-placeholder,
.inner-page .inner-form .box ul li textarea::-moz-placeholder,
.inner-page .inner-form .box ul li button::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li input:-ms-input-placeholder,
.inner-page .inner-form .box ul li textarea:-ms-input-placeholder,
.inner-page .inner-form .box ul li button:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li input:focus,
.inner-page .inner-form .box ul li textarea:focus,
.inner-page .inner-form .box ul li button:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.inner-page .inner-form .box ul li.content {
  width: 100%;
}
.inner-page .inner-form .box ul li.content textarea {
  height: 155px;
  resize: vertical;
  line-height: 24px;
  padding: 5px 15px;
}
.inner-page .inner-form .box ul li.sub {
  margin: 0 auto;
  display: block;
}
.inner-page .inner-form .box ul li.sub button {
  background: var(--base-color);
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .inner-form .box ul li.sub button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -3px;
}
.inner-page .inner-form .box ul li.sub button:hover {
  background: #222;
}
.inner-page .inner-form .box ul li.sub input {
  text-align: center;
  background: var(--base-color) url(../images/icon-sub.png) no-repeat 43% center;
  text-indent: 20px;
  color: #fff;
}
.inner-page .sidebar {
  border-bottom: 1px solid #eee;
}
.inner-page .sidebar .grid-box .column {
  position: relative;
}
.inner-page .sidebar .grid-box .column .img {
  height: 46px;
  background: url(../images/1.png) no-repeat center;
}
.inner-page .sidebar .grid-box .column:nth-child(2) .img {
  background: url(../images/1-2.png) no-repeat center;
}
.inner-page .sidebar .grid-box .column:nth-child(3) .img {
  background: url(../images/1-3.png) no-repeat center;
}
.inner-page .sidebar .grid-box .column:nth-child(4) .img {
  background: url(../images/1-4.png) no-repeat center;
}
.inner-page .sidebar .grid-box .column .children {
  position: absolute;
  width: 100%;
  z-index: 8;
  display: none;
  left: 0;
  top: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .sidebar .grid-box .column:hover .children {
  display: block;
}
.inner-page .sidebar .grid-box .column .children li {
  position: relative;
}
.inner-page .sidebar .grid-box .column .children li .children2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .sidebar .grid-box .column .children li:hover .children2 {
  display: block;
  border-left: 1px solid #fff;
}
.inner-page .sidebar .grid-box .column .children li a {
  display: block;
  padding: 8px 10px;
  background: #e7e7e7;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .sidebar .grid-box .column .children li a:hover {
  background: var(--base-color);
  color: #fff;
}
.inner-page .sidebar .grid-box .column .img img {
  display: block;
  margin: 0 auto;
}
.inner-page .sidebar .grid-box .column p {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0 30px;
}
.product2-page {
  padding: 30px 0 0;
  background: #fff;
}
.product2-page .i-prolist {
  margin-top: 40px;
}
.product2-page .i-prolist .qijupro1 {
  font-size: 26px;
  color: var(--base-color);
  font-weight: bold;
}
.product2-page .i-prolist .qijupro2 {
  line-height: 28px;
  margin-bottom: 10px;
}
.product2-page .i-prolist .grid-box {
  margin: -15px;
}
.product2-page .i-prolist .grid-box .column {
  padding: 15px;
}
.product2-page .i-prolist .grid-box .column h2 {
  text-align: center;
  height: 72px;
  overflow: hidden;
  padding: 10px 0 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
}

.pdt-about {
  padding: 30px 0 40px;
}
.pdt-about .content p {
  margin: 20px 0;
  line-height: 30px;
  font-size: 16px;
}
.pdt-honor {
  padding: 40px 0;
}
.pdt-honor h3 {
  margin-bottom: 30px;
}
.i-contact-form {
  padding: 118px 0;
}
.i-contact-form .text {
  padding: 80px 20%;
}
.i-contact-form .text p {
  font-size: 20px;
  color: #4e4e4e;
  line-height: 35px;
  text-align: center;
}
.news-page .i-news-ul {
  padding: 100px 0;
}
.news-page .i-news-ul ul li {
  margin-bottom: 60px;
  padding: 0 3%;
}
.news-page .i-news-ul ul li h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
.news-page .i-news-ul ul li h2 a {
  font-size: 20px;
}
.news-page .i-news-ul ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin: 0px 0 10px;
}
.news-page .i-news-ul ul li time {
  color: #b2b2b2;
  font-size: 16px;
  line-height: 30px;
}
.news-page .i-news-ul a.more-down {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  cursor: pointer;
  padding-top: 40px;
  background: url(../images/cus-more-arr.png) no-repeat center top;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 55px;
}
.bread-crumbs {
  font-size: 18px;
  margin-top: 7px;
  text-align: center;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
}
.bread-crumbs a:hover {
  color: #fff;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 18px;
  line-height: 32px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.thumb-gallery {
  margin: 30px 0;
  position: relative;
}
.thumb-gallery .more-btn {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  display: block;
  width: 190px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  border: 2px solid var(--base-color);
  font-weight: bold;
  line-height: 48px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  text-transform: capitalize;
  margin: 30px auto 40px;
  color: var(--base-color);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 15px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: var(--base-color);
}
.m-page a:active {
  background: var(--base-color);
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: var(--base-color);
}
.video_layer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}
.i_video {
  width: 536px;
  height: 253px;
  top: 60%;
  left: 56%;
  margin: -250px 0 0 -400px;
  z-index: 1002;
}
.i_video,
.video_layer {
  position: fixed;
  display: none;
}

@media screen and (max-width: 1370px) {
  .container {
    width: 1230px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 15px;
  }
  #index-body .i-why .i-why-border .grid-box .column h2 {
    font-size: 16px;
  }
  .product2-page .i-prolist .grid-box .column {
    width: 50%;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .i-about-border .grid-box .i-fr h2,
  #index-body .i-about .i-about-border .grid-box .i-fr h3,
  #index-body .i-about .i-about-border .grid-box .column:nth-child(1) h2 {
    font-size: 24px;
  }
  .inner-banner {
    height: 295px;
  }
  .inner-page .contact-part .grid-box .column p {
    line-height: 30px;
    font-size: 14px;
  }
  .inner-page h2.h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  /*.product2-page .i-prolist .grid-box .column{
    width: 33.33%;
  }*/
  .container {
    width: 700;
  }
  #index-body .i-map .i-map-border .text h2 {
    font-size: 24px;
    font-weight: bold;
  }

  /*.images-item.-first {
    display: none;
  }

  .images-item.-fourth {
    display: none;
  }*/
}
@media screen and (max-width: 700px) {
  /*.product2-page .i-prolist .grid-box .column{
    width: 50%;
  }*/
  .container {
    width: 100%;
  }
  #index-body .i-reason .reason-border .column {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #index-body .i-about .i-about-border .grid-box .column {
    width: 100% !important;
    padding: 10px 0;
  }
  #index-body .i-why .i-why-border .grid-box.four > .column {
    width: 50%;
  }
  #index-body .i-why .i-why-border .grid-box .column h2 {
    font-size: 14px;
  }
  #index-body .i-why .i-why-border .grid-box .column p {
    display: none;
  }
  #index-body .i-map .i-map-border .text h2 {
    font-size: 18px;
  }
  #index-body .i-news .news-list .swiper-slide .text h2 a {
    font-size: 14px;
  }
  #index-body .i-news .news-list .swiper-slide .text time {
    font-size: 14px;
  }
  .i-form h2 {
    font-size: 18px;
  }
  .i-form form {
    width: 88%;
    margin: 20px auto 0;
    position: relative;
  }
  .miaoshu {
    display: none!important;
  }
  .newdet-page .news .news_title h1 {
    font-size: 22px!important;
    line-height: 40px!important;
  }
  .mlztx {
    display: none;
  }
  .inner-page .contact-part {
    padding: 40px 0;
  }
  .inner-page .contact-part .grid-box .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-page .contact-part .grid-box .column img {
    width: 30%;
  }
  .inner-page .inner-form .box {
    padding-top: 20px;
  }
  .inner-page p.p {
    font-size: 18px;
    line-height: 32px;
  }
  .inner-page .inner-form .box ul li {
    width: 100%;
  }
  .inner-banner h2 {
    font-size: 20px;
    line-height: 36px;
  }
  .bread-crumbs,
  .bread-crumbs a,
  .bread-crumbs span {
    color: #ffffff;
    font-size: 15px!important;
    line-height: 30px!important;
  }
  .inner-banner {
    height: 300px;
    padding-top: 100px;
  }
  #index-body .i-product .prolist-list .img-box .text p a {
    font-size: 14px;
  }
  #index-body .i-product .prolist-list .img-box .text {
    padding: 10px;
  }
  .news-page .i-news-ul ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-page .i-news-ul {
    padding: 50px 0;
  }
  .news-page .i-news-ul ul li h2 a {
    font-size: 20px;
    line-height: 36px;
  }
  .news-page .i-news-ul ul li p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 20px;
  }
  .i-contact-form {
    padding: 38px 0;
  }
  .i-contact-form .text {
    padding: 30px 4%;
  }
  .i-contact-form .text p {
    font-size: 15px;
    line-height: 26px;
  }
  .inner-page h2.h2 {
    font-size: 28px;
    line-height: 48px;
  }

  #outerImageContainer {
    width: 100% !important;
    height: auto !important;
  }
  #outerImageContainer img {
    height: auto !important;
  }
  #imageDataContainer {
    width: 100% !important;
  }
  #imageData #bottomNav #bottomNavClose {
    z-index: 9999 !important;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .product2-page .i-prolist .grid-box .column {
    width: 100%;
  }
  .huhu {
    display: none!important;
  }
  .haha {
    display: none!important;
  }
}
.wpulike.wpulike-default {
  display: none;
}

.post-views-box {
  position: relative;
  margin: -50px 0 0 100px;
}
.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;
}
.newdet-page .news .news_contents .thumb-gallery li {
  width: 50%;
}
.inner-page .top h6 {
  padding: 0 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 18px;
}
.inner-page .top h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: currentColor;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .top h6::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.inner-page .top h2 {
  font-size: 38px;
  color: #010101;
  text-transform: capitalize;
  font-family: 'SourceSerif4-Bold';
}
.inner-page .top h2 span {
  color: #26aa96;
}
.inner-page .top.center {
  text-align: center;
}
.inner-page .top.center h6::after {
  opacity: 1;
}

.about-page .about-1 .top {
  margin: 0 0 0 auto;
  max-width: 643px;
}
.about-page .about-1 .about-img {
  margin-top: 12px;
  position: relative;
}
.about-page .about-1 .about-img::after {
  position: absolute;
  content: "";
  width: 271px;
  height: 333px;
  /*background: url(../images/about-after.png) no-repeat 100% 100%;*/
  left: -88px;
  top: -126px;
}
.about-page .about-1 .about-img .aboutIconBox {
  position: absolute;
  background: #f0ebe3;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}
.about-page .about-1 .about-img .aboutIconBox .swiper-slide {
  height: 100px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-1 .text {
  line-height: 1.8;
  font-size: 16px;
  color: #858585;
  margin: 35px 0 45px;
}
.about-page .about-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 ul li {
  padding: 15px 37px 5px 90px;
  position: relative;
  background: url(../images/a-icon.png) no-repeat left center;
}
.about-page .about-1 ul li:last-child {
  padding: 15px 0 5px 90px;
}
.about-page .about-1 ul li:last-child::after {
  display: none;
}
.about-page .about-1 ul li em {
  font-size: 40px;
  line-height: .9;
  color: #26aa96;
  font-weight: 800;
}
.about-page .about-1 ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #545252;
}
.about-page .about-1 ul li:nth-child(1) {
  background: url(../images/a-icon-1.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(2) {
  background: url(../images/a-icon-2.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(3) {
  background: url(../images/a-icon-3.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(4) {
  background: url(../images/a-icon-4.png) no-repeat left center;
}
.about-page .about-2 {
  padding: 95px 0 78px;
  background: #183c34;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.about-page .about-2 .top h6 {
  color: #fff;
}

.about-page .about-2 .top h2 {
  color: #fff;
}
.about-page .about-2 .top p {
  color: rgba(250, 250, 250, 0.8);
  line-height: 30px;
  font-size: 16px;
  margin: 25px auto 0;
  max-width: 1051px;
}
.about-page .about-2 .FeaturedBox {
  margin-top: 70px;
}
.about-page .about-2 .FeaturedBox.honor .slick-list {
  overflow: unset;
}
.about-page .about-2 .FeaturedBox .swiper-wrapper {
  margin: -10px;
}
.about-page .about-2 .FeaturedBox .swiper-slide {
  padding: 10px;
}
.about-page .about-2 .FeaturedBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-2 .FeaturedBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-2 .FeaturedBox .swiper-slide a h4 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  /*text-transform: uppercase;*/
  position: relative;
  width: 100%;
  padding: 20px 10px;
  margin-top: 10px;
  text-align: center;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .FeaturedBox .scrollbar {
  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;
  margin-top: 95px;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar {
  height: 1px;
  width: 380px;
  background: #959595;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3b9750;
}
.about-page .about-3 {
  padding: 65px 0 65px;
  background: #f7f5f5;
}
.about-page .about-3 .top h2 {
  color: #000;
}
.about-page .about-3 .offerBox .swiper-container {
  margin-top: 80px;
}
.about-page .about-3 .offerBox .swiper-wrapper {
  margin: -15px;
}
.about-page .about-3 .offerBox .swiper-slide {
  padding: 15px;
}
.about-page .about-3 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-3 .offerBox .swiper-slide:hover h4 {
  color: var(--base-color);
}
.about-page .about-3 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--base-color);
  left: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide h4 {
  font-size: 18px;
  color: #000000;
  font-family: 'SourceSerif4-Bold';
  margin: 15px 0;
  text-transform: capitalize;
}
.about-page .about-3 .offerBox .swiper-slide p {
  font-size: 15px;
  line-height: 30px;
  color: #949393;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1) span {
  background: url(../images/offer-1.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1):hover span {
  background: url(../images/offer-1-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2) span {
  background: url(../images/offer-2.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2):hover span {
  background: url(../images/offer-2-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3) span {
  background: url(../images/offer-3.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3):hover span {
  background: url(../images/offer-3-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4) span {
  background: url(../images/offer-4.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4):hover span {
  background: url(../images/offer-4-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5) span {
  background: url(../images/offer-5.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5):hover span {
  background: url(../images/offer-5-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6) span {
  background: url(../images/offer-6.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6):hover span {
  background: url(../images/offer-6-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7) span {
  background: url(../images/offer-7.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7):hover span {
  background: url(../images/offer-7-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8) span {
  background: url(../images/offer-8.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8):hover span {
  background: url(../images/offer-8-h.png) no-repeat center center;
}
.about-page .about-4 {
  position: relative;
  overflow: hidden;
}
.about-page .about-4::before {
  width: 232px;
  height: 198px;
  position: absolute;
  bottom: 100%;
  left: 117px;
  content: "";
  background: url(../images/about-4-b.png) no-repeat 100% 100%;
}
.about-page .about-4::after {
  width: 468px;
  height: 101px;
  position: absolute;
  top: 100%;
  right: 261px;
  content: "";
  background: url(../images/about-4-a.png) no-repeat 100% 100%;
}
.about-page .about-4 > img {
  width: 100%;
}
.about-page .about-4 .about-4-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.about-page .about-4 .about-4-box .content {
  max-width: 525px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .about-4-box .content .top {
  margin-bottom: 28px;
}
.about-page .about-4 .about-4-box .content .top h2 {
  color: #fff;
  margin-top: 25px;
}
.about-page .about-4 .about-4-box .content p {
  color: #fff;
  line-height: 1.5;
  max-width: 470px;
}
.about-page .about-4 .about-4-box .content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-top: 65px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-4 .about-4-box .content .more:hover {
  color: var(--base-color);
}
.about-page .about-4 .about-4-box .content .more:hover img {
  margin-left: 25px;
}
.about-page .about-4 .about-4-box .content .more img {
  margin-left: 15px;
}
.about-page .about-5 {
  padding: 95px 0 0;
}
.about-page .about-5 .top h2 {
  color: #000;
  max-width: 578px;
  margin: 0 auto;
  line-height: 1.1;
}
.about-page .about-5 .top p {
  font-size: 16px;
  line-height: 30px;
  color: #9a9a9a;
  margin-top: 15px;
}
.about-page .about-5 .world {
  margin: 70px 0 60px;
}
.about-page .about-6 {
  background: var(--base-color);
}
.about-page .about-6 .partnerBox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}
.about-page .about-6 .partnerBox .swiper-slide {
  text-align: center;
  padding: 0 10px;
  background: url(../images/partner-bg.png) no-repeat right center;
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .about-img::after {
    display: none;
  }
  .about-page .about-1 .about-img .aboutIconBox {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-page .about-1 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-page .about-1 .about-img .aboutIconBox .swiper-slide {
    height: 80px;
  }
  .about-page .about-4 .about-4-box .content {
    max-width: 100%;
  }
  .about-page .about-4 .about-4-box .content p {
    max-width: 100%;
  }
  .about-page .about-1 ul li:after {
    display: none;
  }
  .about-page .about-1 ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-1 ul li em {
    font-size: 24px;
    line-height: 40px;
  }
  .inner-page .top h2 {
    font-size: 28px!important;
    line-height: 1.4!important;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-4 {
    background: url(../images/about-4.jpg) no-repeat center center;
    background-size: cover;
  }
  .about-page .about-4 > img {
    display: none;
  }
  .about-page .about-4 .about-4-box {
    padding: 20px 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 ul li {
    width: 100%;
  }
  .about-page .about-4 .about-4-box .content .more {
    font-size: 14px;
  }
}
.contact-page .contact-1 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
  background: #fff;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--base-color2);
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid var(--base-color);
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 36px;
  padding: 25px 0 15px;
  font-family: 'SourceSerif4-Bold';
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  height: 120px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-size: 22px;
  line-height: 40px;
  font-family: 'SourceSerif4-Bold';
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-family: 'SourceSerif4-Bold';
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
}
@media screen and (max-width: 1230px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 16x;
    line-height: 30px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
    line-height: 44px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}
.contact-page .form ul {
  margin: -10px;
}
.contact-page .form ul li {
  padding: 10px;
}
.contact-page .form ul li input,
.contact-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form ul li input:focus,
.contact-page .form ul li textarea:focus {
  border-color: var(--base-color);
}
.contact-page .form ul li textarea {
  height: 120px;
}
.contact-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.contact-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--base-color2);
  border-color: var(--base-color2);
}
.contact-page .form ul li.wid-100 {
  width: 100%;
}
.solution-page .solution-1 {
  color: #FFFFFF;
  background: #33312e;
  position: relative;
}
.solution-page .solution-1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  background: #FFFFFF;
}
.solution-page .solution-1 .list {
  margin-top: 70px;
}
.solution-page .solution-1 .list ul {
  margin: -10px;
}
.solution-page .solution-1 .list ul li {
  padding: 10px;
}
.solution-page .solution-1 .list button {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  border: none;
  background: transparent;
  color: black;
}
.solution-page .solution-1 .list button.slick-prev {
  left: -40px;
}
.solution-page .solution-1 .list button.slick-next {
  right: -40px;
}
.solution-page .solution-2 .list ul {
  margin: -10px;
}
.solution-page .solution-2 .list ul li {
  padding: 10px;
}
.solution-page .solution-3 .left {
  width: 60%;
}
.solution-page .solution-3 .left ul {
  margin: -30px;
}
.solution-page .solution-3 .left ul li {
  padding: 30px;
}
.solution-page .solution-3 .right {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .solution-page .solution-3 .left {
    width: 100%;
    padding: 0;
  }
  .solution-page .solution-3 .right {
    display: none;
  }
  .solution-page .solution-3 .left ul {
    margin: -15px;
  }
  .solution-page .solution-3 .left ul li {
    padding: 15px;
  }
  .inner-page .sidebar {
    display: none;
  }
  .contact-us .fl,
  .contact-us .fr {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .font-40 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.shouye {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
  color: inherit;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.shouye h1 {
  display: inline;
}
.haha {
  margin-top: 40px;
  margin-bottom: 40px;
}
.zhishi {
  font-size: 24px;
  line-height: 40px;
  color: var(--base-color);
  text-align: center;
}
.bankuai {
  font-size: 18px;
  line-height: 32px;
}
.huhu {
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px!important;
}
.miaoshu {
  margin-bottom: 30px;
  margin-top: 10px;
}
/*sutusutu css add*/
.factory-page-1 .factoty-list ul {
  margin: 0 -15px;
}
.factory-page-1 .factoty-list ul li {
  padding: 15px;
}
.factory-page-1 .factoty-list ul li .box {
  overflow: hidden;
}
.factory-page-1 .factoty-list ul li .box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-page .custom-3 .list ul li .content table tbody td {
  border: 1px solid #e5e5e5;
}
.inner-page.factory-page .container .left {
  width: 60%;
  position: relative;
}
.inner-page.factory-page .container .left button.slick-prev {
  display: none !important;
}
.inner-page.factory-page .container .left button.slick-next {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background: var(--base-color);
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 108.5%;
  top: 95%;
  width: 150px;
  text-align: center;
  border: none;
}
.inner-page.factory-page .container .right {
  width: 40%;
  padding-left: 5%;
  padding-bottom: 5%;
}
.inner-page.factory-page .container .text-left h2 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.inner-page.factory-page .container .text-left p {
  line-height: 2;
  font-size: 16px;
}
.inner-page.factory-page .container .right .four.slick {
  margin-top: 80px;
}
.inner-page.factory-page .container .right .four.slick ul {
  margin: 0 -5px;
}
.inner-page.factory-page .container .right .four.slick ul li {
  padding: 5px;
}
.inner-page.about-page .init-5 {
  padding: 0px 0;
}
.inner-page.about-page .init-5 .top p {
  font-size: 18px;
  line-height: 1;
  color: var(--base-color);
  text-transform: capitalize;
  margin-bottom: 46px;
}
.inner-page.about-page .init-5 .top h2 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
}
.inner-page.about-page .init-5 .network-box {
  margin-top: 40px;
  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.about-page .init-5 .network-box .network-map {
  width: 65%;
  padding-right: 100px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box {
  display: inline-block;
  position: relative;
  max-width: 963px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--base-color);
  z-index: 6;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(38, 93, 51, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(38, 93, 51, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks2 3s infinite;
  -moz-animation: ks2 3s infinite;
  animation: ks2 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul li p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  font-size: 32px;
  line-height: 1;
  color: var(--base-color);
  text-align: center;
  width: 90px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie1 {
  width: 30px;
  height: 30px;
  background: var(--base-color);
  background-size: 100% 100%;
  left: 81.2%;
  top: 46%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie1 p {
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 60px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie2 {
  left: 75%;
  top: 22%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie3 {
  left: 77%;
  top: 56%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie4 {
  left: 86%;
  top: 76%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie4 p {
  width: 100px;
  font-size: 14px;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie5 {
  left: 70%;
  top: 53%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie6 {
  left: 62%;
  top: 47%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie7 {
  left: 50.5%;
  top: 23%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie8 {
  left: 87.5%;
  top: 42%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie9 {
  left: 47%;
  top: 37%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie10 {
  left: 15%;
  top: 25%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie11 {
  left: 16%;
  top: 40%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie12 {
  left: 37%;
  top: 12%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box ul .ie13 {
  left: 30%;
  top: 70%;
}
.inner-page.about-page .init-5 .network-box .network-map .map-box canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.inner-page.about-page .init-5 .network-box .text {
  width: 35%;
  margin: auto;
  padding-left: 3%;
}
.inner-page.about-page .init-5 .network-box .text ul {
  max-width: 400px;
}
.inner-page.about-page .init-5 .network-box .text ul li {
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}
.inner-page.about-page .init-5 .network-box .text ul li:last-child {
  margin-bottom: 100px;
  padding-bottom: 0;
}
.inner-page.about-page .init-5 .network-box .text ul li:last-child::after {
  display: none;
}
.inner-page.about-page .init-5 .network-box .text ul li::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 3px;
  background: #d8d8d8;
  left: 0;
  bottom: 0;
}
.inner-page.about-page .init-5 .network-box .text ul li h3 {
  font-size: 30px;
  color: #000;
  font-style: italic;
  padding-bottom: 20px;
}
.inner-page.about-page .init-5 .network-box .text ul li h3 span {
  font-size: 56px;
  line-height: 1;
  color: #7f7f7f;
  font-style: italic;
  margin-left: 30px;
}
.inner-page.about-page .init-5 .network-box .text ul li p {
  font-size: 15px;
  line-height: 1.8;
  color: #7f7f7f;
}
.inner-page.about-page .init-5 .network-box .text .more {
  display: inline-block;
  padding: 17px 17px 17px 22px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page.about-page .init-5 .network-box .text .more .fa {
  margin-left: 48px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.inner-page.about-page .init-5 .network-box .text .more:hover {
  background: #000;
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.inner-page.about-page.factory .about-9 {
  padding-top: 0;
  padding-bottom: 50px;
}
.inner-page.about-page.factory .about-9 .right.column {
  padding-top: 0;
  padding-left: 0;
}
.inner-page.about-page.factory .about-9 .right.column li.column img {
  border: 1px solid #f0f0f0;
}
.inner-page.about-page.factory .about-9 .right.column li.column {
  padding: 50px 8px;
}
@media screen and (max-width: 1230px) {
  .inner-page.factory-page .container .left button.slick-next {
    display: none !important;
  }
  .inner-page.factory-page .container .right {
    padding-left: 3%;
    padding-bottom: 0%;
  }
  .inner-page.about-page .init-5 .network-box .text {
    padding-left: 0;
  }
  .inner-page.about-page.factory .about-9 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.factory-page .container .left {
    width: 100%;
  }
  .inner-page.factory-page .container .right {
    padding-left: 0%;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .inner-page.about-page .init-5 .network-box .network-map {
    width: 100%;
    padding-right: 0;
  }
  .inner-page.about-page .init-5 .network-box .text {
    width: 100%;
    margin-top: 24px;
  }
  .inner-page.about-page .init-5 .network-box .text ul {
    max-width: 100%;
  }
}
/*product add css*/
.product-page .cat_info {
  padding-top: 70px;
  padding-bottom: 90px;
}
.product-page .cat_info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .cat_info .container .left {
  width: 42%;
}
.product-page .cat_info .container .left .cat_name {
  font-size: 36px;
  line-height: 2;
}
.product-page .cat_info .container .left .des {
  font-size: 16px;
  line-height: 2;
  color: #3f3f3f;
  margin-top: 20px;
}
.product-page .cat_info .container .right {
  width: 53%;
}
.product-page .cat_info .container .right > img {
  width: 100%;
}
.product-page .cat_info .container .right .contact_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 30px;
  background-color: #1a1a1a;
  border-radius: 20px;
  margin-top: 36px;
  font-size: 14px;
}
.product-page .cat_info .container .right .contact_info .subline {
  height: 100%;
  width: 1px;
  min-height: 55px;
  background-color: #f5cf09;
}
.product-page .cat_info .container .right .contact_info .list {
  color: #f5cf09;
}
.product-page .cat_info .container .right .contact_info .list .tip_title {
  font-size: 18px;
  text-transform: capitalize;
}
.product-page .cat_info .container .right .contact_info .list .cont {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .cat_info .container .right .contact_info .list .cont span {
  margin-right: 10px;
}
.product-page .content {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.product-page .content .container .column {
  padding: 30px 8px;
}
.product-page .content .container .column .box {
  background-color: #fff;
  padding: 25px;
  position: relative;
}
.product-page .content .container .column .box .logo {
  z-index: 2;
  width: 105px;
  position: absolute;
  top: 35px;
  left: 25px;
}
.product-page .content .container .column .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .content .container .column .box .img {
  height: 330px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .content .container .column .box .img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .content .container .column .box .title {
  font-size: 18px;
  color: #292929;
  margin-top: 20px;
  height: 72px;
  overflow-y: auto;
  padding-right: 8px;
  line-height: 2;
}
.product-page .content .container .column .box .title:hover {
  color: #f5cf09;
}
.product-page .content .container .column .box .swiper {
  padding: 1px;
  margin-top: 25px;
}
.product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 120px;
  padding: 10px;
  background-color: #fff;
}
.product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
}
.product-page .content .container .column .box .product_cont {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  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;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  position: absolute;
  width: -webkit-calc(116%);
  width: -moz-calc(116%);
  width: calc(116%);
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
}
.product-page .content .container .column .box .product_cont .cont {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(40%);
}
.product-page .content .container .column .box .product_cont .cont .tip_title {
  font-size: 18px;
}
.product-page .content .container .column .box .product_cont .cont .tip_title span {
  color: #818181;
  margin-left: 10px;
}
.product-page .content .container .column .box .product_cont .cont .tip_title_2 {
  margin-top: 20px;
}
.product-page .content .container .column .box .product_cont .cont .subline {
  margin-top: 20px;
  height: 1px;
  width: 100%;
  background-color: #818181;
}
.product-page .content .container .column .box .product_cont .cont .des {
  font-size: 16px;
  color: #818181;
  margin-top: 20px;
  line-height: 2;
  width: 100%;
  overflow: hidden;
}
.product-page .content .container .column .box .product_cont .cont .des > div {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .content .container .column .box .product_cont .cont .more {
  margin-top: 50px;
  width: 170px;
  height: 50px;
  padding: 0;
  border: 1px solid #f5cf09;
  text-align: center;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}
.product-page .content .container .column .box .product_cont .cont .more:hover {
  color: #f5cf09;
}
.product-page .content .container .column .box:hover .product_cont {
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.product-page .content .container .column:nth-child(3n) .box .product_cont {
  left: inherit;
  right: 100%;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
@media (max-width: 1500px) {
  .product-page .cat_info .container .right .contact_info .list {
    width: 48%;
  }
  .product-page .cat_info .container .right .contact_info .list .tip_title {
    text-align: center;
  }
  .product-page .cat_info .container .right .contact_info .subline {
    height: 74px;
  }
}
@media (max-width: 1250px) {
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 75px;
  }

  .product-page .product-public-top {
    padding-top: 40px;
  }
}
@media (max-width: 1000px) {
  .product-page .cat_info .container .left {
    width: 100%;
  }
  .product-page .cat_info .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-page .content .container .column .box .product_cont .cont .des > div {
    max-height: 200px;
  }
}
@media (max-width: 700px) {
  .product-page .cat_info .container .left {
    text-align: center;
  }
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 19vw;
  }
  .product-page .content .container .column .box .product_cont {
    position: relative;
    opacity: 1;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .product-page .content .container .column .box .product_cont .cont .tip_title {
    width: 100%;
  }
  .product-page .content .container .column .box .product_cont .cont .tip_title span {
    margin-top: 15px;
    margin-left: 0;
    display: block;
  }
  .product-page .content .container .column .box .product_cont .cont .more {
    margin: auto;
    margin-top: 20px;
  }
  .product-page .content .container .column:nth-child(3n) .box .product_cont {
    left: 0;
  }
}
@media (max-width: 500px) {
  .product-page .cat_info {
    padding: 40px 0;
  }
  .product-page .cat_info .container .left .cat_name {
    font-size: 20px;
  }
  .product-page .cat_info .container .right .contact_info .list {
    width: 100%;
  }
  .product-page .cat_info .container .right .contact_info .subline {
    display: none;
  }
  .product-page .cat_info .container .right .contact_info .phone {
    margin-top: 20px;
  }
  .product-page .content {
    padding: 40px 0;
  }
  .product-page .content .container .column {
    padding: 10px 0;
  }
  .product-page .content .container .column .box {
    padding: 10px 15px;
  }
  .product-page .content .container .column .box .logo {
    width: 80px;
  }
  .product-page .content .container .column .box .img {
    height: 75vw;
  }
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 75vw;
  }
  .product-page .content .container .column .box .product_cont {
    width: 100%;
  }
  .product-page .content .container .column .box .product_cont .cont {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(80%);
  }
  .product-page .content .container .column .box .product_cont .cont .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
}
.button-group .button {
  background: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 2%;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
/*inner css add end*/
.product-yd-page h1 {
  font-weight: 500;
}
.product-yd-page .product-yd-1 {
  padding-top: 120px;
}
.product-yd-page .product-yd-1 h1 {
  font-weight: bold;
  color: #111;
  margin-bottom: 36px;
}
.product-yd-page .product-yd-1 p.content {
  color: #919191;
  font-size: 18px;
}
.product-yd-page .product-yd-2 {
  padding-bottom: 120px;
}
.product-yd-page .product-yd-2 ul.catelist {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-yd-page .product-yd-2 ul.catelist li {
  padding: 10px;
  width: 33.33%;
}
.product-yd-page .product-yd-2 ul.catelist li:nth-child(4) {
  width: 50%;
}
.product-yd-page .product-yd-2 ul.catelist li:nth-child(5) {
  width: 50%;
}
.product-yd-page .product-yd-2 ul.catelist li:nth-child(9) {
  width: 100%;
}
.product-yd-page .product-yd-2 ul.catelist li .item {
  position: relative;
  display: inline-block;
}
.product-yd-page .product-yd-2 ul.catelist li .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  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;
}
.product-yd-page .product-yd-2 ul.catelist li .item a h5 {
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.product-yd-page .product-yd-2 ul.catelist li .item a h5:before {
  content: "";
  width: 100%;
  height: 2px;
  max-width: 132px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-yd-page .product-yd-2 ul.catelist li .item a h5:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 1px;
}
.product-yd-page .formbox {
  padding: 70px 0;
}
.product-yd-page .formbox .ui.container {
  padding: 0 60px;
  text-align: center;
}
.product-yd-page .formbox .ui.container h3 {
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
}
.product-yd-page .formbox .ui.container form {
  margin-top: 20px;
}
.product-yd-page .formbox .ui.container form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-yd-page .formbox .ui.container form ul li {
  width: 100%;
}
.product-yd-page .formbox .ui.container form ul li:last-child {
  margin-top: 20px;
}
.product-yd-page .formbox .ui.container form ul li.wid50 {
  width: 48%;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"] {
  width: 100%;
  border: none;
  padding: 15px 10px;
  border-bottom: 1px solid #878787;
  font-size: 16px;
  color: #000;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]::-webkit-input-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]:-moz-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]::-moz-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]:-ms-input-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="text"]::placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li input[type="submit"] {
  width: 175px;
  height: 57px;
  background-color: #0a0a0a;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 57px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.product-yd-page .formbox .ui.container form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.product-yd-page .formbox .ui.container form ul li textarea {
  width: 100%;
  height: 210px;
  border: none;
  padding: 15px 10px;
  border-bottom: 1px solid #878787;
  font-size: 16px;
  color: #000;
}
.product-yd-page .formbox .ui.container form ul li textarea::-webkit-input-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li textarea:-moz-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li textarea::-moz-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li textarea:-ms-input-placeholder {
  color: #878787;
}
.product-yd-page .formbox .ui.container form ul li textarea::placeholder {
  color: #878787;
}
.product-yd-page .cate2box {
  padding: 65px 0;
  background: #F8F8F8;
}
.product-yd-page .cate2box .main {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.product-yd-page .cate2box .main .column {
  padding: 0 45px;
}
.product-yd-page .cate2box .main .column.right {
  padding-top: 30px;
}
.productitembox {
  padding: 100px 0;
}
.productitembox .top {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.productitembox .top h3 {
  font-size: 38px;
  display: inline-block;
  color: #000;
  font-family: 'SourceSerif4-Bold';
}
.productitembox .top .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productitembox .top .right form {
  width: 412px;
  padding-right: 40px;
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
  margin-right: 15px;
  position: relative;
}
.productitembox .top .right form input[type="text"] {
  width: 100%;
  padding-left: 10px;
  border: none;
  border-left: 1px solid #888;
  font-size: 17px;
  font-style: italic;
  color: #707070;
}
.productitembox .top .right form input[type="submit"] {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/search-icon.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: -6px;
  border: none;
}
.productitembox .top .right .tabbox {
  margin-left: 20px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productitembox .top .right .tabbox .listbtn {
  margin-left: 20px;
}
.cateitem .blockbox ul.itemlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cateitem .blockbox ul.itemlist > li {
  padding: 0 15px;
  margin-bottom: 40px;
}
.cateitem .blockbox ul.itemlist > li .item{
  height: 100%;
  background: #FAFAFA;
}
.cateitem .blockbox ul.itemlist > li .item:hover .imgbox ul.smallist {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox {
  width: 100%;
  display: block;
  position: relative;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox .bigbox img {
  width: 100%;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox ul.smallist {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100px;
  top: 0;
  right: 0px;
  background: transparent;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox ul.smallist li {
  padding: 0 0px;
  margin-bottom: 10px;
}
.cateitem .blockbox ul.itemlist > li .item .imgbox ul.smallist li img {
  width: 100%;
}
.cateitem .blockbox ul.itemlist > li .item .text {
  padding: 20px;
  
}
.cateitem .blockbox ul.itemlist > li .item .text h3 {
  color: #000000;
  /*height: 72px;*/
  line-height: 1.5;
  height: auto;
}
.cateitem .blockbox ul.itemlist > li .item .text .content {
  color: #868686;
  line-height: 1.5;
  margin: 25px 0;
  padding: 0;
  background: transparent;
}
.cateitem .blockbox ul.itemlist > li .item .text span {
  color: #26aa96;
  font-size: 18px;
  font-family: 'SourceSerif4-Regular';
}
.cateitem .listbox {
  padding-top: 40px;
  display: none;
}
.cateitem .listbox ul.itemlist li {
  margin-bottom: 40px;
}
.cateitem .listbox ul.itemlist li .item {
  padding: 25px;
  background: #FAFAFA;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cateitem .listbox ul.itemlist li .item:hover .imgbox ul.smallist {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.cateitem .listbox ul.itemlist li .item .imgbox {
  width: 40%;
  padding-right: 120px;
  position: relative;
}
.cateitem .listbox ul.itemlist li .item .imgbox .bigbox img {
  width: 100%;
}
.cateitem .listbox ul.itemlist li .item .imgbox ul.smallist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cateitem .listbox ul.itemlist li .item .imgbox ul.smallist li {
  margin-bottom: 15px;
}
.cateitem .listbox ul.itemlist li .item .imgbox ul.smallist li img {
  width: 100%;
}
.cateitem .listbox ul.itemlist li .item .text {
  width: 54%;
  padding: 20px;
  background: #FAFAFA;
}
.cateitem .listbox ul.itemlist li .item .text h3 {
  color: #000000;
}
.cateitem .listbox ul.itemlist li .item .text .content {
  margin: 25px 0;
}
.cateitem .listbox ul.itemlist li .item .text span {
  background: #26aa96;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
}
.fj-block {
  height: auto;
  display: block;
  padding-top: 120px;
  background: url(../images/fj-bj.jpg) center center no-repeat;
  color: #fff;
  z-index: 3;
  position: relative;
  padding-bottom: 40px;
}
.fj-block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.fj-block h3 {
  font-weight: 500;
  margin-bottom: 40px;
}
.fj-block span.tt {
  font-weight: 500;
  position: relative;
  padding-left: 115px;
}
.fj-block span.tt:before {
  content: "";
  width: 85px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.fj-block p.content {
  line-height: 1.5;
  margin-top: 40px;
}
.fj-block .content {
  max-height: 300px;
  overflow-y: scroll;
}
.font-26 {
  font-size: 26px;
}
.cate3box .left {
  padding-right: 40px;
}
.cate3box {
  padding: 80px 0;
  background: #f0f0f0;
}
.cate3box ul.cate3list li .main {
  position: relative;
  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;
}
.cate3box ul.cate3list li .main .right {
  background: var(--base-color);
  padding: 40px;
  margin-left: -10%;
  z-index: 2;
}
.cate3box ul.cate3list li .main .right h3 {
  color: #fff;
}
.cate3box ul.cate3list li .main .right p {
  color: #fff;
}
.cate3box .right {
  padding-left: 40px;
}
/*2022-3-20 new add css*/
#index-body .init-1 .top {
  padding: 270px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .top .left {
  width: 50%;
  padding: 0 80px 0 60px;
}
#index-body .init-1 .top .right {
  width: 50%;
}
#index-body .init-1 .top h1 {
  font-size: 96px;
  color: #31312f;
  line-height: 1.45;
  max-width: 600px;
}
#index-body .init-1 .top p {
  font-size: 20px;
  line-height: 1.8;
  color: #373737;
  max-width: 670px;
}
#index-body .init-1 .categoryBox {
  position: relative;
}
#index-body .init-1 .categoryBox::after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  left: 0;
  bottom: 188px;
}
#index-body .init-1 .categoryBox .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index-body .init-1 .categoryBox .swiper-slide:hover .box .more {
  opacity: 1;
}
#index-body .init-1 .categoryBox .swiper-slide > img {
  width: 100%;
}
#index-body .init-1 .categoryBox .swiper-slide .box {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  padding: 40px 15px;
}
#index-body .init-1 .categoryBox .swiper-slide .box h4 {
  font-size: 28px;
  line-height: 1;
  color: #fff;
  margin-bottom: 80px;
  text-transform: capitalize;
}
#index-body .init-1 .categoryBox .swiper-slide .box p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
  max-width: 370px;
  height: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
  overflow: hidden;
}
#index-body .init-1 .categoryBox .swiper-slide .box .more {
  margin-top: 70px;
  opacity: 0;
}
#index-body .init-1 .categoryBox .swiper-pagination {
  bottom: 80px;
}
#index-body .init-1 .categoryBox .swiper-pagination span {
  width: 20px;
  height: 20px;
  background: url(../images/pagination-h.png) no-repeat center center;
  margin: 0 16px;
  opacity: 1;
}
#index-body .init-1 .categoryBox .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/pagination.png) no-repeat center center;
}
@media screen and (max-width: 1400px) {
  #index-body .init-1 .top p {
    font-size: 18px;
  }
  #index-body .init-1 .categoryBox .swiper-slide .box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1230px) {
  #index-body .init-1 .top h1 {
    font-size: 84px;
  }
  #index-body .init-1 .top p {
    font-size: 16px;
  }
  #index-body .init-1 .categoryBox .swiper-slide .box h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .init-1 .top h1 {
    font-size: 30px;
  }
  #index-body .init-1 .top .left {
    width: 100%;
    padding: 0 0 80px;
  }
  #index-body .init-1 .top .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .categoryBox .swiper-slide .box h4 {
    font-size: 20px;
  }
  #index-body .init-1 .top h1 {
    font-size: 24px;
  }
  #index-body .init-1 .categoryBox .swiper-slide .box p {
    font-size: 16px;
  }
  #index-body .init-1 .categoryBox .swiper-slide .box p {
    height: 90px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .categoryBox .swiper-slide .box .more {
    opacity: 1;
  }
  #index-body .init-1 .categoryBox::after {
    bottom: 288px;
  }
}
#index-body .init-1 .top p {
  font-weight: bold;
}
.gallery-page .gallerylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gallery-page .gallerylist .column {
  padding: 10px 10px;
}
.gallery-page .gallerylist .column h2 {
  text-align: center;
  padding: 5px;
  background: #eee;
}
.about-page .about-6 {
  background: #fff;
}
.about-page .about-6 h2 {
  font-size: 38px;
  color: black;
  text-align: center;
  text-transform: capitalize;
  font-family: 'SourceSerif4-Bold';
}
.about-page .about-6 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-transform: none;
}
.about-page .about-6 .box {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
}
.about-page .about-6 .box ul li {
  padding-bottom: 20px;
}
.about-page .about-6 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-6 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  /*text-transform: capitalize;*/
  position: relative;
  cursor: pointer;
}
.about-page .about-6 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.about-page .about-6 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .box ul li.active h4 {
  background-color: #26aa96;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.about-page .about-6 .box ul li.active h4:after {
  content: "\f106";
}
.factory-page {
  padding: 150px 0;
}
.factory-page .factory-1 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.factory-page .factory-1 .imgbox {
  width: 45%;
}
.factory-page .factory-1 .textbox {
  width: 55%;
  padding: 45px;
}
.factory-page .factory-1 .textbox h2 {
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  text-transform: capitalize;
  margin-bottom: 45px;
}
.factory-page .factory-1 .textbox h2:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f8bb02;
}
.factory-page .factory-1 .textbox p {
  color: #5a5a5a;
  line-height: 1.5;
}
.factory-page .factorybox {
  padding-top: 130px;
}
.factory-page .factorybox .content {
  color: #5a5a5a;
  line-height: 1.5;
  margin-bottom: 65px;
}
.factory-page .factorybox ul.imglist {
  margin: 0 -10px;
  display: block;
  width: 100%;
}
.factory-page .factorybox ul.imglist li {
  padding: 0 10px;
}
.honor-page {
  padding: 130px 0;
}
.honor-page .honorbox {
  text-align: center;
  margin-bottom: 100px;
}
.honor-page .honorbox:last-child {
  margin-bottom: 0;
}
.honor-page .honorbox h3 {
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: left;
}
.honor-page .honorbox h3:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f8bb02;
}
.honor-page .honorbox p {
  color: #5a5a5a;
  line-height: 1.5;
  margin-bottom: 65px;
  text-align: left;
}
.honor-page .honorbox ul.imglist {
  margin: 0 -10px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.honor-page .honorbox ul.imglist li {
  padding: 10px;
  display: none;
}
.honor-page .honorbox ul.imglist li img {
  width: 100%;
}
.honor-page .honorbox span.click-more {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.honor-page .honorbox span.click-more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
@media screen and (max-width: 800px) {
  .factory-page .factory-1 .imgbox {
    width: 100%;
  }
  .factory-page .factory-1 .textbox {
    width: 100%;
    margin-top: 10px;
  }
  .factory-page .factorybox {
    padding-top: 20px;
  }
  .factory-page {
    padding: 40px 0;
  }
  .honor-page {
    padding: 40px 0;
  }
  .honor-page .honorbox p {
    margin-bottom: 20px;
  }
  .honor-page .honorbox {
    margin-bottom: 20px;
  }
  .inner-banner.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bread-crumbs.product,
.bread-crumbs.product a,
.bread-crumbs.product span {
  color: #000;
}
.dingzhi {
  padding: 80px 0;
  padding-bottom: 130px;
}
.dingzhi .ui.container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dingzhi .ui.container .left {
  width: 45%;
  padding-right: 40px;
}
.dingzhi .ui.container .left ul.dzimg li {
  position: relative;
}
.dingzhi .ui.container .left ul.dzimg li img.dec2 {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}
.dingzhi .ui.container .right {
  width: 50%;
}
.dingzhi .ui.container .right h3 {
  font-weight: bold;
}
.dingzhi .ui.container .right p {
  color: #919191;
  font-size: 18px;
  line-height: 2;
}
.inner-banner.product {
  height: 120px;
  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;
  background: #fff;
  padding: 0;
}
.inner-banner.product .ui.container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
  border-bottom: 1px solid #aaa;
}
.inner-banner.product .ui.container h2 {
  color: #000;
  display: none;
}
.inner-banner.product .ui.container .bread-crumbs {
  color: #000;
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.inner-banner.product .ui.container .bread-crumbs a {
  color: #000;
}
.inner-banner.product .ui.container .bread-crumbs span {
  color: #000;
}
@media screen and (max-width: 800px) {
  .inner-banner.product {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .inner-banner.product .ui.container .bread-crumbs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cate3box ul.cate3list li .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cate3box ul.cate3list li .main .right {
    padding: 15px;
    margin-left: 0;
  }
  .font-34 {
    font-size: 20px;
  }
  .product-yd-page .product-yd-1 {
    padding-top: 20px;
  }
  .product-yd-page .formbox .ui.container {
    padding: 0 15px;
  }
  .product-yd-page .formbox .ui.container form ul li.wid50 {
    width: 100%;
  }
  .font-26 {
    font-size: 16px;
  }
  .fj-block span.tt {
    padding-left: 0;
  }
  .fj-block span.tt:before {
    display: none;
  }
  .font-22 {
    font-size: 14px;
  }
  .fj-block p.content {
    margin-top: 20px;
  }
  .fj-block {
    padding-top: 20px;
  }
  .fj-block h3 {
    margin-bottom: 20px;
  }
  .product-yd-page .product-yd-2 ul.catelist li {
    width: 50%;
  }
  .dingzhi .ui.container .left {
    width: 100%;
  }
  .dingzhi .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-yd-page .product-yd-2 {
    padding-bottom: 20px;
  }
  .dingzhi .ui.container .right p {
    font-size: 14px;
  }
  .dingzhi {
    padding: 20px 0;
    padding-bottom: 20px;
  }
  .productitembox {
    padding: 20px 0;
  }
  .cateitem .blockbox ul.itemlist > li .item .imgbox {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 0;
    position: relative;
  }
  .factory-page .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factory-page .ui.container .left {
    width: 100%;
  }
  .factory-page .ui.container .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .product-yd-2 ul.catelist li {
    width: 100%;
  }
  .product-yd-page .product-yd-2 ul.catelist li:nth-child(4) {
    width: 100%;
  }
  .product-yd-page .product-yd-2 ul.catelist li:nth-child(5) {
    width: 100%;
  }
}
.foot-links {
  margin-left: 10px;
}
.fadeInLeft.p h1 {
  display: inline;
}
/*end*/





.prodet-page {
  padding: 70px 0;
}

.prodet-page .product-box .prodet-1 .left a {
  display: block;
  /*border: 1px solid #eee;*/
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
  -webkit-mask-image: url(../images/pro-mask.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 ul.image-gallery {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 ul.image-gallery li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 ul.image-gallery li i,
.prodet-page .product-box .prodet-1 ul.image-gallery li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 ul.image-gallery li img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.prodet-page .product-box .prodet-1 ul.image-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 ul.image-gallery .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 5px;
}
.prodet-page .product-box .prodet-1 ul.image-gallery .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 5px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 3%;
}
.prodet-page .product-box .prodet-1 .right h1.title {
  font-size: 40px;
  font-family: 'SourceSerif4-Bold';
  margin-bottom: 13px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'SourceSerif4-Regular';
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #26aa96;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  font-family: 'SourceSerif4-Regular';
  color: #26aa96;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  background: #26aa96;
  color: white;
  padding: 0 25px;
  font-size: 18px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #26aa96;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
/*.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 15px;
  word-break: break-word;
  white-space: nowrap;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}*/
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 38px;
  font-family: 'SourceSerif4-Bold';
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  font-family: 'SourceSerif4-Regular';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #26aa96;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #26aa96;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  font-family: 'SourceSerif4-Regular';
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #26aa96;
  font-size: 12px;
  font-family: 'SourceSerif4-Regular';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #26aa96;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #26aa96;
}




@media screen and (max-width: 1023px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }

  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .prodet-page .product-box .prodet-1 .right h1.title{
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
}






/* service */

.service-page .service-1 {
  padding: 70px 0;
}
.service-page .service-1 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;
}
.service-page .service-1 ul li {
  width: 25%;
  text-align: center;
}
.service-page .service-1 ul li .svg {
  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;
}
.service-page .service-1 ul li .content h5 {
  text-transform: capitalize;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 17px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: 'SourceSerif4-Bold';
}
.service-page .service-1 ul li .content p {
  color: #949393;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 240px;
}
.service-page .service-2 {
  padding-bottom: 120pxm;
}
.service-page .service-2 .top {
  text-align: center;
}
.service-page .service-2 .top h3 {
  text-transform: capitalize;
  color: #000;
  font-size: 38px;
  word-wrap: break-word;
  font-family: 'SourceSerif4-Bold';
}
.service-page .service-2 .top p {
  font-size: 14px;
  
  font-weight: 500;
  margin: 0;
  line-height: 30px;
  text-transform: capitalize;
  color: #000;

}
.service-page .service-2 .service-2-img {
  padding: 38px 0;
  position: relative;
}
.service-page .service-2 .service-2-img .s-1 {
  width: 83.1%;
}
.service-page .service-2 .service-2-img .s-2 {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20%;
  width: 52.5%;
  z-index: 10;
}
.service-page .service-2 .service-2-img .s-2 img {
  -webkit-transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  -moz-transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  transition: 1s 0.6s cubic-bezier(0.53, 0.38, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.service-page .service-2 .service-2-img .s-2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
  background: var(--base-color);
  -webkit-transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  -moz-transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  transition: 1s 0.3s cubic-bezier(0.53, 0.38, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.service-page .service-2 .service-2-img .s-2.active img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.service-page .service-2 .service-2-img .s-2.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.service-page .service-2 .service-2-img .text h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #312e2e;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .title p {
    margin: 15px 0 50px;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 24px!important;
    color: #9f9999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .slider-outer {
    /*max-width: 1550px;*/
    /*width: 150%;*/
    overflow: hidden;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap {
    position: relative;
    /*width: 200%;*/
    /*max-width: 1800px;*/
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .item {
    /*max-width: 580px;*/
    padding-right: 20px;
    /*background-color: #fff;*/
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .img {
    /*max-width: 580px;
    max-height: 380px;*/
    overflow: hidden;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .text {
    padding: 20px 55px 35px 30px;
    background: #eee;
    line-height: 2;
    font-size: 14px;
}
.service-page .service-2 .service-2-img .p07-testing .slider-wrap .text h3 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 24px;
    font-family: 'SourceSerif4-Bold';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-page .service-2 .service-2-img .p07-testing .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.service-page .service-2 .service-2-img .p07-testing .slick-arrow {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 24px;
    background-color: transparent;
    color: #999;
}
.service-page .service-2 .service-2-img .p07-testing .slick-arrow.btn-l:after {
    position: relative;
    top: -2px;
    content: '|';
    display: inline-block;
    margin: 0 8px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.service-page .service-2 .service-2-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;
}
.service-page .service-2 .service-2-box .left {
  width: 50%;
  padding-top: 13px;
}
.service-page .service-2 .service-2-box .left .title {
  max-width: 450px;
}
.service-page .service-2 .service-2-box .left h3 {
  font-size: 38px;
  font-family: 'SourceSerif4-Bold';
}
.service-page .service-2 .service-2-box .left .text {
  font-size: 14px;
  margin: 15px 0 0;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.service-page .service-2 .service-2-box .left .content {
  margin: 49px auto 0 0;
}
.service-page .service-2 .service-2-box .left .content p {
  margin: 46px 0;
  font-size: 16px;
  line-height: 1.8;
}
.service-page .service-2 .service-2-box .right {
  width: 50%;
  padding: 0% 0% 0% 10%;
}
.service-page .service-2 .service-2-box .right ul li {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 24px;
  border-bottom: 1px solid rgba(12, 7, 5, 0.1);
}
.service-page .service-2 .service-2-box .right ul li span {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.15;
  text-transform: capitalize;
  letter-spacing: 6px;
}
.service-page .service-2 .service-2-box .right ul li .item-label {
  color:#26aa96;
}
.service-page .service-2 .service-2-box .right ul li .item-text {
  color: #615e5e;
}
.service-page .service-4 {
  background: url(../images/service-4-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 350px;
}
.service-page .service-4 .s-form {
  margin: 0 auto;
  max-width: 860px;
  background: url(../images/noise-background.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 80px 70px;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.service-page .service-4 .s-form form h2 {
  text-align: center;
  text-transform: capitalize;
  color: #000;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 15px;
  word-wrap: break-word;
  font-family: 'SourceSerif4-Bold';
}
.service-page .service-4 .s-form form .form-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-4 .s-form form .form-box input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 7px 20px 7px 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .6em;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
/*.service-page .service-4 .s-form form .form-box input[type="date"] {
  width: 48%;
}*/
.service-page .service-4 .s-form form .form-box input[type="phone"] {
  width: 100%;
}
.service-page .service-4 .s-form form .form-box textarea {
  height: 80px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 7px 20px 7px 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .6em;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.service-page .service-5 {
  padding: 300px 65px 170px;
}
.service-page .service-5 .partnerBox {
  margin-bottom: 50px;
}
.service-page .service-5 .partnerBox .swiper-slide {
  text-align: center;
}
.service-page .service-5 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-filter: gray;
  filter: gray;
}
.service-page .service-5 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  cursor: pointer;
}
.service-page .service-5 p {
  text-align: center;
  text-transform: capitalize;
  color: var(--base-color);
  font-size: 13px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 600px;
}
.service-page#index-body .service-3 {
  background: #183c34;
}
.service-page#index-body .service-4 button {
  width: 100%;
  margin-top: 15px;
  height: 50px;
  border: 1px solid transparent;
  background: #26aa96;
  color: #fff;
  font-size: 16px;
  font-family: 'SourceSerif4-Regular';
}
.service-page#index-body .service-4 button:hover{
  background: black;
  color: white;
}
.service-page#index-body .service-4 button .border-holder {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.service-page#index-body .service-4 button .border-holder span {
  background: #fff;
}
.service-page#index-body .service-4 button .border-holder::after {
  display: none;
}
.service-page#index-body .init-4 {
  padding: 100px 0;
}

.service-page#index-body .init-4 .swiper-wrapper{
  margin: -30px;
}
.service-page#index-body .init-4 .swiper-slide {
  text-align: center;
  padding: 30px;
}
.service-page#index-body .init-4 .swiper-slide:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.service-page#index-body .init-4 .swiper-slide span img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page#index-body .init-4 .swiper-slide h4 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  margin: 40px 0 20px;
  font-family: 'SourceSerif4-Regular';
}
.service-page#index-body .init-4 .swiper-slide p {
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1230px){
   .service-page .service-1 ul li {
    padding: 0 15px;
  }
  .service-page .service-1 ul li .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px){
  .service-page .service-2 .top h3{
    font-size: 38px;
  }
  .service-page .service-4 .s-form form h2{
    font-size: 32px;
  }
}
@media screen and (max-width: 700px){
   .service-page .service-1 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .service-2-box .left {
    width: 100%;
  }
  .service-page .service-2 .service-2-box .right {
    width: 100%;
    padding: 10% 0% 0% 0%;
  }
}
@media screen and (max-width: 500px){
   .service-page .service-1 ul li {
    width: 100%;
  }
  .service-page .service-4 .s-form {
    padding: 80px 40px 70px;
  }
  .service-page .service-4 .s-form form .form-box input[type="date"] {
    width: 100%;
  }
  .service-page .service-4 .s-form form .form-box input[type="phone"] {
    width: 100%;
  }

  .service-page .service-1 ul li .content p{
      max-width: 100%;
    }
    .service-page .service-2 .top h3{
      font-size: 24px;
    }
    .service-page .service-2 .service-2-box .left h3{
      font-size: 30px;
    }
}


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



.inner-page h2.title small {
    display: block;
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    color: #858585;
    line-height: 1.8;
    font-weight: 300;
}
.inner-page h2.em small {
    display: block;
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    color: #161616;
    line-height: 1.5;
    font-weight: 300;  
}


.social-page h2.title {
      text-transform: none;
    /* text-transform: uppercase; */
   
    /*font-weight: 600;*/
}
.social-page .social-1 {
  padding: 85px 0;
  background: #f6f8f9;
}
.social-page .social-1 .text {
  vertical-align: middle;
  padding-right: 7%;
}
.social-page .social-1 .text h2.title small {
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  color: #858585;
}
.social-page .social-1 h2.title {
  font-size:38px;
  color: #010101;
  font-weight: 600;
  font-family: 'SourceSerif4-Regular';
  
}

.social-page .social-2 h2.title {
  font-size:38px;
  color: #010101;
  font-weight: 600;
  font-family: 'SourceSerif4-Regular';
}
.social-page .social-3 h2.title {
  font-size:38px;
  color: #010101;
  font-weight: 600;
  font-family: 'SourceSerif4-Regular';
}
.social-page .social-1 .img {
  vertical-align: middle;
}
.social-page .social-2 {
  padding: 100px 0;
  text-align: center;
}
.social-page .social-2 small {
  max-width: 900px;
  margin: 20px auto 0;
  display: block;
}
.social-page .social-2 img {
  display: block;
  margin: 50px auto 0;
}
.social-page .social-3 {
  padding: 60px 0;
  background: url("../images/social-3.jpg") center center;
  background-size: cover;
  text-align: right;
}
.social-page .social-3 .box {
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  margin-left: auto;
  text-align: left;
  line-height: normal;
}
.social-page .social-3 .box h2 {
  color: white;
}
.social-page .social-3 .box h2 small {
  color: inherit;
  margin-top: 15px;
  font-family: "Montserrat-Light";
}
.social-page .social-4 {
  padding: 100px 0;
}
.social-page .social-4 ul {
  margin: -50px 0;
}
.social-page .social-4 ul li {
  padding: 50px 0;
}
.social-page .social-4 ul li .text {
  vertical-align: middle;
  padding-right: 40px;
  text-align: left;
  position: relative;
}
.social-page .social-4 ul li .text h3 {
    font-size: 38px;
    color: #010101;
    font-weight: 700;
    font-family: 'SourceSerif4-Regular';
}
.social-page .social-4 ul li .text p {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    color: #858585;
    margin: 20px 0 0px;
}
.social-page .social-4 ul li .text a.more {
  font-size: 20px;
  color: #180f08;
  display: inline-block;
  line-height: 40px;
  height: 44px;
  padding: 0 25px;
  border: 2px solid #424243;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.social-page .social-4 ul li .text a.more:hover {
  border-color: #7bc21f;
  background: #7bc21f;
  color: white;
}
.social-page .social-4 ul li .img {
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}
.social-page .social-4 ul li:nth-child(even) .text {
  left: 50%;
  padding-left: 40px;
  padding-right: 0;
}
.social-page .social-4 ul li:nth-child(even) .img {
  left: -50%;
  padding-left: 0;
  padding-right: 40px;
}


@media screen and (max-width:1600px) {
  .compostable-page .compostable-2 .box ul li .text p,
  .social-page .social-4 ul li .text p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .compostable-page .compostable-2 .box ul li .text h3,
  .social-page .social-4 ul li .text h3 {
    font-size: 30px;
    line-height: 2;
  }

  .social-page .social-2,
  .social-page .social-4 {
    padding: 60px 0;
  }
  .social-page .social-4 ul li .text p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
  }
  .social-page .social-4 ul li .text h3 {
    font-size: 30px;
    line-height: 2;
  }
  .social-page .social-4 ul li {
    padding: 30px 0;
  }
  .social-page .social-4 ul {
    margin: -30px 0;
  }
}

@media screen and (max-width: 1450px) {
  .social-page .social-4 ul li {
    padding: 20px 0;
  }
  .social-page .social-4 ul {
    margin: -20px 0;
  }
  .social-page .social-4 ul li .text h3 {
    font-size: 24px;
  }
  .social-page .social-4 ul li .text p {
    margin: 10px 0 20px;
    font-size: 16px;
  }
  .social-page .social-4 ul li .text a.more {
    line-height: 32px;
    height: 36px;
    padding: 0 15px;
    font-size: 16px;
  }
  .social-page .social-4 ul li .text p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .social-page .social-4 ul li .text{
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }
  .social-page .social-4 ul li .img{
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .social-page .social-4 ul li,
  .social-page .social-4 ul li{
    border-bottom: 1px #eee dashed;
  }
  .social-page .social-4 ul li:last-child,
  .social-page .social-4 ul li:last-child{
    border-bottom: none;
  }
  .social-page .social-1 .text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .social-page .social-1 .img {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .social-page .social-3{
    display: none;
  }
  .social-page .social-2,
  .social-page .social-4{
    padding: 30px 0;
  }
}



/* history */

.ind_src3 {
  width: 100%;
  height: 100%;
    background-color: #fafbfc;
}
  .ind_src3 > div {
    padding: 0 40px 25px 24px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .ind_src3 > div .swiper-pagination {
      width: 100%;
      left: 0;
      bottom: 25px;
      z-index: 0;
      font-size: 0; }
      .ind_src3 > div .swiper-pagination > span {
        height: 2px;
        width: 2px;
        margin: 0 6px;
        position: relative; }
      .ind_src3 > div .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #1b1b1b; }
        .ind_src3 > div .swiper-pagination .swiper-pagination-bullet-active::after {
          content: '';
          position: absolute;
          left: -6px;
          top: -6px;
          width: 10px;
          height: 10px;
          border: 2px solid #494949; }
  .ind_src3 .title_box {
    position: absolute;
    left: calc(24px + 50%);
    transform: translateX(-50%);
    top: 40px;
    padding-top: 5px;
    z-index: 4;
  }
.ind_src3 .title_box a{
  transition: color .5s ease;
}
.ind_src3 .title_box a:hover{
  color: #e70012;
}

.dyn_body .ind_src3 > div::before {
  display: none; }

.dyn_body .ind_src3 > div {
  padding-top: 40px; }



.dyn_time_title_box {
  overflow: hidden;
  width: 52%;
  float: left;
  padding-right: 15px;
  background-image: linear-gradient(to bottom, #656565 0, #656565 30%, transparent 20%);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: right;
  margin-top: -15px;
  position: relative;
  height: 100%; }
  .dyn_time_title_box::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to bottom, #656565 0, #656565 30%, transparent 20%);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    position: absolute;
    left: 24%;
    top: 0; }
  .dyn_time_title_box::after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to bottom, #656565 0, #656565 30%, transparent 20%);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    position: absolute;
    left: 48%;
    top: 0; }

.dyn_time_title {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 24%;
  width: 100%;
  z-index: 1;
  transition: top .5s ease; }

.dyn_time_title_num {
  color: #1c1c1c;
  line-height: 1.5;
  margin-left: 31.8%;
  transition: all .5s ease;
  position: relative;
  padding: 5vh 0;
  cursor: pointer; }
  .dyn_time_title_num .dyn_img_box {
    font-size: 0;
    width: 36%;
    position: relative;
    transition: all .5s ease; }
    .dyn_time_title_num .dyn_img_box img {
      display: inline-block;
      opacity: 0;
      transition: all .5s ease;
      max-width: 100%; }
    .dyn_time_title_num .dyn_img_box .det_img {
      opacity: 1;
      position: absolute;
      left: 0;
      top: 0; }
  .dyn_time_title_num.on {
    padding: 3.5vh 0;
    margin-left: 0;
    cursor: auto; }
    .dyn_time_title_num.on .dyn_img_box {
      width: 45%; }
      .dyn_time_title_num.on .dyn_img_box img {
        opacity: 1; }
      .dyn_time_title_num.on .dyn_img_box .det_img {
        opacity: 0; }
    .dyn_time_title_num.on .dyn_time_year {
      font-size: 185px;
      text-indent: -17px;
      text-shadow: 36px 25px 24px rgba(0,0,0,.12);
    }
    .dyn_time_title_num.on .dyn_title {
      font-size: 22px;
      margin-top: 15px;
      /*overflow: hidden;*/
      /*white-space: nowrap;*/
      /*text-overflow: ellipsis; */
    }
  .dyn_time_title_num.dyn_time_prev {
    padding-left: 30%; }
    .dyn_time_title_num.dyn_time_prev .dyn_img_box {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .dyn_time_title_num.dyn_time_next {
    padding-right: 30%;
    text-align: right; }
    .dyn_time_title_num.dyn_time_next .dyn_img_box {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .dyn_time_title_num.dyn_time_next .dyn_img_box .det_img {
        left: auto;
        right: 0; }



.dyn_time_year {
  font-size: 20px;
  font-family: 'SourceSerif4-Bold';
  transition: all .5s ease; }

.dyn_title {
  font-size: 14px;
  transition: all .5s ease; }

.dyn_time_con_box {
  width: 48%;
  float: right;
  position: relative;
  height: 100%; }

.dyn_time_con_case {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1.8;
  color: #404040;
  padding-left: 20.5%;
  width: 100%; }
  .dyn_time_con_case > div {
    display: none; }

.dyn_time_con .dyn_time_title_num {
  display: none; }

.dyn_time_con > div {
  padding: 10px; }

.dyn_btn_Prev, .dyn_btn_Next {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: .65;
  transition: opacity .5s ease; }
  .dyn_btn_Prev:hover, .dyn_btn_Next:hover {
    opacity: 1; }
  .dyn_btn_Prev > span, .dyn_btn_Next > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1; }
  .dyn_btn_Prev .newiconfont, .dyn_btn_Next .newiconfont {
    color: #1f1f1f; }

.dyn_btn_Prev {
  top: 11.11vh; }

.dyn_btn_Next {
  bottom: 11.11vh; }



.dyn_time_title_box {
  overflow: hidden;
  width: 52%;
  float: left;
  padding-right: 15px;
  background-image: linear-gradient(to bottom, #656565 0, #656565 30%, transparent 20%);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: right;
  margin-top: -15px;
  position: relative;
  height: 100%; }
  .dyn_time_title_box::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to bottom, #656565 0, #656565 30%, transparent 20%);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    position: absolute;
    left: 24%;
    top: 0; }
  .dyn_time_title_box::after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to bottom, #656565 0, #656565 30%, transparent 20%);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    position: absolute;
    left: 48%;
    top: 0; }
  

.dyn_time_con .dyn_time_title_num {
  display: none; }
    

.bloc {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  height: 100%;
}

.bloc .wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

.bloc .wrapper .row {
  height: 100vh;
  background-color: #fff;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden; }

.bloc .wrapper .row.on {
  z-index: 4;
  opacity: 1; }

.bloc .wrapper .row.navInPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
  animation: slideInHalfFromTop 0.7s forwards ease-in-out; }

.bloc .wrapper .row.navOutPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
  animation: slideOutBottom 0.7s forwards ease-in-out; }

.bloc .wrapper .row.navInNext {
  pointer-events: none;
  opacity: 1;
  z-index: 10;
  -webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
  animation: slideInFromBottom 0.7s forwards ease-in-out; }

.bloc .wrapper .row.navOutNext {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
  animation: slideOutHalfTop 0.7s forwards ease-in-out; }

.navClick {
  height: 15vh;
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: all; }

.bloc .wrapper .claNext {
  z-index: 4;
  opacity: 1;
  transform: translateY(85%);
  animation: mhover .5s ease 1; }

@keyframes mhover {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(85%); } }

.bloc .wrapper .claOut {
  z-index: 4;
  opacity: 1;
  transform: translateY(100%);
  animation: mhover2 .5s ease 1; }

@keyframes mhover2 {
  0% {
    transform: translateY(90%); }
  100% {
    transform: translateY(100%); } }


@media all and (max-width: 1600px) {
  .dyn_time_title_num.on .dyn_time_year {
    font-size: 160px;
    text-indent: -13px; }
}

@media all and (max-width: 1366px) {
  .dyn_time_title_num.on .dyn_time_year {
    font-size: 120px;
    text-indent: -9px; }
}

@media all and (max-width: 1024px) {


  .dyn_body .ind_src3 > div {
    padding: 30px; }
  .dyn_body .bloc .wrapper, .dyn_body .bloc .wrapper .row {
    height: auto; }
  .dyn_body .bloc {
    overflow: initial;
    margin-top: 120px; }
  .dyn_time_con_case > div {
    display: block;
    margin-bottom: .5rem; }
  .dyn_time_con_case > div .dyn_time_title_num {
    margin-left: 0;
    line-height: 2.5; }
  .dyn_time_con_box {
    width: 100%;
    float: none; }
  .dyn_time_con_case {
    top: 0;
    left: 0;
    transform: translateY(0);
    position: relative;
    padding-left: 0;
    font-size: 14px;
  }
  .dyn_time_title_box {
    display: none; }
  .ind_src3 .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    border-bottom: none;
    padding-bottom: .15rem;
    left: 0;
    transform: translateX(0);
  }

  .dyn_btn_Next, .dyn_btn_Prev {
    display: none; }
  .dyn_time_title_num .dyn_img_box .det_img {
    opacity: 0; }
  .dyn_time_title_num .dyn_img_box img {
    opacity: 1; }
  .dyn_time_year {
    font-weight: 700;
    font-size: 32px;
  }
  .dyn_time_title_num .dyn_img_box {
    width: 60%; }

  .dyn_time_con .dyn_time_title_num, .dyn_time_con_case > div {
      display: block;
  }


  .ind_src3 > div{
    padding: 0;
    overflow: initial;
  }
  .ind_new_box .swiper-button-prev, .ind_new_box .swiper-button-next {
    display: block;
    background-image: none;
    font-size: .3rem;
    display: none;
  }


  .ind_new_box .swiper-button-prev{
    left: -10px;
  } .ind_new_box .swiper-button-next{
      right: -10px;
    }



}



.inner-page span.tt {
    font-size: 18px;
    line-height: 2;
    color: #00a71e;
    position: relative;
    padding-left: 50px;
    font-family: 'SourceSerif4-Regular';
}

.inner-page span.tt:before {
    content: "";
    width: 44px;
    height: 1px;
    background-color: currentColor;
    left: 0;
    top: 50%;
    position: absolute;
}


.product-yd-page .catebox ul li {
  position: relative;
}
.product-yd-page .catebox ul li .img a{
  display: block;
  width: 100%;
}
.product-yd-page .catebox ul li .img a img{
  width: 100%;
}
.product-yd-page .catebox ul li:nth-child(odd) {
  background: #fafafa;
}
.product-yd-page .catebox ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f1f2;
  height: 100%;
  width: 50%;
}
.product-yd-page .catebox ul li:nth-child(odd) .text {
  padding: 40px 0;
  padding-left: 100px;
  position: relative;
  left: 50%;
}

.product-yd-page .catebox ul li:nth-child(odd) .img {
  position: relative;
  left: -50%;
}
.product-yd-page .catebox ul li:nth-child(even) {
  background: #f0f1f2;
}
.product-yd-page .catebox ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fafafa;
}
.product-yd-page .catebox ul li:nth-child(even) .text {
  padding: 40px 0;
  padding-right: 100px;
}


.product-yd-page .catebox ul li:nth-child(even) .text .content {
  color: #868686;
}
.product-yd-page .catebox ul li .text .more{
      display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
}
.product-yd-page .catebox ul li .text .more i{
      width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(../images/right-white.png);
    background-repeat: no-repeat;
    background-size: 15px 12px;
    background-position: center center;
}
.product-yd-page .catebox ul li .text .more em{
  color: #00a71e;
}

.product-yd-page .catebox ul li:nth-child(odd) .text .more i{
  background-image: url(../images/right-blue.png);
}

.product-yd-page .catebox ul li .text .more:hover i{
  background-color: #fff;
}

.product-yd-page .catebox ul li:nth-child(even) .content::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.5);
}
.product-yd-page .catebox ul li:nth-child(even) .content::-webkit-scrollbar-thumb{
  background: rgba(255, 255, 255, 1)!important;
}
.product-yd-page .catebox ul li .ui.container {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-yd-page .catebox ul li .ui.container .text .content {
  padding-right: 20px;
  max-height: 160px;
  overflow-y: auto;
  margin-top: 25px;
  margin-bottom: 35px;
  line-height: 30px;
}

.product-yd-page .catebox ul li .ui.container .text h3 {
  font-family: 'SourceSerif4-Bold';
  word-break: break-word;
}


@media all and (max-width: 1000px) {
  .product-yd-page .catebox ul li .ui.container{
    display: block;
  }

  .product-yd-page .catebox ul li .text{
    width: 100%!important;
    left: auto!important;
    padding: 40px 0!important;
  }

  .product-yd-page .catebox ul li .img{
    width: 100%!important;
    left: auto!important;
  }

  .product-yd-page .catebox ul li:before{
    display: none!important;
  }
}



.fix-ewm {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #26aa96;
  color: white;
  right: 20px;
  bottom: 15%;
  font-size: 24px;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 7px rgba(0,0,0,.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 22;
}

#ewm{
  position: absolute;
  right: 100%;
  width: 100px;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s ease;
}

.fix-ewm:hover #ewm{
  transform: translateX(0);
  opacity: 1;
}