.seoPublic .Auxil-form .form ul li .public-btn{
  padding-left: 36px;
}     
      .prodet-page .product {
        margin-top: 3.75vw;
      }
      /*.prodet-page .product .ui.container {
        max-width: 1720px;
      }*/
      .prodet-page .product .public-title {
        text-align: center;
      }
      .prodet-page .product .product-slide-ul {
        margin: 10px -17px 0;
      }
      .prodet-page .product .product-slide-ul .slide-box {
        margin: 3.3333333333333335vw 17px 0;
      }
      .prodet-page .product .product-slide-ul .slide-box .img-box {
        display: block;
        border-radius: 10px;
        overflow: hidden;
      }
      .prodet-page .product .product-slide-ul .slide-box .img-box img {
        border-radius: 10px;
            background: #f3f3f3;
      }
      .prodet-page .product .product-slide-ul .slide-box .title {
        display: block;
        font-weight: 500;
        color: #000;
        text-align: center;
        margin-top: 27px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 200px;
      }
      .prodet-page .product .product-buttons {
        margin-top: 4.479166666666667vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
      .prodet-page .product .product-buttons a {
        display: block;
        width: 443px;
        font-weight: 500;
        font-size: 15px;
        border-radius: 5px;
        margin: 0 15px;
        height: 52px;
        text-align: center;
      }
      .prodet-page .product .product-buttons a.more-products {
        background-color: #000000;
        color: #fff;
        line-height: 52px;
      }
      .prodet-page .product .product-buttons a.more-products:hover {
        background-color: var(--index-main-color);
      }
      .prodet-page .product .product-buttons a.customized-products {
        color: #000;
        border: solid 1px #000000;
        line-height: 50px;
      }
      .prodet-page .product .product-buttons a.customized-products:hover {
        background-color: var(--index-main-color);
        color: #fff;
        border-color: var(--index-main-color);
      }

.prodet-page .product{
    padding-top: 5vw;
  background: linear-gradient(to bottom,var(--index-color) 0%,transparent 100%);
}

      
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  min-width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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;
}
@media screen and (max-width: 1000px) {
  /*.inner-banner {
    margin-top: 40px;
  }*/
}
.text {
  font-size: 18px;
  color: #545454;
  line-height: 1.6;
}
a.more {
  font-size: 18px;
  text-transform: uppercase;
  padding: 1.5em 5em;
  display: inline-block;
  background-color: var(--index-main-color);
  color: white;
  line-height: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: 1px solid rgba(254,161,104,1.00);
}
a.more:after {
  content: '';
  width: 1.1em;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  background-color: white;
}
a.more:hover {
  background: none;
  color: #000;
}
a.more:hover:after {
  background: #000;
}
span.tag {
  font-size: 18px;
  display: block;
  line-height: 2;
  margin-bottom: .5em;
  font-weight: bold;
}
a.tag {
  font-size: 18px;
  display: block;
  line-height: 2;
  margin-bottom: .5em;
  font-weight: bold;
}
span.h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
span.h2 em {
  color: var(--index-main-color);
}
.arrows.three {
  font-size: 16px;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: white;
  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;
  -o-box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  -webkit-box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  color: var(--index-main-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.arrows.three i {
  -webkit-animation: light 2s linear infinite alternate;
  -moz-animation: light 2s linear infinite alternate;
  animation: light 2s linear infinite alternate;
  opacity: .3;
}
.arrows.three i:nth-child(2) {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}
.arrows.three i:nth-child(3) {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.arrows.three:hover {
  background-color: var(--index-main-color);
  color: white;
}
@-webkit-keyframes light {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
@-moz-keyframes light {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
@keyframes light {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
.btn div {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--index-main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.btn div:hover {
  background-color: black;
}
.btn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
h1.hhhhhh {
  display: inline;
}
a.foota.hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes tb {
  from {
    top: 70px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes tb {
  from {
    top: 70px;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    top: 100%;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes tb {
  from {
    top: 70px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media screen and (max-height: 800px) {
  .text {
      font-size: 16px;
    }
    a.more {
      padding: 1em 3em;
    }
}
@media screen and (max-width: 1800px) {
  a.more {
      padding: 1em 2.5em;
    } span.tag {
      font-size: 16px;
    }
    span.h2 {
      font-size: 40px;
    }  .text {
      font-size: 16px;
    }

}

@media screen and (max-width: 1250px), screen and (max-height: 700px) {
  .fp-tableCell,
  .fp-section {
    height: auto !important;
  }
  .fp-tableCell {
    padding: 60px 0 !important;
  }
}
@media screen and (max-width: 1250px) {
  a.more {
      font-size: 16px;
    }
    span.h2 {
      font-size: 32px;
    }
    span.tag {
      font-size: 14px;
    }
    .text {
      font-size: 14px;
    }
    /*.inner-banner {
      margin-top: 40px;
    }*/
}
@media screen and (max-width: 1000px) {
  .pl-40 {
      padding-left: 0;
    }  span.h2 {
      font-size: 28px;
    }
}
@media screen and (max-width: 700px) {
  a.more {
      font-size: 14px;
      padding: .8em 1.5em;
    }
}
@media screen and (max-width: 500px) {
  span.h2 {
      font-size: 24px;
    }
    .fp-tableCell {
      padding: 40px 0!important;
    }
}


/*.inner-banner {
  margin-top: 86px;
  padding: 55px 0 80px;
  background-position: center;
  background-size: cover;
  color: white;
  background-attachment: fixed;
}
.inner-banner .text {
  margin-top: 1em;
  color: inherit;
  max-width: 980px;
  height: 8em;
      line-height: 2;
}
.inner-banner .flex {
  font-size: 18px;
  margin-top: 1.5em;
  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;
  border-top: 1px solid white;
  padding-top: 1.2em;
}
.inner-banner .flex a.link {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-banner .flex a.link em {
  border-radius: 1.5em;
  border: 1px solid white;
  padding: 0 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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .flex a.link span {
  font-size: inherit;
  margin-left: -1em;
  background-color: var(--index-main-color);
  color: white;
}
.inner-banner .flex a.link:hover em {
  background-color: var(--index-main-color);
  border-color: transparent;
}
.inner-banner .flex a.link:hover span {
  background-color: white;
  color: var(--index-main-color);
}
.inner-banner.no {
  padding: 0;
}*/
.inner-page a.more {
  padding: 1em 2em;
}
.inner-page .productList ul {
  margin: -25px;
}
.inner-page .productList ul li {
  padding: 25px;
}
.inner-page .productList ul .slick-slide li {
  width: 100% !important;
}
.inner-page .productList ul li .box {
  border-radius: 25px;
}
.inner-page .productList ul li .box a.img {
  border-radius: inherit;
  display: block;
  background-color: #f2f2f2;
  border-bottom-left-radius: 0;
  padding: 10%;
  text-align: center;
}
.inner-page .productList ul li .box a.img img {
  display: block;
  margin: 0 auto;
}
.inner-page .productList ul li .box .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: inherit;
  position: relative;
}
.inner-page .productList ul li .box .flex:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #f2f2f2;
}
.inner-page .productList ul li .box .flex .content {
  width: 100%;
  /*text-align: center;*/
  background-color: #f2f2f2;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 5%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.inner-page .productList ul li .box .flex .content span.small {
  font-size: 18px;
  display: block;
  line-height: 1.8;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.inner-page .productList ul li .box .flex .content span.h6 {
  font-size: 16px;
  font-weight: normal;
  display: block;
  line-height: 2;
  width: 100%;
  margin-top: .5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.8em;
}
.inner-page .productList ul li .box .flex .btn {
  padding: 20px;
  padding-bottom: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-left-radius: inherit;
  background-color: white;
}
.inner-page .m-page>div {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  margin: 0 .5em;
  background-color: #dfdfdf;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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-weight: 500;
}
.inner-page .m-page span,
.inner-page .m-page current,
.inner-page .m-page a:hover {
  background-color: var(--index-main-color);
}
.inner-page .filterTag {
  font-size: 18px;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  margin-bottom: 2em;
}
.inner-page .filterTag .slide {
  padding-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page .filterTag .slide span {
  font-size: 1.33333333em;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-page .filterTag .slide .nav {
  margin-top: .2em;
  margin-left: 1em;
}
.inner-page .filterTag .slide .nav a {
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .filterTag .slide .nav a:hover,
.inner-page .filterTag .slide .nav a.active {
  color: var(--index-main-color);
}
.inner-page .clearFilter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.inner-page .clearFilter span.tit {
  font-size: 1.33333333em;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-page .clearFilter .nav {
  margin-left: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .clearFilter .nav span {
  margin-left: 1em;
  padding-left: 1.5em;
  border-radius: 2em;
  border: 1px solid #eee;
  line-height: 1.2;
  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: .5em;
}
.inner-page .clearFilter .nav span i.close {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  background-color: var(--index-main-color);
  margin-left: 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.inner-page .clearFilter .nav span i.close:after,
.inner-page .clearFilter .nav span i.close:before {
  content: '';
  width: 1em;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.inner-page .clearFilter .nav span i.close:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -moz-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.inner-page .clearFilter .nav span.clear {
  padding: 0 2em;
  background-image: -webkit-gradient(linear, left top, right top, from(#1b5cc3), to(#0b3c8b));
  background-image: -webkit-linear-gradient(left, #1b5cc3, #0b3c8b);
  background-image: -moz-linear-gradient(left, #1b5cc3, #0b3c8b);
  background-image: linear-gradient(to right, #1b5cc3, #0b3c8b);
  color: white;
  border: none;
  cursor: pointer;
  cursor: hand;
}
.product-page .product-1 {
  padding: 80px 0 70px;
  position: relative;
}
.product-page .product-1 #product {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .6;
}
.product-page .product-1 .box .left {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-page .product-1 .box .left .content {
  padding: 50px 40px;
  border-radius: 8px;
  -o-box-shadow: 0 0 45px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.22);
  padding-right: 8%;
  background-color: rgba(255, 255, 255, 0.7);
}
.product-page .product-1 .box .left .content span.tag {
  font-size: 16px;
  color: var(--index-main-color);
}
.product-page .product-1 .box .left .content span.tag a {
  color: #8b8b8b;
}
.product-page .product-1 .box .left .content h1 {
  font-size: 36px;
  color: #080808;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .box .left .content span.h3:hover {
  color: var(--index-main-color);
}
.product-page .product-1 .box .left .content .text {
  color: #0c0c0c;
  opacity: .83;
  margin: 1em 0 3em;
  line-height: 2;
}
h1.h3.wow.fadeInUp.animated a {
    line-height: 1.6;
}
.product-page .product-1 .box .right {
  width: 53%;
  margin-left: -3%;
  vertical-align: middle;
}
.product-page .product-1 .box .right .img {
  height: 580px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: block;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.22);
  background-color: white;
}
.product-page .product-2 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-page .product-2 .flex .nav {
  width: 90%;
  overflow: hidden;
}
.product-page .product-2 .flex .nav ul {
  width: 100%;
  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 -30px;
}
.product-page .product-2 .flex .nav ul li {
  padding: 0 30px;
  position: relative;
}
.product-page .product-2 .flex .nav ul li:before {
  content: '';
  width: 1px;
  height: 60%;
  right: -1px;
  top: 10%;
  background-color: #dbdbdb;
  position: absolute;
}
.product-page .product-2 .flex .nav a {
  font-size: 16px;
  opacity: .6;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--index-main-color);
  padding-bottom: 1em;
  border-bottom: 1px solid transparent;
}
.product-page .product-2 .flex .nav a em {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-page .product-2 .flex .nav a img {
  margin-right: .25em;
  max-width: 60px;
}
.product-page .product-2 .flex .nav a:hover {
  opacity: 1;
  -webkit-filter: unset;
  filter: unset;
  border-bottom-color: var(--index-main-color);
}
.product-page .product-2 .search {
  margin: 70px 0 30px;
  text-align: right;
}
.product-page .product-2 .search form {
  width: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.product-page .product-2 .search form input {
  width: 100%;
  font-size: 14px;
  padding: 1.2em 1em;
  border-radius: 2em;
  border: 1px solid #b6b6b6;
  line-height: 1;
}
.product-page .product-2 .search form input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.product-page .product-2 .search form input:-moz-placeholder {
  color: #7f7f7f;
}
.product-page .product-2 .search form input::-moz-placeholder {
  color: #7f7f7f;
}
.product-page .product-2 .search form input:-ms-input-placeholder {
  color: #7f7f7f;
}
.product-page .product-2 .search form input::placeholder {
  color: #7f7f7f;
}
.product-page .product-2 .search form input[type="submit"] {
  width: 4.2em;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -1em;
  border: none;
  background-color: var(--index-main-color);
  background-image: url("../images/icon-search2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .search form input[type="submit"]:hover {
  background-color: black;
}
.public .app {
  padding-top: 230px;
  padding-bottom: 100px;
  background-image: url("../images/app-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.public .app .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(109, 109, 109, 0.34);
}
.public .app .flex span.h2 {
  font-weight: 800;
}
span.h2 {
    
    line-height: 1.5;

}
.public .app .flex .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
}
.public .app .flex .nav a {
  position: relative;
  max-width: 10em;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a:before {
  content: '';
  width: 3em;
  height: 3em;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--index-main-color)), to(transparent));
  background-image: -webkit-linear-gradient(top, var(--index-main-color), transparent);
  background-image: -moz-linear-gradient(top, var(--index-main-color), transparent);
  background-image: linear-gradient(to bottom, var(--index-main-color), transparent);
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a:after {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  border-radius: 100%;
  left: 10%;
  bottom: 25%;
  background-color: var(--index-main-color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a span {
  display: block;
  line-height: 2;
  margin-top: .5em;
}
.public .app .flex .nav a:hover:after,
.public .app .flex .nav a:hover:before {
  opacity: 1;
}
.public .app .flex .nav > i {
  width: 1px;
  height: 2.5em;
  background-color: #bfbfbf;
  margin: 0 1.3em;
}
.public .app .flex .nav > i:last-child {
  display: none;
}
.public .app .list {
  margin-top: 90px;
  margin-left: 0;
  width: 100%;
  position: relative;
}
.public .app .list li {
  padding: 0 15px;
  transition: .5s;
}
.public .app .list li {
  width: 27% !important;
}
.public .app .list li.active {
  width: 46% !important;
}
.public .app .list li .box {
  height: 620px;
  display: flex;
  align-items: center;
  padding: 5%;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
}
.public .app .list li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--index-main-color);
  opacity: 0;
  transition: .5s;
}
.public .app .list li .box .content {
  opacity: 0;
  transition: .5s;
  position: relative;
  z-index: 1;
  width: 100%;
}
.public .app .list li.active .box:before {
  opacity: .73;
}
.public .app .list li.active .box .content {
  opacity: 1;
}
.public .app .list li .box span.h6 {
  font-size: 30px;
  display: block;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.public .app .list li .box .text {
  margin: 2em auto;
  color: inherit;
}
.public .app .list li .box a.more {
  border-color: white;
  background-color: transparent;
  color: white;
  padding: 1em;
  width: 12em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.public .app .list li .box a.more:after {
  background-color: white;
}
.public .app .list li .box a.more:hover {
  background-color: white;
  color: var(--index-main-color);
}
.public .app .list li .box a.more:hover:after {
  background-color: var(--index-main-color);
}
.public .app .list .btn .prev,
.public .app .list .btn .next {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.public .app .list .btn .prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
.public .app .list .btn .next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.public .faq {
  padding: 170px 0 100px;
}
.public .faq .list ul {
  margin: -25px;
}
.public .faq .list ul li {
  padding: 25px;
}
.public .faq .list ul li .box {
  border-radius: 4em;
  border: 1px solid #bfbfbf;
  font-size: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #3d3d3d;
  padding: 0 5%;
  text-align: center;
  margin-top: 8em;
  position: relative;
  z-index: 1;
}
.public .faq .list ul li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .faq .list ul li .box i {
  width: 16em;
  height: 16em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--index-main-color);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8em;
}
.public .faq .list ul li .box i img {
  max-width: 40%;
}
.public .faq .list ul li .box span.h2 {
  font-weight: 800;
  color: inherit;
  margin-top: 1em;
}
.public .faq .list ul li .box .text {
  color: inherit;
  margin-top: 1em;
  max-width: 19.44444444em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.public .faq .list ul li .box a.more {
  font-size: 16px;
  padding: 1.2em 3em;
  border-radius: 3em;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: 1em;
}
.public .faq .list ul li .box:hover {
  color: white;
}
.public .faq .list ul li .box:hover:before {
  opacity: 0;
}
.public .case {
  padding-top: 160px;
  overflow: hidden;
}
.public .case .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.public .case .flex span.h2 {
  font-weight: 800;
}
.public .case .list {
  margin-top: 70px;
  padding: 0 25%;
}
.public .case .list ul {
  margin: -25px;
}
.public .case .list ul .slick-list {
  overflow: unset;
}
.public .case .list ul li {
  padding: 25px;
}
.public .case .list ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.public .case .list ul li a span {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 20%;
  font-weight: 500;
  font-size: 24px;
  padding: 1em;
  border-top-right-radius: .7em;
  border-top-left-radius: .7em;
  background-color: white;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .case .list ul .slick-current li a span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.public .case .list .line {
  margin-top: 80px;
  height: 1px;
  position: relative;
  background-color: #6f6f6f;
  margin-bottom: 1px;
}
.public .case .list .line i {
  height: 3px;
  top: -1px;
  background-color: var(--index-main-color);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  left: 0;
  position: absolute;
}
.public .product {
  padding: 180px 0 60px;
  text-align: center;
}
.public .product .productList {
  padding: 60px 0;
}
.public .contact {
  padding: 140px 0;
  background-image: url("../images/contact-p-bg.jpg");
  background-size: cover;
  background-position: center bottom;
}
.public .contact .left {
  width: 45%;
  padding-right: 3%;
}
.public .contact .left span.h2 {
  margin-top: .3em;
}
.public .contact .left span.h2:after {
  content: '';
  width: 1.3em;
  height: 2px;
  background-color: var(--index-main-color);
  margin: .4em 0;
  display: block;
}
.public .contact .left .text {
  font-size: 24px;
}
.public .contact .right {
  width: 55%;
}
.public .contact .right .form ul {
  margin: -18px -9px;
}
.public .contact .right .form ul li {
  padding: 18px 9px;
  font-size: 18px;
}
.public .contact .right .form ul li .pre {
  position: relative;
}
.public .contact .right .form ul li .pre input,
.public .contact .right .form ul li .pre textarea {
  width: 100%;
  padding: 1em;
  padding-left: 5.55555556em;
  border-radius: 1.94444444em;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.public .contact .right .form ul li .pre input:focus,
.public .contact .right .form ul li .pre textarea:focus {
  border-color: var(--index-main-color);
}
.public .contact .right .form ul li .pre textarea {
  height: 230px;
}
.public .contact .right .form ul li .pre i.fa {
  width: 3.88888889em;
  height: 3.88888889em;
  border-radius: 100%;
  background-color: var(--index-main-color);
  color: white;
  position: absolute;
  left: 0;
  top: -0.15em;
  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;
}
.public .contact .right .form ul li .pre i.fa.singe {
  border-bottom-left-radius: 0;
}
.public .contact .right .form ul li .pre input[type="submit"] {
  padding: 1em 6.11111111em;
  background-color: var(--index-main-color);
  width: auto;
  color: white;
  border-color: transparent;
  margin: 0 auto;
}
.public .contact .right .form ul li .pre input[type="submit"]:hover {
  background-color: black;
}
.public .contact .right .form ul li.wid-100 {
  width: 100%;
}
.product-yd-page {
  padding: 110px 0;
}
.product-yd-page .slide {
  position: relative;
  /*margin-top: 6%;*/
}
.product-yd-page .slide i.mask {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  top: 0;
  left: 0;
}
.product-yd-page .slide .box .left {
  width: 60%;
  vertical-align: middle;
  text-align: right;
  padding-left: 13%;
}
.product-yd-page .slide .box .right {
  width: 40%;
  vertical-align: middle;
  padding-left: 3%;
  margin-top: -5%;
}
h1.h3.wow.fadeInUp.animated {
    line-height: 1.5;
}
.product-yd-page .slide .box .right span.h2 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .slide .box .right span.h2:hover {
  color: var(--index-main-color);
}
.product-yd-page .slide .box .right .text {
  margin: 3em 0 4em;
      line-height: 2;
}
.product-yd-page .slide:nth-child(even) {
  direction: rtl;
}
.product-yd-page .slide:nth-child(even) i.mask {
  background-position: center right;
}
.product-yd-page .slide:nth-child(even) .box .left {
  text-align: left;
  padding-left: 0;
  padding-right: 13%;
}
.product-yd-page .slide:nth-child(even) .box .right {
  padding-right: 3%;
  padding-left: 0;
  direction: ltr;
}
.prodet-page .prodet-1 {
  padding: 1px 0 30px;
  overflow: hidden;
}
.prodet-page .prodet-1 .Auxil-through{
  justify-content: space-between;
}
.prodet-page .prodet-1 .box {
  /*background-color: #f2f2f2;*/
  position: relative;
  padding: 5px 0;
}
.prodet-page .prodet-1 .box:before {
  content: '';
  width: 200%;
  height: 100%;
  left: -50%;
  position: absolute;
  z-index: -1;
  background-color: inherit;
  top: 0;
}
/*.prodet-page .prodet-1 .box .img img {
  -webkit-filter: drop-shadow(-5px 10px 10px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(-5px 10px 10px rgba(0, 0, 0, 0.45));
}*/
.prodet-page .prodet-1 .box .content {
  width: 44%;
  /*vertical-align: middle;*/
}
.prodet-page .prodet-1 .box .content span.h6 {
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-top: 1.5em;
}
.prodet-page .prodet-1 .box .content .text {
  color: #747474;
  max-height: 354px;
  overflow-y: scroll;
}
.prodet-page .prodet-1 .box .content .text ol li {
  margin-top: .5em;
}
.prodet-page .prodet-1 .box .content .text ol li:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--index-main-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
.prodet-page .prodet-1 .box .big {
  width: 40%;
  padding: 0 2%;
  /*vertical-align: middle;*/
  margin: 0 auto;
}
.prodet-page .prodet-1 .box .big li {
  padding: 25px;
}
.prodet-page .prodet-1 .box .big li img {
  display: block;
  margin: 0 auto;
  background: #f3f3f3;
  border-radius: 15px;
  border: 1px solid #f3f3f3;
}
.prodet-page .prodet-1 .box .big li a{
    max-width: 522px;
    display: block;
}
.prodet-page .prodet-1 .box .small {
  width: 16%;
  vertical-align: middle;
  padding-left: 3%;
  text-align: right;
}
.prodet-page .prodet-1 .box .small span.h6 {
  font-size: 24px;
  font-weight: 600;
  display: block;
      line-height: 1.8;
}
.prodet-page .prodet-1 .box .small .list {
  padding: 10px 0 40px;
  max-width: 120px;
}
.prodet-page .prodet-1 .box .small .list ul {
  margin: -15px;
}
.prodet-page .prodet-1 .box .small .list ul .slick-list {
  padding: 10px 2px;
}
.prodet-page .prodet-1 .box .small .list ul li {
  padding: 15px;
}
.prodet-page .prodet-1 .box .small .list ul li a.img {
  position: relative;
  display: block;
  padding-top: 35px;
  z-index: 1;
}
.prodet-page .prodet-1 .box .small .list ul li a.img:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../images/icon-small-bg.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 5%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .box .small .list ul .slick-current li a.img:before {
  -webkit-filter: unset;
  filter: unset;
}
.prodet-page .prodet-2 {
  padding-bottom: 70px;
}
.prodet-page .prodet-2 .options {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
      line-height: 1.8;
}
.prodet-page .prodet-2 .options span {
  padding: 1em 1.2em;
  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;
  border-bottom-right-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span img {
  margin-right: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background-color: var(--index-main-color);
  color: white;
}
.prodet-page .prodet-2 .options span:hover img,
.prodet-page .prodet-2 .options span.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .ret {
  margin-top: 60px;
  position: relative;
}
.prodet-page .prodet-2 .ret .slide {
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  /*opacity: 0;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*height: 0;*/
  display: none;
}
.prodet-page .prodet-2 .ret .slide.active {
  /*position: static;
  z-index: 1;
  opacity: 1;
  height: auto;*/
  display: block;
}
.prodet-page .prodet-2 .ret .parameters .detSlide {
  margin-bottom: 140px;
}
.prodet-page .prodet-2 .ret .parameters .detSlide:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .ret .parameters .detSlide span.h5 {
  font-weight: 600;
  font-size: 34px;
  border-bottom: 1px solid #cecece;
  display: block;
  line-height: 1.5;
  /*margin-bottom: 1em;*/
}
.prodet-page .prodet-2 .ret .parameters .detSlide span.h5 em {
  padding-bottom: .5em;
  border-bottom: 0.16666667em solid var(--index-main-color);
  margin-bottom: -0.1em;
  display: inline-block;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .parametersBox .parametersLeft {
  width: 48%;
  padding-right: 1.5%;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .parametersBox .parametersLeft .text {
  opacity: .83;
  line-height: 2;
  text-align: justify;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .parametersBox .parametersRight {
  width: 52%;
  vertical-align: middle;
  position: relative;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .parametersBox .parametersRight img {
  height: 460px;
  border-radius: 45px;
  background-size: cover;
  background-position: center;
  display: block;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .parametersBox .parametersRight:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../images/icon-parameters-1.png");
  background-position: bottom right;
  background-size: 35% auto;
  position: absolute;
  bottom: -22%;
  right: -11%;
  background-repeat: no-repeat;
  z-index: -1;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide {
  width: 27%;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide ul li {
  font-size: 18px;
  line-height: 2;
  position: relative;
  width: 100%;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide ul li i {
  position: absolute;
  top: .4em;
  left: 102%;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide ul li i img {
  max-width: none;
  width: auto;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide ul li:first-child i {
  top: -0.5em;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide ul li:last-child i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide:last-child ul li i {
  left: auto;
  right: 102%;
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide:last-child ul li i img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewCenter {
  width: 46%;
  padding: 0 6%;
  position: relative;
}
/*.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewCenter:before {
  content: '';
  width: 110%;
  height: 110%;
  background-image: url("../images/overviewCenter-bg.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-filter: brightness(0) invert(0.9);
  filter: brightness(0) invert(0.9);
}*/
.prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewCenter img {
  -webkit-filter: drop-shadow(-5px 10px 10px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(-5px 10px 10px rgba(0, 0, 0, 0.4));
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .ret .parameters .detSlide table {
  font-size: 18px;
  margin-top: 4em;
  word-break: keep-all;
  border: none;
  margin-bottom: 3em;
  line-height: 1.7;
}

/*.prodet-page .prodet-2 .ret .parameters .detSlide table tbody {
  table-layout: fixed;
}*/
.prodet-page .prodet-2 .ret .parameters .detSlide table tr {
  background-color: transparent !important;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .parameters .detSlide table td {
  text-align: left!important;
}
.prodet-page .prodet-2 .ret .parameters .detSlide table tr td::first-child{
  width: 33.33333%!important;
}
.prodet-page .prodet-2 .ret .parameters .detSlide table tr td:last-child{
  width: 66.66666%!important;
}
.prodet-page .prodet-2 .ret .parameters .detSlide table tr:nth-child(odd) {
  background-color: #f8f8f8 !important;
}
/*.prodet-page .prodet-2 .ret .parameters .detSlide table th,*/
.prodet-page .prodet-2 .ret .parameters .detSlide table tr:first-child {
  background-color: #e7e7e7 !important;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .parameters .detSlide table tr:not(:first-child):hover {
  background-color: var(--index-main-color) !important;
  color: white;
}
.prodet-page .prodet-2 .ret .parameters .detSlide table th,
.prodet-page .prodet-2 .ret .parameters .detSlide table td {
  border: 1px solid #d3d3d3;
  padding: 1em;
}
.prodet-page .prodet-2 .ret .contact span.h2 {
  margin-bottom: 1em;
}
.prodet-page .prodet-2 .ret .contact .form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -75px;
  padding: 75px 6%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-2 .ret .contact .form:before {
  content: '';
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .7;
}
.prodet-page .prodet-2 .ret .contact .form ul {
  margin: -18px -25px;
}
.prodet-page .prodet-2 .ret .contact .form ul li {
  padding: 18px 25px;
}
.prodet-page .prodet-2 .ret .contact .form ul li input,
.prodet-page .prodet-2 .ret .contact .form ul li textarea {
  font-size: 18px;
  padding: 1.5em 2em;
  border-radius: 2.2em;
  border: 1px solid #a8a8a8;
  width: 100%;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  
}
.prodet-page .prodet-2 .ret .contact .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-2 .ret .contact .form ul li textarea::-webkit-input-placeholder {
  color: #7f7f7f;
}
.prodet-page .prodet-2 .ret .contact .form ul li input:-moz-placeholder, .prodet-page .prodet-2 .ret .contact .form ul li textarea:-moz-placeholder {
  color: #7f7f7f;
}
.prodet-page .prodet-2 .ret .contact .form ul li input::-moz-placeholder, .prodet-page .prodet-2 .ret .contact .form ul li textarea::-moz-placeholder {
  color: #7f7f7f;
}
.prodet-page .prodet-2 .ret .contact .form ul li input:-ms-input-placeholder, .prodet-page .prodet-2 .ret .contact .form ul li textarea:-ms-input-placeholder {
  color: #7f7f7f;
}
.prodet-page .prodet-2 .ret .contact .form ul li input::placeholder,
.prodet-page .prodet-2 .ret .contact .form ul li textarea::placeholder {
  color: #7f7f7f;
}
.prodet-page .prodet-2 .ret .contact .form ul li input:focus,
.prodet-page .prodet-2 .ret .contact .form ul li textarea:focus {
  border-color: var(--index-main-color);
}
.prodet-page .prodet-2 .ret .contact .form ul li textarea {
  height: 170px;
}
.prodet-page .prodet-2 .ret .contact .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .ret .contact .form ul li .send {
  font-size: 18px;
  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;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .ret .contact .form ul li .send em {
  color: #7f7f7f;
  padding: 0 3em;
  border: 1px solid #7f7f7f;
  border-radius: 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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .contact .form ul li .send .arrows.three {
  font-size: inherit;
  margin-left: -1em;
  background-color: var(--index-main-color);
  color: white;
}
.prodet-page .prodet-2 .ret .contact .form ul li .send:hover em {
  background-color: var(--index-main-color);
  color: white;
}
.prodet-page .prodet-2 .ret .contact .form ul li .send:hover .arrows.three {
  background-color: white;
  color: var(--index-main-color);
}
.prodet-page .prodet-2 .ret .video .list ul {
  margin: -15px;
}
.prodet-page .prodet-2 .ret .video .list ul li {
  padding: 15px;
}
.prodet-page .prodet-2 .ret .video .list ul li a.play {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .ret .video .list ul li a.play img {
  width: 100%;
}
.prodet-page .prodet-2 .ret .video .list ul li a.play i {
  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%);
  font-size: 18px;
  width: 2.5em;
  height: 2.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;
  border-radius: 100%;
  color: black;
  background-color: white;
      line-height: 2;
}
.prodet-page .prodet-2 .ret .video .list ul li a.play i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  border: 2px solid white;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.prodet-page .prodet-2 .ret .video .list ul li span.h6 {
  display: block;
  font-size: 18px;
  margin-top: 1em;
  text-align: center;
  opacity: .8;
      line-height: 2;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft {
  padding-right: 2%;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft ul {
  margin: -5px;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft ul li {
  padding: 5px;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft ul li a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft .big {
  position: relative;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft .big .next {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft .small {
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft .small .slick-current a {
  border-color: var(--index-main-color);
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft .small .slick-arrow {
  width: 16px;
  height: 16px;
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 5px;
  position: absolute;
  overflow: hidden;
  color: transparent;
      line-height: 2;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft .small .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: -20px;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft .small .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: -20px;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight {
  padding-left: 2%;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight span.h3,
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight strong {
  font-size: 24px;
  font-weight: bold;
  color: black;
      line-height: 1.6;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight .text {
  margin-top: 1em;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight .text ol {
  counter-set: li;
  margin-top: 1em;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight .text ol li {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: li;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight .text ol li:before {
  content: counter(li);
  width: 2em;
  height: 2em;
  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;
  border-radius: 100%;
  -o-box-shadow: inset -2px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset -2px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset -2px 1px 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: var(--index-main-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: .5em;
  flex-shrink: 0;
}
.prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight .text ol li:hover:before {
  background-color: var(--index-main-color);
  color: white;
}
.dots {
  text-align: center;
  font-size: 10px;
}
.dots li {
  width: 1.2em;
  height: 1.2em;
  border-radius: .6em;
  margin: 0 .3em;
  background-color: black;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.dots li.slick-active {
  width: 4.2em;
  background-color: var(--index-main-color);
}
.dots li button {
  display: none;
}
.dots_progress {
  height: 1px;
  background-color: #6f6f6f;
  position: relative;
}
.dots_progress i {
  height: 3px;
  position: absolute;
  top: -1px;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  background-color: var(--index-main-color);
  left: 0;
}
.downloadBox {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  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: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: var(--index-main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  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;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: var(--index-main-color);
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  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;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: var(--index-main-color);
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .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;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  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;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: .5em;
      line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: var(--index-main-color);
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  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;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  border: 1px solid var(--index-main-color);
  width: 100%;
  margin: 3px 0;
  color: var(--index-main-color);
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: var(--index-main-color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: var(--index-main-color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: var(--index-main-color);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.borderBox {
  position: relative;
  z-index: 1;
}
.borderBox .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.borderBox .border i {
  background-color: #b5b5b5;
  position: absolute;
}
.borderBox .border i:nth-child(1),
.borderBox .border i:nth-child(3) {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.borderBox .border i:nth-child(1):before,
.borderBox .border i:nth-child(3):before {
  height: 100%;
  width: 0;
}
.borderBox .border i:nth-child(1) {
  top: 0;
}
.borderBox .border i:nth-child(1):before {
  right: 0;
}
.borderBox .border i:nth-child(3) {
  bottom: 0;
}
.borderBox .border i:nth-child(3):before {
  left: 0;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
.borderBox .border i:nth-child(2),
.borderBox .border i:nth-child(4) {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}
.borderBox .border i:nth-child(2):before,
.borderBox .border i:nth-child(4):before {
  width: 100%;
  height: 0;
}
.borderBox .border i:nth-child(2) {
  right: 0;
}
.borderBox .border i:nth-child(2):before {
  bottom: 0;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.borderBox .border i:nth-child(4) {
  left: 0;
}
.borderBox .border i:nth-child(4):before {
  top: 0;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.borderBox .border i:before {
  content: '';
  background-color: var(--index-main-color);
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.borderBox:hover .border i:nth-child(1):before {
  left: 0;
  right: auto;
  width: 100%;
}
.borderBox:hover .border i:nth-child(2):before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.borderBox:hover .border i:nth-child(3):before {
  right: 0;
  left: auto;
  width: 100%;
}
.borderBox:hover .border i:nth-child(4):before {
  bottom: 0;
  top: auto;
  height: 100%;
}
@media screen and (max-width: 1800px) {
  #header.inner {
    padding: 15px 0;
  }
  /*.inner-banner {
    margin-top: 116px;
    padding: 160px 0 50px;
  }*/
  .product-page .product-1 .box .left .content span.tag {
    font-size: 14px;
  }
  .product-page .product-1 .box .left .content span.h3 {
    font-size: 32px;
  }
  .inner-page .m-page {
    font-size: 16px;
  }
  .public .faq {
    padding: 120px 0 80px;
  }
  .public .faq .list ul li .box {
    font-size: 7px;
  }
  .prodet-page .prodet-1 {
    padding: 50px 0 90px;
  }
  .prodet-page .prodet-1 .box .content span.h6,
  .prodet-page .prodet-2 .options,
  .public .case .list ul li a span,
  .prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight span.h3,
  .prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight strong {
    font-size: 20px;
        line-height: 1.8;
  }
  .prodet-page .prodet-1 .box .content .text ol li {
    margin-top: .2em;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide span.h5 {
    font-size: 24px;
        line-height: 1.6;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide ul li,
  .prodet-page .prodet-2 .ret .parameters .detSlide table,
  .prodet-page .prodet-2 .ret .contact .form ul li input,
  .prodet-page .prodet-2 .ret .contact .form ul li textarea {
    font-size: 16px;
        line-height: 2;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide table th,
  .prodet-page .prodet-2 .ret .parameters .detSlide table td {
    padding: 0.5em;
  }
  .public .case {
    padding-top: 120px;
  }
  .public .product {
    padding: 100px 0 50px;
  }
  .downloadBox {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret .contact .form ul li input,
  .prodet-page .prodet-2 .ret .contact .form ul li textarea {
    padding: 1em;
  }
  .product-yd-page .slide .box .right .text {
    margin: 1.5em 0;
  }
  .product-yd-page .slide {
    margin-top: 6%;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .productList ul li {
    width: 33.333% !important;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0 60px;
  }
  .public .case .list ul li a span {
    padding: .5em;
  }
  .prodet-page .prodet-2 .options span {
    padding: 1em;
  }
  .prodet-page .prodet-1 .box .content span.h6,
  .prodet-page .prodet-2 .options,
  .public .case .list ul li a span,
  .prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight span.h3,
  .prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight strong {
    font-size: 18px;
        line-height: 2;
  }
  .prodet-page .prodet-2 .options span img {
    max-width: 1.5em;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide span.h5 {
    font-size: 20px;
        line-height: 2;
  }
  .downloadBox {
    font-size: 12px;
  }
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
  .prodet-page .prodet-2 .ret .contact .form ul li {
    padding: 10px;
  }
  .prodet-page .prodet-2 .ret .contact .form ul {
    margin: -10px;
  }
  .prodet-page .prodet-2 .ret .contact .form ul li input,
  .prodet-page .prodet-2 .ret .contact .form ul li textarea {
    border-radius: 1.5em;
  }
  .prodet-page .prodet-2 .ret .contact .form {
    padding: 70px 4%;
  }
  .product-page .product-1 .box .left .content .text {
    margin: 1em 0 2em;
  }
  .product-page .product-1 .box .right .img {
    height: 480px;
  }
  .product-page .product-2 .flex .nav ul li {
    padding: 0 15px;
  }
  .product-page .product-2 .flex .nav ul {
    margin: 0 -15px;
  }
  .product-page .product-2 .search {
    margin: 40px 0 20px;
  }
  .public .app {
    padding-top: 160px;
  }
  .public .faq .list ul li .box {
    font-size: 5px;
  }
  .public .faq .list ul li .box a.more {
    padding: .9em 2.5em;
  }
}
@media screen and (max-width: 1250px) {
  /*.inner-banner {
    margin-top: 40px;
  }*/
  .product-page .product-1 .box .left .content {
    padding: 20px;
  }
  .product-page .product-2 .search form input {
    font-size: 12px;
  }
  .inner-page .productList ul li {
    padding: 10px;
  }
  .inner-page .productList ul {
    margin: -10px;
  }
  .inner-page .productList ul li .box .flex .btn {
    padding: 10px;
  }
  .inner-page .m-page {
    font-size: 14px;
    margin-top: 3em;
  }
  .public .app {
    padding-top: 90px;
  }
  .public .app .flex .nav {
    font-size: 14px;
    line-height: 2;
  }
  .public .app .flex .nav img {
    max-height: 50px;
  }
  .public .app .list {
    margin-top: 60px;
  }
  .public .faq .list ul li .box {
    font-size: 4px;
  }
  .public .faq .list ul li .box a.more {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .box .small .list ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .box .small .list ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .box .img img {
    -webkit-filter: drop-shadow(-1px 5px 5px rgba(0, 0, 0, 0.45));
    filter: drop-shadow(-1px 5px 5px rgba(0, 0, 0, 0.45));
  }
  .prodet-page .prodet-1 .box .small .list ul li a.img {
    padding-top: 20px;
  }
  .prodet-page .prodet-1 {
    padding: 30px 0 40px;
  }
  .prodet-page .prodet-1 .box .content span.h6,
  .prodet-page .prodet-2 .options,
  .public .case .list ul li a span,
  .prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight span.h3,
  .prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight strong {
    font-size: 16px;
        line-height: 2;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .parametersBox .parametersRight:before {
    bottom: -13%;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide {
    margin-bottom: 80px;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide ul li,
  .prodet-page .prodet-2 .ret .parameters .detSlide table,
  .prodet-page .prodet-2 .ret .contact .form ul li input,
  .prodet-page .prodet-2 .ret .contact .form ul li textarea {
    font-size: 14px;
        line-height: 2;
  }
  .prodet-page .prodet-2 .ret .video .list ul li span.h6 {
    font-size: 16px;
        line-height: 2;
  }
  .downloadBox {
    font-size: 10px;
  }
  .public .case .list ul li {
    padding: 10px;
  }
  .public .case .list ul {
    margin: -10px;
  }
  .product-page .product-1 .box .left .content span.h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .small .list {
    max-width: unset;
  }
  /*.inner-banner {
    padding: 90px 0 40px;
  }
  .inner-banner .text {
    height: auto;
  }
  .inner-banner .flex {
    font-size: 16px;
    margin-top: 2em;
  }
  .inner-banner .flex a.link {
    font-size: 14px;
  }*/
  .inner-page .productList ul li {
    width: 50% !important;
  }
  .product-yd-page {
    padding: 70px 0;
  }
  .product-yd-page .slide i.mask {
    display: none;
  }
  .product-yd-page .slide .box .left {
    padding: 0 !important;
    width: 100%;
  }
  .product-yd-page .slide .box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0 !important;
  }
  .public .case .list {
    margin-top: 50px;
    padding: 0 15%;
  }
  .public .app .list {
    width: 100%;
    margin-left: 0;
  }
  .public .product {
    padding: 50px 0;
  }
  .public .product .productList {
    padding: 40px 0;
  }
  .public .case {
    padding-top: 80px;
  }
  .public .app {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide {
    margin-bottom: 50px;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .parametersBox .parametersLeft {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .parametersBox .parametersRight {
    display: none;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .box .content,
  .prodet-page .prodet-1 .box .small {
    width: 100%;
  }
  /*.prodet-page .prodet-1 .box .big {
    display: none;
  }*/
  .prodet-page .prodet-1 .box .big{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .prodet-page .prodet-1 .box .small .list ul li {
    padding: 15px;
  }
  .prodet-page .prodet-1 .box .small .list ul {
    margin: -15px;
  }
  .prodet-page .prodet-1 .box .small {
    margin-top: 30px;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewCenter {
    display: none;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide {
    width: 100%;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide .overviewBox .overviewSlide i {
    display: none;
  }
  .prodet-page .prodet-2 .ret .parameters .detSlide span.h5 {
    margin-bottom: 1.5em;
  }
  .public .app .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public .app .flex .nav {
    width: 100%;
    margin-top: 20px;
  }
  .public .case .list .line {
    margin-top: 40px;
  }
  .inner-page .productList ul li.column {
    width: 50%;
  }
  .public .faq .list ul li {
    padding: 10px;
  }
  .public .faq .list ul {
    margin: -10px;
  }
  .public .faq {
    padding: 80px 0 50px;
  }
  .product-page .product-1 .box .left .content span.h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .ret .slide {
    position: static;
    opacity: 1;
    margin-bottom: 50px;
    height: auto;
  }
  .prodet-page .prodet-2 .ret .slide:last-child {
    margin-bottom: 0;
  }
  .prodet-page .prodet-2 .ret .drawing .drawingBox .drawingLeft {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret .drawing .drawingBox .drawingRight {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
  .public .app .flex {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-1 .box .left {
    width: 100%;
  }
  .product-page .product-1 .box .right {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .product-page .product-1 .box .right .img {
    height: 300px;
  }
  .inner-page .productList ul li .box .flex .content span.small {
    font-size: 14px;
  }
  .inner-page .productList ul li .box .flex .content span.h6 {
    font-size: 18px;
  }
  .public .app .list {
    margin-top: 30px;
  }
  .public .faq {
    padding: 50px 0;
  }
  .prodet-page .prodet-2 .ret .contact .form {
    padding: 40px 4%;
    margin-top: -30px;
  }
  .prodet-page .prodet-2 .ret .contact .form ul li .send {
    font-size: 16px;
        line-height: 2;
  }
  /*.inner-banner .flex {
    display: block;
  }
  .inner-banner .flex a.link {
    margin-top: 1em;
  }*/
}
@media screen and (max-width: 500px) {
  .inner-page .productList ul li {
    width: 100% !important;
  }
  .prodet-page .prodet-2 .ret table {
    white-space: nowrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
  .prodet-page .prodet-2 .ret .contact .form {
    width: 100%;
  }
  .prodet-page .prodet-2 .ret .contact .form ul li {
    padding: 5px;
  }
  .prodet-page .prodet-2 .ret .contact .form ul {
    margin: -5px;
  }
  .prodet-page .prodet-2 .ret .contact .form ul li input,
  .prodet-page .prodet-2 .ret .contact .form ul li textarea {
    padding: .6em 1em;
  }
  .prodet-page .prodet-2 .ret .contact .form ul li .send em {
    padding: 0 1.5em;
  }
  .prodet-page .prodet-2 .ret .contact .form ul li .send {
    font-size: 14px;
        line-height: 2;
  }
  .public .case .flex {
    display: block;
  }
  .public .case .flex a.more {
    margin-top: 1em;
  }
  .prodet-page .prodet-2 {
    padding-bottom: 30px;
  }
  .prodet-page .prodet-1 .box .small span.h6 {
    font-size: 18px;
  }
  .public .case .list {
    padding: 0;
    margin-top: 30px;
  }
  .public .case .list ul li a span {
    font-size: 14px;
  }
  .public .app .list {
    width: 90%;
    margin: 0 5%;
  }
  .public .app .flex .nav {
    display: none;
  }
}
.about-page span.tag {
  font-weight: 600;
  color: var(--index-main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.about-1.pdct a.tag {
  font-weight: 600;
  color: var(--index-main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-bottom: 1em;*/
}

.about-page span.tag:before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: var(--index-main-color);
  margin-right: 1em;
}
.about-page .about-1 {
  padding-top: 10px;
}
.prodet-page .about-page .about-1{
   padding-top: 10px;
}
.about-page .about-1 .right .text {
    line-height: 2;
    /*padding-top: 40px;*/
}
.about-page .about-1.pdct>img {
    margin-top: -19%;
}
.about-1.pdct .more {
    margin-top: 18px;
    height: 34px;
    font-size: 13px;
}
.about-page .about-1 > img {
  margin-top: -9%;
  width: 100%;
  position: relative;
  z-index: -1;
}
.about-page .about-1 .left {
  width: 35%;
}
.about-page .about-1 .left span.h2 {
  font-size: 63px;
      text-transform: capitalize;
    font-weight: 500;
}
.about-page .about-1 .right {
  width: 65%;
  text-align: justify;
}
.about-page .about-2 {
  padding: 80px 0 200px;
}
.about-page .about-2 .list ul li {
  text-align: center;
  position: relative;
}
.about-page .about-2 .list ul li:before {
  content: '';
  width: 1px;
  height: 44px;
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .list ul li span.h2 {
  color: var(--index-main-color);
  line-height: 1;
}
.about-page .about-2 .list ul li p {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: .2em;
      line-height: 2;
}
.about-page .about-2 .list ul li:last-child:before {
  display: none;
}
.about-page .about-3 {
  padding: 60px 0;
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fafafa;
  z-index: -1;
}
.about-page .about-3 a.h {
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 a.h img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.h img:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-3 .left {
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-3 .left .slick {
  width: 115%;
  margin-left: -15%;
}
.about-page .about-3 .left .img {
  height: 610px;
  background-size: cover;
  border-top-right-radius: 90px;
}
.about-page .about-3 .right {
  vertical-align: middle;
  padding-right: 12%;
}
.about-page .about-3 .right .list {
  margin: 75px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .right .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
  opacity: .77;
  bottom: 8px;
  left: 0;
  position: absolute;
}
.about-page .about-3 .right .list ul li {
  font-size: 30px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .right .list ul li:after {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  margin-top: .5em;
  background-color: #a7a7a7;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right .list ul .slick-current li:after {
  background-color: var(--index-main-color);
}
.about-page .about-3 .right .list .btn {
  position: absolute;
  left: 100%;
  bottom: -20px;
}
.about-page .about-3 .right .textList ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .right .textList ul li {
  position: relative;
}
.about-page .about-3 .right .textList ul li i.txt {
  font-size: 171px;
  color: #acacac;
  opacity: .09;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -60%;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-3 .right .textList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .right .textList ul li .text {
  margin-top: 1em;
    line-height: 2;
}
.about-page .about-4 {
  padding: 190px 0;
}
.about-page .about-4 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 22%;
  margin-bottom: 40px;
}
.about-page .about-4 .flex .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-4 .flex .btn .prev {
  margin-right: 15px;
}
.about-page .about-4 .list {
  padding: 100px 0 120px;
  position: relative;
}
.about-page .about-4 .list:before {
  content: '';
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  right: -2%;
  top: 0;
  z-index: -1;
  width: 83%;
}
.about-page .about-4 .list ul {
  margin: -25px;
}
.about-page .about-4 .list ul li {
  padding: 25px;
}
.about-page .about-4 .list ul li .box {
  padding: 0 35px 80px;
  background-color: white;
  margin-top: 22px;
}
.about-page .about-4 .list ul li .box span.num {
  font-size: 18px;
  padding: 1em .7em;
  line-height: 1;
  background-color: var(--index-main-color);
  color: white;
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  display: inline-block;
}
.about-page .about-4 .list ul li .box i.icon {
  display: block;
  margin-top: 15px;
  position: relative;
}
.about-page .about-4 .list ul li .box i.icon:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--index-main-color)));
  background-image: -webkit-linear-gradient(bottom, transparent, var(--index-main-color));
  background-image: -moz-linear-gradient(bottom, transparent, var(--index-main-color));
  background-image: linear-gradient(to top, transparent, var(--index-main-color));
  position: absolute;
  top: -10px;
  left: 20%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box span.h6 {
  font-size: 24px;
  margin: 2.5em 0 .7em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.about-page .about-4 .list ul li .box .text {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.8em;
}
.about-page .about-4 .list ul li .box:hover i.icon:before {
  opacity: 1;
}
.about-page .about-5 {
  padding: 120px 0 150px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.about-page .about-5 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-5 .flex .text {
  max-width: 50%;
  line-height: 2;
}
.about-page .about-5 .list {
  margin-top: 50px;
  width: 107%;
}
.about-page .about-5 .list ul {
  margin: -12px;
}
.about-page .about-5 .list ul li {
  padding: 12px;
}
.about-page .about-5 .list ul li .box {
  position: relative;
  border-bottom: 2px solid var(--index-main-color);
}
.about-page .about-5 .list ul li .box img {
  display: block;
  width: 100%;
}
.about-page .about-5 .list ul li .box .flex {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  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;
  color: white;
}
.about-page .about-5 .list ul li .box .flex span.h6 {
  font-size: 28px;
  font-weight: 600;
}
.about-page .about-5 .list ul li .box .flex .btn .next {
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next img {
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover {
  background-color: var(--index-main-color);
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-6 {
  padding: 190px 0 130px;
  background-image: url("../images/about-6-bg.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page .about-6 .flex {
  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;
}
.about-page .about-6 .flex .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-6 .flex .title span.tag {
  margin-right: 4em;
  margin-top: .5em;
}
.about-page .about-6 .flex .title .text {
  margin-top: 1em;
  max-width: 470px;
  line-height: 2;
}
.about-page .about-6 .list {
  margin-top: 100px;
}
.about-page .about-6 .list ul {
  margin: -25px;
}
.about-page .about-6 .list ul li {
  padding: 25px;
}
.about-page .about-6 .list ul li a.img-box {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li a.img-box img {
  height: 220px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about-page .about-6 .list ul li .content {
  padding: 25px;
  background-color: #f4f4f4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.about-page .about-6 .list ul li .content .text {
  color: #5e5e5e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  line-height: 2;
}
.sustainability-page .sustainability-1 .right .text {
    line-height: 2;
}
.about-page .about-6 .list ul li:hover a.img-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.about-page .about-6 .list ul li:hover .content {
  background-color: var(--index-main-color);
}
.about-page .about-6 .list ul li:hover .content span.h6,
.about-page .about-6 .list ul li:hover .content .text {
  color: white;
}
.about-page .about-7 {
  padding: 80px 0 160px;
  text-align: center;
}
.about-page .about-7 span.tag {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-7 .list {
  margin: 70px 0;
}
.about-page .about-7 .list ul {
  margin: -25px;
}
.about-page .about-7 .list ul li {
  padding: 25px;
}
.about-page .about-7 .list ul li img {
  display: block;
  margin: 0 auto;
}
.factory-page {
  padding-bottom: 40px;
}
.factory-page .slide {
  padding: 25px 0;
}
.factory-page .slide .title {
  position: relative;
  margin: 30px 0;
}
.factory-page .slide .title i {
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.factory-page .slide .title span.h3 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  margin-bottom: .5em;
}
.factory-page .slide .title .line {
  height: 1px;
  width: 100%;
  display: block;
  background-color: rgba(138, 138, 138, 0.42);
  position: relative;
}
.factory-page .slide .title .line:before {
  content: '';
  width: 20%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: var(--index-main-color);
}
.factory-page .slide .list {
  margin: 80px 0;
}
.factory-page .slide .list ul {
  margin: -25px -15px;
}
.factory-page .slide .list ul li {
  padding: 25px 15px;
}
.factory-page .slide .list ul li a.img-box {
  display: block;
  border-radius: 20px;
}
.factory-page .slide .list ul li span.h6 {
  font-size: 24px;
  display: block;
  color: #303030;
  margin-top: .5em;
  text-align: center;
}
.factory-page .slide .dots_progress {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.honor-page {
  padding: 100px 0;
}
.honor-page .honor-1 {
  padding: 80px 0 130px;
  background-image: url("../images/honor-1-bg.jpg");
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}
.honor-page .honor-1 .left {
  vertical-align: middle;
  width: 45%;
  padding-right: 4%;
}
.honor-page .honor-1 .left .text {
  margin-top: 1em;
}
.honor-page .honor-1 .left .list {
  margin: 50px 0 40px;
}
.honor-page .honor-1 .left .list ul li {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.honor-page .honor-1 .left .list ul li span {
  font-size: 58px;
  font-weight: bold;
  color: var(--index-main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  line-height: 1;
}
.honor-page .honor-1 .left .list ul li span em {
  line-height: .7;
}
.honor-page .honor-1 .left .list ul li span i {
  margin-right: 15px;
}
.honor-page .honor-1 .left .list ul li span i img {
  display: block;
}
.honor-page .honor-1 .left .list ul li .text {
  margin-top: 0;
}
.honor-page .honor-1 .left .list ul li:last-child {
  margin-bottom: 0;
}
.honor-page .honor-1 .left .img {
  mix-blend-mode: multiply;
}
.honor-page .honor-1 .right {
  vertical-align: middle;
  width: 55%;
}
.honor-page .honor-1 .right .img {
  width: 112%;
  height: 740px;
  background-size: cover;
  background-position: center;
}
.honor-page .honor-2 {
  padding-top: 100px;
}
.honor-page .honor-2 span.h2 {
  text-align: center;
  margin-bottom: 1em;
}
.honor-page .honor-2 .honorListSlick {
  position: relative;
}
.honor-page .honor-2 .honorListSlick ul li {
  padding-bottom: 18%;
}
.honor-page .honor-2 .honorListSlick ul li img {
  width: 100%;
  -webkit-box-reflect: below -30px linear-gradient(transparent 85%, rgba(0, 0, 0, 0.5));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .honor-2 .honorListSlick ul li span {
  font-size: 20px;
  display: block;
  margin-top: 1em;
  text-align: center;
  opacity: 0;
  transition: .5s;
}
.honor-page .honor-2 .honorListSlick.swiper {
  overflow: hidden;
}
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide {
  position: relative;
  z-index: 0;
}
.honor-page .honor-2 .honorListSlick ul .slick-list .slick-slide,
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide a {
  -webkit-transform: scale(0.85897436) translateX(124%);
  -moz-transform: scale(0.85897436) translateX(124%);
  -ms-transform: scale(0.85897436) translateX(124%);
  transform: scale(0.85897436) translateX(124%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  position: relative;
  z-index: 0;
  display: block;
}
.honor-page .honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active,
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-prev a {
  -webkit-transform: scale(0.92307692) translateX(57%);
  -moz-transform: scale(0.92307692) translateX(57%);
  -ms-transform: scale(0.92307692) translateX(57%);
  transform: scale(0.92307692) translateX(57%);
  z-index: 1;
}
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-prev {
  z-index: 1;
}
.honor-page .honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active.slick-current,
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-active a {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  z-index: 2;
}
.honor-page .honor-2 .honorListSlick.swiper li.swiper-slide.swiper-slide-active span {
  opacity: 1;
}
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.honor-page .honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active.slick-current li img,
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-active a img {
  -webkit-box-reflect: below 0 linear-gradient(transparent 100%, white);
}
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-next {
  z-index: 1;
}
.honor-page .honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active.slick-current + div,
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-next a {
  -webkit-transform: scale(0.92307692) translateX(-57%);
  -moz-transform: scale(0.92307692) translateX(-57%);
  -ms-transform: scale(0.92307692) translateX(-57%);
  transform: scale(0.92307692) translateX(-57%);
}
.honor-page .honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active.slick-current + div ~ div,
.honor-page .honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-next~li a {
  -webkit-transform: scale(0.85897436) translateX(-124%);
  -moz-transform: scale(0.85897436) translateX(-124%);
  -ms-transform: scale(0.85897436) translateX(-124%);
  transform: scale(0.85897436) translateX(-124%);
}
.honor-page .honor-2 .honorListSlick .slickBtn div {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.honor-page .honor-2 .honorListSlick .slickBtn div.prev {
  left: 3.5%;
}
.honor-page .honor-2 .honorListSlick .slickBtn div.prev span {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.honor-page .honor-2 .honorListSlick .slickBtn div.next {
  right: 3.5%;
}
.certificate-yd-page .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.certificate-yd-page .box .left {
  width: 39%;
  padding: 9% 6% 5%;
  position: relative;
  color: white;
}
.certificate-yd-page .box .left:before {
  content: '';
  width: 110%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/certificate-1-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color: #013a80;
  z-index: -1;
}
.certificate-yd-page .box .left .text {
  color: white;
  margin-top: 1em;
}
.certificate-yd-page .box .left .numList {
  margin: 100px 0 80px;
}
.certificate-yd-page .box .left .numList ul li {
  margin-bottom: 60px;
}
.certificate-yd-page .box .left .numList ul li:last-child {
  margin-bottom: 0;
}
.certificate-yd-page .box .left .numList ul li span {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.certificate-yd-page .box .left .numList ul li span sub {
  font-size: 0.33333333em;
  vertical-align: baseline;
}
.certificate-yd-page .box .left .numList ul li .text {
  margin-top: .2em;
}
.certificate-yd-page .box .left .img {
  padding: 15px 30px;
  border-radius: 60px;
  background-color: white;
  margin-bottom: 130px;
  display: inline-block;
}
.certificate-yd-page .box .left a.more:hover {
  color: white;
  border-color: white;
}
.certificate-yd-page .box .left a.more:hover:after {
  background-color: white;
}
.certificate-yd-page .box .right {
  width: 61%;
}
.certificate-yd-page .box .right .list {
  height: 100%;
  max-height: 1360px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.certificate-yd-page .box .right .list ul,
.certificate-yd-page .box .right .list>div {
  margin: -15px;
}
@keyframes ctop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes cbottom {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.certificate-yd-page .box .right .list ul li,
.certificate-yd-page .box .right .list .slide {
  padding: 15px;
}
.certificate-yd-page .box .right .list .slide ul {
  -webkit-animation:cbottom 40s linear infinite;
  -o-animation:cbottom 40s linear infinite;
  -ms-animation:cbottom 40s linear infinite;
  -moz-animation:cbottom 40s linear infinite;
  animation:cbottom 40s linear infinite;
}
.certificate-yd-page .box .right .list .slide:nth-child(3n+2) ul {
  -webkit-animation:ctop 40s linear infinite;
  -o-animation:ctop 40s linear infinite;
  -ms-animation:ctop 40s linear infinite;
  -moz-animation:ctop 40s linear infinite;
  animation:ctop 40s linear infinite;
}
.certificate-yd-page .box .right .list .slide:nth-child(3n+3) ul {
  -webkit-animation:cbottom 60s linear infinite;
  -o-animation:cbottom 60s linear infinite;
  -ms-animation:cbottom 60s linear infinite;
  -moz-animation:cbottom 60s linear infinite;
  animation:cbottom 60s linear infinite;
}
.certificate-yd-page .box .right .list .slide:nth-child(3n+2) {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
.certificate-page {
  padding: 160px 0;
}
.certificate-page .list ul {
  margin: -20px -15px;
}
.certificate-page .list ul li {
  padding: 20px 15px;
}
.certificate-page .list ul li a.img-box {
  display: block;
}
.certificate-page .list ul li a.img-box img {
  width: 100%;
}
.certificate-page .list ul li span {
  display: block;
  font-size: 20px;
  color: #292929;
  margin-top: .8em;
  text-align: center;
  transition: .5s;
}
.certificate-page .list ul li:hover span {
  color: var(--index-main-color);
}
.sustainability-page span.tag {
  font-weight: 600;
  color: var(--index-main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.sustainability-page span.tag:before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: var(--index-main-color);
  margin-right: 1em;
}
.sustainability-page .sustainability-1 {
  padding: 130px 0 70px;
}
.sustainability-page .sustainability-1 .left {
  width: 36%;
  padding-right: 3%;
}
.sustainability-page .sustainability-1 .left span.h2 {
  font-size: 36px;
}
.sustainability-page .sustainability-1 .right {
  width: 64%;
  text-align: justify;
}
.sustainability-page .sustainability-2 {
  padding-top: 110px;
  text-align: center;
  background-color: #ececec;
  position: relative;
  z-index: 1;
}
.sustainability-page .sustainability-2:before {
  content: '';
  width: 100%;
  height: 18%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-color: white;
}
.sustainability-page .sustainability-2 .ui.container {
  max-width: 1630px;
}
.sustainability-page .sustainability-2 span.tag {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sustainability-page .sustainability-2 .imgList {
  margin-top: 60px;
}
.sustainability-page .sustainability-2 .imgList a.img-box {
  display: block;
}
.sustainability-page .sustainability-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -19%;
}
.sustainability-page .sustainability-2 .bottom .textList {
  width: 37%;
}
.sustainability-page .sustainability-2 .bottom .dots_line {
  width: 63%;
  padding-left: 6%;
}
.sustainability-page .sustainability-2 .textList {
  padding: 50px 35px 85px;
  background-color: white;
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--index-main-color)), color-stop(53%, white));
  background-image: -webkit-linear-gradient(right top, var(--index-main-color), white 53%);
  background-image: -moz-linear-gradient(right top, var(--index-main-color), white 53%);
  background-image: linear-gradient(to left bottom, var(--index-main-color), white 53%);
  text-align: left;
  position: relative;
  z-index: 1;
  border-bottom: 4px solid var(--index-main-color);
}
.sustainability-page .sustainability-2 .textList span.h6 {
  font-size: 44px;
  line-height: 1;
  margin: .3em 0 .5em;
  display: block;
}
.sustainability-page .sustainability-2 .textList .text {
  color: #303030;
  opacity: .73;
      line-height: 2;
}
.sustainability-page .sustainability-2 .dots_line ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.sustainability-page .sustainability-2 .dots_line ul li {
  padding: 0 15px;
  width: 100%;
  text-align: left;
}
.sustainability-page .sustainability-2 .dots_line ul li button {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 1em;
  line-height: 1;
  border-bottom: 1px solid #acacac;
  text-align: left;
  position: relative;
}
.sustainability-page .sustainability-2 .dots_line ul li button:before {
  content: '0';
}
.sustainability-page .sustainability-2 .dots_line ul li button:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--index-main-color);
  position: absolute;
  bottom: -1px;
  -webkit-transition: 6.5s;
  -moz-transition: 6.5s;
  transition: 6.5s;
  left: 0;
}
.sustainability-page .sustainability-2 .dots_line ul li.slick-active button {
  color: var(--index-main-color);
}
.sustainability-page .sustainability-2 .dots_line ul li.slick-active button:after {
  width: 100%;
}
.sustainability-page .sustainability-3 {
  padding: 150px 0 90px;
  text-align: center;
}
.sustainability-page .sustainability-3 .ui.container {
  max-width: 1470px;
}
.sustainability-page .sustainability-3 span.tag {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sustainability-page .sustainability-3 .text {
  margin: 3em auto 7.22222222em;
      line-height: 2;
}
.sustainability-page .sustainability-3 .list {
  position: relative;
  font-size: 10px;
}
.sustainability-page .sustainability-3 .list:before {
  content: '';
  height: 1.6em;
  background-color: #ededef;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5em;
  border-radius: .8em;
  z-index: -3;
}
.sustainability-page .sustainability-3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
}
.sustainability-page .sustainability-3 .list ul li {
  margin: 0 -2em;
  width: 100%;
}
.sustainability-page .sustainability-3 .list ul li i {
  display: block;
  border-radius: 100%;
  border: 4em solid var(--index-main-color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 2;
}
.sustainability-page .sustainability-3 .list ul li i img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  -webkit-box-shadow: 0 0 4em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4em rgba(0, 0, 0, 0.3);
  border-radius: inherit;
}
.sustainability-page .sustainability-3 .list ul li:nth-child(1) i {
  border-top-color: transparent;
}
.sustainability-page .sustainability-3 .list ul li:nth-child(2) i,
.sustainability-page .sustainability-3 .list ul li:nth-child(4) i,
.sustainability-page .sustainability-3 .list ul li:nth-child(6) i {
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 1px;
}
.sustainability-page .sustainability-3 .list ul li:nth-child(3) i,
.sustainability-page .sustainability-3 .list ul li:nth-child(5) i {
  border-top-color: transparent;
  border-left-color: transparent;
}
.sustainability-page .sustainability-3 .list ul li .line {
  width: 2em;
  height: 2em;
  margin-top: 8em;
  border-radius: 100%;
  background-color: var(--index-main-color);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.sustainability-page .sustainability-3 .list ul li .line:before {
  content: '';
  width: 1em;
  height: 15em;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: inherit;
}
.sustainability-page .sustainability-3 .list ul li .line:after {
  content: '';
  width: 5em;
  height: 5em;
  border-radius: inherit;
  background-color: var(--index-main-color);
  opacity: .2;
  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%);
  z-index: -2;
}
.sustainability-page .sustainability-3 .list ul li span {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1.5em;
  display: block;
  line-height: 1.2;
  height: 1.2em;
}
.technical-page {
  padding: 130px 0;
}
.technical-page .downloadRight .top em {
  font-size: 1.3333em;
}
.technical-page .downloadRight .top.left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.technical-page .downloadRight .bottom {
  padding: 35px;
}
.technical-page .downloadRight .bottom .faq {
  margin-top: 30px;
      line-height: 2;
}
.technical-page .downloadRight .bottom .faq dl dd {
  margin-bottom: 15px;
  padding: 20px 35px;
  border-radius: 25px;
  background-color: #f8f8f9;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  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;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i {
  width: 1.72727273em;
  height: 1.72727273em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after,
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i {
  background-color: var(--index-main-color);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.technical-page .downloadRight .bottom .faq dl dd .text {
  margin-top: 1em;
  display: none;
}
.technical-page .downloadRight .bottom .faq dl dd:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 {
  position: relative;
}
.contact-page .contact-1 iframe {
  width: 100%;
  height: 1000px;
  border: none;
  background-color: #eee;
  display: block;
}
.contact-page .contact-1 .map {
  position: relative;
}
.contact-page .contact-1 .map .add {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -2;
  transition: .5s;
}
.contact-page .contact-1 .map .add.active {
  position: static;
  opacity: 1;
}
.contact-page .contact-1 .box {
  width: 800px;
  position: absolute;
  right: 4%;
  bottom: 0;
  max-width: 92%;
}
.contact-page .contact-1 .box .box2 {
  display: flex;
  background-color: white;
  margin-top: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.contact-page .contact-1 .box .box2 .list {
  width: 160px;
  border-right: 1px solid #f5f5f5;
  padding: 50px 0;
  flex-shrink: 0;
}
.contact-page .contact-1 .box .box2 .list ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding: 0 .5em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.contact-page .contact-1 .box .box2 .list ul li:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: var(--index-main-color);
  opacity: 0;
}
.contact-page .contact-1 .box .box2 .list ul li.active:after {
  opacity: 1;
}
.contact-page .contact-1 .box .box2 .info {
  padding: 50px 5%;
  width: 100%;
}
.contact-page .contact-1 .box .box2 .info span.h6 {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.contact-page .contact-1 .box .box2 .info ul {
  margin: -10px;
  padding: 5% 0;
}
.contact-page .contact-1 .box .box2 .info ul li {
  padding: 10px;
}
.contact-page .contact-1 .box .box2 .info ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .box .box2 .info ul li .flex {
  display: flex;
  font-size: 16px;
  line-height: 1.6;
}
.contact-page .contact-1 .box .box2 .info ul li .flex i {
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #eee;
  margin-right: .5em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page .contact-1 .box .box2 .info ul li .flex p {
  font-weight: bold;
}
.contact-page .contact-2 {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 22;
  transform: translateX(100%);
  transition: .5s;
}
.contact-page .contact-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transition: .5s;
  margin-left: auto;
  position: relative;
}
.contact-page .contact-2.active {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateX(0);
}
.contact-page .contact-2.active .box {
  width: 70%;
}
.contact-page .contact-2 .box div.left {
  /*width: 30%;*/
  position: absolute;
  right: 100%;
  bottom: 5%;
}
.contact-page .contact-2 .box div.left .FormMoreBtn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: .6em;
  background-color: white;
  border-bottom-left-radius: 3em;
  border-top-left-radius: 3em;
  box-shadow: 0 0 .6em rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.contact-page .contact-2 .box div.left .FormMoreBtn>div {
  display: flex;
  align-items: center;
  cursor: pointer;
  cursor: hand;
}
.contact-page .contact-2 .box div.left .FormMoreBtn>div.off,
.contact-page .contact-2.active .box div.left .FormMoreBtn>div.on {
  display: none;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn>div.off {
  display: flex;
}
.contact-page .contact-2 .box div.left .FormMoreBtn i {
  width: 2.7em;
  height: 2.7em;
  border-radius: 100%;
  background-color: var(--index-main-color);
  color: white;
  flex-shrink: 0;
  display: block;
  display: flex;
  font-size: 1.5em;
  align-items: center;
  justify-content: center;
}
.contact-page .contact-2 .box div.left .FormMoreBtn em {
  margin: 0 1em;
}
/*.contact-page .contact-2 .box div.left iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #eee;
}*/
.contact-page .contact-2 .box div.right {
  width: 100%;
  padding: 4%;
  background-color: white;
  height: 100vh;
  overflow: auto;
}
.contact-page .contact-2 .box div.right .text {
  margin-top: .5em;
}
.contact-page .contact-2 .box div.right .form {
  margin-top: 50px;
}
.contact-page .contact-2 .box div.right .form ul {
  margin: -20px;
}
.contact-page .contact-2 .box div.right .form ul li {
  padding: 20px;
  font-size: 18px;
}
.contact-page .contact-2 .box div.right .form ul li label {
  display: block;
  margin-bottom: 1em;
}
.contact-page .contact-2 .box div.right .form ul li label em {
  color: red;
}
.contact-page .contact-2 .box div.right .form ul li input,
.contact-page .contact-2 .box div.right .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: .5em;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
.contact-page .contact-2 .box div.right .form ul li input:focus,
.contact-page .contact-2 .box div.right .form ul li textarea:focus {
  border-color: var(--index-main-color);
}
.contact-page .contact-2 .box div.right .form ul li textarea {
  border: 1px solid #eee;
  height: 180px;
  border-radius: 3px;
}
.contact-page .contact-2 .box div.right .form ul li.wid-100 {
  width: 100%;
}
.news-page .news-1 .nav {
  font-size: 18px;
  text-transform: uppercase;
  padding: 1.2em 0;
  border-bottom: 1px solid #a7a7a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}
.news-page .news-1 .nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.5em;
  border-right: 1px solid #dbdbdb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6;
}
.news-page .news-1 .nav a:before {
  content: '';
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  width: 100%;
  background-color: var(--index-main-color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .nav a img {
  margin: 0 .7em;
}
.news-page .news-1 .nav a:first-child {
  padding-left: 0;
}
.news-page .news-1 .nav a:last-child {
  border-right: none;
}
.news-page .news-1 .nav a:hover,
.news-page .news-1 .nav a.active {
  color: var(--index-main-color);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.news-page .news-1 .nav a:hover:before,
.news-page .news-1 .nav a.active:before {
  opacity: 1;
}
.news-page .news-2 {
  padding: 120px 0;
}
.news-page .news-2 .list {
  position: relative;
}
.news-page .news-2 .list ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .news-2 .list ul li .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}
.news-page .news-2 .list ul li .box .right {
  padding: 6% 4%;
  background-image: url("../images/news-2-bg.jpg");
  background-position: center;
  background-size: cover;
}
.news-page .news-2 .list ul li .box .right span.h2 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-2 .list ul li .box .right span.h2:hover {
  color: var(--index-main-color);
}
.news-page .news-2 .list ul li .box .right time {
  font-size: 18px;
  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: 2em 0;
}
.news-page .news-2 .list ul li .box .right time img {
  margin-right: .5em;
}
.news-page .news-2 .list ul li .box .right .text {
  margin-bottom: 2em;
  line-height: 2;
}
.news-page .news-2 .list .slickBtn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .news-2 .list .slickBtn div a {
  border: 1px solid var(--index-main-color);
}
.news-page .news-2 .list .slickBtn div.prev {
  left: 0;
}
.news-page .news-2 .list .slickBtn div.prev a {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-left: -1.5em;
}
.news-page .news-2 .list .slickBtn div.next {
  right: 0;
}
.news-page .news-2 .list .slickBtn div.next a {
  margin-right: -1.5em;
}
.news-page .news-3 {
  padding: 140px 0 70px;
  background-color: #f4f4f4;
}
.news-page .news-3 .filter {
  position: relative;
  z-index: 2;
}
.news-page .news-3 .filter ul {
  margin: 0 -40px;
}
.news-page .news-3 .filter ul li {
  padding: 0 40px;
  font-size: 20px;
  color: #4b4b4b;
  line-height: 1.2;
}
.news-page .news-3 .filter ul li .pre {
  position: relative;
}
.news-page .news-3 .filter ul li span {
  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;
  padding-bottom: .6em;
  border-bottom: 1px solid var(--index-main-color);
  cursor: pointer;
  cursor: hand;
}
.news-page .news-3 .filter ul li dl {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
  font-size: .9em;
  padding: 1em;
  display: none;
}
.news-page .news-3 .filter ul li dl dd {
  padding: .5em 1em;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-3 .filter ul li dl dd:hover {
  color: white;
  background-color: var(--index-main-color);
}
.news-page .news-3 .filter ul li:hover dl {
  display: block;
}
.news-page .news-3 .list {
  padding-top: 110px;
}
.news-page .news-3 .list ul {
  margin: -40px;
}
.news-page .news-3 .list ul li {
  padding: 40px;
}
.news-page .news-3 .list ul li .box {
  border-radius: 15px;
  overflow-x: hidden;
  -o-box-shadow: 0 2px 15px rgba(132, 132, 132, 0.44);
  -webkit-box-shadow: 0 2px 15px rgba(132, 132, 132, 0.44);
  box-shadow: 0 2px 15px rgba(132, 132, 132, 0.44);
}
.news-page .news-3 .list ul li .box a.img-box {
  display: block;
  height: 280px;
  background-size: cover;
  background-position: center;
}
.news-page .news-3 .list ul li .box .content {
  padding: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-3 .list ul li .box .content time {
  display: block;
  font-size: 16px;
  color: #7e7a7a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-3 .list ul li .box .content span.h6 {
  font-size: 20px;
  color: #303030;
  line-height: 1.8;
  margin: .3em 0 .5em;
  display: block;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-3 .list ul li .box .content a.link {
  font-size: 16px;
  color: #215cb6;
  text-transform: uppercase;
  line-height: 1.2;
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-3 .list ul li .box .content a.link span.arrows.three {
  width: auto;
  height: auto;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: transparent;
  font-size: inherit;
  margin-left: 1em;
  margin-top: -0.3em;
  color: inherit;
}
.news-page .news-3 .list ul li .box:hover .content {
  background-color: var(--index-main-color);
  color: white;
}
.news-page .news-3 .list ul li .box:hover .content time,
.news-page .news-3 .list ul li .box:hover .content span.h6,
.news-page .news-3 .list ul li .box:hover .content a.link {
  color: white;
}
.newdet-page .newdet-1 {
  padding: 60px 0;
}
.newdet-page .flexTitle {
  /*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;*/
  font-size: 36px;
  font-weight: bold;
}
.newdet-page .flexTitle h1 {
  padding-bottom: .2em;
  border-bottom: 1px solid #cecece;
  line-height: 1.6;
  position: relative;
}
.newdet-page .flexTitle h1:after {
  content: '';
  width: 30%;
  max-width: 300px;
  height: 5px;
  background-color: var(--index-main-color);
  position: absolute;
  bottom: -3px;
  left: 0;
}
.newdet-page .flexTitle time {
  font-weight: 300;
  font-size: 0.61111111em;
  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-top: 1em;
}
.newdet-page .flexTitle time img {
  margin-right: .5em;
  margin-top: -0.3em;
}
.newdet-page .newdet-2 {
  padding-top: 60px;
}
.newdet-page .newdet-2 .left {
  width: 73%;
  padding-right: 1.5%;
}
.newdet-page .newdet-2 .left .text {
  margin: 2em 0;
  line-height: 2;
}
.newdet-page .newdet-2 .left .text table[border="0"],
.newdet-page .newdet-2 .left .text table[border="0"] td {
  border: none !important;
  padding: 0 !important;
}
.newdet-page .newdet-2 .left .text table[border="0"] tbody {
  table-layout: fixed;
}
.newdet-page .newdet-2 .left .m-link {
  font-size: 18px;
  margin-top: 1em;
  line-height: 2;
}
.newdet-page .newdet-2 .left .m-link a {
  display: block;
}
.newdet-page .newdet-2 .left .m-link a:hover {
  text-decoration: underline;
}
.newdet-page .newdet-2 .right {
  width: 27%;
  -o-box-shadow: 0 3px 16px rgba(197, 197, 197, 0.44);
  -webkit-box-shadow: 0 3px 16px rgba(197, 197, 197, 0.44);
  box-shadow: 0 3px 16px rgba(197, 197, 197, 0.44);
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.newdet-page .newdet-2 .right span.h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.5em .8em;
  background-color: var(--index-main-color);
  color: white;
  display: block;
}
.newdet-page .newdet-2 .right .list {
  padding: 30px;
}
.newdet-page .newdet-2 .right .list ul {
  padding-top: 5px;
}
.newdet-page .newdet-2 .right .list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #c5c5c5;
}
.newdet-page .newdet-2 .right .list ul li:last-child {
  border-bottom: none;
}
.newdet-page .newdet-2 .right .list ul li span.h6 {
  font-size: 20px;
  color: #303030;
  font-weight: bold;
  display: block;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-2 .right .list ul li span.h6:hover {
  color: var(--index-main-color);
}
.newdet-page .newdet-2 .right .list ul li time {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .newdet-2 .right .list ul li time img {
  margin-right: .5em;
}
.newdet-page .newdet-3 {
  padding: 80px 0;
  overflow-x: hidden;
}
.newdet-page .newdet-3 .list {
  margin-top: 60px;
}
.newdet-page .newdet-3 .list .slick-list {
  overflow: unset;
}
.newdet-page .newdet-3 .list ul li .box {
  padding: 60px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -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;
}
.newdet-page .newdet-3 .list ul li .box time {
  font-size: 24px;
  border: 1px solid var(--index-main-color);
  line-height: 2;
  margin: 0 3em;
  text-align: center;
  text-transform: uppercase;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.newdet-page .newdet-3 .list ul li .box time em {
  display: block;
  background-color: var(--index-main-color);
  color: white;
  padding: 0 1.5em;
}
.newdet-page .newdet-3 .list ul li .box .content {
  width: 100%;
}
.newdet-page .newdet-3 .list ul li .box span.h6 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.newdet-page .newdet-3 .list ul li .box span.h6:hover {
  color: var(--index-main-color);
}
.newdet-page .newdet-3 .list ul li .box .text {
  margin: 1.2em 0 1.6em;
  line-height: 2;
}
.newdet-page .newdet-3 .list ul li .box a.img {
  width: 25%;
  background-size: cover;
  height: 280px;
  background-position: center;
  margin-left: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.case-page .case-1 {
  padding: 100px 0;
}
.case-page .case-2 {
  padding-bottom: 100px;
}
.case-page .case-2 .list ul {
  margin: -40px -30px;
}
.case-page .case-2 .list ul li {
  padding: 40px 30px;
}
.case-page .case-2 .list ul li .box {
  border-radius: 8px;
  background-color: white;
  -o-box-shadow: 0 0 20px rgba(184, 184, 184, 0.44);
  -webkit-box-shadow: 0 0 20px rgba(184, 184, 184, 0.44);
  box-shadow: 0 0 20px rgba(184, 184, 184, 0.44);
}
.case-page .case-2 .list ul li .box a.img-box {
  display: block;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.case-page .case-2 .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  transition: .5s;
}
.case-page .case-2 .list ul li .box a.img-box:hover:after {
  transform: scale(1.1);
}
.case-page .case-2 .list ul li .box .content {
  padding: 25px;
}
.case-page .case-2 .list ul li .box .content span.h6 {
  font-size: 24px;
  color: #121212;
  line-height: 1.6;
  font-weight: 500;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-2 .list ul li .box .content span.h6:hover {
  color: var(--index-main-color);
}
.case-page .case-2 .list ul li .box .content .tag {
  font-size: 18px;
  margin: 1em 0 1.5em;
}
.case-page .case-2 .list ul li .box .content .tag span {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 2em;
  border: 1px solid #e2e2e2;
  margin-right: .6em;
  margin-bottom: .5em;
  color: #8b8b8b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.case-page .case-2 .list ul li .box .content .tag span:hover {
  background-color: var(--index-main-color);
  color: white;
}
.case-page .case-3 {
  padding-bottom: 110px;
}
.case-page .case-3 .list ul {
  margin: -25px -12px;
}
.case-page .case-3 .list ul li {
  padding: 25px 12px;
  font-size: 18px;
}
.case-page .case-3 .list ul li a.img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  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;
}
.case-page .case-3 .list ul li a.img span.play {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  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: black;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: white;
  position: relative;
}
.case-page .case-3 .list ul li a.img span.play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  border: 2px solid white;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-3 .list ul li span.h6 {
  display: block;
  margin-top: .5em;
  text-align: center;
  line-height: 2;
}
.case-page .case-3 .list ul li:hover a.img span.play {
  background-color: var(--index-main-color);
  color: white;
}
.case-page .case-3 .list ul li:hover a.img span.play:before {
  border-color: var(--index-main-color);
}
.case-det1-page .case-det1-1 {
  padding: 130px 0;
}
.case-det1-page .case-det1-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.case-det1-page .case-det1-1 .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.case-det1-page .case-det1-1 .img,
.case-det2-page .case-det2-1 .img {
  position: relative;
}
.case-det1-page .case-det1-1 .img .play,
.case-det2-page .case-det2-1 .img .play {
  font-size: 16px;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: var(--index-main-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  bottom: 5%;
  cursor: pointer;
  cursor: hand;
}
.case-det1-page .case-det1-1 .img .play:after,
.case-det1-page .case-det1-1 .img .play:before,
.case-det2-page .case-det2-1 .img .play:after,
.case-det2-page .case-det2-1 .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(17, 85, 166, .5);
  border-radius: inherit;
  z-index: -1;
  animation: ks 2s linear infinite;
}
.case-det2-page .case-det2-1 .img .play:before,
.case-det1-page .case-det1-1 .img .play:before {
  animation-delay: .6s;
}
.case-det1-page .case-det1-1 .box .right {
  padding: 3%;
}
.case-det1-page .case-det1-1 .box .right span.h2 {
  max-width: 500px;
}
.case-det1-page .case-det1-1 .box .right .text {
  margin-top: 3em;
  text-align: justify;
}
.case-det1-page .case-det1-2 {
  padding-bottom: 140px;
  text-align: center;
}
.case-det1-page .case-det1-2 span.tag {
  margin-bottom: 1em;
}
.case-det1-page .case-det1-2 .list {
  margin: 80px 0;
}
.case-det1-page .case-det1-2 .list ul {
  margin: 0 -15px;
  display: flex;
}
.case-det1-page .case-det1-2 .list ul li {
  padding: 0 15px;
}
.case-det1-page .case-det1-2 .list ul li .box {
  padding: 50px;
  background-image: url("../images/case-det1-2.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-det1-page .case-det1-2 .list ul li .box i {
  display: block;
}
.case-det1-page .case-det1-2 .list ul li .box i img {
  margin: 0 auto;
}
.case-det1-page .case-det1-2 .list ul li .box span.h6 {
  font-size: 24px;
  color: #303030;
  margin: .5em 0;
  line-height: 1.2;
  font-weight: bold;
  display: block;
}
.case-det1-page .case-det1-2 .list ul li .box .text {
  color: #747474;
}
.case-det1-page .case-det1-2 .dots li {
  width: 1.8em;
  height: 1.8em;
  border-radius: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  margin: 0 1em;
}
.case-det1-page .case-det1-2 .dots li:before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  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%);
  background-color: #dbdbdb;
}
.case-det1-page .case-det1-2 .dots li.slick-active {
  border-color: var(--index-main-color);
}
.case-det1-page .case-det1-2 .dots li.slick-active:before {
  background-color: var(--index-main-color);
}
.case-det1-page ~ .public .product {
  background-image: url("../images/product-bg.jpg");
  background-position: center;
  background-size: cover;
}
.case-det1-page ~ .public .product .productList ul li .box a.img,
.case-det1-page ~ .public .product .productList ul li .box .flex .content,
.case-det1-page ~ .public .product .productList ul li .box .flex:before {
  background-color: white;
}
.case-det1-page ~ .public .product .productList ul li .box .flex .btn {
  background-color: #f2f2f2;
}
.case-det2-page .case-det2-1 {
  padding-top: 140px;
  background-image: url("../images/case-det2-1-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.case-det2-page .case-det2-1 .left {
  vertical-align: middle;
  padding: 0 4%;
}
.case-det2-page .case-det2-1 .left .img {
  border-radius: 100%;
  overflow: hidden;
}
.case-det2-page .case-det2-1 .right {
  vertical-align: middle;
  padding-right: 5%;
}
.case-det2-page .case-det2-1 .right span.h2 {
  max-width: 80%;
  color: var(--index-main-color);
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
  font-size: 64px;
}
.case-det2-page .case-det2-1 .right .text {
  margin-top: 2em;
}
.case-det2-page .case-det2-2 {
  padding: 140px 0 70px;
  text-align: center;
}
.case-det2-page .case-det2-2 span.tag {
  margin-bottom: 1em;
}
.case-det2-page .case-det2-2 .list {
  margin: 110px 0 60px;
}
.case-det2-page .case-det2-2 .list ul {
  margin: 0 -50px;
}
.case-det2-page .case-det2-2 .list ul li {
  padding: 0 50px;
}
.case-det2-page .case-det2-2 .list ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.case-det2-page .case-det2-2 .list ul li .box span.num {
  font-size: 190px;
  color: var(--index-main-color);
  font-weight: 800;
  width: .6em;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.case-det2-page .case-det2-2 .list ul li .box span.num:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 15%;
  background-color: white;
  -webkit-box-shadow: -5px -7px 13px rgba(0, 0, 0, 0.2);
  box-shadow: -5px -7px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.case-det2-page .case-det2-2 .list ul li .box .content {
  margin-top: 100px;
}
.case-det2-page .case-det2-2 .list ul li .box .content i {
  display: block;
}
.case-det2-page .case-det2-2 .list ul li .box .content span.h6 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: .8em 0 .7em;
  display: block;
  font-weight: bold;
}
.case-det2-page .case-det2-2 .list ul li .box .content .text {
  font-size: 16px;
  color: #737373;
}
.case-det2-page .case-det2-2 .dots li {
  width: 1.8em;
  height: 1.8em;
  border-radius: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  margin: 0 1em;
}
.case-det2-page .case-det2-2 .dots li:before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  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%);
  background-color: #dbdbdb;
}
.case-det2-page .case-det2-2 .dots li.slick-active {
  border-color: var(--index-main-color);
}
.case-det2-page .case-det2-2 .dots li.slick-active:before {
  background-color: var(--index-main-color);
}
.case-det2-page ~ .public .case {
  background-image: url("../images/app-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
/*改写顶部目录方案
.faq-page .faq-1 {
  padding: 120px 0;
}
.faq-page .faq-1 .filter {
  font-size: 18px;
  text-align: center;
  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;
  padding: 0 5%;
  position: relative;
}
.faq-page .faq-1 .filter:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #c3c3c3;
  position: absolute;
  left: 0;
  top: 1em;
  z-index: -1;
}
.faq-page .faq-1 .filter a span {
  display: inline-block;
  padding: 0 1.5em;
  background-color: white;
  margin-bottom: 1em;
}
.faq-page .faq-1 .filter a span i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #c3c3c3;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-1 .filter a span i:before {
  content: '';
  width: .7em;
  height: .7em;
  border-radius: 100%;
  background-color: var(--index-main-color);
  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%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .filter a em {
  display: block;
}
.faq-page .faq-1 .filter a.active span i,
.faq-page .faq-1 .filter a:hover span i {
  border-color: var(--index-main-color);
}
.faq-page .faq-1 .filter a.active span i:before,
.faq-page .faq-1 .filter a:hover span i:before {
  opacity: 1;
}*/
.faq-page .faq-1 {
  font-size: 18px;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 4em;
}
.faq-page .faq-1 .filter {
  display: flex;
}
.faq-page .faq-1 .filter a {
  margin-right: 1.5em;
  position: relative;
}
.faq-page .faq-1 .filter a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1em;
  background-color: var(--index-main-color);
  opacity: 0;
}
.faq-page .faq-1 .filter a span {
  display: block;
}
.faq-page .faq-1 .filter a.active:after {
  opacity: 1;
}
.faq-page .faq-2 .list ul li {
  padding: 30px;
}
.faq-page .faq-2 .list ul li span.h6 {
  font-size: 24px;
  color: #303030;
  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-weight: 500;
  line-height: 1.6;
}
.faq-page .faq-2 .list ul li span.h6 i.fa {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #cfcfcf;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .list ul li span.h6 i.fa.fa-angle-down {
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .list ul li span.h6.active i.fa {
  background-color: var(--index-main-color);
}
.faq-page .faq-2 .list ul li span.h6.active i.fa.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 .list ul li .text {
  color: #a8a8a8;
  margin-top: 1.3em;
  padding-top: 1.3em;
  border-top: 1px solid #e0e0e0;
  display: none;
      line-height: 2;
}
.about-page .about-1 .right .text {
    line-height: 2;
}
.faq-page .faq-2 .list ul li:nth-child(odd) {
  background-color: #f8f8f8;
}
.pdf-page .pdf-1 {
  padding: 110px 0;
}
.pdf-page .pdf-1 .flexTitle {
  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;
  margin-bottom: 40px;
}
.pdf-page .pdf-1 .flexTitle form {
  width: 430px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 18px;
}
.pdf-page .pdf-1 .flexTitle form input {
  background-color: transparent;
  width: 100%;
  border: none;
  padding: 0 1.5em;
}
.pdf-page .pdf-1 .flexTitle form input[type="submit"] {
  width: 60px;
  background-image: url("../images/icon-search2.png");
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  overflow-x: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.pdf-page .pdf-2 .slide {
  padding-bottom: 80px;
}
.pdf-page .pdf-2 .slide span.h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
.pdf-page .pdf-2 .slide .list ul {
  margin: -13px -27px;
}
.pdf-page .pdf-2 .slide .list ul li {
  padding: 13px 27px;
}
.pdf-page .pdf-2 .slide .list ul li .box {
  padding: 40px;
  border-radius: 18px;
  border: 1px solid #c1c1c1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.pdf-page .pdf-2 .slide .list ul li .box i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.pdf-page .pdf-2 .slide .list ul li .box .content {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 80%;
}
.pdf-page .pdf-2 .slide .list ul li .box .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  color: #0b0b0b;
  line-height: 1.2;
  margin-bottom: .4em;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #323232;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a i.fa {
  margin-right: .5em;
  color: var(--index-main-color);
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a i.fa:before {
  font-size: 1.5em;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a:after {
  content: '';
  margin: 0 1em;
  width: 1px;
  height: 1em;
  background-color: #c3c3c3;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a:last-child:after {
  display: none;
}
.pdf-page .pdf-2 .slide .list ul li .box:hover {
  background-color: var(--index-main-color);
  color: white;
}
.pdf-page .pdf-2 .slide .list ul li .box:hover > * {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1800px) {
  .inner-page .clearFilter,
  .case-page .case-3 .list ul li,
  .news-page .news-1 .nav,
  .news-page .news-2 .list ul li .box .right time,
  .sustainability-page .sustainability-3 .list ul li span,
  .contact-page .contact-2 .box div.right .form ul li,
  .case-page .case-2 .list ul li .box .content .tag,
  .faq-page .faq-2 .list ul li .text,
  .inner-page .filterTag {
    font-size: 16px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box .content span.h6,
  .newdet-page .newdet-3 .list ul li .box time,
  .newdet-page .newdet-2 .right span.h3,
  .factory-page .slide .list ul li span.h6,
  .public .contact .left .text,
  .case-det1-page .case-det1-2 .list ul li .box span.h6,
  .case-page .case-2 .list ul li .box .content span.h6,
  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box .content .link,
  .news-page .news-3 .list ul li .box .content time,
  .news-page .news-3 .list ul li .box .content a.link,
  .newdet-page .newdet-2 .right .list ul li time,
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box i {
    margin-right: 15px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box {
    padding: 25px;
  }
  .news-page .news-3 .filter ul li,
  .news-page .news-3 .list ul li .box .content span.h6,
  .newdet-page .newdet-2 .right .list ul li span.h6,
  .certificate-page .list ul li span,
  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 18px;
  }
  .newdet-page .flexTitle,
  .sustainability-page .sustainability-1 .left span.h2,
  .about-page .about-1 .left span.h2 {
    font-size: 28px;
  }
  .newdet-page .newdet-3 .list ul li .box span.h6,
  .faq-page .faq-2 .list ul li span.h6,
  .factory-page .slide .title span.h3,
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 24px;
  }
  .sustainability-page .sustainability-2 .textList span.h6 {
    font-size: 36px;
  }
  .sustainability-page .sustainability-2 .textList i img {
    max-height: 70px;
  }
  .honor-page .honor-1 .left .list ul li span {
    font-size: 42px;
  }
  .honor-page .honor-1 {
    padding: 50px 0;
  }
  .honor-page .honor-1 .right .img {
    height: 650px;
  }
  .certificate-yd-page .box .left .img {
    margin-bottom: 80px;
  }
  .certificate-yd-page .box .left .numList ul li span,
  .case-det2-page .case-det2-1 .right span.h2 {
    font-size: 48px;
  }
  .certificate-yd-page .box .left .numList {
    margin: 70px 0;
  }
  .certificate-yd-page .box .right .list {
    max-height: 1100px;
  }
  .certificate-page {
    padding: 120px 0;
  }
  .case-det2-page .case-det2-2 .list ul li .box span.num {
    font-size: 140px;
  }
  .public .contact .right .form ul li {
    font-size: 16px;
  }
  .case-det1-page .case-det1-2 .list ul li .box i img {
    max-width: 70px;
  }
  .about-page .about-4 .list ul li .box span.h6 {
    margin-top: 1.5em;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 70px;
  }
  .about-page .about-4 .list ul li .box {
    padding: 0 20px 50px;
  }
}
@media screen and (max-width: 1450px) {
  .honor-page {
    padding: 50px 0;
  }
  .honor-page .honor-1 .left .list ul li span {
    font-size: 36px;
  }
  .honor-page .honor-1 .left .list ul li {
    margin-bottom: 20px;
  }
  .honor-page .honor-1 .left .list {
    margin: 30px 0;
  }
  .honor-page .honor-1 .right .img {
    height: 600px;
  }
  .about-page .about-1 {
    padding-top: 80px;
  }
  .about-page .about-2 {
    padding: 60px 0 140px;
  }
  .about-page .about-3 span.h {
    max-width: 140px;
  }
  .about-page .about-3 .right .list {
    margin: 40px 0;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 130px;
  }
  .about-page .about-3 .left .img {
    height: 560px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .about-page .about-4 .flex {
    padding-right: 10%;
  }
  .about-page .about-4 .list {
    padding: 60px 0;
  }
  .about-page .about-4 .list ul li,
  .about-page .about-6 .list ul li {
    padding: 10px;
  }
  .about-page .about-4 .list ul,
  .about-page .about-6 .list ul {
    margin: -10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7,
  .case-det1-page .case-det1-1,
  .public .contact {
    padding: 90px 0;
  }
  .newdet-page .newdet-3 .list ul li .box span.h6,
  .faq-page .faq-2 .list ul li span.h6,
  .factory-page .slide .title span.h3,
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 20px;
  }
  .btn div {
    width: 48px;
    height: 48px;
  }
  .btn div img {
    max-width: 22px;
  }
  .about-page .about-6 .list ul li .content {
    padding: 10px;
  }
  .honor-page .honor-2 {
    padding-top: 60px;
  }
  .case-page .case-1 {
    padding: 50px 0;
  }
  .case-page .case-2 .list ul li {
    padding: 20px;
  }
  .case-page .case-2 .list ul {
    margin: -20px;
  }
  .case-page .case-2 {
    padding-bottom: 60px;
  }
  .case-det1-page .case-det1-2 .list ul li {
    padding: 0 10px;
  }
  .case-det1-page .case-det1-2 .list ul {
    margin: 0 -10px;
  }
  .case-det1-page .case-det1-2 .list ul li .box {
    padding: 40px;
    height: 400px;
  }
  .case-det1-page .case-det1-2 .list {
    margin: 50px 0;
  }
  .case-det1-page .case-det1-2 {
    padding-bottom: 80px;
  }
  .public .contact .right .form ul li {
    padding: 10px;
  }
  .public .contact .right .form ul {
    margin: -10px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box .content span.h6,
  .newdet-page .newdet-3 .list ul li .box time,
  .newdet-page .newdet-2 .right span.h3,
  .factory-page .slide .list ul li span.h6,
  .public .contact .left .text,
  .case-det1-page .case-det1-2 .list ul li .box span.h6,
  .case-page .case-2 .list ul li .box .content span.h6,
  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .certificate-yd-page .box .left .numList ul li span,
  .case-det2-page .case-det2-1 .right span.h2 {
    font-size: 36px;
  }
  .case-det2-page .case-det2-1 {
    padding-top: 80px;
  }
  .case-det2-page .case-det2-2 {
    padding: 60px 0;
  }
  .case-det2-page .case-det2-2 .list {
    margin: 50px 0;
  }
  .case-det2-page .case-det2-2 .list ul li .box span.num {
    font-size: 100px;
  }
  .case-det2-page .case-det2-2 .list ul li .box .content {
    margin-top: 60px;
  }
  .case-det2-page .case-det2-2 .list ul li {
    padding: 0 20px;
  }
  .case-det2-page .case-det2-2 .list ul {
    margin: 0 -20px;
  }
  .certificate-page {
    padding: 90px 0;
  }
  .certificate-yd-page .box .left {
    padding: 8% 4% 3%;
  }
  .contact-page .contact-2 .box div.right .form ul li label {
    margin-bottom: .5em;
  }
  .factory-page .slide .list ul li {
    padding: 10px;
  }
  .factory-page .slide .list ul {
    margin: -10px;
  }
  .factory-page .slide .list {
    margin-bottom: 40px;
  }
  /*.faq-page .faq-1 {
    padding: 70px 0;
  }*/
  .faq-page .faq-2 .list ul li {
    padding: 30px;
  }
  .technical-page {
    padding: 90px 0;
  }
  .downloadBox .downloadRight .bottom .search {
    font-size: 16px;
  }
  .technical-page .downloadRight .bottom .faq dl dd {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 80px;
  }
  .sustainability-page .sustainability-2 .textList {
    padding: 30px;
  }
  .sustainability-page .sustainability-2 .textList span.h6 {
    font-size: 28px;
  }
  .sustainability-page .sustainability-2 .textList i img {
    max-height: 50px;
  }
  .sustainability-page .sustainability-3 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-3 .text {
    margin: 2em auto 3em;
  }
  .sustainability-page .sustainability-3 .list {
    font-size: 7px;
  }
  .sustainability-page .sustainability-3 .list:before {
    bottom: 6.3em;
  }
  .newdet-page .newdet-3 .list ul li .box {
    padding: 30px;
  }
  .newdet-page .newdet-3 .list ul li .box time {
    margin: 0 2em;
  }
  .newdet-page .newdet-3 .list ul li .box .text {
    margin: .6em 0;
  }
  .news-page .news-2 {
    padding: 60px 0;
  }
  .inner-page .clearFilter,
  .case-page .case-3 .list ul li,
  .news-page .news-1 .nav,
  .news-page .news-2 .list ul li .box .right time,
  .sustainability-page .sustainability-3 .list ul li span,
  .contact-page .contact-2 .box div.right .form ul li,
  .case-page .case-2 .list ul li .box .content .tag,
  .inner-page .filterTag {
    font-size: 14px;
  }
  .news-page .news-2 .list ul li .box .right {
    padding: 4%;
  }
  .news-page .news-3 {
    padding: 60px 0;
  }
  .news-page .news-3 .filter ul li,
  .news-page .news-3 .list ul li .box .content span.h6,
  .newdet-page .newdet-2 .right .list ul li span.h6,
  .certificate-page .list ul li span,
  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 16px;
  }
  .news-page .news-3 .list {
    padding-top: 50px;
  }
  .news-page .news-3 .list ul li {
    padding: 20px;
  }
  .news-page .news-3 .list ul {
    margin: -20px;
  }
  .news-page .news-3 .list ul li .box .content {
    padding: 15px;
  }
  .pdf-page .pdf-1 {
    padding: 60px 0;
  }
  .pdf-page .pdf-2 .slide {
    padding-bottom: 50px;
  }
  .case-page .case-3 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .case-page .case-3 .list ul li a.img {
    height: 240px;
  }
  .pdf-page .pdf-2 .slide .list ul li {
    padding: 10px;
  }
  .pdf-page .pdf-2 .slide .list ul {
    margin: -10px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box {
    padding: 15px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box i {
    max-width: 40px;
  }
  .pdf-page .pdf-2 .slide span.h3 {
    margin-bottom: .6em;
    font-size: 22px;
  }
  .news-page .news-3 .list ul li .box a.img-box {
    height: 220px;
  }
  .newdet-page .newdet-3 .list ul li .box time {
    margin: 0 1em;
  }
  .newdet-page .newdet-3 .list ul li .box a.img {
    height: 240px;
  }
  .newdet-page .newdet-2 .left .m-link {
    font-size: 15px;
  }
  .newdet-page .newdet-2 .right .list {
    padding: 15px;
  }
  .newdet-page .flexTitle,
  .sustainability-page .sustainability-1 .left span.h2,
  .about-page .about-1 .left span.h2,
  .sustainability-page .sustainability-2 .textList span.h6 {
    font-size: 24px;
  }
  .sustainability-page .sustainability-1 {
    padding: 60px 0;
  }
  .technical-page .downloadRight .bottom {
    padding: 20px;
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 18px;
  }
  .newdet-page .newdet-3 .list ul li .box span.h6,
  .faq-page .faq-2 .list ul li span.h6,
  .factory-page .slide .title span.h3,
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 18px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box .content span.h6,
  .newdet-page .newdet-3 .list ul li .box time,
  .newdet-page .newdet-2 .right span.h3,
  .faq-page .faq-2 .list ul li .text,
  .factory-page .slide .list ul li span.h6,
  .public .contact .left .text,
  .case-det1-page .case-det1-2 .list ul li .box span.h6,
  .case-page .case-2 .list ul li .box .content span.h6,
  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 16px;
  }
  .certificate-yd-page .box .left .img {
    max-width: 240px;
  }
  .certificate-yd-page .box .left .numList ul li {
    margin-bottom: 30px;
  }
  .certificate-yd-page .box .right .list {
    max-height: 900px;
  }
  .case-det2-page .case-det2-2 .list ul li .box .content span.h6 {
    font-size: 20px;
  }
  .case-det2-page .case-det2-2 .list ul li .box .content .text {
    font-size: 14px;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 90px;
  }
  .about-page .about-3 .right .list:before {
    bottom: 4px;
  }
  .about-page .about-4 {
    padding: 70px 0;
  }
  .case-det1-page .case-det1-2 .list ul li .box {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-1 {
    background-size: auto 100%;
  }
  .honor-page {
    padding-top: 0;
  }
  .honor-page .honor-1 .left,
  .about-page .about-1 .left,
  .public .contact .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right,
  .about-page .about-3 .right,
  .public .contact .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .honor-page .honor-1 .right,
  .about-page .about-3 .left,
  .case-det1-page .case-det1-1 .box .left {
    display: none;
  }
  .honor-page .honor-1 .left .list ul li span {
    font-size: 28px;
  }
  .honor-page .honor-1 .left .list ul li span i img {
    max-width: 48px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-2 .list ul li:nth-child(2):before {
    display: none;
  }
  .about-page .about-2 {
    padding: 50px 0 100px;
  }
  .about-page .about-5 .flex,
  .about-page .about-6 .flex,
  .about-page .about-6 .flex .title {
    display: block;
  }
  .about-page .about-5 .flex .text {
    max-width: none;
    margin-top: 20px;
  }
  .about-page .about-6 .flex .title {
    margin-bottom: 10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7,
  .case-det1-page .case-det1-1,
  .public .contact {
    padding: 60px 0;
  }
  .case-page .case-2 .list ul li {
    width: 50%;
  }
  .case-page .case-2 .list ul li .box .content {
    padding: 15px;
  }
  .case-det1-page .case-det1-1 .box .right {
    width: 100%;
    padding: 0;
  }
  .case-det1-page .case-det1-1 .box .right .text {
    margin-top: 1.5em;
  }
  .public .contact .right .form ul li .pre input,
  .public .contact .right .form ul li .pre textarea {
    padding: .5em;
    padding-left: 4em;
  }
  .public .contact .right .form ul li .pre i.fa {
    width: 3em;
    height: 3em;
    top: -0.2em;
  }
  .public .contact .right .form ul li .pre input[type="submit"] {
    padding: .5em 2em;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 50px;
  }
  .about-page .about-6 .list {
    margin-top: 40px;
  }
  .case-det1-page .case-det1-2 .list ul li .box {
    background-image: unset !important;
    height: auto;
    padding: 15px 0;
    display: block;
    text-align: left;
  }
  .case-det1-page .case-det1-2 .list ul li {
    width: 100%;
  }
  .case-det1-page .case-det1-2 .list ul {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .honor-page .honor-1 .left .list ul li span i img {
    max-width: 30px;
  }
  .about-page .about-7 .list ul li {
    padding: 10px;
  }
  .about-page .about-7 .list ul {
    margin: -10px;
  }
  .about-page .about-7 .list {
    margin: 40px 0;
  }
  .about-page .about-4 .list {
    padding: 40px 0;
  }
  .about-page .about-4 .flex {
    padding-right: 0;
  }
  .about-page .about-5 .list {
    width: 100%;
    margin-top: 30px;
  }
  .case-page .case-2 .list ul li {
    padding: 10px;
  }
  .case-page .case-2 .list ul {
    margin: -10px;
  }
  .case-page .case-2 .list ul li .box a.img-box {
    height: 200px;
  }
  /*.case-det1-page .case-det1-2 .list ul li .box {
    padding: 20%;
  }*/
  .case-det2-page .case-det2-2 .list ul li .box .content {
    margin-top: 40px;
  }
  .case-det2-page .case-det2-1 .left {
    display: none;
  }
  .case-det2-page .case-det2-1 .right {
    width: 100%;
  }
  .case-det2-page .case-det2-1 .right span.h2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .case-det2-page .case-det2-1 {
    padding-top: 50px;
  }
  .certificate-page {
    padding: 60px 0;
  }
  .certificate-yd-page .box .right .list ul li:nth-child(3n+2) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .certificate-yd-page .box .right .list ul li:nth-child(2n+2) {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  .certificate-yd-page .box .right .list ul li {
    padding: 10px;
    width: 50%;
  }
  .certificate-yd-page .box .right .list ul {
    margin: -10px;
  }
  .certificate-yd-page .box .left {
    width: 100%;
    padding: 8% 4%;
  }
  .certificate-yd-page .box .right {
    width: 100%;
    display: none;
  }
  .certificate-yd-page .box {
    display: block;
  }
  .certificate-yd-page .box .left .img {
    margin-bottom: 50px;
    display: block;
  }
  .certificate-yd-page .box .left .numList {
    margin: 40px 0;
  }
  .certificate-yd-page .box .left .numList ul li span,
  .case-det2-page .case-det2-1 .right span.h2 {
    font-size: 28px;
  }
  .contact-page .contact-2 .box div.right {
    width: 100%;
    padding: 40px 15px;
  }
  .contact-page .contact-2 .box {
    display: block;
  }
  .faq-page .faq-2 .list ul li {
    padding: 15px;
  }
  .newdet-page .newdet-3 .list ul li .box span.h6,
  .faq-page .faq-2 .list ul li span.h6,
  .factory-page .slide .title span.h3,
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 16px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box .content span.h6,
  .newdet-page .newdet-3 .list ul li .box time,
  .newdet-page .newdet-2 .right span.h3,
  .faq-page .faq-2 .list ul li .text,
  .factory-page .slide .list ul li span.h6,
  .public .contact .left .text,
  .case-det1-page .case-det1-2 .list ul li .box span.h6,
  .case-page .case-2 .list ul li .box .content span.h6,
  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 14px;
  }
  /*.faq-page .faq-1 .filter {
    padding: 0;
  }*/
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 16px;
  }
  .technical-page {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-1 .left,
  .newdet-page .newdet-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainability-page .sustainability-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .sustainability-page .sustainability-2 .bottom .textList {
    width: 100%;
  }
  .sustainability-page .sustainability-2 .bottom .dots_line {
    display: none;
  }
  .sustainability-page .sustainability-2 .bottom {
    margin-top: 0;
  }
  .sustainability-page .sustainability-3 .list {
    font-size: 3px;
    overflow: auto;
    padding-bottom: 4em;
  }
  .sustainability-page .sustainability-3 .list ul {
    width: 180%;
  }
  .sustainability-page .sustainability-3 .list:before {
    bottom: 17.2em;
  }
  .sustainability-page .sustainability-3 {
    padding: 50px 0;
  }
  .newdet-page .newdet-2 .right {
    display: none;
  }
  .newdet-page .newdet-3 .list ul li .box a.img {
    display: none;
  }
  .newdet-page .newdet-3 .list ul li .box {
    padding: 15px;
  }
  .news-page .news-1 .nav {
    display: none;
  }
  .news-page .news-2 .list ul li .box .left {
    width: 100%;
    height: 240px;
  }
  .news-page .news-2 .list ul li .box .right {
    width: 100%;
  }
  .news-page .news-2 .list ul li .box {
    display: block;
  }
  .news-page .news-2 .list ul li .box .right time {
    margin: 1em 0;
  }
  .news-page .news-2 .list .slickBtn div.prev a {
    margin-left: 0;
  }
  .news-page .news-2 .list .slickBtn div.next a {
    margin-right: 0;
  }
  .news-page .news-2 .list .slickBtn div {
    top: 30%;
  }
  .news-page .news-3 .filter ul li {
    width: 33.333%;
    padding: 0 10px;
  }
  .news-page .news-3 .filter ul {
    margin: 0 -10px;
  }
  .pdf-page .pdf-1 .flexTitle form {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
  .pdf-page .pdf-2 .slide .list ul li {
    width: 100%;
  }
  .case-page .case-3 {
    padding-bottom: 50px;
  }

  .contact-page .contact-1 iframe {
    height: 360px;
  }
  .contact-page .contact-1 .box {
    position: static;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    max-width: none;
  }
  .contact-page .contact-2 .box div.left .FormMoreBtn {
    font-size: 14px;
  }
  .contact-page .contact-2.active .box {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .clearFilter .nav span.clear {
    padding: .5em 2em;
  }
  .inner-page .clearFilter,
  .inner-page .filterTag .slide {
    display: block;
  }
  .inner-page .clearFilter .nav,
  .inner-page .filterTag .slide .nav {
    margin-left: 0;
  }
  .inner-page .clearFilter .nav span,
  .inner-page .filterTag .slide .nav a {
    margin-left: 0;
    margin-right: 1em;
  }
  .pdf-page .pdf-1 .flexTitle {
    display: block;
  }
  .pdf-page .pdf-1 .flexTitle form {
    width: 100%;
    margin-top: 20px;
  }
  .newdet-page .flexTitle {
    display: block;
  }
  .newdet-page .flexTitle time {
    margin-top: 1em;
  }
  .newdet-page .newdet-3 .list ul li .box {
    display: block;
  }
  .newdet-page .newdet-3 .list ul li .box time {
    display: none;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 50px;
  }
  .sustainability-page .sustainability-3 .list ul {
    width: 220%;
  }
  /*.faq-page .faq-1 .filter {
    overflow: auto;
    padding-bottom: .5em;
  }
  .faq-page .faq-1 .filter:before {
    width: 200%;
  }
  .faq-page .faq-1 .filter a {
    min-width: 50%;
  }*/
  .factory-page .slide .title i {
    left: -5px;
  }
  .case-det2-page .case-det2-2 .dots li {
    margin: 0 .5em;
  }
  /*.case-det1-page .case-det1-2 .list ul li .box {
    padding: 14%;
  }*/
  .case-det1-page .case-det1-2 .list {
    margin-bottom: 0;
  }
  .case-page .case-2 .list ul li {
    width: 100%;
  }
  .about-page .about-3:before {
    width: 80%;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 70px;
    bottom: -30%;
  }
  .about-page .about-4 .flex {
    display: block;
  }
  .about-page .about-4 .flex .btn {
    display: none;
  }
  .dots {
    font-size: 6px;
  }
  .honor-page .honor-2 .honorListSlick ul li {
    padding-bottom: 0;
  }
  #index-body .init-5 .right .info ul li:nth-of-type(2){
    margin-left: 0;
  }
  .contact-page .contact-1 .box .box2 .list {
    width: 100px;
  }
  .contact-page .contact-1 .box .box2 .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .box .box2 .info ul li .flex {
    display: block;
  }
}
#sideBar {
  position: fixed;
  right: 0;
  bottom: 120px;
  font-size: 14px;
  background-color: white;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 18;
}
#sideBar span.close {
  width: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  /*display: none;*/
}
#sideBar span.close:after {
  content: '>>';
}
#sideBar ul li {
  border-bottom: 1px solid #f8f8f8;
  position: relative;
}
#sideBar ul li.hasimg img{
  position: absolute;
  right: 100%;
  top: 0;
  max-width: 300px;
  z-index: 2;
  display: none;
}
#sideBar ul li.hasimg:hover img{
  display: block;
}
#sideBar ul li:last-child {
  border-bottom: none;
}
#sideBar ul li a img {
  max-width: 50px;
}
#sideBar ul li a {
  padding: 15px 6px;
  text-align: center;
  display: block;
  transition: .5s;
}
#sideBar ul li a i {
  display: block;
  margin-bottom: .3em;
  font-size: 1.3em;
}
#sideBar ul li a:hover {
  background-color: var(--index-main-color);
  color: white;
}
  #sideBar {
    transform: translateX(0);
    transition: .5s;
  }
  #sideBar.on span.close:after {
    transform: rotate(180deg);
  }
  #sideBar.on {
    transform: translateX(100%);
  }
  #sideBar span.close:after {
    transform: rotate(0);
  }
.animatedStart {
  transform: translateX(0);
  opacity: 1;
  transition: 1.5s;
  transition-delay: .6s;
}
.wowimg.fadeInLeft {
  transform: translateX(-100%);
  opacity: 0;
}
.wowimg.fadeInRight {
  transform: translateX(100%);
  opacity: 0;
}
.prodet-page .prodet-1 .box .content .text li{
  position: relative;
  padding-left: 14px;
  line-height: 2;
}
h1.h2.wow.fadeInUp.animated {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    display: block;
    text-transform: uppercase;
    
}
.prodet-page .prodet-1 .box .content h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    display: block;
    text-transform: capitalize;
}
.prodet-page .prodet-1 .box .content .text li:after{
  content:'';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--index-main-color);
}
@media screen and (min-width: 500px) {
 .about-page .about-3 .right .list ul.no .slick-track{
   transform: translate(0) !important;
 }
}

@media screen and (max-width: 1400px) {
  .public .app .list li .box {
    height: 500px;
  }
  .public .app .list li {
    width: 16% !important;
  }
  .public .app .list li.active {
    width: 68% !important;
  }
  .public .app .list li .box span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 {
    padding: 0;
  }
  .faq-page .faq-1>.ui {
    display: none;
  }
}
@media screen and (max-width: 700px) {
      .prodet-page .prodet-1 .box .content h1{
      font-size: 20px;
    }
  .public .app .list li {
    width: 30% !important;
  }
  .public .app .list li.active {
    width: 70% !important;
  }
  .public .app .list li .box span.h6 {
    font-size: 20px;
  }
      .prodet-page .prodet-1{
      padding-top:30px;
    }
}
@media screen and (max-width: 500px) {
  .public .app .list li,.public .app .list li.active {
    width: 100% !important;
  }
}
.aftersale-page .top {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 100px 0 0px;
  color: var(--index-main-color);
}
.aftersale-page .top span.h2 {
  margin-bottom: .5em;
}
.aftersale-page .top span.h2,
.aftersale-page .top .text {
  color: #000;
}
.aftersale-page .bottom {
  padding: 6% 0;
  text-align: center;
}
.aftersale-page .bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aftersale-page .bottom ul li {
  max-width: 250px;
  padding: 5px;
}
.aftersale-page .bottom ul li i {
  display: block;
}
.aftersale-page .bottom ul li i img {
  display: block;
  margin: 0 auto;
}
.aftersale-page .bottom ul li span.h6 {
  font-size: 24px;
  color: var(--index-main-color);
  display: block;
  margin: .5em 0;
  font-weight: bold;
  line-height: 1.2;
}
.aftersale-page .bottom ul li .text {
  opacity: .8;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .aftersale-page .bottom ul li span.h6 {
    font-size: 20px;
  }
  a.foota.hidden {
    display: none;
}
h1.h3.wow.fadeInUp.animated a {
    font-size: 20px;
}
  .aftersale-page .bottom ul li i img {
    max-height: 60px;
  }
  .aftersale-page .bottom ul li {
    width: 46% !important;
  }
}
@media screen and (max-width: 700px) {
      .prodet-page .prodet-1{
      padding-top:30px;
    }
}