
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1550px;
}
.w-1340 {
  max-width: 1340px;
}


@-moz-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header.fixed {
  background-color: black;
  position: fixed;
  -webkit-animation: dropIn 0.5s ease-out forwards;
  -moz-animation: dropIn 0.5s ease-out forwards;
  animation: dropIn 0.5s ease-out forwards;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {

}
#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 {
  padding: 25px 0;
  margin: 0 5px;
  font-size: 17px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px 25px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background-color: #b68360;
  background-image: url(../images/btn-bg.png);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#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: 0;
  width: 180px;
  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);
  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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
  margin-right: 60px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots li {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 5px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 2px;
  width: 0;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#banner ul.slick-dots li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #FFFFFF;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  margin-left: 28px;
  border-color: rgba(255, 255, 255, 0.2);
}
#banner ul.slick-dots li.slick-active:before {
  width: 30px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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;
  display: none;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}


#mobile .m-logoshipin {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
 
}
#mobile .m-logoshipin 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;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  div#seo_about\ hangye {
    display: none !important;
}
  a.foota{
        display: none !important;
  }
  #banner,
  .inner-banner {
  margin-top: 18px; 
  }
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 15px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box 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;
}
.language-box 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;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner ul.slick li {
  position: relative;
  height: 100vh;
}
#banner ul.slick li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul.slick li > video.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .content .left .btn {
  margin: 15px 0 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;
}
#banner .content .left .btn::before,
#banner .content .left .btn::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #FFFFFF;
  opacity: .4;
}
#banner .content .left .btn > div {
  margin: 0 15px;
  cursor: pointer;
}
#banner .content .left .products {
  display: none;
}
#banner .content .left .products li {
  padding: 10px;
}
#banner .content .left .text {
  color: #FFFFFF;
  line-height: 2;
  margin-top: 10px;
}
#banner .PageAndDots {
  right: 2%;
  bottom: 20%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#banner .PageAndDots .page {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
#banner .PageAndDots .dots {
  display: inline-block;
  vertical-align: middle;
}
#banner .bottom {
  position: absolute;
  left: 50%;
  bottom: 25%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .bottom > div {
  color: #FFFFFF;
/*  font-family: 'BIOWEAPON'; */
}
#banner .bottom span.arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #FFFFFF;
  background-color: #c41405;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
}
#banner .bottom a.aboutBtn {
  font-size: 15px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.our-product {
  padding: 110px 0 110px;
}
.our-product .Tit {
  font-size: 56px;
  color: #b68360;
  font-family: var(--font);
}
.our-product .Tit::after {
  content: "";
  display: block;
  width: 53px;
  margin: auto;
  border-bottom: 3px solid currentColor;
}
.our-product .desc {
  color: #787878;
  line-height: 2;
}
.our-product .list {
  margin-top: 55px;
}
.our-product .list ul {
  margin: -10px;
}
.our-product .list li {
  padding: 10px;
}
.our-product .list .box {
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
}
.our-product .list .box .img {
  position: relative;
  -webkit-transform: translate3d(0, 0, -15px);
  -moz-transform: translate3d(0, 0, -15px);
  transform: translate3d(0, 0, -15px);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .box .img img {
  width: 100%;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-product .list .box .img img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.our-product .list .box .content {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: padding-bottom 0.5s ease;
  -moz-transition: padding-bottom 0.5s ease;
  transition: padding-bottom 0.5s ease;
}
.our-product .list .box .content .name {
  font-size: 30px;
  color: #FFFFFF;
  font-family: var(--font);
}
.our-product .list .box .content .size {
  color: #FFFFFF;
  font-family: var(--font);
}
.our-product .list .box .content a.moreBtn {
  font-size: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -17px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-product .list .box:hover .img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.our-product .list .box:hover .img img:first-child {
  opacity: 0;
}
.our-product .list .box:hover .img img:last-child {
  opacity: 1;
}
.our-product .list .box:hover .content {
  padding-bottom: 90px;
}
.our-product .list .box:hover .content a.moreBtn {
  opacity: 1;
}
#banner2 .box {
  height: 880px;
  position: relative;
}
#banner2 .bigImg {
  height: inherit;
  position: relative;
}
#banner2 .bigImg .img {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#banner2 .bigImg .img.active {
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 1;
}
#banner2 .smallImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#banner2 .smallImg ul {
  width: 100%;
  height: 100%;
}
#banner2 .smallImg ul li {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner2 .smallImg ul li .text {
  position: absolute;
  bottom: 9%;
  padding: 0 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner2 .smallImg ul li span {
  line-height: 1.6;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  left: 0;
  top: 70%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner2 .smallImg ul li h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  position: relative;
  top: -10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: var(--font);
}
#banner2 .smallImg ul li p {
  font-weight: 500;
  margin: 15px 0 30px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#banner2 .smallImg ul li a.more {
  font-size: 16px;
  position: relative;
  top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner2 .smallImg ul li a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
}
#banner2 .smallImg ul li a.more:hover img {
  left: 10px;
}
#banner2 .smallImg ul li.active {
  background: rgba(0, 0, 0, 0.3);
}
#banner2 .smallImg ul li.active span {
  -webkit-transform: translateX(-100%) rotate(90deg);
  -moz-transform: translateX(-100%) rotate(90deg);
  -ms-transform: translateX(-100%) rotate(90deg);
  transform: translateX(-100%) rotate(90deg);
}
#banner2 .smallImg ul li.active .text {
  opacity: 1;
}
#banner2 .smallImg ul li.active .text h3,
#banner2 .smallImg ul li.active .text p,
#banner2 .smallImg ul li.active .text a.more {
  top: 0;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 1700px) {
  #banner2 .box {
    height: 700px;
  }
}
@media screen and (max-width: 1500px) {
  #banner2 .box {
    height: 600px;
  }
  #banner2 .smallImg ul li h3 {
    font-size: 24px;
  }
  #banner2 .smallImg ul li p {
    font-size: 16px;
  }
  #banner2 .smallImg ul li a.more {
    font-size: 15px;
  }
  #banner2 .smallImg ul li a.more img {
    max-width: 35px;
  }
  #banner2 .smallImg ul li .text {
    padding: 0 4%;
    bottom: 5%;
  }
}
@media screen and (max-width: 1250px) {
  #banner2 {
    margin-top: 55px;
  }
  .container3 {
    padding: 0 15px;
  }
  #banner2 .box {
    height: 500px;
  }
  #banner2 .smallImg ul li h3 {
    font-size: 20px;
  }
  #banner2 .smallImg ul li p {
    font-size: 15px;
    margin: 10px 0 15px;
  }
  #banner2 .smallImg ul li span {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  #banner2 .smallImg ul li {
    width: 25%;
  }
  #banner2 .smallImg ul li h3 {
    font-size: 24px;
  }
  #banner2 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner2 .box {
    height: 360px;
  }
  
    #banner .logoshipin {
        width: 100px;
    height: 45px;
    margin: 0 auto;
    padding-top: 10%;
  }
  
  #banner2 .smallImg ul li p,
  #banner2 .smallImg ul li a.more {
    display: none;
  }
  #banner2 .smallImg ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner2 .box {
    height: 300px;
  }
  #banner2 .smallImg ul li h3 {
    font-size: 16px;
  }
  #banner2 .smallImg ul li span {
    font-size: 12px;
    top: 60%;
  }
}
@-webkit-keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.about-bg {
  background: url(../images/about-bg.jpg) no-repeat center top;
  position: relative;
  padding-bottom: 150px;
}
.about-bg .mask {
  height: 120vh;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/about-bg-tree.jpg) no-repeat center;
  background-attachment: fixed;
}
.about-bg .mask::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/shuju.png) no-repeat center bottom;
  background-size: cover;
}
.about {
  padding: 130px 0 0;
}
.about .left {
  padding-right: 10%;
}
.about .left .video {
  display: inline-block;
}
.about .left .play {
  position: absolute;
  bottom: -33px;
  right: -44px;
}
.about .left .play::before {
  content: "";
  position: absolute;
  top: -35px;
  bottom: -35px;
  left: -35px;
  right: -35px;
  background: url(../images/a-wz.png) no-repeat center;
  -webkit-animation: ani_scale 10s linear infinite;
  -moz-animation: ani_scale 10s linear infinite;
  animation: ani_scale 10s linear infinite;
}
.about .right .tag {
  color: var(--color);
  font-family: var(--font);
}
.about .right .Tit {
  font-size: 26px;
  font-weight: 600;
}
.about .right .btns a {
  min-width: 130px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 5px;
}
.about-bottom {
  padding: 150px 0;
}
.about-bottom .Tit {
  font-size: 36px;
  color: #FFFFFF;
}
.about-bottom .Tit::before {
  content: "";
  display: block;
  width: 1px;
  height: 116px;
  background-color: #FFFFFF;
  margin: auto;
}
.about-bottom li .num {
  margin-bottom: 20px;
  color: #FFFFFF;
}
.about-bottom li .num em {
  font-size: 75px;
  font-weight: bold;
  vertical-align: middle;
}
.about-bottom li p {
  color: #FFFFFF;
}
.i-certificate {
  padding-bottom: 130px;
}
.i-certificate .tag {
  color: var(--color);
  font-family: var(--font);
}
.i-certificate .Tit {
  font-size: 42px;
  font-family: var(--font);
}
.i-certificate p {
  color: #999ca0;
  line-height: 2;
}
.i-certificate .left {
  width: 35%;
}
.i-certificate .right {
  width: 65%;
}
.i-certificate .right .fl {
  width: 75%;
}
.i-certificate .right a {
  font-family: var(--font1);
  padding: 10px;
  display: inline-block;
  background-color: #FFFFFF;
}
.i-certificate .list ul {
  margin: -15px;
}
.i-certificate .list ul li {
  padding: 15px;
}
.i-certificate .list img {
  border: 1px solid #e2e2e2;
}
/*about-4*/
@-webkit-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-moz-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.about-4 {
  padding: 100px 0 100px;
  background: url(../images/cailiao-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-4 .left {
  width: 50%;
  text-align: center;
  padding: 0 5%;
  vertical-align: middle;
}
.about-4 .left .content {
  display: inline-block;
  position: relative;
}
.about-4 .left .content .ball {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-4 .left .content .ball .box {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-animation: kz 20s infinite linear;
  -moz-animation: kz 20s infinite linear;
  animation: kz 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: relative;
}
.about-4 .left .content .ball .box .text {
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-4 .left .content .ball .box .text span {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
.about-4 .left .content .ball .box .text1 {
  top: 0;
  left: -20px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  background-image: url(../images/about-4-img10.jpg);
}
.about-4 .left .content .ball .box .text2 {
 top: -70px;
    right: 180px;
    width: 125px;
  height: 125px;
  line-height: 125px;
  background-image: url(../images/about-4-img20.jpg);
}
.about-4 .left .content .ball .box .text3 {
     top: 15px;
    right: -45px;
    width: 150px;
    height: 150px;
  line-height: 155px;
  background-image: url(../images/about-4-img30.jpg);
}
.about-4 .left .content .ball .box .text4 {
    bottom: 110px;
    right: -90px;
    width: 150px;
    height: 150px;
  line-height: 150px;
  background-image: url(../images/about-4-img40.jpg);
}
.about-4 .left .content .ball .box .text5 {
    bottom: 130px;
    left: -90px;
    width: 160px;
    height: 160px;
    line-height: 160px;
  background-image: url(../images/about-4-img50.jpg);
}
.about-4 .left .content .ball .box .text6 {
bottom: -75px;
    left: 60px;
    width: 160px;
    height: 160px;
    line-height: 160px;
  background-image: url(../images/about-4-img60.jpg);
}
.about-4 .left .content .ball .box .text7 {
bottom: -70px;
    right: 50px;
    width: 170px;
    height: 170px;
    line-height: 170px;
  background-image: url(../images/about-4-img70.jpg);
}
.about-4 .right {
  width: 50%;
  padding-left: 5%;
  vertical-align: middle;
}
.about-4 .right h3 {
  font-size: 48px;
  color: #fff;
  font-family: var(--font);
}
.about-4 .right h3 span {
  color: var(--color);
}
.about-4 .right ul li + li {
  margin-top: 40px;
}
.about-4 .right ul li i {
  float: left;
  display: block;
  width: 90px;
  text-align: center;
}
.about-4 .right ul li > div {
  padding-left: 110px;
}
.about-4 .right ul li > div .name {
  font-size: 24px;
  color: #FFFFFF;
  font-family: var(--font);
}
.about-4 .right ul li > div p {
  line-height: 2;
  color: #cfcfcf;
}
.our-news {
  padding: 100px 0;
  overflow: hidden;
  background: url(../images/news-bg.jpg) no-repeat right bottom 65px;
}
.our-news .container {
  max-width: 1650px;
}
.our-news .base-tag {
  letter-spacing: .3em;
}
.our-news .Tit {
  font-size: 48px;
  font-family: var(--font);
}
.our-news ul {
  margin-right: -40px;
}
.our-news ul li {
  padding-right: 40px;
}
.our-news ul li .img-box a {
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  -moz-transform: translate3d(0, 0, 0) scale(1.2);
  transform: translate3d(0, 0, 0) scale(1.2);
}
.our-news ul li .img-box a img {
  -webkit-transform: translate3d(-6.66%, 0, 0) scale(1);
  -moz-transform: translate3d(-6.66%, 0, 0) scale(1);
  transform: translate3d(-6.66%, 0, 0) scale(1);
  width: -webkit-calc(110%);
  width: -moz-calc(110%);
  width: calc(110%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.our-news ul li .img-box span {
  position: absolute;
  top: 20px;
  left: 0;
  color: white;
  background-color: rgba(182, 131, 96, 0.5);
  padding: 22px 15px;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
}
.our-news ul li .text {
  margin-top: 20px;
}
.our-news ul li .text h4 {
  font-size: 22px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}
.our-news ul li .text h4:hover {
  color: #c73937;
}
.our-news ul li .text p {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 1.5;
  margin-top: 11px;
}
.our-news ul li .text .mores {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-decoration: underline;
  margin-top: 15px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.our-news ul li .text .mores:hover {
  color: #c73937;
}
.our-news ul li:hover .img-box a img {
  -webkit-transform: translate3d(-8.6%, 0, 0);
  -moz-transform: translate3d(-8.6%, 0, 0);
  transform: translate3d(-8.6%, 0, 0);
}
#footer {
  color: #fff;
  background-image: url("../images/footer-bg.jpg");
  background-position: center;
  background-size: cover;
}
#footer .footer-top {
  padding: 80px 0 55px;
  overflow: hidden;
}
#footer .footer-top .box .box2 .slide {
  padding-right: 10px;
}
#footer .footer-top .box .box2 .slide:nth-child(1) {
  width: 28%;
}
#footer .footer-top .box .box2 .slide:nth-child(2) {
  width: 18%;
}
#footer .footer-top .box .box2 .slide:nth-child(3) {
  width: 22%;
}
#footer .footer-top .box .box2 .slide:nth-child(4) {
  width: 32%;
}
#footer .footer-top .box .box2 span.h3 {
  font-size: 42px;
  display: block;
  margin-bottom: 50px;
}
#footer .footer-top .box .box2 span.h6 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
}
#footer .footer-top .box .box2 .line {
  display: block;
  max-width: 55%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  margin: 25px 0 20px;
}
#footer .footer-top .box .box2 .line::before {
  content: '';
  height: 3px;
  width: 20%;
  position: absolute;
  left: 0;
  top: -1px;
  background: #fff;
}
#footer .footer-top .box .box2 .nav {
  font-size: 16px;
  line-height: 2;
  max-width: 350px;
}
#footer .footer-top .box .box2 .nav li:hover {
  text-decoration: underline;
}
#footer .footer-top .box .box2 .form ul {
  margin: -15px -7px;
}
#footer .footer-top .box .box2 .form ul li {
  padding: 15px 7px;
}
#footer .footer-top .box .box2 .form ul li input {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 2;
  padding: 1.2em .75em;
  background: rgba(255, 255, 255, 0.2);
}
#footer .footer-top .box .box2 .form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .box2 .form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .box2 .form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .box2 .form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .box2 .form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
#footer .footer-top .box .box2 .form ul li.wid-100 {
  width: 100%;
}
#footer .footer-top .box .box2 .form ul li .pre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top .box .box2 .form ul li .pre button {
  width: 16%;
  border: none;
  background: #fff;
  color: #141570;
  font-size: 18px;
}
#footer .footer-top .box .bottom .share {
  width: 80%;
  vertical-align: bottom;
}
#footer .footer-top .box .bottom .share span.h6 {
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
}
#footer .footer-top .box .bottom .share a {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  color: #FFFFFF;
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .bottom .share a:hover {
  color: #fff;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 1.5625em 0;
  text-align: center;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#ewm {
  width: 140px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1550px) {
  .ui.container {
    width: 1340px;
  }
}
@media (max-width: 1340px) {
  .ui.container {
    width: 1200px;
  }
  .our-product .list .box .content .name {
    font-size: 24px;
  }
  .our-product .Tit {
    font-size: 42px;
  }
  .about-bottom .Tit {
    font-size: 30px;
  }
  .about-bottom li .num em {
    font-size: 42px;
  }
  .i-certificate .Tit {
    font-size: 30px;
  }
  .i-certificate .right {
    padding-top: 40px;
  }
  .about-4 .right h3 {
    font-size: 40px;
  }
  #footer .footer-top .box .box2 span.h3 {
    font-size: 24px;
  }
  #footer .footer-top .box .box2 span.h3 br {
    display: none;
  }
  #footer .footer-top .box .box2 .form ul li input {
    padding: .5em;
  }
  .about-4 .right ul li + li {
    margin-top: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 5px 15px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
  .our-product .list .box .content .name {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  .about-bottom .Tit {
    font-size: 24px;
  }
  .our-product .Tit {
    font-size: 30px;
  }
  .about-4 .right h3 {
    font-size: 30px;
  }
  .about-4 .right ul li > div p {
    line-height: 1.5;
  }
  .our-news .Tit {
    font-size: 30px;
  }
  .our-news ul li .text h4 {
    font-size: 18px;
  }
  .our-product .list ul {
    margin: 0;
  }
  .our-product .list ul li {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul.slick li {
    height: auto;
  }
  #banner .content .left .btn {
    display: none;
  }
  #banner .bottom {
    display: none;
  }
  #banner .content .left .text {
    display: none;
  }
  #banner .PageAndDots {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list {
    margin-top: 30px;
  }
  .about {
    padding: 60px 0 0;
  }
  .about .left {
    width: 100%!important;
    padding: 0;
    text-align: center;
  }
  .about .right {
    width: 100%!important;
    text-align: center;
    margin-top: 60px;
  }
  .about .right p {
    margin: 30px 0;
  }
  .about .left .play {
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about-bottom {
    padding: 60px 0;
  }
  .about-bg {
    padding-bottom: 90px;
  }
  .about-bottom ul {
    margin: -15px;
  }
  .about-bottom li {
    padding: 15px;
  }
  .about-bottom li .num {
    margin-bottom: 0;
  }
  .i-certificate {
    padding-bottom: 60px;
  }
  .i-certificate .left {
    width: 100%;
  }
  .i-certificate .right {
    width: 100%;
    padding-top: 30px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news ul li .text h4 {
    font-size: 18px;
  }
  .about-4 {
    padding: 60px 0;
  }
  .about-4 .left {
    width: 100%;
    display: none;
  }
  .about-4 .right {
    width: 100%;
    padding: 0;
  }
  .hide-1000 {
    display: none!important;
  }
  #ewm {
    display: none;
  }
  #footer .footer-top .box .box2 .slide {
    width: 50%!important;
  }
  #footer .footer-top .box .box2 span.h3 {
    margin-bottom: 20px;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .i-certificate {
    display: none;
  }
  .our-product .Tit {
    font-size: 24px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
  }
  .our-product .list .box .content .name {
    font-size: 18px;
  }
  .about .right .Tit {
    font-size: 20px;
  }
  .about-bg .mask {
    height: 100vh;
  }
  .about-bottom li .num em {
    font-size: 30px;
  }
  .about-bg {
    padding-bottom: 0;
  }
  .about-bg .mask {
    display: none;
  }
  .about-bottom {
    display: none;
  }
  .about-4 {
    display: none;
  }
  .our-news {
    background: none;
  }
  .our-news .Tit {
    font-size: 24px;
  }
  .our-news ul {
    margin-right: -20px;
  }
  .our-news ul li {
    padding-right: 20px;
  }
  #footer .footer-top .box .box2 .nav {
    font-size: 14px;
  }
  #footer .footer-top .box .box2 .form ul li input {
    font-size: 14px;
  }
  #footer .footer-bottom {
    font-size: 14px;
  }
  #footer .footer-bottom img {
    max-height: 14px;
  }
  .our-news ul li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .box .box2 .slide {
    width: 100% !important;
    padding-right: 0;
  }
  #footer .footer-top .box .box2 span.h6 {
    font-size: 18px;
  }
  #footer .footer-top .box .box2 span.h3 {
    font-size: 18px;
  }
}




