.button-group {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    padding: 10px;
  }
  .button-group .button {
    height: 28px;
    line-height: 28px;
    background-color: var(--index-main-color);
    color: #FFF;
    border: 0;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
  }
  .layui-layer-dialog .layui-layer-content {
    word-break: break-word !important;
  }
  @keyframes z_fall {
    0% {
      top: -300px;
    }
    100% {
      top: 200%;
    }
  }
  @-moz-keyframes z_fall {
    0% {
      top: -300px;
    }
    100% {
      top: 200%;
    }
  }
  @-webkit-keyframes z_fall {
    0% {
      top: -300px;
    }
    100% {
      top: 200%;
    }
  }
  @-o-keyframes z_fall {
    0% {
      top: -300px;
    }
    100% {
      top: 200%;
    }
  }
  @keyframes wid {
    25% {
      width: 25%;
    }
    50% {
      width: 50%;
    }
    100% {
      width: 100%;
    }
  }
  .clearfix:before,
  .clearfix:after{
    content: " ";
    display: table
  }
  
  .clearfix:after,
  .container:after{
    clear: both
  }
  @keyframes scale_hx {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    50% {
      transform: scale(0.6);
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @media screen and (max-width: 1200px) {
    .fp-tableCell {
        padding: 0;
        height: auto !important;
      }
  }
  @media screen and (max-width: 992px) {
    .section {
        height: auto !important;
      }
      .fp-tableCell {
        padding: 0;
        height: auto !important;
      }
  }
  @media screen and (max-width: 700px) {
    .section {
      height: auto !important;
    }
    .fp-tableCell {
      padding: 0;
      height: auto !important;
    }
}
.inner-banner {
    background: url(../images/inner-banner.jpg) center no-repeat;
    height: 400px;
    background-size: cover;
    padding-top: 10%;
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
  }
  .inner-banner:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: -1;
  }
  .inner-banner h3 {
      font-size: 20px;
      line-height: 1;
      margin-bottom: 15px;
      letter-spacing: 1px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
  }
  .inner-banner .mbx {
      font-size: 16px;
  }
  .inner-banner .mbx a,
  .inner-banner .mbx span {
      display: inline-block;
      vertical-align: top;
      text-transform: capitalize;
      margin: 0 5px;
      line-height: 30px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  .inner-banner .mbx a:first-child:before {
      content: "\f015";
      font-family: "FontAwesome";
      color: var(--index-main-color);
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      font-size: 20px;
  }
  .inner-banner .mbx a:hover {
      color: var(--index-main-color);
  }
  .inner-banner .tit {
    position: relative;
    z-index: 1;
  }
  .inner-banner .tit h2 {
    color: #fff;
    font-size: 72px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 72px;
  }
  .inner-banner .tit p {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
  }
  /*.inner-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    width: 495px;
    height: 274px;
    background: rgba(0, 0, 0, 0.3);
  }*/
  .menu-siderbar {
    padding: 30px 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .menu-siderbar .bread-crumbs a,
  .menu-siderbar .bread-crumbs span {
    font-size: 16px;
    font-weight: 500;
  }
  .bread-crumbs .fa{
    font-size: 16px;
    margin-right: 5px;
  }
  .menu-siderbar p {
    font-size: 16px;
    font-weight: 500;
  }
  .inner-page {
    padding-top: 60px;
  }
  .news-page .grid-box {
    margin-left: -50px;
  }
  .news-page .grid-box .column {
    padding: 0 30px 5%;
  }
  .news-page .grid-box .column .text {
    padding: 30px 0 40px;
    position: relative;
  }
  .news-page .grid-box .column .text h2 {
    font-size: 30px;
  }
  .news-page .grid-box .column .text p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .news-page .grid-box .column .text time {
    color: #999999;
    font-size: 16px;
  }
  .news-page .grid-box .column .text:after {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
  }
  .contact-page {
    padding-top: 0;
  }
  .contact-page .grid-box {
    overflow: hidden;
  }
  .contact-page .grid-box .column {
    margin-bottom: -200px;
  }
  .contact-page .grid-box .column:nth-child(1) {
    padding: 5% 8% 5% 12%;
    padding-bottom: 250px;
  }
  .contact-page .grid-box .column:nth-child(1) h2 {
    font-size: 36px;
  }
  .contact-page .grid-box .column:nth-child(1) p {
    color: #999999;
    font-size: 18px;
    margin: 20px 0;
  }
  .contact-page .grid-box .column:nth-child(1) form input,
  .contact-page .grid-box .column:nth-child(1) form textarea {
    width: 100%;
    padding: 15px 20px;
    background: #f8f9fa;
    font-size: 18px;
    color: var(--index-main-color);
    border: none;
    margin-bottom: 20px;
  }
  .contact-page .grid-box .column:nth-child(1) form textarea {
    height: 328px;
  }
  .contact-page .grid-box .column:nth-child(1) form input[type="submit"] {
    background: #000;
    color: #fff;
    text-transform: uppercase;
  }
  .contact-page .grid-box .column:nth-child(2) {
    padding: 5% 10% 250px 8%;
    background: #f8f9fa;
  }
  .contact-page .grid-box .column:nth-child(2) ul li {
    padding-left: 80px;
    background: url(../images/tel.png) no-repeat left 4px;
    margin-bottom: 80px;
    position: relative;
  }
  .contact-page .grid-box .column:nth-child(2) ul li:after {
    content: '';
    position: absolute;
    background: #b6b6b6;
    height: 70px;
    width: 1px;
    left: 25px;
    bottom: -60px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li h3 {
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .contact-page .grid-box .column:nth-child(2) ul li p {
    font-size: 26px;
    font-weight: 300;
  }
  .contact-page .grid-box .column:nth-child(2) ul li:nth-child(2) {
    background: url(../images/1111.png) no-repeat left 4px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li:nth-child(3) {
    background: url(../images/fax.png) no-repeat left 4px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li:nth-child(4) {
    background: url(../images/mail.png) no-repeat left 4px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li:nth-child(5) {
    background: url(../images/add.png) no-repeat left 4px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li:nth-child(5):after {
    display: none;
  }
  .contact-page .map {
    min-height: 500px;
    background: #ddd;
    font-weight: 500;
    color: #ffffff;
  }
  .cat-product-page ul li {
    margin-bottom: 140px;
    position: relative;
  }
  .cat-product-page ul li:nth-child(odd) .kemailincat{
    text-align: right;
    padding-left: 40px;
  }
  .cat-product-page ul li:after {
    content: '';
    position: absolute;
    background: #f9f9f9;
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .cat-product-page ul li .grid .column.column1 {
    width: 60%;
    float: left;
  }
  .cat-product-page ul li .grid .column.column2 {
    float: right;
    width: 40%;
    padding: 3% 3% 0 0;
  }
  .cat-product-page ul li .grid .column.column2 h3 {
    font-size: 48px;
    text-align: right;
    padding-bottom: 30px;
  }
  .kemailincat {
      font-size: 16px;
      line-height: 28px;
      padding: 0 0 20px 0;
  }
  .cat-product-page ul li .grid .column.column2 a.more {
    display: block;
    width: 164px;
    height: 54px;
    border: 2px solid #000000;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    float: right;
  }
  .cat-product-page ul li .grid .column.column2 a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
  }
  .cat-product-page ul li .grid .column.column2 a.more:hover .fa {
    margin-left: 8px;
  }
  .cat-product-page ul li:nth-child(2n):after {
    display: none;
  }
  .cat-product-page ul li:nth-child(2n) .grid .column.column1 {
    width: 60%;
    float: right;
    position: relative;
    z-index: 1;
  }
  .cat-product-page ul li:nth-child(2n) .grid .column.column2 {
    width: 40%;
    padding: 3% 3% 0 0;
    float: left;
    position: relative;
  }
  
  .cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
    float: right;
    margin-top: 60px;
    position: relative;
    z-index: 3;
  }
  .cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
    text-align: left;
  }
  .cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
    float: left;
  }
  .product-page .sidebar {
    padding-bottom: 50px;
  }
  h1.catkemai {
      font-size: 26px;
      color: var(--index-main-color);
      text-align: center;
  }
  .product-page .sidebar ul li {
    float: left;
    font-size: 20px;
  }
  .product-page .sidebar ul li a {
    display: block;
    padding: 15px 20px;
    color: #090909;
    text-transform: capitalize;
  }
  .product-page .sidebar ul li a:hover,.product-page .sidebar ul li a.active {
    background: var(--index-main-color);
    color: #fff;
  }
  .product-page .grid-box {
    padding-bottom: 50px;
  }
  .product-page .grid-box .column {
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .product-page .grid-box .column .text h2 {
    font-size: 18px;
    color: #090909;
    padding: 20px 0;
    text-align: center;
    /*min-height: 176px;*/
  }
  .product-page .grid-box .column .text a.more {
    display: block;
    width: 203px;
    height: 54px;
    border: 2px solid #000000;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
  }
  .product-page .grid-box .column .text a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
  }
  .product-page .grid-box .column .text a.more:hover .fa {
    margin-left: 8px;
  }
  .product-page .grid-box .column:hover {
    background: #f6f6f6;
  }
  .product-page .prat2 {
    padding: 100px 0;
    background: url(../images/part2-bg.jpg) no-repeat center;
    background-size: cover;
  }
  .product-page .prat2 h2 {
    font-size: 48px;
    text-align: center;
    color: #160101;
    font-weight: 500;
    text-transform: uppercase;
  }
  .product-page.gallery-page .grid-box .column .text h2 {
    min-height: auto;
  }
  .gallery-page .gallery-list .column a{
    display: block;
    text-align: center;
    padding: 0 15px;
  }
    .gallery-page .gallery-list .column a img{
      margin: 0 auto;
    }
  .kemaicatemmiaoshu {
      font-size: 16px;
      line-height: 30px;
  }
  .product-page .prat2 h3 {
    font-size: 24px;
    color: #090909;
    font-weight: 300;
    text-align: center;
  }
  .product-page .prat2 a.more {
    font-size: 16px;
    display: block;
    width: 290px;
    height: 54px;
    border: 2px solid #fff;
    line-height: 50px;
    text-transform: uppercase;
    margin: 30px auto 0;
    color: var(--index-main-color);
    text-align: center;
  }
  .product-page .prat2 a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
  }
  .product-page .prat2 a.more:hover .fa {
    margin-left: 8px;
  }
  .inner-page .tit h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    text-align: right;
  }
  .inner-page .tit h2:after {
    content: '';
    position: absolute;
    background: #1d3126;
    width: 62px;
    height: 3px;
    right: 0;
    bottom: 0;
  }
  .inner-page .tit h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 54px;
    margin: 20px 0;
  }
  .inner-page .tit p {
    color: #7f7f7f;
    line-height: 30px;
        font-size: 16px;
  }
  .prodet-page.inner-page.about-page .part1{
    margin-bottom: 5vw;
  }
  .about-page {
    padding-bottom: 80px;
  }
  .about-page .part1 .column:nth-child(1) {
    padding-top: 5%;
    padding-right: 8%;
  }
  .about-page .part1 p {
    line-height: 30px;
    color: #7f7f7f;
  }
  .about-page .part1 .text{
    font-size: 16px;
    color: #7f7f7f;
    max-height: 336px;
    overflow: auto;
  }
  .about-page .part2 {
    padding-bottom: 100px;
  }
  .about-page .part2 .column:nth-child(1) {
    width: 40%;
  }
  .about-page .part2 .column:nth-child(2) {
    width: 60%;
    padding: 10% 0 0 12%;
    background: url(../images/Vision.png) no-repeat left center;
    max-height: 500px;
    overflow: auto;
  }
  .about-page .part2 .column:nth-child(2)::-webkit-scrollbar-thumb{
    background: #000;
  }
  .about-page .part2 .column:nth-child(2) ul li {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
  }
  .about-page .part2 .column:nth-child(2) ul li:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--index-main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    top: 6px;
  }
  .about-page .part2 .column:nth-child(2) h3 {
    font-weight: 500px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .about-page .part2 .column:nth-child(2) p {
    line-height: 30px;
    font-size: 15px;
    color: #7f7f7f;
  }
  .about-page .i-video {
    position: relative;
  }
  .about-page .i-video .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.54);
    cursor: pointer;
  }
  .about-page .i-video .play img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .about-page .i-video .play:after,
  .about-page .i-video .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.35);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .about-page .i-video .play:after {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
  }
  .about-page .i-envir {
    padding: 100px 0;
    text-align: center;
  }
  .about-page .i-envir .envir-list {
    margin-top: 60px;
    position: relative;
  }
  .about-page .i-envir .envir-list .fa {
    font-size: 18px;
    position: absolute;
    top: -17%;
    right: 6%;
    cursor: pointer;
  }
  .about-page .i-envir .envir-list .fa-chevron-right {
    right: 4%;
    color: #666666;
  }
  .about-page .i-custom {
    padding: 80px 0 0;
    background: url(/cml6/2022/07/18/777-1.jpg) no-repeat top center;
  }
  .about-page .i-custom .grid-box .column:nth-child(1) {
    width: 60%;
  }
  .about-page .i-custom .tit h3{
    color: #fff;
  }
  .about-page .i-custom .tit p{
    color: #fff;
  }
  .about-page .i-custom .grid-box .column:nth-child(2) {
    width: 40%;
    padding-top: 15px;
  }
  .about-page .i-custom .grid-box .column:nth-child(2) a.more {
    font-size: 16px;
    display: block;
    width: 230px;
    height: 54px;
    border: 2px solid #000;
    line-height: 50px;
    text-transform: uppercase;
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
    background: #000;
    float: right;
  }
  .about-page .i-custom .grid-box .column:nth-child(2) a.more .fa {
    margin-left: 8px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
  }
  .about-page .i-custom .grid-box .column:nth-child(2) a.more:hover .fa {
    margin-left: 12px;
  }
  .about-page .i-custom .map {
    background: #fff;
    margin-top: 90px;
    padding: 50px 0 0;
  }
  .about-page .i-custom .map img {
    display: block;
    margin: 0 auto;
  }
  .about-page .partner-list {
    padding-top: 40px;
  }
  .about-page .partner-list .img {
    border: 1px solid #ddd;
  }
  .about-page .partner-list .img img{
    filter: grayscale(100%);
  }
  .about-page .partner-list .img img:hover{
      filter: grayscale(0);
  }
  .custom-page {
    padding: 130px 0 0;
  }
  .custom-page .custom-part .grid-box .column {
    width: 47%;
    margin-right: 6%;
  }
  .custom-page .custom-part .grid-box .column:nth-child(2) {
    margin-right: 0;
  }
  .custom-page .custom-part .grid-box .column ul li {
    position: relative;
    margin-bottom: 90px;
  }
  .custom-page .custom-part .grid-box .column ul li .tit {
    padding-bottom: 20px;
  }
  .custom-page .custom-part .grid-box .column ul li .fa-long-arrow-right {
    font-size: 26px;
  }
  .custom-page .custom-part .grid-box .column ul li .text {
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 8;
    width: 60%;
    background: #fff;
    padding: 30px;
  }
  .custom-page .custom-part .grid-box .column ul li .text h3 {
    color: var(--index-main-color);
    font-weight: bold;
    text-transform: uppercase;
  }
  .custom-page .custom-part .grid-box .column ul li .text h2 {
    font-size: 40px;
    margin: 10px 0;
  }
  .custom-page .custom-part .grid-box .column ul li .text p {
    font-size: 15px;
    color: #7f7f7f;
  }
  .custom-page .i-process {
    padding: 70px 0;
  }
  .custom-page .i-process h2 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 60px;
    padding-bottom: 10px;
  }
  .custom-page .i-process h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #000000;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
  .prodet-page {
    padding-bottom: 0;
  }
  .prodet-page .grid-box.two .column:nth-child(1) {
    width: 45%;
  }
  .prodet-page .grid-box.two .column:nth-child(2) {
    width: 55%;
    padding-left: 5%;
  }
  .prodet-page .grid-box.two .column:nth-child(2) h1 {
    font-size: 20px;
    line-height: 34px;
  }
  .prodet-page .grid-box.two .column:nth-child(2) h3 {
    font-size: 20px;
    padding: 25px 0;
  }
  .prodet-page .grid-box.two .column:nth-child(2) .content {
    padding: 30px 0;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .grid-box.two .column:nth-child(2) .content div {
    line-height: 32px;
    font-size: 20px;
  }
  .prodet-page .grid-box.two .column:nth-child(2) a.more {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    background: #000000;
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .prodet-page .grid-box.two .column:nth-child(2) .share {
    padding-top: 30px;
  }
  .prodet-page .grid-box.two .column:nth-child(2) .share p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column {
    width: auto;
    padding: 0;
    margin-right: 10px;
  }
  .prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column .fa {
    width: 50px;
    height: 50px;
    border: 1px solid #8e8e8e;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #8e8e8e;
  }
  .prodet-page .i-recommend {
    background: url(../images/recommend-bg.jpg) no-repeat top center;
    padding: 0 0 80px 0;
  }
  .prodet-page .i-recommend h2 {
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
  }
  .prodet-page .i-recommend .rec-list .slick-slide img{
    display: inline-block;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide {
    background: #fff;
    padding: 40px 10px;
    text-align: center;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide .img-box{
    min-height: 232px;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide .text {
    padding: 30px 10px;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide .text h2 {
    font-size: 16px;
    color: #090909;
    padding: 10px 0;
        line-height: 30px;
    text-align: center;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
    display: block;
    width: 203px;
    height: 54px;
    border: 2px solid #000000;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide .text a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide .text a.more:hover .fa {
    margin-left: 8px;
  }
  .prodet-page .prodet-2 {
    padding: 80px 0;
  }
  .prodet-page .prodet-2 .options ul li {
    line-height: 78px;
    height: 78px;
    padding: 0 20px;
    border: 2px solid #c7c7c7;
    border-right: none;
    border-bottom: 2px solid #000000;
    color: #3d474a;
    border-radius: 0;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: hand;
    margin-left: -2px;
    text-align: center;
    width: 50%;
  }
  .prodet-page .prodet-2 .options ul li:last-child {
    border-right: 2px solid #c7c7c7;
  }
  .prodet-page .prodet-2 .options ul li:hover,
  .prodet-page .prodet-2 .options ul li.active {
    color: 000;
    border: 1px solid #000000;
    border-bottom: none;
  }
  .prodet-page .prodet-2 .ret {
    padding-top: 20px;
  }
  .prodet-page .prodet-2 .ret h2 {
    font-size: 48px;
    text-align: center;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
  }
  .prodet-page .prodet-2 .ret h3 {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    text-align: center;
  }
  .prodet-page .prodet-2 .ret a.more {
    font-size: 16px;
    display: block;
    width: 290px;
    height: 54px;
    border: 2px solid #000;
    line-height: 50px;
    text-transform: uppercase;
    margin: 30px auto 0;
    color: #000;
    text-align: center;
  }
  .prodet-page .prodet-2 .ret a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
  }
  .prodet-page .prodet-2 .ret a.more:hover .fa {
    margin-left: 8px;
  }
  .prodet-page .prodet-2 .ret .content {
    padding: 40px 0;
  }
  .prodet-page .prodet-2 .ret p {
    padding: 5px 0;
  }
  .prodet-page .prodet-2 .ret table {
    margin: 5px 0;
    text-align: center;
  }
  .prodet-page .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret table td p {
    padding: 0;
  }
  .prodet-page .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
  }
  .prodet-page .contact-page .grid-box .column:nth-child(1) {
      padding:0;
      padding-bottom: 0;
      margin-bottom: 0;
  }
  
  .newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
    color: #333;
  }
  .newdet-page .news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
  }
  .newdet-page .news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
  }
  .newdet-page .news .news_abst p {
    display: inline-block;
  }
  .newdet-page .news .news_contents {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
  }
  .newdet-page .news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  .newdet-page .news .news_contents p,
  .newdet-page .news .news_contents div,
  .newdet-page .news .news_contents span,
  .newdet-page .news .news_contents table {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    clear: both;
  }
  .newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
  }
  .newdet-page .news .news_next a {
    width: 100%;
    
    line-height: 28px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
  }
  .newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
  }
  .newdet-page .news .newsnav {
    margin-bottom: 30px;
  }
  .m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #var(--index-main-color);
    margin: 38px 0;
  }
  .m-page a,
  .m-page span {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: normal;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
  }
  .m-page a {
    text-decoration: none;
    color: #000;
  }
  .m-page a:first-child,
  .m-page a:last-child {
    background-image: url(../images/m-page-arr-r.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    box-shadow: none;
  }
  .m-page a:first-child {
    background-image: url(../images/m-page-arr-l.png);
  }
  .m-page a:hover {
    color: #fff;
    background-color: var(--index-main-color);
  }
  .m-page a:active {
    background: var(--index-main-color);
  }
  .m-page span.current,
  .m-page span.current:hover,
  .m-page span.current:active {
    cursor: default;
    color: #fff;
    background: var(--index-main-color);
  }
  
  .faq-page .faq-list {
    padding: 30px 0;
  }
  .faq-page .faq-list li {
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    background: #383838;
    padding: 0 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .faq-page .faq-list li,
  .faq-page .faq-list li .faq-a,
  .faq-page .faq-list li .fa {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
  }
  .faq-page .faq-list li:last-child {
    margin-bottom: 0;
  }
  .faq-page .faq-list li .faq-a {
    padding: 19px 0 19px 32px;
    font-size: 18px;
    color: #fff;
  }
  .faq-page .faq-list li .faq-q {
    padding: 29px 24px;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: none;
  }
  .faq-page .faq-list li .faq-q p {
    font-size: 16px;
    color: #333;
  }
  .faq-page .faq-list li .faq-q p strong{
    font-size: 18px;
  }
  .faq-page .faq-list li .fa {
    position: absolute;
    color: var(--index-main-color);
    font-size: 36;
    right: 36px;
    top: 21px;
  }
  .faq-page .faq-list li.active {
    padding-bottom: 15px;
    background-color: var(--index-main-color);
  }
  .faq-page .faq-list li.active .faq-a,
  .faq-page .faq-list li.active .fa {
    color: #fff;
  }
  .custom-page .custom-part .grid-box .column:nth-child(2) .tit h3 {
       text-align: right; 
  }
  
  .prodet-page .column.left {
    width: 60%;
  }
  .prodet-page .column.left a {
    display: block;
    border: 1px solid #eee;
  }
  .prodet-page .column.left a img {
    width: 100%;
  }
  .prodet-page .column.left ul {
    margin: -5px;
    padding: 0;
  }
  .prodet-page .column.left ul li {
    padding: 5px;
  }
  .prodet-page .column.left ul li i,
  .prodet-page .column.left ul li span {
    display: none !important;
  }
  .prodet-page .column.left ul li img {
    display: block;
    margin: 0 auto;
  }
  .prodet-page .column.left .four ul .slick-current li a {
      border-color:var(--index-main-color);
  }
  .prodet-page .column.left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .prodet-page .column.left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
  }
  .prodet-page .column.left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
  }
  .faq-list1{
    padding: 0 5%;
  }
  .faq-list1 .column{
    margin-bottom: 14px;
  }
  .faq-list1 .column .faq-a{
  text-align: left !important;
  }
  .faq-list1 .column .faq-q{
    font-size: 15px;
    line-height: 25px;
  }
  
  @media screen and (max-width:1430px){
  .inner-page .container, .menu-siderbar .container {
      width: 100%;
  }
  .cat-product-page ul li .grid .column.column2 h3 {
      font-size: 32px;
  }
  .news-page .grid-box {
      margin-left: 0;
  }
  }
  @media screen and (max-width:1230px){
    .container {
      width: 970px;
      }
  .inner-page .tit h3 {
      font-size: 30px;
      line-height: 40px;
      margin: 20px 0;
  }
  .inner-banner .tit h2 {
      font-size: 35px;
      line-height: 40px;
  }
  /*.inner-banner {
      height: 500px;
  }*/
  .news-page .grid-box .column .text h2 {
      font-size: 24px;
      
  }
  }
  
  @media screen and (max-width:970px){
    .container {
      width: 768px;
      }
      .inner-banner h3{
        display: none;
      }
      .prodet-page .grid-box.two .column:nth-child(1){
        width: 100%;
      }
      .prodet-page .grid-box.two .column:nth-child(2){
        width: 100%;
        padding-left:0;
      }
  }
  .more {
    position: relative;
    overflow: hidden;
    color: #000;
    z-index: 1;
  }
  .more:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid var(--index-main-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .more:hover {
    color: #fff !important;
  }
  .more:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width:768px){
    .container {
      width: 700px;
      }
  .about-page .part1 .column:nth-child(1) {
      padding-top: 0;
      padding-right: 0;
      width: 100%;
  }
  .about-page .part1 .column:nth-child(2){
    width: 100%;
    padding: 30px 0;
  }
  .about-page .part2 .column:nth-child(1) {
      width: 100%;
  }
  .about-page .part2 .column:nth-child(2) {
      width: 100%;
      padding: 5% 0 0 0;
      }
      .about-page .i-envir {
      padding: 40px 0;
  }
  .about-page .i-envir .grid-box.two>.column {
      width: 100%;
  }
  .inner-page .tit h3 {
      font-size: 20px;
  }
  .product-page .sidebar ul li a {
      padding: 20px 10px;
  }
  .product-page .sidebar ul li {
      font-size: 16px;
  }
  .cat-product-page ul li .grid .column.column2 h3 {
      font-size: 20px;
  }
  .cat-product-page ul li .grid .column.column2{
    padding-left: 10%;
  }
  .cat-product-page ul li .grid .column.column2 img{
    width: 60%;
  }
  .product-page .grid-box .column .text a.more {
      width: 140px;
      font-size: 14px;
  }
  .product-page .prat2 h2,.prodet-page .prodet-2 .ret h2 {
      font-size: 28px;
  }
  .prodet-page .grid-box.two .column:nth-child(2) h1 {
      font-size: 18px;
  }
  .prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column{
    margin-bottom: 5px;
  }
  .prodet-page .prodet-2 .options ul li{
    font-size: 16px;
    white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide .text h2{
    font-size: 18px;
  }
  .prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
      width: 134px;
      font-size: 14px;
  }
  .custom-page .custom-part .grid-box .column ul li .text h2 {
      font-size: 20px;
  }
  .custom-page {
      padding: 30px 0 0;
  }
  .custom-page .i-process h2 {
      font-size: 28px;
  }
  .custom-page .i-process {
      padding: 30px 0;
  }
  .news-page .grid-box .column .text h2 {
      font-size: 18px;
  }
  .news-page .grid-box .column .text p {
      line-height: 30px;
      font-size: 14px;
      margin-bottom: 20px;
  }
  .faq-page .faq-list {
      padding: 0;
  }
  .contact-page .grid-box .column:nth-child(1) {
      width: 100%;
  }
  .contact-page .grid-box .column:nth-child(1) h2 {
      font-size: 28px;
  }
  .contact-page .grid-box .column:nth-child(2){
  width: 100%;
  }
  .contact-page .grid-box .column:nth-child(2) ul li h3 {
      font-size: 22px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li p {
      font-size: 18px;
      font-weight: 300;
  }
  }
  
  @media screen and (max-width:700px){
    .container {
      width: 100%;
      }
  .inner-banner .tit h2 {
      font-size: 20px;
      line-height: 30px;
  }
  .inner-banner .mbx{
    font-size: 14px;
        line-height: 28px;
  }
  .inner-banner .mbx a, .inner-banner .mbx span{
    line-height: 28px;
    display: contents;
  }
  /*.inner-banner:after{
    display: none;
  }*/
  .inner-banner {
      height: 260px;
  }
  .inner-page {
      padding-top: 30px;
  }
  .about-page .part2 {
      padding-bottom: 30px;
  }
  .about-page .i-video{
    display: none;
  }
  .about-page .part2 {
      padding-bottom: 0;
  }
  .about-page .i-envir {
      padding: 10px 0;
      display: none;
  }
  .footkemail, .product-page .sidebar {
      display: none;
  }
  .about-page .i-custom{
    display: none;
  }
  .about-page {
      padding-bottom: 30px;
  }
  .about-page .i-envir .envir-list .fa {
      right: 14%;
  }
  .about-page .i-envir .envir-list .fa-chevron-right {
      right: 4%;
  }
  .menu-siderbar p {
      float: left;
  }
  .menu-siderbar {
      padding: 10px 0;
  }
  .cat-product-page ul li .grid .column.column1 {
      width: 100%;
  }
  .cat-product-page ul li .grid .column.column2 {
      padding-left: 0;
      width: 100%;
  }
  .cat-product-page ul li:nth-child(2n) .grid .column.column1{
    width: 100%;
  }
  .cat-product-page ul li:nth-child(2n) .grid .column.column2{
    width: 100%;
  }
  .cat-product-page ul li {
      margin-bottom: 40px;
  }
  .product-page .grid-box .column {
      margin: 0 auto;
      width: 100%;
  }
  .product-page .grid-box .column .text h2 {
      font-size: 16px;
      padding: 10px 0;
      line-height: 30px;
  }
  .product-page .grid-box {
      padding-bottom: 10px;
  }
  .prodet-page .grid-box.two .column:nth-child(1) {
      width: 100%;
  }
  .prodet-page .grid-box.two .column:nth-child(2) {
      width: 100%;
      padding-left: 0;
  }
  .prodet-page .grid-box.two .column:nth-child(2) h3 {
      font-size: 18px;
      padding: 10px 0;
  }
  .prodet-page .prodet-2 {
      padding: 30px 0;
  }
  .product-page .prat2 h2, .prodet-page .prodet-2 .ret h2 {
      font-size: 16px;
  }
  .prodet-page .prodet-2 .ret h3 {
      font-size: 16px;
  }
  .custom-page .custom-part .grid-box .column {
      width: 100%;
      margin-right: 0;
  }
  .custom-page .custom-part .grid-box .column ul li {
      margin-bottom: 20px;
  }
  .custom-page .i-process h2 {
      font-size: 18px;
      margin-bottom: 20px;
      padding-bottom: 10px;
  }
  .product-page .prat2 h2, .prodet-page .prodet-2 .ret h2,
  .product-page .prat2 h3 {
      font-size: 18px;
  }
  .news-page .grid-box .column {
      padding: 3% 0;
      width: 100%;
  }
  .faq-page .faq-list li .fa {
      font-size: 16;
      right: 20px;
      top: 15px;
  }
  .faq-page .faq-list li .faq-a {
      padding: 10px 23px 10px 15px;
      font-size: 16px;
  }
  .contact-page .grid-box .column:nth-child(1) h2 {
      font-size: 20px;
  }
  .contact-page .grid-box .column:nth-child(1) form textarea {
      height: 120px;
  }
  .contact-page .grid-box .column:nth-child(1) form input, .contact-page .grid-box .column:nth-child(1) form textarea {
      width: 100%;
      padding: 10px 15px;
      font-size: 15px;
      margin-bottom: 10px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li:after {
      height: 50px;
  }
  .contact-page .grid-box .column:nth-child(2) ul li h3 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  .contact-page .grid-box .column:nth-child(2) {
      padding: 5% 10% 165px 8%;
  }
  }
  .swiper-pagination {
  left: 5%!important;
      bottom: 12%!important;
      text-align: left!important;
      width: 130px !important; 
  }
  .swiper-pagination span{
  font-size: 16px!important;
  }
  .swiper-container-horizontal>.swiper-scrollbar {
      left: 5%!important;
      bottom: 10%!important;
      height: 3px!important;
      width: 130px !important;
  }