@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

a.more {
  font-size: 16px;
  line-height: 3em;
  height: 3em;
  padding: 0 2em;
  background-color: var(--color);
  color: white;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.more:hover {
  background-color: black;
}

.inner-banner {
    padding: 300px 0 260px;
    color: #fff;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
.inner-banner.teshu:before {
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  left: -16.5%;
  background: var(--color);
  opacity: .7;
  position: absolute;
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
  display: none;
}
.inner-banner span.h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  padding-bottom: .2em;
  background: url("../images/inner-1-line.png") left bottom no-repeat;
}
.inner-banner .text {
  font-size: 28px;
  line-height: 1.4;
  margin: 1em 0;
}
.inner-banner .mbx {
  font-size: 16px;
}
.sj {
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .left {
  width: 52%;
}
.about-page .about-1 .left span.tag {
  color: var(--color);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.about-page .about-1 .left span.h3 {
  font-size: 26px;
  display: block;
  line-height: 1.2;
}
.about-page .about-1 .left .text {
  font-size: 17px;
  color: #646464;
  line-height: 1.6;
  margin: 1.2em 0;
}
.about-page .about-1 .left .text p {
  margin-top: 1em;
}
.about-page .about-1 .left .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .right {
  width: 48%;
  padding-left: 3%;
}
.about-page .about-1 .right .list ul li {
  padding: 23px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid #e3e3e3;
}
.about-page .about-1 .right .list ul li i.fa {
  padding: 0 .5em;
  font-size: 28px;
  line-height: 1;
  margin-top: -0.1em;
}
.about-page .about-1 .right .list ul li .content {
  width: 100%;
}
.about-page .about-1 .right .list ul li .content span.h6 {
  font-size: 18px;
  color: #373737;
  line-height: 1.4;
  display: block;
}
.about-page .about-1 .right .list ul li .content .text {
  font-size: 15px;
  color: #646464;
  line-height: 1.8;
  margin-top: 1.2em;
  display: none;
}
.about-page .about-1 .right .list ul li span.plus {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .right .list ul li span.plus:after,
.about-page .about-1 .right .list ul li span.plus:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #a6a6a6;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .right .list ul li span.plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about-page .about-1 .right .list ul li.active span.plus:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.about-page .about-2 {
  padding: 180px 0 180px;
  color: white;
  background: url("../images/abou-bg-01.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.about-page .about-2 span.h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
.about-page .about-2 span.h2.small {
  font-weight: normal;
}
.about-page .about-2 .list {
  margin-top: 65px;
}
.about-page .about-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-page .about-2 .list ul li {
  width: auto;
}
.about-page .about-2 .list ul li span.h6 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: .4em;
}
.about-page .about-2 .list ul li span.h6 i {
  font-size: 0.2em;
  margin-left: .5em;
}
.about-page .about-2 .list ul li p {
  font-size: 18px;
  font-weight: 300;
}
.about-page .about-2 .play {
  margin-top: 45px;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .play img {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .play:after,
.about-page .about-2 .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-2 .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-3 {
  padding: 110px 0;
}
.about-page .about-3 .list ul {
  margin: -20px;
}
.about-page .about-3 .list ul li {
  padding: 20px;
}
.about-page .about-3 .list ul li .box {
  overflow: hidden;
}
.about-page .about-3 .list ul li .box .content {
  background: var(--color);
  padding: 15px 7% 0;
  color: white;
  position: relative;
}
.about-page .about-3 .list ul li .box .content:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  top: 100%;
  left: 0;
  background: inherit;
  -webkit-transform: skewX(-75deg);
  -moz-transform: skewX(-75deg);
  -ms-transform: skewX(-75deg);
  transform: skewX(-75deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
      z-index: 1;
}
.about-page .about-3 .list ul li .box .content i {
    width: 40px;
    background: #fcc101;
    padding: 20px 4px 20px;
    display: block;
    position: relative;
    top: -15px;
}
.about-page .about-3 .list ul li .box .content i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-page .about-3 .list ul li .box .content i:after {
    content: '';
    border-bottom: 6px solid var(--color);
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-page .about-3 .list ul li .box .content span.tag {
  font-size: 18px;
  display: block;
  line-height: 1.2;
  margin-top: 1em;
}
.about-page .about-3 .list ul li .box .content span.h3 {
  font-size: 26px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .list ul li .box .content .text {
  font-size: 15px;
  line-height: 1.6;
  margin: 1em 0 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 11.2em;
}
.about-page .about-3 .list ul li .box .content a.more {
  padding: 0 2em 0 .8em;
  text-transform: capitalize;
  background: white;
  color: var(--color);
  position: relative;
  line-height: 2.5em;
  height: 2.5em;
}
.about-page .about-3 .list ul li .box .content a.more:after {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-3 .list ul li .box .content a.more:hover {
  background: var(--color);
  color: white;
}
.about-page .about-3 .list ul li .box .img {
  display: block;
      overflow: hidden;
}
.about-page .about-3 .list ul li .box .img img {
  width: 100%;
  transition: all 1.2s ease;
}
.about-page .about-3 .list ul li:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all 1.2s ease;
}
.about-page .about-4 {
  padding: 110px 0 80px;
  background: url("../images/about-4-bg.jpg") center center;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
}
.about-page .about-4:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: -10%;
  right: 0;
  background: url("../images/about-4-2.png") right bottom no-repeat;
  background-size: 60% auto;
  position: absolute;
  display: none;
}
.about-page .about-4 span.h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}
.about-page .about-4 .text {
  font-size: 16px;
  margin-top: 1em;
  display: block;
}
.about-page .about-4 .text:after {
  content: '';
  width: 2em;
  height: 0.25em;
  background: white;
  display: block;
  margin: 1em auto 0;
}
.about-page .about-4 .list {
  margin-top: 60px;
}
.about-page .about-4 .list ul li {
  padding: 0 30px;
}
.about-page .about-4 .list ul li a {
  display: block;
}
.about-page .about-4 .list ul li a img {
  display: block;
  width: 100%;
}
.about-page .slick-arrow {
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .slick-arrow.slick-prev {
  right: 100%;
  background-image: url("../images/banner-btn-l.png");
}
.about-page .slick-arrow.slick-next {
  left: 100%;
  background-image: url("../images/banner-btn-r.png");
}
.about-page .slick-arrow:hover {
  background-color: var(--color);
}
.about-page .about-5 {
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.about-page .about-5 span.h2 {
  font-size: 30px;
  line-height: 1.2;
}
.about-page .about-5 span.h2:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin: .5em auto 0;
  background-color: var(--color);
}
.about-page .about-5 .list {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.about-page .about-5 .list .slick-arrow {
  z-index: 6;
}
.about-page .about-5 .list .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.about-page .about-5 .list .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.about-page .about-5 .list ul {
  margin: 0 -15%;
  position: static;
}
.about-page .about-5 .list .slick-slide {
  -webkit-transform: translateX(170%);
  -moz-transform: translateX(170%);
  -ms-transform: translateX(170%);
  transform: translateX(170%);
  position: relative;
  z-index: 1;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list .slick-slide li {
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list .slick-slide.slick-active {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
}
.about-page .about-5 .list .slick-slide.slick-active li {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list .slick-slide.slick-active + div {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  z-index: 3;
}
.about-page .about-5 .list .slick-slide.slick-active + div li {
  -webkit-transform: scale(0.85714286);
  -moz-transform: scale(0.85714286);
  -ms-transform: scale(0.85714286);
  transform: scale(0.85714286);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 4;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  z-index: 3;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div li {
  -webkit-transform: scale(0.85714286);
  -moz-transform: scale(0.85714286);
  -ms-transform: scale(0.85714286);
  transform: scale(0.85714286);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div li {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div + div {
  -webkit-transform: translateX(-170%);
  -moz-transform: translateX(-170%);
  -ms-transform: translateX(-170%);
  transform: translateX(-170%);
  z-index: 1;
}
.about-page .about-5 .list .slick-slide.slick-active.slick-current + div + div + div li {
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
}

.about-page .about-5 li img {
    border: 1px solid #ccc;
}





@media screen and (max-width: 1600px) {
  .about-page .about-2 .list ul li p {
    font-size: 16px;
  }
  .about-page .about-2 span.h2 {
    font-size: 28px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 60px;
  }
  .about-page .about-2 .list ul li span.h6 i {
    font-size: 14px;
  }
  .about-page .about-2 {
    padding: 120px 0 200px;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-3 .right .img {
    height: 500px;
  }
  .about-page .about-2 span.h2 {
    font-size: 24px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 44px;
  }
  .about-page .about-2 {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .list ul li span.h6 {
    font-size: 36px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 span.h2 {
    font-size: 20px;
  }
  .about-page .about-2 span.h2.small {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li span.h6 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 5px;
  }
}
.inner-page .sideBarBox .sideBarLeft {
  width: 22%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.inner-page .sideBarBox .sideBarLeft form {
  height: 42px;
  line-height: 42px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 42px;
  border: none;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .sideBarBox .sideBarLeft form button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide {
  margin-top: 50px;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
  display: block;
  padding-right: 1.5em;
  position: relative;
      text-transform: capitalize;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
  position: absolute;
  right: .3em;
  top: 0;
  font-size: 140%;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
  opacity: .6;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover > a,
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li.active > a {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
  padding-left: 1em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
  font-weight: normal;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list {
  margin: 10px 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
  width: 25%;
  margin-right: 4%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6 {
    font-size: 17px;
    width: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
  font-size: 14px;
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
  font-size: 14px;
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg {
  background-image: url("../images/sideBarImg-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 180px 10% 80px;
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg span.h3 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg .text {
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0 2em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg a.more {
  line-height: 2em;
  height: 2em;
  padding: 0 1em 0 .5em;
  background: url("../images/icon-sideBarImg-link.png") center no-repeat;
  background-size: 100% 100%;
}
.inner-page .sideBarBox .slideBarRight {
  width: 78%;
  padding-left: 2%;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  font-size: 16px;
  line-height: 2em;
  height: 2em;
  padding: 0 1em;
  border-radius: 0.33333333em;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.33333333em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.product-page {
  padding: 110px 0;
}
.product-page .slideBarRight h1 {
  font-size: 36px;
  line-height: 1.2;
  display: block;
}
.product-page .slideBarRight .content {
  font-size: 17px;
  color: #545454;
  line-height: 1.6;
  margin-top: 1.3em;
}
.product-page .slideBarRight .content p {
  margin-top: 1em;
}
.product-page .slideBarRight .content p:first-child {
  margin-top: 0;
}
.product-page .slideBarRight .list {
  margin: 30px 0 70px;
}
.product-page .slideBarRight .list ul {
  margin: -25px -15px;
}
.product-page .slideBarRight .list ul li {
  padding: 25px 15px;
}
.product-page .slideBarRight .list ul li .box {
  display: block;
  padding: 0 5%;
  position: relative;
  background: #edeef0;
  z-index: 1;
}
.product-page .slideBarRight .list ul li .box:before {
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  z-index: -1;
  opacity: 0;
}
.product-page .slideBarRight .list ul li .box:after {
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewY(-20deg);
  -moz-transform: skewY(-20deg);
  -ms-transform: skewY(-20deg);
  transform: skewY(-20deg);
  background: var(--color);
  z-index: -1;
  opacity: 0;
}
.product-page .slideBarRight .list ul li .box i {
  width: 38px;
  background: #fcc101;
  padding: 12px 4px 22px;
  display: block;
  position: relative;
  top: -8px;
}
.product-page .slideBarRight .list ul li .box i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page .slideBarRight .list ul li .box i:after {
  content: '';
  border-bottom: 6px solid #edeef0;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-page .slideBarRight .list ul li .box span.tag {
  font-size: 14px;
  display: block;
  line-height: 1.2;
  margin: .3em 0;
}
.product-page .slideBarRight .list ul li .box span.h4 {
  font-size: 17px;
  font-weight: bold;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.6;
  height: 3.2em;
}
.product-page .slideBarRight .list ul li .box .text {
  font-size: 14px;
  line-height: 1.6;
  margin: 1em 0 1.5em;
  opacity: .8;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 4.8em;
}
.product-page .slideBarRight .list ul li .box a.more {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  padding: 0 1em;
  position: relative;
  background-color: var(--color);
  color: white;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .slideBarRight .list ul li .box a.more:after {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right-color: #edeef0;
  border-bottom-color: #edeef0;
}
.product-page .slideBarRight .list ul li .box a.img {
  padding: 15px 0;
  display: block;
  text-align: center;
}
.product-page .slideBarRight .list ul li .box:hover {
  color: white;
}
.product-page .slideBarRight .list ul li .box:hover:after,
.product-page .slideBarRight .list ul li .box:hover:before {
  opacity: 1;
}
.product-page .slideBarRight .list ul li .box:hover a.more {
  background-color: white;
  color: var(--color);
}
.product-page .slideBarRight .list ul li .box:hover a.more:after {
  border-right-color: var(--color);
  border-bottom-color: var(--color);
}
.product-page .slideBarRight .list ul li .box:hover i:after {
  border-bottom-color: var(--color);
}
.seoAbout {
  padding-bottom: 110px;
}
.seoAbout .left span.tag {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: var(--color);
  margin-bottom: .7em;
  line-height: 1;
}
.seoAbout .left span.h3 {
  font-size: 26px;
  line-height: 1.2;
}
.seoAbout .left .text {
  font-size: 17px;
  color: #646464;
  line-height: 1.6;
}
.seoAbout .left .text p {
  margin-top: 1em;
}
.seoAbout .right {
  padding-left: 3%;
}
.about-page.seo .about-2 {
  position: relative;
  padding: 180px 0 140px;
}
.about-page.seo .about-2:before {
  content: '';
  height: 116px;
  width: 1px;
  background-color: white;
  position: absolute;
  top: 4%;
  left: 50%;
}
.seoIndustry {
  padding-bottom: 110px;
}
.seoIndustry span.h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .6em;
  display: block;
}
.seoIndustry .text {
  font-size: 18px;
  color: #676767;
  line-height: 2;
}
.seoIndustry .text em {
  font-weight: bold;
  color: black;
}
.prodet-page {
  padding: 110px 0;
}
.prodet-page .prodet-1 .left {
  width: 52%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {

  position: relative;
}
.prodet-page .prodet-1 .left .img ul li img {
     width: 100%;
    background: #f5f5f5;
}
.prodet-page .prodet-1 .left .img i.mask {
  position: absolute;
  right: 1%;
  bottom: 2%;
}
.prodet-page .prodet-1 .right {
  width: 48%;
  padding-left: 4%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
font-size: 22px;
    font-weight: 700;
    display: block;
}
.prodet-page .prodet-1 .right .text {
    font-size: 15px;
    line-height: 1.8;
    margin: 15px 0;
    color: #4d4d4d;
}
.prodet-page .prodet-1 .right .list ul {
  margin: -9px;
}
.prodet-page .prodet-1 .right .list ul li {
  padding: 9px;
}
.prodet-page .prodet-1 .right .list ul li a {
  display: block;
  border: 2px solid #ececec;
  border-radius: 7px;
}
.prodet-page .prodet-1 .right .list ul li a img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .right .btn {
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .btn a.more {
  line-height: 2.22222222em;
  height: 2.22222222em;
  padding: 0 1.5em;
  min-width: 7.77777778em;
  text-align: center;
  text-transform: capitalize;
  background-color: var(--color);
  position: relative;
  margin-right: 1em;
}
.prodet-page .prodet-1 .right .btn a.more:after {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right-color: white;
  border-bottom-color: white;
}
.prodet-page .prodet-1 .right .btn a.more:hover {
  background-color: var(--color);
}
.prodet-page .shareBoxFlex {
  margin-top: 55px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .shareBoxFlex .share {
  font-size: 16px;
  color: #616161;
  margin-left: -1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.prodet-page .shareBoxFlex .share a {
  padding: 0 1.5em;
  border-right: 1px solid #616161;
}
.prodet-page .shareBoxFlex .share a:last-child {
  border-right: none;
}
.prodet-page .shareBoxFlex .line {
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
}
.prodet-page .shareBoxFlex .info {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.prodet-page .shareBoxFlex .info a {
  margin-left: 1.5em;
}
.prodet-page .shareBoxFlex .info a img {
  margin-right: .5em;
}
.prodet-page span.titleBox {
  font-size: 18px;
  padding: .7em;
  color: white;
  display: block;
  background-color: var(--color);
  position: relative;
  margin-bottom: 1em;
}
.prodet-page span.titleBox:after {
  content: '';
  border-right: 15px solid white;
  border-bottom: 10px solid white;
  border-top: 10px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.prodet-page .content {
  font-size: 15px;
  color: #585858;
  line-height: 1.6;
}
.prodet-page .content p {
  margin-top: 1em;
}
.prodet-page .content p:first-child {
  margin-top: 0;
      line-height: 2;
    margin-bottom: 20px;
}
.prodet-page .prodet-3 {
  padding: 60px 0;
}
.prodet-page .prodet-3 .flex {
  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;
}
.prodet-page .prodet-3 .flex .btn {
  width: 20%;
  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;
}
.prodet-page .prodet-3 .flex .btn div {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 1.5em;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-3 .flex .list {
  width: 80%;
}
.prodet-page .prodet-3 .flex .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-3 .flex .list li .content {
  width: 65%;
  padding-right: 5%;
}
.prodet-page .prodet-3 .flex .list li .content span.h6 {
  font-size: 24px;
  color: #2c2927;
  font-weight: bold;
  line-height: 1.2;
}
.prodet-page .prodet-3 .flex .list li .content .text {
  font-size: 18px;
  margin-top: 1em;
}
.prodet-page .prodet-3 .flex .list li .img {
  width: 35%;
}
.prodet-page .prodet-4 {

  position: relative;
  z-index: 1;
}
.prodet-page .prodet-4:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f2f2f4;
  display: none;
}
.prodet-page .prodet-4 .list ul li {
    padding: 0 10px;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}
.prodet-page .prodet-4 .list ul li img {
  display: block;
  margin: 10px auto 0;
}
.prodet-page .prodet-5 {
  margin-top: 50px;
}
.prodet-page .prodet-5 .content td {
  border: none;
}
.prodet-page .prodet-5 .content td:first-child {
  width: 60% !important;
  padding-right: 5%;
}
.prodet-page .prodet-5 .content td:last-child {
  width: 40% !important;
  text-align: center;
}
.prodet-page .prodet-6 .list {
  padding-right: 4%;
  overflow: hidden;
}
.prodet-page .prodet-6 .list .slick-list {
  overflow: unset;
}
.prodet-page .prodet-6 .list ul {
  margin: 0 -25px;
}
.prodet-page .prodet-6 .list ul li {
  padding: 0 25px;
}
.prodet-page .prodet-6 .list ul li a.img-box {
  /*-webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  display: block;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;*/
}
.prodet-page .prodet-6 .list ul li a.img-box img {
  /*width: 100%;
  -webkit-transform: skewX(10deg) scale(1.2);
  -moz-transform: skewX(10deg) scale(1.2);
  -ms-transform: skewX(10deg) scale(1.2);
  transform: skewX(10deg) scale(1.2);*/
}
.prodet-page .prodet-6 .list ul li span.h6 {
  font-size: 17px;
  color: #363636;
  margin-top: 1.5em;
  display: block;
  text-align: center;
}
.prodet-page .prodet-7 {
  margin-top: 60px;
}
.prodet-page .prodet-7 table {
  margin-bottom: 0;
}
.prodet-page .prodet-7 table tr {
  border: 1px solid white;
}
.prodet-page .prodet-7 table tr:nth-child(even) {

}
.prodet-page .prodet-7 table tr:first-child {
  background-color: #484443;
  text-align: center;
  font-size: 120%;
  color: white;
}
.prodet-page .prodet-7 table tr td {
  border: none;
  padding: 1em;
  border: 1px solid #666;
}
.history-page {
  padding: 110px 0;
  overflow: hidden;
}
.history-page .historySideBar .historySideLeft {
  width: 40%;
  padding: 0 8%;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 30px;
  padding: 1.83333333em 15%;
  display: block;
  background: url("../images/historySideLeft-1.jpg") center center no-repeat;
  background-size: cover;
  line-height: 1.2;
  color: white;
  position: relative;
}
.history-page .historySideBar .historySideLeft span.h3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: url("../images/historySideLeft-3.jpg") center center no-repeat;
  background-size: cover;
}
.history-page .historySideBar .historySideLeft span.h3:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: .5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/historySideLeft-2.jpg") center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: .5em;
}
.history-page .historySideBar .historySideRight {
  width: 60%;
}
.history-page .historySideBar .historySideRight .list {
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
  font-size: 24px;
  color: var(--color);
  line-height: 1.2;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--color);
  font-size: 120%;
}
.sustainable-page span.tag {
  font-size: 18px;
  color: var(--color);
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.sustainable-page .sustainable-1 {
  padding: 110px 0;
}
.sustainable-page .sustainable-1 .img {
  display: block;
}
.sustainable-page .sustainable-1 .img img {
  width: 100%;
}
.sustainable-page .sustainable-1 .text {
  color: #646464;
}
.sustainable-page .sustainable-1 .left {
  width: 48%;
  padding-right: 5%;
}
.sustainable-page .sustainable-1 .left .text {
  font-size: 20px;
  padding: 0 5%;
  margin-top: 10%;
}
.sustainable-page .sustainable-1 .right {
  width: 52%;
  margin-top: 80px;
}
.sustainable-page .sustainable-1 .right span.h3 {
  font-size: 32px;
  line-height: 1.2;
  display: block;
}
.sustainable-page .sustainable-1 .right .text {
  font-size: 17px;
  margin: 1.5em 0 4em;
}
.sustainable-page .sustainable-2 {
  padding-bottom: 110px;
}
.sustainable-page .sustainable-2 .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;
}
.sustainable-page .sustainable-2 .top .title {
  width: 25%;
}
.sustainable-page .sustainable-2 .top .title span.h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}
.sustainable-page .sustainable-2 .top .text {
  font-size: 18px;
  line-height: 1.4;
  color: #999ca0;
  width: 55%;
}
.sustainable-page .sustainable-2 .top a.link {
  font-size: 16px;
}
.sustainable-page .sustainable-2 .top a.link i.fa {
  margin-left: .5em;
}
.sustainable-page .sustainable-2 .list {
  margin-top: 35px;
}
.sustainable-page .sustainable-2 .list ul {
  margin: 0 -20px;
}
.sustainable-page .sustainable-2 .list ul li {
  padding: 0 20px;
}
.sustainable-page .sustainable-2 .list ul li img {
  width: 100%;
}
.sustainable-page .sustainable-3 {
  padding-top: 160px;
  background: url("../images/sustainable-3.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  margin-bottom: 90px;
}
.sustainable-page .sustainable-3 .box {
  width: 450px;
  margin-right: 5%;
  display: block;
  margin-left: auto;
  padding: 50px 35px;
  position: relative;
  z-index: 1;
  background-color: rgba(6, 62, 157, 0.9);
}
.sustainable-page .sustainable-3 .box:before {
  content: '';
  border-left: 45px solid white;
  border-bottom: 45px solid white;
  border-top: 45px solid transparent;
  border-right: 45px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.sustainable-page .sustainable-3 .box:after {
  content: '';
  width: 100%;
  background-color: var(--color);
  position: absolute;
  left: 0;
  opacity: .9;
  z-index: -1;
  height: 90px;
  top: 100%;
}
.sustainable-page .sustainable-3 .box span.h3 {
  font-size: 24px;
  line-height: 1.4;
  display: block;
}
.sustainable-page .sustainable-3 .box .text {
  font-size: 15px;
  line-height: 1.8;
  margin: 2em 0;
}
.sustainable-page .sustainable-3 .box a.more {
  line-height: 2.75em;
  height: 2.75em;
  padding-left: 2em;
  padding-right: 3em;
  background-color: white;
  color: var(--color);
  position: relative;
}
.sustainable-page .sustainable-3 .box a.more:after {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: var(--color);
  border-right-color: var(--color);
}
.sustainable-page .sustainable-4 {
  padding: 110px 0;
}
.sustainable-page .sustainable-4 span.h3 {
  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: 30px;
  font-weight: bold;
}
.sustainable-page .sustainable-4 span.h3 img {
  margin-right: .3em;
}
.sustainable-page .sustainable-4 .box {
  margin-top: 60px;
}
.sustainable-page .sustainable-4 .box .left .list {
  position: relative;
}
.sustainable-page .sustainable-4 .box .left .list ul li img {
  width: 100%;
}
.sustainable-page .sustainable-4 .box .left .list .btn {
  position: absolute;
  left: 100%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .sustainable-4 .box .left .list .btn div {
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7f7f7f;
  color: white;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  margin: 0 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-4 .box .left .list .btn div:hover {
  background-color: var(--color);
}
.sustainable-page .sustainable-4 .box .right {
  padding-left: 4%;
}
.sustainable-page .sustainable-4 .box .right .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.sustainable-page .sustainable-4 .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .box .right .list ul li i {
  margin-right: 20px;
  width: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.sustainable-page .sustainable-4 .box .right .list ul li .content .text {
  font-size: 16px;
  color: #353535;
  line-height: 1.6;
  margin-top: .5em;
}
.sustainable-page .sustainable-5 {
  padding-bottom: 30px;
  display: block;
}
.sustainable-page .sustainable-5 .slide {
  margin-bottom: 70px;
  background-color: #e1e5ec;
  overflow: hidden;
}
.sustainable-page .sustainable-5 .slide .left {
  width: 48%;
  vertical-align: middle;
  padding: 0 3%;
  position: relative;
}
.sustainable-page .sustainable-5 .slide .left span.h6 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}
.sustainable-page .sustainable-5 .slide .left .text {
  font-size: 18px;
  color: #353535;
  line-height: 1.6;
  margin: 1em 0 3em;
}
.sustainable-page .sustainable-5 .slide .left a.more {
  line-height: 2.75em;
  height: 2.75em;
  padding-left: 1em;
  padding-right: 2em;
  position: relative;
  background-color: white;
  color: var(--color);
  text-transform: capitalize;
}
.sustainable-page .sustainable-5 .slide .left a.more:after {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #e1e5ec;
  border-right-color: #e1e5ec;
}
.sustainable-page .sustainable-5 .slide .left a.more:hover {
  background-color: var(--color);
  color: white;
}
.sustainable-page .sustainable-5 .slide .right {
  width: 52%;
  vertical-align: middle;
  position: relative;
}
.sustainable-page .sustainable-5 .slide .right a.img {
  display: block;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
}
.sustainable-page .sustainable-5 .slide .right a.img img {
  -webkit-transform: skewX(-15deg) scale(1.2);
  -moz-transform: skewX(-15deg) scale(1.2);
  -ms-transform: skewX(-15deg) scale(1.2);
  transform: skewX(-15deg) scale(1.2);
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .left {
  left: 52%;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right {
  left: -48%;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.contact-page {
  padding-bottom: 110px;
}
.contact-page .left {
  width: 47% !important;
  padding-right: 5%;
}
.contact-page .left .box2 {
  background-color: #edeef0;
  padding: 30px 5% 90px;
  position: relative;
}
.contact-page .left .box2:before {
  content: '';
  width: 50%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: inherit;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.contact-page .left .box2:after {
  content: '';
  width: 50%;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: inherit;
}
.contact-page .left .box2 span.h2 {
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  line-height: 1.2;
  display: block;
  margin-bottom: 1.5em;
}
.contact-page .left .box2 .text {
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.4;
}
.contact-page .left .box2 .form {
  margin-top: 50px;
}
.contact-page .left .box2 .form ul li {
  font-size: 16px;
  color: #666;
}
.contact-page .left .box2 .form ul li label {
  display: block;
  margin: 1em 0 .5em;
  font-weight: 600;
}
.contact-page .left .box2 .form ul li label em {
  color: var(--color);
}
.contact-page .left .box2 .form ul li input,
.contact-page .left .box2 .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #aaabad;
  padding: .2em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .left .box2 .form ul li input:focus,
.contact-page .left .box2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .left .box2 .form ul li textarea {
  height: 140px;
}
.contact-page .left .box2 .form ul li a.more {
  margin-top: 50px;
  padding-left: 2em;
  padding-right: 2.5em;
  background-color: var(--color);
  position: relative;
}
.contact-page .left .box2 .form ul li a.more:hover {
  background-color: var(--color);
}
.contact-page .left .box2 .form ul li a.more:after {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #edeef0;
  border-right-color: #edeef0;
}
.contact-page .right {
  width: 53% !important;
  padding-top: 110px;
}
.contact-page .right span.h2 {
  font-size: 36px;
  font-weight: bold;
  color: #363636;
  display: block;
}
.contact-page .right span.h2:after {
  content: '';
  width: 2em;
  height: 0.11111111em;
  background-color: black;
  display: block;
  margin-top: .2em;
}
.contact-page .right .text {
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.4;
  margin: 1em 0 1.5em;
}
.contact-page .right .phone {
  font-size: 15px;
  color: white;
  padding: 1em;
  text-align: center;
  background-color: var(--color);
  position: relative;
}
.contact-page .right .phone:after,
.contact-page .right .phone:before {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: white;
  border-right-color: white;
}
.contact-page .right .phone:before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page .right span.h5 {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  display: block;
  line-height: 1.2;
  margin: 1.5em 0 .5em;
}
.contact-page .right span.h6 {
  display: block;
  font-size: 16px;
  color: #7e7f81;
  line-height: 1.2;
  font-weight: bold;
}
.contact-page .right .info {
  font-size: 16px;
  color: #7e7f81;
}
.contact-page .right .info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5em;
}
.contact-page .right .info li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .right iframe {
  margin-top: 25px;
  height: 320px;
  width: 100%;
}
.news-page {
  padding: 110px 0;
}
.news-page .sideBarBox .slideBarRight {
  padding-left: 0;
  padding-right: 2%;
}
.news-page .sideBarBox .slideBarRight .list {
  margin-bottom: 90px;
}
.news-page .sideBarBox .slideBarRight .list ul {
  margin: -27px -17px;
}
.news-page .sideBarBox .slideBarRight .list ul li {
  padding: 27px 17px;
}
.news-page .sideBarBox .slideBarRight .list ul li .box {
  background-color: #edeef0;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img time {
  font-size: 12px;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 5%;
  bottom: 5%;
  color: white;
}
.news-page .sideBarBox .slideBarRight .list ul li .box a.img:before {
  content: '';
  border-left: 15px solid white;
  border-top: 20px solid white;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content {
  padding: 15px 20px 30px;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6 {
  display: block;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6:hover {
  color: var(--color);
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content .text {
  font-size: 14px;
  color: #7e7f81;
  line-height: 1.4;
  margin: 1em 0;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more {
  background-color: var(--color);
  position: relative;
  font-size: 12px;
  line-height: 3em;
  height: 3em;
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more:hover {
  background-color: var(--color);
}
.news-page .sideBarBox .slideBarRight .list ul li .box .content a.more:after {
  content: '';
  border-right: 0.6em solid var(--color);
  border-bottom: 0.6em solid var(--color);
  border-top: .6em solid transparent;
  border-left: .6em solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-color: #edeef0;
  border-right-color: #edeef0;
  display: none;
}
.news-page .sideBarBox .sideBarLeft {
  padding-left: 2%;
}
.newdet-page .newdet-content {
  padding-right: 85px;
}
.newdet-page .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-page .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-page .newdet-content h4.n-title {
  font-size: 30px;
  line-height: 2;
  color: #000;
  margin-bottom: 35px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #555;
  padding: 0;
}
.newdet-page .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-page .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-page .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .newdet-content .m-link a .r-img {
  margin-right: 2rem;
}
.newdet-page .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-content .m-link a .r-img {
    display: none;
  }
}
.newdet-page .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 700;
  max-width: 255px;
}
.newdet-page .newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-page .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.newdet-page .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .form {
  margin-top: 60px;
}
.newdet-page .form span.h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -10px;
}
.newdet-page .form ul li {
  padding: 10px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: .5em 1em;
  border: 1px solid #eee;
}
.newdet-page .form ul li textarea {
  height: 100px;
}
.newdet-page .form ul li a.more {
  background-color: var(--color);
}
.newdet-page .form ul li a.more:hover {
  background-color: var(--color);
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
.application-page span.h2 {
  font-size: 36px;
  color: #363636;
  font-weight: bold;
  line-height: 1.2;
}
.application-page span.h2:after {
  content: '';
  width: 1em;
  height: 0.11111111em;
  display: block;
  background-color: var(--color);
  margin-top: .2em;
}
.application-page .application-1 {
  padding-top: 110px;
}
.application-page .application-1 .box .slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
}
.application-page .application-1 .box .left {
  padding-right: 2%;
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 50px 0;
}
.application-page .application-1 .box .left .info {
  margin: 10px 0;
}
.application-page .application-1 .box .left span.h6 {
  font-size: 26px;
  line-height: 1.4;
}
.application-page .application-1 .box .left .text {
  font-size: 16px;
  color: #7e7f81;
}
.application-page .application-1 .box .left .text p {
  margin-top: 2em;
}
.application-page .application-1 .box .left .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.application-page .application-1 .box .left .btn div {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7f7f7f;
  color: white;
  font-size: 20px;
  margin-right: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.application-page .application-1 .box .left .btn div:hover {
  background-color: var(--color);
}
.application-page .application-1 .box .right .img {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  overflow: hidden;
}
.application-page .application-1 .box .right .img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.application-page .application-1 .list {
  margin-top: 100px;
  padding-right: 5%;
  overflow: hidden;
}
.application-page .application-1 .list ul {
  margin: -26px;
}
.application-page .application-1 .list ul .slick-list {
  overflow: unset;
}
.application-page .application-1 .list ul .slick-slide {
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.application-page .application-1 .list ul .slick-slide.slick-active {
  opacity: 1;
}
.application-page .application-1 .list ul li {
  padding: 26px;
}
.application-page .application-1 .list ul li a.img {
  display: block;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  overflow: hidden;
}
.application-page .application-1 .list ul li a.img img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -moz-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
.application-page .application-1 .list ul li span.h6 {
  font-size: 18px;
  color: #363636;
  margin-top: 1.5em;
  display: block;
  text-align: center;
}
.application-page .application-2 {
  padding: 110px 0;
  text-align: center;
}
.application-page .application-2 span.h2:after {
  margin-left: auto;
  margin-right: auto;
}
.application-page .application-2 .list {
  margin-top: 50px;
}
.application-page .application-2 .list ul {
  margin: -25px;
  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;
}
.application-page .application-2 .list ul li {
  padding: 25px;
}
.application-page .application-2 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.application-page .application-2 .list ul li .flex .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
}
.application-page .application-2 .list ul li .flex .content {
  position: relative;
  width: 50%;
  z-index: 1;
  color: white;
  padding: 50px 5%;
  padding-left: 0;
  text-align: left;
}
.application-page .application-2 .list ul li .flex .content:before {
  content: '';
  width: 125%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/application-2-bg.png") center right no-repeat;
  z-index: -1;
  background-size: 100% 100%;
}
.application-page .application-2 .list ul li .flex .content span.h6 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 1em;
}
.application-page .application-2 .list ul li .flex .content .text {
  font-size: 14px;
  line-height: 1.6;
}
.application-page .application-3 {
  padding-bottom: 110px;
  text-align: center;
}
.application-page .application-3 span.h2:after {
  margin-left: auto;
  margin-right: auto;
}
.application-page .application-3 .list {
  margin-top: 40px;
}
.application-page .application-3 .list ul {
  border: 1px solid #e7e7e7;
}
.application-page .application-3 .list ul li {
  padding: 20px;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}
.application-page .application-3 .list ul li a.img {
  display: block;
  margin: 70px 0;
  padding: 0 5%;
}
.application-page .application-3 .list ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.application-page .application-3 .list ul li .btn a {
  height: 40px;
  width: 40px;
  border: 1px solid #e7e7e7;
  margin: 0 2px;
  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;
  color: #aaa;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-3 .list ul li .btn a:hover {
  color: white;
  border-color: var(--color);
  background-color: var(--color);
}
.application-page .application-3 .list ul li span.h6 {
  font-size: 19px;
  line-height: 1.2;
  margin: 1em 0 .5em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-3 .list ul li span.h6:hover {
  color: var(--color);
}
.application-page .application-3 .list ul li .text {
  font-size: 16px;
  color: #919191;
  line-height: 1.4;
  -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.manufacturing-page .manufacturing-1 {
  margin: 110px 0;
}
.manufacturing-page .manufacturing-1 .left {
  width: 25%;
  padding-right: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .left span.h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.manufacturing-page .manufacturing-1 .left span.h3:after {
  content: '';
  height: 0.13333333em;
  width: 1em;
  background-color: var(--color);
  margin-top: .5em;
  display: block;
}
.manufacturing-page .manufacturing-1 .right {
  width: 75%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .text {
  font-size: 18px;
  color: #7e7f81;
}
.manufacturing-page .manufacturing-1 .right .text p {
  margin-top: 1em;
}
.manufacturing-page .manufacturing-1 .right .text p:first-child {
  margin-top: 0;
}
.manufacturing-page .about-5 {
  background: url("../images/manufacturing-2-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-2 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-2 .left {
  padding-right: 4%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .left span.h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 1em;
  display: block;
}
.manufacturing-page .manufacturing-2 .right {
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .right .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.manufacturing-page .manufacturing-2 .right .list ul li:last-child {
  margin-bottom: 0;
}
.manufacturing-page .manufacturing-2 .right .list ul li i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  display: block;
}
.manufacturing-page .manufacturing-2 .right .list ul li .content .text {
  font-size: 18px;
  color: #7e7f81;
  line-height: 1.6;
}
.manufacturing-page .manufacturing-3 {
  padding: 60px 0;
  background-color: #edeef0;
}
.manufacturing-page .manufacturing-3 .list ul li {
  padding: 25px 0;
  border-bottom: 1px solid #d8d9db;
  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;
}
.manufacturing-page .manufacturing-3 .list ul li:last-child {
  border-bottom: none;
}
.manufacturing-page .manufacturing-3 .list ul li .content {
  width: 72%;
  padding-right: 7%;
}
.manufacturing-page .manufacturing-3 .list ul li .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: .5em;
}
.manufacturing-page .manufacturing-3 .list ul li .content .text {
  font-size: 18px;
  color: #7e7f81;
  line-height: 1.4;
}
.manufacturing-page .manufacturing-3 .list ul li .img {
  width: 28%;
}
.manufacturing-page .manufacturing-4 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-4 span.tag {
  font-size: 18px;
  color: var(--color);
  display: block;
  line-height: 1.2;
  margin-bottom: .3em;
}
.manufacturing-page .manufacturing-4 span.h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.manufacturing-page .manufacturing-4 span.h2:after {
  content: '';
  width: 1.5em;
  height: 0.13333333em;
  display: block;
  margin-top: .3em;
  background-color: var(--color);
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 70px;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -20px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 20px;
}
.manufacturing-page .manufacturing-4 .list ul li .box {
  background-color: var(--color);
  color: white;
  padding: 20px;
}
.manufacturing-page .manufacturing-4 .list ul li .box a.img {
  display: block;
}
.manufacturing-page .manufacturing-4 .list ul li .box a.img img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-4 .list ul li .box span {
  font-size: 16px;
  margin: 1em 0 .5em;
  display: block;
}
.manufacturing-page .manufacturing-4 .list ul li .box span a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manufacturing-page .manufacturing-4 .list ul li .box span a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufacturing-page .manufacturing-4 .list ul li .box span img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
}
@media screen and (max-width: 1600px) {
  .inner-banner span.h2 {
    font-size: 44px;
  }
  .inner-banner .text {
    font-size: 24px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .about-page .about-1,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5,
  .application-page .application-2,
  .history-page,
  .news-page,
  .product-page,
  .sustainable-page .sustainable-1,
  .sustainable-page .sustainable-4,
  .manufacturing-page .manufacturing-2,
  .manufacturing-page .manufacturing-4,
  .prodet-page {
    padding: 60px 0;
  }
  .application-page .application-1,
  .contact-page .right {
    padding-top: 60px;
  }
  .manufacturing-page .manufacturing-1 {
    margin: 60px 0;
  }
  .application-page .application-3,
  .contact-page,
  .seoIndustry,
  .sustainable-page .sustainable-2,
  .seoAbout {
    padding-bottom: 60px;
  }
  .application-page .application-1 .list {
    margin-top: 60px;
  }
  .about-page .about-1 .left span.tag,
  .sustainable-page span.tag {
    font-size: 16px;
  }
  .about-page .about-1 .left span.h3 {
    font-size: 22px;
  }
  .about-page .about-1 .left .text {
    font-size: 15px;
  }
  .about-page .about-1 .right .list ul li .content .text {
    margin-top: .5em;
  }
  .about-page .about-1 .right .list ul li {
    padding: 17px 10px;
  }
  .about-page .about-2 {
    padding: 120px 0;
  }
  .about-page .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .about-page .slick-arrow.slick-prev {
    left: 0;
    right: auto;
  }
  .inner-banner {
    padding: 160px 0;
  }
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3 {
    font-size: 28px;
  }
  .application-page .application-1 .box .left span.h6 {
    font-size: 22px;
  }
  .application-page .application-1 .box .left .text p {
    margin-top: 1em;
  }
  .application-page .application-1 .box .left .btn div {
    width: 44px;
    height: 44px;
  }
  .application-page .application-1 .list ul li span.h6 {
    font-size: 16px;
    margin-top: 1em;
  }
  .application-page .application-2 .list ul li .flex .content span.h6 {
    font-size: 16px;
  }
  .application-page .application-3 .list ul li a.img {
    margin: 40px 0;
  }
  .application-page .application-3 .list ul li .text,
  .contact-page .left .box2 .text {
    font-size: 14px;
  }
  .application-page .application-3 .list ul li span.h6 {
    font-size: 16px;
  }
  .contact-page .right span.h5 {
    font-size: 20px;
  }
  .contact-page .right span.h6 {
    font-size: 14px;
  }
  .newdet-page .newdet-content {
    padding-right: 40px;
  }
  .newdet-page .newdet-content .content .icon {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3,
  .prodet-page .prodet-3 .flex .list li .content span.h6 {
    font-size: 20px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6,
  .seoAbout .left .text,
  .product-page .slideBarRight .content,
  .sustainable-page .sustainable-1 .right .text,
  .sustainable-page .sustainable-4 .box .right .list ul li .content .text,
  .prodet-page .prodet-6 .list ul li span.h6 {
    font-size: 15px;
  }
  .prodet-page .prodet-3 .flex .list li .content .text {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding: 40px 0;
  }
  .prodet-page .prodet-4 .list ul li img {
    margin-top: 1em;
  }
  .seoAbout .left span.tag {
    font-size: 16px;
  }
  .seoAbout .left span.h3 {
    font-size: 20px;
  }
  .about-page.seo .about-2:before {
    height: 50px;
  }
  .about-page.seo .about-2 {
    padding: 80px 0;
  }
  .sustainable-page .sustainable-1 .left .text {
    font-size: 18px;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 32px;
  }
  .sustainable-page .sustainable-3 {
    padding-top: 80px;
  }
  .sustainable-page .sustainable-3 .box span.h3,
  .manufacturing-page .manufacturing-2 .left span.h6,
  .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3,
  .manufacturing-page .manufacturing-3 .list ul li .content span.h6 {
    font-size: 20px;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 {
    font-size: 18px;
  }
  .sustainable-page .sustainable-5 .slide .left .text,
  .manufacturing-page .manufacturing-2 .right .list ul li .content .text,
  .manufacturing-page .manufacturing-3 .list ul li .content .text,
  .manufacturing-page .manufacturing-1 .right .text,
  .sustainable-page .sustainable-2 .top .text,
  .seoIndustry .text,
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-4 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner span.h2 {
    font-size: 32px;
  }
  .inner-banner .text {
    font-size: 20px;
  }
  .inner-banner {
    padding: 120px 0;
  }
  .manufacturing-page .manufacturing-2 .right .list ul li {
    margin-bottom: 20px;
  }
  .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 {
    margin-bottom: .5em;
  }
  .sustainable-page .sustainable-1 .right {
    margin-top: 40px;
  }
  .sustainable-page .sustainable-1 .right .text {
    margin: 1em 0 2em;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 28px;
  }
  .sustainable-page .sustainable-3 .box:after {
    height: 50px;
  }
  .sustainable-page .sustainable-3 .box:before {
    border-width: 25px;
  }
  .sustainable-page .sustainable-3 {
    margin-bottom: 50px;
  }
  .sustainable-page .sustainable-4 .box .left .list .btn div {
    width: 30px;
    height: 30px;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li .content .text {
    margin-top: .3em;
  }
  .sustainable-page .sustainable-4 .box .right .list ul li {
    margin-bottom: 1em;
  }
  .sustainable-page .sustainable-5 .slide .left .text {
    margin: 1em 0;
  }
  .sustainable-page .sustainable-5 .slide {
    margin-bottom: 40px;
  }
  .about-page .slick-arrow {
    width: 44px;
    height: 44px;
  }
  .about-page .about-2 .play {
    max-width: 60px;
  }
  .inner-banner:before {
    left: -22.5%;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box a.img {
    height: 180px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content {
    padding: 10px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content span.h6 {
    font-size: 14px;
  }
  .news-page .sideBarBox .slideBarRight .list ul li .box .content .text {
    margin: .5em 0;
  }
  .news-page .sideBarBox .slideBarRight .list ul li {
    padding: 10px;
  }
  .news-page .sideBarBox .slideBarRight .list ul {
    margin: -10px;
  }
  .news-page .sideBarBox .slideBarRight .list {
    margin-bottom: 50px;
  }
  .newdet-page .newdet-content .m-link a .r-text p {
    font-size: 14px;
  }
  .newdet-page .newdet-content .m-link a .r-img img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .newdet-page .newdet-content .m-link a .r-img {
    margin-right: 1rem;
  }
  .newdet-page .newdet-content .m-link a {
    padding: 15px 0;
  }
  .newdet-page .newdet-content .m-link a.left {
    padding-right: 15px;
  }
  .newdet-page .newdet-content .m-link a.right {
    padding-left: 15px;
  }
  .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }
  .application-page .application-1 .box .left .text {
    font-size: 14px;
  }
  .application-page .application-1 .list ul li {
    padding: 10px;
  }
  .application-page .application-1 .list ul {
    margin: -10px;
  }
  .application-page .application-2 .list ul li {
    padding: 5px;
  }
  .application-page .application-2 .list ul {
    margin: -5px;
  }
  .application-page .application-2 .list ul li .flex .content {
    padding: 20px 5%;
    padding-left: 0;
  }
  .application-page .application-3 .list ul li a.img {
    margin: 20px 0;
  }
  .application-page .application-3 .list ul li .btn a {
    font-size: 16px;
  }
  .about-page .about-1 .left span.tag,
  .sustainable-page span.tag {
    font-size: 14px;
  }
  .about-page .about-1 .left span.h3 {
    font-size: 20px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 .list ul li .box .content span.tag {
    font-size: 16px;
    margin-top: 2em;
  }
  .about-page .about-3 .list ul li .box .content span.h3 {
    font-size: 20px;
  }
  .about-page .about-3 .list ul li .box .content .text {
    font-size: 13px;
  }
  .about-page .about-5 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    padding: 50px 0;
    background-size: cover;
  }
  .inner-banner span.h2 {
    font-size: 28px;
  }
  .inner-banner .text {
    font-size: 16px;
  }
  .about-page .about-1 .right .list ul li .content span.h6 {
    font-size: 16px;
  }
  .about-page .about-1 .right .list ul li i.fa {
    font-size: 24px;
  }
  .about-page .about-3 .list ul li {
    padding: 5px;
  }
  .about-page .about-3 .list ul {
    margin: -5px;
  }
  .about-page .about-4 span.h2 {
    font-size: 28px;
  }
  .about-page .about-4 .text {
    font-size: 14px;
  }
  .about-page .about-4 .text:after {
    margin-top: .5em;
  }
  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }
  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }
  .application-page .application-2 .list ul li {
    width: 100%;
  }
  .contact-page .left .box2:after,
  .contact-page .left .box2:before {
    height: 10px;
  }
  .contact-page .right .phone {
    font-size: 14px;
  }
  .contact-page .right .info {
    font-size: 14px;
  }
  .contact-page .right span.h5 {
    font-size: 18px;
  }
  .contact-page .right iframe {
    height: 280px;
  }
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3,
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3,
  .prodet-page .prodet-3 .flex .list li .content span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .text {
    margin: .5em 0;
  }
  .prodet-page .shareBoxFlex .share {
    font-size: 14px;
  }
  .prodet-page .shareBoxFlex .info {
    font-size: 12px;
  }
  .prodet-page span.titleBox {
    font-size: 16px;
  }
  .prodet-page .content {
    font-size: 14px;
  }
  .prodet-page .prodet-6 .list ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-6 .list ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-6 .list ul li span.h6 {
    margin-top: .5em;
  }
  .prodet-page .prodet-6 .list ul li a.img-box {
    /*-webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);*/
  }
  .prodet-page .prodet-6 .list ul li a.img-box img {
    /*-webkit-transform: skewX(5deg) scale(1.2);
    -moz-transform: skewX(5deg) scale(1.2);
    -ms-transform: skewX(5deg) scale(1.2);
    transform: skewX(5deg) scale(1.2);*/
  }
  .prodet-page .prodet-3 .flex .btn div {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 1em;
  }
  .prodet-page .prodet-3 .flex .list li .content .text {
    font-size: 14px;
    margin-top: .5em;
  }
  .seoAbout .right {
    display: none;
  }
  .seoAbout .left {
    width: 100% !important;
    padding-right: 0;
  }
  .sustainable-page .sustainable-2 .list ul li {
    padding: 0 5px;
  }
  .sustainable-page .sustainable-2 .list ul {
    margin: 0 -5px;
  }
  .sustainable-page .sustainable-4 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .sustainable-page .sustainable-4 .box .left {
    width: 100%;
  }
  .sustainable-page .sustainable-4 .box .left .list .btn {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sustainable-page .sustainable-5 .slide .left .text,
  .manufacturing-page .manufacturing-2 .right .list ul li .content .text,
  .manufacturing-page .manufacturing-3 .list ul li .content .text,
  .manufacturing-page .manufacturing-1 .right .text,
  .sustainable-page .sustainable-2 .top .text,
  .seoIndustry .text,
  .prodet-page .prodet-1 .right .text {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-2 .right .list ul li i {
    width: 70px;
  }
  .manufacturing-page .manufacturing-4 .list ul li {
    padding: 0 5px;
  }
  .manufacturing-page .manufacturing-4 .list ul {
    margin: 0 -5px;
  }
  .manufacturing-page .manufacturing-4 .list ul li .box span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-4 .list ul li .box {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-4 span.h2 {
    font-size: 24px;
  }
  .manufacturing-page .manufacturing-4 span.tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    margin-top: 10px;
  }
  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .sustainable-page .sustainable-2 .top .title span.h2 {
    font-size: 24px;
  }
  .sustainable-page .sustainable-1 .right {
    margin-top: 10px;
  }
  .sustainable-page .sustainable-3 .box {
    padding: 20px;
  }
  .sustainable-page .sustainable-5 .slide .left {
    width: 100%;
    padding: 15px;
    left: 0 !important;
  }
  .sustainable-page .sustainable-5 .slide .right {
    display: none;
  }
  .sustainable-page .sustainable-5 .slide {
    margin-bottom: 10px;
  }
  .inner-page .sideBarBox .slideBarRight {
    width: 100%;
    padding: 0;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .product-page .slideBarRight .list ul li {
    width: 50%;
  }
  .about-page .about-5 .list ul .slick-slide {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .about-page .about-5 .list ul .slick-slide li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
    z-index: 2;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 4;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: 3;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div + div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
  }
  .about-page .about-5 .list ul .slick-slide.slick-active.slick-current + div + div li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .prodet-page .prodet-1 .right .btn a.more {
    margin-right: .5em;
    padding: 0 .5em;
    min-width: 6.5em;
  }
  .news-page .sideBarBox .slideBarRight .list ul li {
    width: 50%;
  }
  .newdet-page .form {
    margin-top: 30px;
  }
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
  .contact-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100% !important;
    padding-left: 0;
  }
  .contact-page .left .box2 {
    padding: 20px 15px;
  }
  .contact-page .left .box2 .form {
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-3 .list ul li .content {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-3 .list ul li .img {
    display: none;
  }
  .sustainable-page .sustainable-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .sustainable-1 .right {
    width: 100%;
  }
  .sustainable-page .sustainable-1 .left .text {
    margin: 3% 0;
    padding: 0;
  }
  .application-page .application-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .application-page .application-1 .box .right {
    display: none;
  }
  .application-page .application-1 .list {
    margin-top: 20px;
  }
  .application-page .application-2 .list {
    margin-top: 20px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-4 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner span.h2 {
    font-size: 24px;
  }
  .inner-banner .text {
    font-size: 14px;
  }
  .about-page .about-4 span.h2 {
    font-size: 24px;
  }
  .sustainable-page .sustainable-2 .top {
    display: block;
  }
  .sustainable-page .sustainable-2 .top .title {
    width: 100%;
  }
  .sustainable-page .sustainable-2 .top .text {
    width: 100%;
    margin: 10px 0;
  }
  .sustainable-page .sustainable-3 .box {
    margin-right: 0;
    max-width: 100%;
  }
  .sustainable-page .sustainable-4 span.h3 img {
    display: none;
  }
  .sustainable-page .sustainable-4 .box {
    margin-top: 30px;
  }
  .product-page .slideBarRight .list ul li {
    width: 100%;
  }
  .product-page .slideBarRight .list ul li .box a.img img {
    max-width: 300px;
  }
  .about-page .about-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 15px;
  }
  .prodet-page .shareBoxFlex .share a {
    padding: 0 .5em;
  }
  .prodet-page .shareBoxFlex .share {
    margin-left: -0.5em;
    display: none;
  }
  .prodet-page .shareBoxFlex {
    margin: 25px 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-3 .flex .btn {
    display: none;
  }
  .prodet-page .prodet-3 .flex .list {
    width: 100%;
  }
  .news-page .sideBarBox .slideBarRight .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: .2em;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
  .newdet-page .newdet-content .category {
    display: block;
  }
  .newdet-page .newdet-content .category .time {
    margin-left: 0;
    margin-top: 5px;
  }
  .application-page span.h2,
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2,
  .newdet-page h1,
  .newdet-page .form span.h3,
  .seoIndustry span.h3,
  .product-page .slideBarRight h1,
  .sustainable-page .sustainable-1 .right span.h3,
  .sustainable-page .sustainable-4 span.h3,
  .sustainable-page .sustainable-5 .slide .left span.h6,
  .manufacturing-page .manufacturing-1 .left span.h3,
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea {
    font-size: 14px;
  }
  .about-page .about-5 span.h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-7 table tbody {
    min-width: 700px;
  }
  .prodet-page .prodet-5 .content td:first-child,
  .prodet-page .prodet-5 .content td:last-child {
    display: block;
    width: 100% !important;
    padding: 10px !important;
  }
  .application-page .application-1 .list ul li a.img {
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  .application-page .application-1 .list ul li a.img img {
    -webkit-transform: skewX(0) scale(1);
    -moz-transform: skewX(0) scale(1);
    -ms-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1);
  }
  .application-page .application-2 .list ul li .flex .img {
    width: 100%;
    height: 200px;
  }
  .application-page .application-2 .list ul li .flex .content {
    width: 100%;
  }
  .application-page .application-2 .list ul li .flex {
    display: block;
    overflow: hidden;
  }
  .application-page .application-2 .list ul li .flex .content {
    padding: 20px 5%;
  }
}

.newdet-page .newdet-content .content p {
    font-size: 18px;
    padding: 8px 0;
}

.newdet-page .newdet-content .content p img.wscnph {
    padding: 10px;
    width: 49%;
}

.newdet-page .newdet-content .content .new-top {
    margin-bottom: 30px;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box img {
    object-fit: cover;
    height: 75px;
}

.prodet-page .prodet-2 {
    margin-bottom: 50px;
}

#index-body .init-3 .list ul li .info .slide {
    text-align: center;
}

#index-body .init-3 .ui.container {
    padding: 0;
}





@media screen and (max-width: 1600px) 
{

#index-body .init-3 {
    padding: 60px 0 0;
}
#index-body .init-3 .list{
  padding: 30px 28% 60px;
}
#index-body .init-3 .list ul li span.h6{
  font-size: 16px;
}
#index-body .init-3 .list ul li .info{
  margin: 10px 0 70px;
}
  }

  /*鎷涘晢*/

  


.dealers-page .dealers-1 {
  padding: 70px 0;
}
.dealers-page .dealers-1 .left {

}
.dealers-page .dealers-1 .left .text {
  margin-top: 1em;
      margin-bottom: 40px;
}
.dealers-page .dealers-1 .left .text p {
  margin-top: 1em;
}
.dealers-page .dealers-1 .left .text p:first-child {
  margin-top: 0;
}
.dealers-page .dealers-1 .right {
  text-align: center;
  padding: 0 5%;
  vertical-align: bottom;
}
.dealers-page .dealers-1 .right img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--color);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.dealers-page .dealers-2 {
  padding: 80px 0;
  background: black;
  color: white;
  background: url(../images/de-bg.jpg) no-repeat;
      background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.dealers-page .dealers-2 .list {

}
.dealers-page .dealers-2 .list ul li {
  height: 300px;
  transition: .5s;
}
.dealers-page .dealers-2 .list ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  height: 100%;
  padding: 0 5%;
  transform: scale(.8);
  transition: .5s;
}
.dealers-page .dealers-2 .list ul li .box .text {
  color: inherit;
  opacity: 0;
  transition: .5s;
}
.dealers-page .dealers-2 .list ul li .box h6 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: .5em 0;
  width: 100%;
}
.dealers-page .dealers-2 .list ul:hover li {
  width: 20%;
}
.dealers-page .dealers-2 .list ul:hover li:hover {
  width: 40%;
  background: var(--color);
}
.dealers-page .dealers-2 .list ul:hover li:hover .box {
  transform: scale(1);
}
.dealers-page .dealers-2 .list ul:hover li:hover .text {
  opacity: 1;
}



.dealers-page .dealers-3 {
  padding: 80px 0;
  text-align: center;
}
.dealers-page .dealers-4 .box {
  display: flex;
}
.dealers-page .dealers-4 .box .left .img {
    height: 100%;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50%;
}
.dealers-page .dealers-4 .box .right {
  padding: 50px 5%;
  background: #333;
  color: white;
}
.dealers-page .dealers-4 .box .right form {
  margin-top: 30px;
}
.dealers-page .dealers-4 .box .right form ul {
  margin: -10px;
}
.dealers-page .dealers-4 .box .right form ul li {
  padding: 10px;
  width: 100%;
}
.dealers-page .dealers-4 .box .right form ul li input,
.dealers-page .dealers-4 .box .right form ul li textarea {
  padding: .5em;
  font-size: 16px;
  background: white;
  border: 1px solid #eee;
  transition: .5s;
  color: black;
  width: 100%;
}
.dealers-page .dealers-4 .box .right form ul li textarea {
  height: 120px;
}
.dealers-page .dealers-4 .box .right form ul li input:focus,
.dealers-page .dealers-4 .box .right form ul li textarea:focus {
  border-color: var(--color);
}
.dealers-page .dealers-4 .box .right form ul li input[type="submit"] {
  width: auto;
  padding: .5em 2em;
  background: var(--color);
  color: white;
  border: none;
}

.dealers-page h2 {
 font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: capitalize;

}
.dealers-page .dealers-1 .left {
    padding-top: 60px;
}
.dealers-page .text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
.dealers-page .text p {
  font: inherit;
}
.dealers-page .text span {
  font-size: 120%;
  font-weight: bold;
}

.dealers-page .dealers-1 .left a.more.you {
    margin-left: 15px;
}
    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

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

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

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

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

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

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

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }
        .dealers-page .dealers-2 {
          display: none;
        }
        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
        .dealers-page .dealers-4 .box .right {
          width: 100%;
        }
        .dealers-page .dealers-4 .box .left {
          display: none;
        }
        .dealers-page .text {
          font-size: 14px;
        }
        .dealers-page h2 {
          font-size: 20px;
        }
        .dealers-page .dealers-3,.dealers-page .dealers-1 {
          padding: 40px 0;
        }
        .dealers-page .dealers-1 .left a.more.you {
          margin-left: 0;
          margin-top: 10px;
        }
        .dealers-page .dealers-1 .left {
          padding-top: 0;
        }
        .dealers-page .dealers-1 .right {
          padding: 0;
          margin-top: 10px;
        }
    }
#Pop_UpsBtn{
  display: none!important;
}


#index-body .init-4 .right .list .text {
    text-transform: capitalize;
}

.about-page .about-2 .list ul li p{
      text-transform: capitalize;
}





.technology-page-3 .container .title_c .column {
  vertical-align: middle;
}
.technology-page-3 .container .title_c .text1 {
  width: 320px;
  padding-right: 20px;
}
.technology-page-3 .container .title_c .text1 .top {
     color: #fd0400;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.technology-page-3 .container .title_c .text1 .bottom {
  font-weight: bold;
  text-transform: uppercase;
}
.technology-page-3 .container .title_c .line {
  width: 1px;
  height: 60px;
  background-color: #5f5f5f;
}
.technology-page-3 .container .title_c .text2 {
  width: 540px;
  padding-left: 20px;
}
.technology-page-3 .container .content {

}
.technology-page-3 .container .content .left .img {
    /*width: -webkit-calc(30%);
    width: -moz-calc(30%);
    width: calc(50% - 20px);*/
    height: 500px;
    margin-top: 36px;
    position: relative;
    -o-background-size: cover;
    background-size: cover;
}
.technology-page-3 .container .content .left .img .btn {
  display: block;
  width: 250px;

  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 68px;
  text-align: center;
}
.technology-page-3 .container .content .left .img .btn i,
.technology-page-3 .container .content .left .img .btn span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
}
.technology-page-3 .container .content .left .img .btn i {
  font-size: 24px;
}
.technology-page-3 .container .content .left .img .btn span {

}
.technology-page-3 .container .content .left .img .btn:hover {
  color: #fff;
  background-color: var(--color);
}
.technology-page-3 .container .content .left .img .btn:hover i {
  color: #fff;
}
.technology-page-3 .container .content .left .img_2 {
    margin-left: 25px;
    height: 580px;
    margin-top: 0;
}
.technology-page-3 .container .content .right {
       padding-top: 40px;
    padding-left: 50px;
    width: 55%;
}
.technology-page-3 .container .content .left{
  width: 45%;
}
.technology-page-3 .container .content .right .tips {
  font-weight: bold;
  line-height: 1.2;
      font-size: 50px;
}
.technology-page-3 .container .content .right .tips_des {
  color: #979797;
  margin-top: 20px;
}
.technology-page-3 .container .content .right .list_cont .list {
  margin-top: 40px;
}
.technology-page-3 .container .content .right .list_cont .list .img_c {
  width: 86px;
  height: 86px;
  background-color: #fd0400;
  position: relative;
}
.technology-page-3 .container .content .right .list_cont .list .img_c .img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.technology-page-3 .container .content .right .list_cont .list .text {
  width: -webkit-calc(14%);
  width: -moz-calc(14%);
  width: calc(100% - 86px);
  padding-left: 16px;
}
.technology-page-3 .container .content .right .list_cont .list .text .title {
  font-weight: bold;
}
.technology-page-3 .container .content .right .list_cont .list .text .des {
  color: #828282;
  line-height: 1.4;
  margin-top: 6px;
}
.technology-page-3 .container .content .right .list_cont .list:hover .img_c {
  border-radius: 20px;
}
.technology-page-3 .container .content .right .list_cont .list_2 .img_c {
  background-color: #222222;
}
.technology-page-3 .container .content .right .list_cont .list_3 .img_c {
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}
.technology-page-3 .container .content .right .tips.font-50 p {
    font-size: 44px;
    line-height: 1.5;
    color: var(--color);
        width: 80%;
            text-transform: capitalize;
}

.technology-page-3 .container .content .right .tips_des p {
    padding: 10px 0;
}
.technology-page-3 .container .content .right .tips_des p span {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}

.technology-page-3 {
    padding: 100px 0;
}

.technology-page-3 .container .content .right .anniu {
    margin-top: 35px;
}

.technology-page-3 .container .content .right .anniu a {
    padding: 15px 15px;
    background: var(--color);
    color: #fff;
    margin-right: 20px;
}
.technology-page-3 .container .content .right .anniu a:hover {
    background: #fff;
    color: var(--color);
    border: 1px solid var(--color);
}


@media (max-width:1000px) {
  .technology-page-3 {
    padding: 60px 0;
  }

  .technology-page-3 .container .content .left {
    width: 100%;
  }

  .technology-page-3 .container .content .right {
    width: 100%;
    padding-left: 0;
  }

  .technology-page-3 .container .content .left .img {
    height: 400px;
  }

  .technology-page-3 .container .content .left .img_2 {
    margin-left: 40px;
    height: 480px;
  }

  .technology-page-3 .container .content .right .tips.font-50 p {
    width: 100%;
    font-size: 30px;
  }
}

@media (max-width:500px) {
  .technology-page-3 .container .content .left .img {
    height: 300px;
  }

  .technology-page-3 .container .content .left .img_2 {
    margin-left: 40px;
    height: 380px;
  }

  .technology-page-3 .container .content .right .tips.font-50 p {
    font-size: 24px;
  }
}


.contact-page .right .info li i {
    font-size: 16px;
    text-align: center;
    width: 30px;
    color: var(--color);
}

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


.prodet-page .prodet-4 .list ul li a.tututu {
    display: block;
    border-radius: 100%;
    background: #f5f5f5;
    width: 100%;
        margin-bottom: 20px;
}


.prodet-page .prodet-4 .list ul li a.tututu:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/icon-h.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: left 72.5% top 1.5%;
    -webkit-animation: rotate360 5s linear infinite;
    -moz-animation: rotate360 5s linear infinite;
    animation: rotate360 5s linear infinite;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-4 .list ul li a.tututu:hover:before {
    opacity: 1;
}

.prodet-page .prodet-4 .list {
    padding: 60px 0;
}


.inner-page .sideBarBox .slideBarRight .product_list {
  margin-top: 40px;
}
.inner-page .sideBarBox .slideBarRight .product_list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .img_c {
  overflow: hidden;
  position: relative;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .product-image {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .product-inner .second-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box {
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    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;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border: 1px solid #e7e7e7;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #aaa;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .fa-box a:hover {
  background-color: var(--color);
  color: #fff;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .title {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
  line-height: 1.4;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .title:hover {
  color: var(--color);
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .des {
    color: #aaa;
     -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
        font-size: 15px;
            TEXT-ALIGN: CENTER;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner .first-image {
  opacity: 0;
}
.inner-page .sideBarBox .slideBarRight .product_list ul li .box:hover .product-inner .second-image {
  opacity: 1;
}


@media (max-width: 500px){

 .inner-page .sideBarBox .slideBarRight .product_list {
    margin-top: 20px;
  }
 .inner-page .sideBarBox .slideBarRight .product_list ul li .box .des {
    padding-top: 6px;
  }
.inner-page .sideBarBox .slideBarRight .product_list ul li .box .title {
    margin-top: 10px;
  }

}



.inner-banner.ship span.video {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 1;
    z-index: -1;
    top: 0;
    right: 0;
}
.inner-banner.ship span.video video {
    display: block;
    height: 100%;
    width: 70%;
    object-fit: cover;
    margin-left: auto;
}
.inner-banner.ship span.video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #16131e;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),color-stop(100%,transparent));
    background: -moz-linear-gradient(right,#16131e 50%,transparent 100%);
    background: -webkit-linear-gradient(left,#16131e 50%,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),to(transparent));
    background: -webkit-linear-gradient(left,#16131e 50%,transparent);
    background: -moz-linear-gradient(left,#16131e 50%,transparent);
    background: linear-gradient(to right,#16131e 30%,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e', endColorstr='transparent',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e',endColorstr='transparent',GradientType=1);
    z-index: 1;
}

.strength-01 {
    padding: 100px 0;
    background: #f5f7f9;
}
.strength-01 .grid-box {
    display: flex;
    align-items: center;
}
.strength-01 h2 {
    color: var(--color);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.strength-01 p {
    font-size: 17px;
    padding-right: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.strength-02 {
    padding: 100px 0;
}
.strength-02 .slick-current .img-bg {
  background-color: #555;
}
.strength-02 .slick-current+div .img-bg {
  background-color: #696969;
}
.strength-02 .slick-current+div+div .img-bg {
  background-color: #a90d22;
}

.strength-02 li {
    color: #fff;
    padding: 0 2px;
}
.strength-02 .img-bg {
    background: #555;
    padding: 40px 30px 50px;
    position: relative;
    transition: .5s;
}
.strength-02 .i-num {
    position: absolute;
    left: 25px;
    top: 48px;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    font-size: 62px;
    line-height: 55px;
    font-weight: 700;
}
.strength-02 h2 {
    font-size: 23px;
    padding-left: 55px;
        padding-top: 15px;
}
.strength-02 p {
    line-height: 1.6;
    margin-top: 40px;
    font-size: 17px;
    height: 8em;
    overflow: hidden;
}
.strength-02 .img-bg .img {
    position: absolute;
    right: 30px;
    top: 50px;
}

.strength-02 .slick-slide:nth-child(2) li .img-bg {
    background: #000;
}



.faq-page {

  padding: 100px 0 0;

}

.faq-page .faq-list {

  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;

}

.faq-page .faq-list li {

  width: 48%;

  padding: 50px 50px 50px 200px;

  border-radius: 5px;

  border: 1px solid #eae0d4;

  background: url(../images/faq-img.png) no-repeat 40px 40px;

  margin-bottom: 60px;

  -webkit-transition: .3s;

  -moz-transition: .3s;

  transition: .3s;

}

.faq-page .faq-list li:hover {

  border: 1px solid #fff;

  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);

  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);

}

.faq-page .faq-list li h4 {

  font-size: 25px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 25px;
  text-transform: capitalize;

}


.faq-page .faq-list li p {
    font-size: 17px;
}


.strength-03 {
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    padding: 100px 0;
}
.strength-03 .left {
    width: 40%;
        padding-top: 40px;
            padding-right: 70px;
}
.strength-03 .left h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}
.strength-03 .left p {
      margin-top: 30px;
    margin-bottom: 40px;
}
.strength-03 .left .img {
    margin: 3rem 0;
}
.strength-03 .left .tab {
    font-size: 0;
}
.strength-03 .left .tab span {
    display: inline-block;
    background-color: var(--color);
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
}
.strength-03 .left .tab span img {
    vertical-align: middle;
}
.strength-03 .left .tab span.left-btn {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.strength-03 .left .tab span.right-btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.strength-03 .right {
    width: 60%;
    position: relative;
}
.strength-03 .right ul {
    margin: -15px;
}
.strength-03 .right ul li {
    padding: 15px;
}
.strength-03 .right ul li img {
    width: 100%;
}

/*YD*/

.yd-product .slide {
  height: 940px;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.yd-product .slide .mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-attachment: fixed;
  background-size: 50% 100%;
}
.yd-product .slide .box {
  width: 56.5%;
}
.yd-product .slide .box span.h3 {
font-size: 34px;
    color: #3d3e52;
    line-height: 2;

    display: block;
    max-width: 18em;
    text-transform: capitalize;
}
.yd-product .slide .box .box2 {
  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: 70px 0 50px;
}
.yd-product .slide .box .box2 .list {
  width: 75.5%;
  padding-right: 5.5%;
}
.yd-product .slide .box .box2 .list ul {
  margin: -15px;
}
.yd-product .slide .box .box2 .list ul li {
  padding: 15px;
}
.yd-product .slide .box .box2 .list ul li a.img-box {
  display: block;

  font-size: 14px;
  text-align: center;
}
.yd-product .slide .box .box2 .list ul li a.img-box em {
  display: block;
  padding: 1em;

  line-height: 2;
}
.yd-product .slide .box .box2 .number {
  width: 24.5%;
  padding: 15px;
  border-radius: 15px;
  background-color: #f3f4f6;

}
.yd-product .slide .box .box2 .number span.num {
  font-size: 42px;
  color: #656675;
    line-height: 1;
  display: block;
}
.yd-product .slide .box .box2 .number span.name {
  display: block;
  font-size: 20px;
  color: #3d3e52;
  margin: 1.5em 0;
  text-align: center;
}
.yd-product .slide .box .box2 .number span.tal {
  font-size: 20px;
  display: block;
  line-height: 1;
  text-align: right;
}



@media screen and (max-width: 1600px) {

.yd-product .slide .box span.h3,
  .yd-product .slide .box .box2 .number span.num {
    font-size: 32px;
  }
  .yd-product .slide .box .box2 .number span.tal {
    font-size: 18px;
  }
 .yd-product .slide .box .box2 {
    margin: 30px 0;
  }
  .yd-product .slide .box .box2 .number span.name {
    font-size: 18px;
    margin: 1em 0;
  }
  }

@media screen and (max-width: 1450px) {
 .yd-product .slide .box span.h3,
  .yd-product .slide .box .box2 .number span.num {
    font-size: 28px;
  }
  .yd-product .slide .box .box2 .number span.tal {
    font-size: 16px;
  }
  }


@media screen and (max-width: 1250px) {
  .yd-product .slide .box span.h3,
  .yd-product .slide .box .box2 .number span.num {
    font-size: 24px;
  }
  .yd-product .slide .box .box2 .number span.name {
    font-size: 16px;
  }
  .yd-product .slide .box .box2 .list ul li {
    padding: 5px;
  }
  .yd-product .slide .box .box2 .list ul {
    margin: -5px;
  }
  }

@media screen and (max-width: 1000px) {
  .yd-product .slide .box {
    width: 100%;
  }
  .yd-product .slide .box .box2 .number {
    display: none;
  }
  .yd-product .slide .box .box2 .list {
    width: 100%;
    padding: 0!important;
  }
  .yd-product .slide .mask {
    display: none;
  }
  .yd-product .slide {
    height: auto;
    padding: 50px 0;
  }
  .yd-product {
    padding: 30px 0;
  }
  .yd-product .slide .box span.h3 {
    max-width: none;
  }

  }


@media screen and (max-width: 700px) {
 .yd-product .slide {
    padding: 30px 0;
  }

  }

@media screen and (max-width: 500px) {

  .yd-product .slide .box .box2 .number span.tal {
    font-size: 14px;
  }
 }


.yd-product .slide .box .box2 .list ul li .img-box:hover img {
    transform: scale(1,1);
}


.yd-product .slide:nth-child(even) .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-attachment: fixed;
    background-size: 50% 100%;
}
.yd-product .slide:nth-child(even) .box {
    direction: rtl;
    margin-left: auto;
}
.yd-product .slide:nth-child(even) .box .list {
    padding-right: 0;
    padding-left: 5.5%;
}
.yd-product .slide:nth-child(even) .box .list, .yd-product .slide:nth-child(even) .box span.h3, .yd-product .slide:nth-child(even) .box a.more, .yd-product .slide:nth-child(even) .box .box2 .number {
    direction: ltr;
}

.inner-page.product-list .product01 {
    padding: 80px 0;
}

.inner-page.product-list .product01 .right {
    padding-left: 60px;
        padding-top: 20px;
}
.inner-page.product-list .product01 .right h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}
.inner-page.product-list .product01 .right .text p {
  line-height: 2;
    padding: 5px 0;
    font-size: 16px;
}

.inner-page.product-list .product01 .right a {
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    background-color: var(--color);
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 25px;
}

@media (max-width:1000px) {
  .inner-page.product-list .product01 .left {
    width: 100%;
  }

  .inner-page.product-list .product01 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.product02 {
    background-color: #f4f4f4;
    padding: 80px 0;
}
.product02 .top, .product03 .top, .product04 .top, .product05 .top, .product06 .top, .product07 .top {
    text-align: center;
    margin-bottom: 30px;
}
.product02 .top h2, .product03 .top h2, .product04 .top h2, .product05 .top h2, .product06 .top h2, .product07 .top h2 {
    font-family: var(--font);
    font-size: 48px;
    text-transform: capitalize;
}

@media (max-width:1000px) {
  .product02 .top h2, .product03 .top h2, .product04 .top h2, .product05 .top h2, .product06 .top h2, .product07 .top h2 {
    font-size: 30px;
  }
}

.product02 .bottom {
    text-align: center;
}
.product02 .bottom ul {
    margin: 0 -50px;
}
.product02 .bottom ul li {
    padding: 0 50px;
}
.product02 .bottom ul li .img {
    background: #fff;
    padding: 15px;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.product02 .bottom ul li .content h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 25px 0 10px;
}
.product02 .bottom ul li .content p {
  line-height: 2;
    font-size: 15px;
}

.product02 .top span, .product03 .top span, .product04 .top span, .product05 .top span, .product06 .top span, .product07 .top span {
    font-size: 18px;
    color: #aaa;
}



.product03 {
    padding: 80px 0;
}

@media (max-width:1200px) {
  .product02 .bottom ul {
    margin: -15px;
  }
  .product02 .bottom ul li {
    padding: 15px;
  }
}

@media (max-width:1000px) {
  .product02 .bottom ul li {
    width: 100%!important;
  }
}


.cpdd ul {

    margin: 0 -15px;
}
.cpdd ul li {
    padding: 0 15px;
    margin-bottom: 1.5rem;

}

.cpdd ul li .img img{
    height: 450px;
    object-fit: cover;
    width: 100%;
}


.cpdd ul li .pro-box .imgbox{
    position: relative;
}
.cpdd ul li .pro-box .imgbox .img-box:nth-child(1){
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.cpdd ul li .pro-box .imgbox .img-box:nth-child(2){
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.cpdd ul li .pro-box:hover::after {
    bottom: 0;
    background: #46696b;
}
.cpdd ul li .pro-box::after {
    content: none;
    width: 100%;
    bottom: -5px;
    right: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cpdd ul li .pro-box h5 {
    font-size: 18px;
    color: #000;
    padding: 15px 0 0;
    line-height: 1.5;
}
.cpdd ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 1.3rem;
}
.cpdd ul li .pro-box .btm a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.cpdd ul li .pro-box .btm a:hover::after{
    width: 100%;
}
.cpdd ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.cpdd ul li .pro-box .text .neirong {
    padding: 5px 0 0;
    font-weight: 300;
    overflow: overlay;
    max-height: 145px;
        margin-bottom: 10px;

}

.cpdd ul li .pro-box:hover{

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.cpdd ul li .pro-box:hover .imgbox .img-box:nth-child(1){

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.cpdd ul li .pro-box:hover .imgbox .img-box:nth-child(2){
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.cpdd ul li .pro-box h5:hover {
    color: var(--color);
}
.cpdd ul li .pro-box h5 a {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cpdd ul li .pro-box .pro-img {
    display: block;
    margin-bottom: 2.5rem;
}
.cpdd ul li .pro-box .text {
    padding: 0 15px 0 15px;
    font-size: 15px;
    color: #757575;
    text-align: center;
}
.cpdd ul li .pro-box .text p {
    position: relative;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.cpdd ul li .pro-box .text p strong {
    color: #000;
}

.cpdd ul li .pro-box .tupianji{
    margin-top: 10px;
        text-align: center;
}
.cpdd ul li .pro-box .tupianji .item{
    padding: 5px;
    width: 20%;
}
.cpdd ul li .pro-box .more {
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
        margin-bottom: 20px;
          border: 1px solid var(--color);
}


.cpdd ul li .pro-box .more:hover {
background: #fff;
    border: 1px solid var(--color);
    color: var(--color);
}
.cpdd ul li .pro-box .more i {
    margin-left: 1.2rem;
    font-size: 12px;
}
.cpdd ul li .pro-box .btm ul {
    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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.cpdd ul li .pro-box .btm ul li {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0;
    padding: 0 6px;
}

.cpdd ul li .pro-box .btm ul li .coloritem {
    width: 25px;
    height: 25px;
    display: block;
}


.cpdd ul li .pro-box h5 a{
    text-transform: capitalize;

}

@media screen and (max-width: 1200px) {
  .cpdd ul li {
    width: 100%!important;
  }
}

@media screen and (max-width: 700px) {
   .cpdd ul li .pro-box{
        display: block;
    }
    .cpdd ul li .pro-box .imgbox{
        width: 100%;
    }
    .cpdd ul li .pro-box .text{
        width: 100%;
        padding: 0 10px 0 0px;
    }
}


.cpdd ul li .pro-box a.wu {
    display: initial;
    font-size: 0;
    color: #fff;
    text-transform: capitalize;
    background: none;
    padding: 0;
    position: relative;
    z-index: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    margin-bottom: 0;
}

.product04 {
    background-color: #f4f4f4;
    padding: 80px 0;
}



.product04 {
  padding: 110px 0;
}
.product04 .left {
  width: 52%;
  vertical-align: middle;
}
.product04 .left span.tag {
  color: var(--color);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.product04 .left span.h3 {
  font-size: 26px;
  display: block;
  line-height: 1.2;
}
.product04 .left .text {
  font-size: 17px;
  color: #646464;
  line-height: 1.6;
  margin: 1.2em 0;
}
.product04 .left .text p {
  margin-top: 1em;
}
.product04 .left .text p:first-child {
  margin-top: 0;
}
.product04 .right {
  width: 48%;
  padding-left: 3%;
  vertical-align: middle;
}
.product04 .right .list ul li {
  font-size: 18px;
    padding: 15px 10px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid #e3e3e3;
}
.product04 .right .list ul li i.fa {
  padding: 0 .5em;
  font-size: 28px;
  line-height: 1;
  margin-top: -0.1em;
}
.product04 .right .list ul li .content {
  width: 100%;
      padding-left: 16px;
}
.product04 .right .list ul li .content span.h6 {
  color: #373737;
  display: block;
}
.product04 .right .list ul li .content .text {
  font-size: 15px;
  color: #646464;
  line-height: 1.8;
  margin-top: 1.2em;
  display: none;
}
.product04 .right .list ul li span.plus {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.product04 .right .list ul li span.plus:after,
.product04 .right .list ul li span.plus:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #a6a6a6;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product04 .right .list ul li span.plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product04 .right .list ul li.active span.plus:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product04 .right .list ul li > span {
  transition: .3s linear;
  cursor: pointer;
}
.product04 .right .list ul li.active > span {
  transform: rotate(90deg);
}


@media screen and (max-width: 1600px) {
.product04 .left span.tag,
  .sustainable-page span.tag {
    font-size: 16px;
  }
  .product04 .left span.h3 {
    font-size: 22px;
  }
  .product04 .left .text {
    font-size: 15px;
  }
  .product04 .right .list ul li .content .text {
    margin-top: .5em;
  }
  .product04 .right .list ul li {
    padding: 17px 10px;
  }

}


@media screen and (max-width: 1450px) {
  .product04 .left span.tag,
  .sustainable-page span.tag {
    font-size: 14px;
  }
  .product04 .left span.h3 {
    font-size: 20px;
  }
}


@media screen and (max-width: 1250px) {
 .product04 .right .list ul li .content span.h6 {
    font-size: 16px;
  }
  .product04 .right .list ul li i.fa {
    font-size: 24px;
  }
}


@media screen and (max-width: 1000px) {
  .product04 .left {
    width: 100%!important;
  }
  .product04 .right {
    width: 100%!important;
    padding-left: 0;
    margin-top: 20px;
  }

}


.product04 .right .list ul li i {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #000;
}

.product05 .right .list ul li {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
        transition: all .8s ease;
}
.product05 .right .list ul li:hover {
    padding-left: 20px;
    transition: all .8s ease;
}

.product05 .right .list ul li span {
    padding-left: 30px;
    font-size: 15px;
}

.product05 .left {
    padding-right: 100px;
    font-size: 17px;
        padding-top: 40px;
}

.product05 .left .content span.h6 {
    font-size: 26px;
    font-weight: bold;
        text-transform: capitalize;
}
.product05 .left .content .text {
  line-height: 2;
    margin-top: 20px;
    margin-bottom: 35px;
}

.product05 .left .img ul {
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.product05 .left .img ul li {
    padding: 6px;
}
.product05 .left .img ul li img {
    border-radius: 100%;
}

.product05 {
    padding: 110px 0;
}

@media (max-width:1000px) {
  .product05 .left {
    width: 100%!important;
    padding: 0;
  }

  .product05 .right {
    width: 100%!important;
    margin-top: 40px;
  }
}

.product06 {
    padding: 110px 0;
    background: url(../images/pro-bg01.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
    text-align: center;
        color: #fff;
}
.product06 span {
    font-size: 18px;
}
.product06 h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 35px;
}
.product06 .btn a {
    background-image: url(../images/btn-bg.png);
    padding: 15px 20px;
    font-size: 17px;
    background-color: #b68360;
    border-radius: 10px;
}

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

.product07 {
      padding: 110px 0;
}
.product07 .bi-table {
    margin-top: 80px;
}
.product07 .bottom .bi-img {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}
.product07 .bottom .bi-img ul{
  margin: -100px;
}
.product07 .bottom .bi-img ul li .project {
  padding: 100px;
}
.product07 .bottom .bi-img ul li img {
    margin-bottom: 30px;
}


.product07 .bi-table table td, .product07 .bi-table table th {
    padding: 5px 10px;
    border: 0px solid #666;
    width: auto;
    font-size: 17px;
}

.product07 .bi-table table tr:first-child {
    background: #b68360;
    text-align: center;
}
.product07 .bi-table table tr {
    background: #f6f6f6;
}
.product07 .bi-table table tr:nth-child(even) {
    background: #fff;
}
.product07 .bi-table table tr:first-child td {
    color: #fff;
    font-size: 22px;
    padding: 20px;
}

.product07 .bi-table table td {
    padding: 15px 35px;
}

@media (max-width:1000px) {
  .product07 .bi-table table td {
    padding: 10px;
  }

  .product07 .bi-table table td,
  .product07 .bi-table table th {
    font-size: 14px;
  }

  .product07 .bottom .bi-img {
    width: 50%;
  }
}

.project__card:after {
content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 100%;
    width: 100%;
    height: 1000%;
    background-color: #ccc;
    opacity: .8;
    filter: blur(20px);
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -107deg);
    -webkit-transform: rotate3d(1, 0, 0, 107deg);
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: bottom;
}





.fucker .pro_list ul {
  margin: -15px;
}

.fucker .pro_list ul li {
  padding: 15px;
}

.newdet-page .form ul li input {
    margin-top: 15px;
}
.newdet-page .form ul li label {
    font-size: 18px;
    font-weight: bold;
}

.fucker .pro_list ul li img {
    cursor: pointer;
}

/*浜у搧鍒楄〃02*/
.inner-page.product-list.list02 {
    padding: 90px 0;
}
.inner-page.product-list.list02 .list02-left {
    width: 22%;
        position: sticky;
    top: 130px;
}
.inner-page.product-list.list02 .list02-right {
    width: 78%;
    padding-left: 3%;
}

.inner-page.product-list.list02 .list02-right .product03 {
    padding: 0;
}
.inner-page.product-list.list02 .list02-left span.h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.inner-page.product-list.list02 .list02-left .nav ul li a {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1em;
    display: block;
    padding-right: 1.5em;
    position: relative;
    text-transform: capitalize;
}

.inner-page.product-list.list02 .list02-left .nav ul li a em{
opacity: .6;
}


.inner-page.product-list.list02 .list02-left .nav ul li a i.fa {
    position: absolute;
    right: 0.3em;
    top: 0;
    font-size: 140%;
}

.inner-page.product-list.list02 .list02-left .nav ul li:hover > a, .inner-page.product-list.list02 .list02-left .nav ul li.active > a {
    color: var(--color);
}

.inner-page.product-list.list02 .list02-right .product03 .cpdd li .pro-box {
    display: flex;
    align-items: center;
    background: #f6f6f6;
}
.inner-page.product-list.list02 .list02-right .product03 .cpdd li .pro-box .imgbox {
    width: 50%;
}
.inner-page.product-list.list02 .list02-right .product03 .cpdd li .pro-box .text {
    width: 50%;
    text-align: left;
    padding: 0 30px 0 30px;
}


.inner-page.product-list.list02 .list02-right .product03 .cpdd li .pro-box .text .tupianji {
    text-align: left;
}

.inner-page.product-list.list02 .list02-right .product03 .cpdd li .pro-box .text h5 {
    margin-bottom: 10px;
    font-weight: bold;
}

@media (max-width:1200px) {
  .inner-page.product-list.list02 .list02-left {
    width: 30%;
  }

  .inner-page.product-list.list02 .list02-right {
    width: 70%;
  }
}

@media (max-width:1000px) {
  .inner-page.product-list.list02 .list02-left {
    display: none;
  }

  .inner-page.product-list.list02 .list02-right {
    width: 100%;
    padding: 0;
  }
}

@media (max-width:1000px) {
  .inner-page.product-list.list02 .list02-right .product03 .cpdd li .pro-box {
    display: block;
  }

  .inner-page.product-list.list02 .list02-right .product03 .cpdd li .pro-box .imgbox {
    width: 100%;
  }

  .inner-page.product-list.list02 .list02-right .product03 .cpdd li .pro-box .text {
    width: 100%;
    padding: 15px;
  }
}

.yd-product .slide .box a.more {
    margin-right: 10px;
    margin-bottom: 10px;
}

.our-product .list .box .img:after {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 right: 0;
 background: linear-gradient(to top,rgba(0,0,0,.2) 30%,transparent);
}





/* 鎸界暀 */
#dialog-content {
    background: url(../images/tnm-bg.jpg)no-repeat center;
    background-size: cover;
    padding: 60px;
}
#dialog-content h2 {
    font-size: 36px;
}
#dialog-content .tnm {
    margin-top: 40px;
}
#dialog-content .tnm ul {
    margin: -15px -11px;
}
#dialog-content .tnm ul li {
    padding: 15px 11px;
}
#dialog-content .tnm ul li.wid-100 {
    width: 100%;
}
#dialog-content .tnm input {
    font-size: 16px;
    width: 100%;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: rgba(255,255,255,.7);
}
#dialog-content .tnm input[name="content"] {
    padding-right: 70px;
}
#dialog-content .tnm input[type="submit"] {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    background-image: url(../images/tnm-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

#dialog-content .tnm-info {
    background: url(../images/tnm-info-bg.jpg)no-repeat center;
    background-size: cover;
    padding: 100px 5%;
    text-align: center;
    margin-top: 70px;
}

#dialog-content .tnm-info .name {
    color: #FFFFFF;
 /*   font-family: 'BIOWEAPON'; */
    margin-bottom: 30px;
}

#dialog-content .tnm-info .tnm-download a {
    display: inline-block;
    color: #ffffff;
    background-color: #b68360;
    padding: 10px 20px;
}

#dialog-content .tnm-info .tnm-download a:hover {
    background-color: #000000;
}
/* end */
/*--seo start-----*/
a.mengmeng {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    top: -10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font);
}
._text.font-16.mt-30 {
    line-height: 2;
}
.text.Auxil-catdes {
    line-height: 2;
}
p.font-16.mt-20.mb-30 {
    line-height: 2;
}
p.bba {
  transform: translateX(50px);
    font-size: 18px;
    line-height: 2;
}
.font-16.mt-20.mb-30 h1 {
    display: inline;
}
.font-16.mt-20.mb-30 {
    line-height: 2;
}
a.foota {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
}
h2.seo_title.hangye {
    transform: translateX(50px);
}
div#seo_about\ hangye {
    margin: 100px;
}

.con h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.con p {
    font-size: 17px;
    padding: 10px 0;
}

.hwt-06 .cn-on-05 .top {
    font-size: 36px;
        margin-bottom: 30px;
}
.hwt-06 .cn-on-05 ul li:nth-child(even) .box {
    flex-direction: row-reverse;
      display: flex;
 
}
.hwt-06 .cn-on-05 ul li .box {

    display: flex;
        align-items: center;
}
.hwt-06 .cn-on-05 ul li .box .left {
    padding: 0 60px;
}
.hwt-06 .cn-on-05 ul {
    margin: 0 -60px;
}
.hwt-06 .cn-on-05 ul li .box .right h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.hwt-06 .cn-on-05 ul li .box .right p {
    font-size: 18px;
}
.hwt-06 {
    padding: 80px 0;
}
/*--seo end-----*/



.inner-page.hwt-05 .feat .top,
.applion .top {
    text-align: center;
}

.inner-page.hwt-05 .feat .top h2,
.applion .top h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
}


.inner-page.hwt-05 .feat .top p,
.applion .top p {
    font-size: 17px;
    margin-bottom: 30px;
}
.inner-page.hwt-05 .feat .bottom ul li .box {
    display: flex;
}

.inner-page.hwt-05 .feat .bottom ul li .box .left {
    width: 15%;
    padding-right: 15px;
}
.inner-page.hwt-05 .feat .bottom ul li .box .right {
    width: 85%;
    padding-right: 55px;
}
.inner-page.hwt-05 .feat .bottom ul li .box .right h2 {
    font-size: 20px;
    font-weight: bold;
}
.inner-page.hwt-05 .feat .bottom ul li .box .right p {
    font-size: 17px;
}
.inner-page.hwt-05 .feat .bottom ul li {
    margin-bottom: 70px;
}
.applion .bottom .box {
    padding: 40px;
}
.applion .bottom .box .left img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}
.applion .bottom .box .right h2 {
    font-size: 22px;
    padding: 10px 0;
}
.applion .bottom .box .right p {
    font-size: 17px;
}

.feat .bottom {
    text-align: center;
}
.inner-page.hwt-05 {
    background: #fcfcfc;
    padding: 50px 0;
}