﻿@charset "utf-8";

/*
	CSS Document 
*/
/* header start */
.sk-header {
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .1);
}

.sk-header-box{
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.sk-navigation,.sk-logo,.sk-header-contact{
  width: 33.33333%;
}
.sk-navigation-box{
  display: block;
}
.sk-navigation-box .sk-navigation-li{
  display: inline-block;
  position: relative;
  padding: 15px 7px;
}
.sk-navigation-box .sk-navigation-li>.sk-navigation-link{
  font-size: 14px;
  box-sizing: border-box;
  color: #777777;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.sk-navigation-box .sk-navigation-li>.sk-navigation-link:hover{ color: #98c397; }
.sk-navigation-box .sk-navigation-li .sk-navigation-link.active{ color: #98c397; }
.sk-navigation-box .sk-navigation-sub{
  display: none;
}

.sk-overflow{ overflow: hidden; }
.sk-nav-colse{ display: none; padding: 5px 5px 0 0; }
.sk-nav-colse .sk-colse-btn{ width: 32px; height: 32px; line-height: 32px; text-align: center; display: block; float: right; font-size: 18px; }
.sk-navigation-mobile{ position: fixed; width: 80%; height: 100vh; top: 0px; right: 0; background-color: #fff; box-shadow: -1px 0 5px 0 #ddd; z-index: 1000; transition: width .5s transform .5s; }
.sk-navigation-mobile .sk-navigation-box { margin-top: 6px; }
.sk-navigation-mobile .sk-navigation-box .sk-navigation-li{ display: block; padding: 0px; border-top: 1px solid #eee; }
.sk-navigation-mobile .sk-navigation-box .sk-navigation-li .sk-navigation-link{ padding: 12px 15px; display: block; font-weight: 600; }
.sk-navigation-mobile .sk-navigation-box .sk-navigation-sub{ position: relative; display: block; top: 0; margin: auto; min-width: 100%; box-shadow: unset; border: 0; border-top: 1px solid #eee; }
.sk-navigation-mobile .sk-navigation-box .sk-navigation-sub li a{ padding: 12px 12px 12px 30px; }

.sk-mobile-caidan{ display: none; background-color: #e5e5e5; padding: 0 10px; height: 30px; line-height: 30px; cursor: pointer; width: 100%; text-align: center; }
.sk-mobile-caidan span{ margin-left: 8px; font-size: 16px; }

body.sk-overflow::after{ content: ''; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; background-color: rgba(0, 0, 0, .6); z-index: 998; }

.sk-navigation-sub{
  display: none;
  position: absolute;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  width: auto;
  min-width: 200px;
  margin-left: -13%;
  top: 54px;
  z-index: 99;
}
.sk-navigation-sub li~li{
  border-top: 1px solid #e5e5e5;
}
.sk-navigation-sub li a{
  color: #777777;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.sk-navigation-sub li a:hover{
  color: #98c397;
}

.sk-logo{
  flex-shrink: 0;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk-logo .sk-logo-link{
  display: block;
}
.sk-logo .sk-logo-img{
  display: block;
  width: auto;
  height: 80px;
}

.sk-header-contact{
  flex-shrink: 0;
  display: block;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sk-header-contact-whatsapp{ display: block; height: auto; width: 75px; margin-right: 15px; }
.sk-header-contact-whatsapp img{ width: 100%; height: auto; display: block; }
.sk-header-contact .sk-header-contact-box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sk-header-contact .iconfont{
  color: #98c397;
  font-size: 46px;
}
.sk-header-contact .sk-header-contact-text{
  padding-left: 15px;
}
.sk-header-contact .sk-header-contact-text p{
  font-size: 15px;
  line-height: 25px;
  color: #848484;
  text-transform: capitalize;
}

.sk-header-fixed{ position: fixed; width: 100%; top: 0; left: 0; z-index: 999; background-color: rgba(255, 255, 255, .9); }

/* footer */
.sk-footer{
  background-color: #fcfcfc;
  padding-top: 80px;
}
.sk-footer-nav-box{ display: flex; justify-content: space-between; margin-bottom: 30px; }
.sk-footer-nav-box-item{ width: 22%; display: block; }
.sk-footer-nav-box-item .sk-footer-nav-box-title{ font-size: 18px; color: #2d2a2a; margin-bottom: 20px; font-weight: 800; text-transform: uppercase; }
.sk-footer-nav-box-item-box{ display: flex; justify-content: flex-start; align-items: flex-start; padding-right: 25px; margin-bottom: 8px; }
.sk-footer-nav-box-item-box .iconfont{ width: 28px; font-size: 18px; text-align: center; height: 26px; display: block; flex-shrink: 0; }
.sk-footer-nav-box-item-box span{ font-size: 16px; color: #777777; line-height: 26px; }
.sk-footer-nav-box-item-subtitle{ padding-right: 25px; }
.sk-footer-nav-box-item-subtitle li{ margin-bottom: 8px; }
.sk-footer-nav-box-item-subtitle li a{ font-size: 16px; color: #777777; line-height: 26px; }
.sk-footer-nav-box-item-subtitle li a:hover{ color: #98c397; }

.sk-footer-nav-box-item-newtext{ font-size: 16px; padding-bottom: 15px; }
.sk-footer-nav-box-item-newtext-form{ position: relative; }
.sk-footer-nav-box-item-newtext-form input{ border: 1px solid #fcfcfc;; border-bottom: 1px solid #777777; outline: none; height: 42px; padding: 8px; background: unset; width: 100%; }
.sk-footer-nav-box-item-newtext-form button{ border: 0; outline: none; background: unset; color: #777777; height: 42px; width: 42px; display: block; position: absolute; top: 0; right: 0; z-index: 12; cursor: pointer; }
.sk-footer-nav-box-item-newtext-form button .iconfont{ font-size: 20px; }
.sk-footer-nav-box-item-newtext-form button:hover{ color: #98c397; }
.sk-footer-nav-box-item-newtext-form input:focus{ border-color: #98c397; }

.sk-footer-nav-sub{
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sk-footer-nav-sub .sk-footer-nav-sub-map{ width: 33.333333%; display: flex; justify-content: flex-start; align-items: center; }
.sk-footer-nav-sub .sk-footer-nav-sub-map a{ font-size: 16px; margin-right: 15px; display: block; }
.sk-footer-nav-sub .sk-footer-nav-sub-logo{ width: 33.333333%; }
.sk-footer-nav-sub .sk-footer-nav-sub-logo img{ width: auto; height: 70px; display: block; margin: auto; }
.sk-footer-nav-sub .sk-footer-nav-sub-follow{ width: 33.333333%; display: flex; justify-content: flex-end; align-items: center; }
.sk-footer-nav-sub .sk-footer-nav-sub-follow span{ line-height: auto; display: block; margin-top: 5px; }
.sk-footer-nav-sub .sk-footer-nav-sub-follow a{ display: block; width: 26px; height: 26px; line-height: 24px; text-align: center; margin-left: 6px; }
.sk-footer-nav-sub .sk-footer-nav-sub-follow a i{ font-size: 18px; }

.sk-footer-nav-copyright{ text-align: center; font-size: 16px; padding: 30px 0 25px 0; }
.sk-meau-top{ position: fixed; right: 15px; bottom: 15px; width: 45px;
  height: 45px;
  line-height: 49px;
  z-index: 9999;
}

.sk-meau-top .sk-meau-top-btn{ display: block; background-color: #ffffff; width: 100%; height: 100%; text-align: center; color: #98c397; border: 1px solid #98c397; }
.sk-meau-top .sk-meau-top-btn i{ font-size: 25px; }
.sk-meau-top .sk-meau-top-btn:hover{ background-color: #98c397; color: #fff; }

/* mianbaoxie */
.sk-position-box{
  padding: 100px 0;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-size: cover; */
}
.sk-position-box::before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000000;
  opacity: .3;
}
.sk-position-box .sk-position-box-title{ text-align: center; font-size: 42px; color: #fff; text-transform: uppercase; padding-bottom: 10px; font-family: 'Josefin Sans', sans-serif; }
.sk-position-box .sk-position-box-nav,.sk-position-box .sk-position-box-nav a{ text-align: center; font-size: 20px; color: #fff; text-transform: capitalize; font-weight: 500; }
.sk-position-box .sk-position-box-nav a{ margin: 0 5px; }
.sk-position-box .sk-position-box-nav a:hover{ color: #98c397; }
.sk-position-crumbs{ height: 48px; line-height: 48px; margin-bottom: 42px; border-bottom: 1px solid #ddd; }
.sk-position-crumbs .sk-main{ display: flex; justify-content: flex-start; align-items: center;}
.sk-position-crumbs a{ margin: 0 5px; font-weight: normal; font-size: 16px; }
.sk-position-crumbs i{ font-size: 16px; }

.sk-content-left{ width: 260px; display: block; flex-shrink: 0; }
.sk-content-left-box{ margin-bottom: 25px; }
.sk-content-left-box .sk-content-left-box-title{ font-size: 24px; padding: 0 0px 3px 0; text-transform: uppercase; color: #98c397; border-bottom: 2px solid #98c397; margin-bottom: 15px; font-family: 'Josefin Sans', sans-serif; }
.sk-content-left-box .sk-content-left-box-contact{ font-size: 16px; line-height: 28px; }
.sk-content-left-box .sk-content-left-box-contact img{ width: 100%; max-width: 160px; display: block; height: auto; margin-top: 10px; }
.sk-content-left-box-nav{ position: relative; display: block; }
.sk-content-left-box-nav .sk-expmenu-dt{ display: block; }
.sk-content-left-box-nav .sk-expmenu-dt a{ font-size: 16px; color: #777777; line-height: 28px; }
.sk-content-left-box-nav .sk-expmenu-dt a:hover{ color: #98c397; }

.sk-content-left-box-news-item{ margin-bottom: 12px; }
.sk-content-left-box-news-item a{ display: flex; justify-content: space-between; align-items: center; }
.sk-content-left-box-news-item .sk-content-left-box-news-img{ width: 80px; height: 80px; flex-shrink: 0; display: flex; overflow: hidden; justify-content: center; align-items: center; border: 1px solid #efefef; margin-right: 8px; }
.sk-content-left-box-news-item .sk-content-left-box-news-img img{ max-width: 100%; height: auto; display: block; }
.sk-content-left-box-news-item p{ font-size: 18px; font-weight: 700; color: #2a2a2a; line-height: 22px; letter-spacing: 0;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; flex: 1; }
.sk-content-left-box-news-item a:hover p{ color: #98c397; transition: all .3s linear; }

/* product */
.sk-product-item{ margin-bottom: 12px; }
.sk-product-item a{ display: block; width: 100%; height: auto; }
.sk-product-item .sk-product-img{ width: 100%; height: auto; display: flex; justify-content: center; align-items: center; margin-bottom: 8px; border: 1px solid #efefef; position: relative; }
.sk-product-item .sk-product-img img{ width: 100%; height: auto; display: block; }
.sk-product-item .sk-product-img .sk-product-img-mask{ background-color: rgba(119,119,119,.3); position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; opacity: 0; transition: all .3s linear; }
.sk-product-item .sk-product-img .sk-product-img-mask .iconfont{ width: 38px; height: 38px; line-height: 38px; display: block; background-color: #fff; border: 1px solid #98c397; color: #98c397; text-align: center; }
.sk-product-item .sk-product-title{ color: #2a2a2a; font-size: 16px; line-height: 22px; overflow:hidden; 
  text-align: center;
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; }
.sk-product-item .sk-product-title a:hover{ color: #98c397; }
.sk-product-item .sk-product-img:hover .sk-product-img-mask{ opacity: 1; }
.sk-product-item .sk-product-img:hover{ border-color: #98c397; }
.sk-product-item .sk-product-img .sk-product-img-mask .iconfont:hover{ background-color: #98c397; color: #fff; }
.sk-product-item .sk-product-price{ text-align: center; font-size: 18px; line-height: 42px; display: block; background: #383836; color: #fff; font-weight: 800; margin-top: 5px; }

.sk-content-box{ display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 48px; }
.sk-content-right{ flex: 1; padding-left: 60px; width: calc(100% - 260px); }
.sk-content-newslist{ display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
.sk-content-newslist-box{ width: 46%; margin: 0 2% 36px; }
.sk-content-newslist-box .sk-content-newslist-box-img{ display: flex; justify-content: center; align-items: center; border: 1px solid #efefef; overflow: hidden; }
.sk-content-newslist-box .sk-content-newslist-box-img a{ display: block; }
.sk-content-newslist-box .sk-content-newslist-box-img img{ width: 100%; height: auto; display: block; }
.sk-content-newslist-box .sk-content-newslist-box-info{ padding: 3px 0; }
.sk-content-newslist-box .sk-content-newslist-box-sortname{ padding-top: 15px; }
.sk-content-newslist-box .sk-content-newslist-box-sortname a{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 12px;
}
.sk-content-newslist-box .sk-content-newslist-box-sortname i{ font-size: 18px; color: #98c397; margin-right: 8px; }
.sk-content-newslist-box .sk-content-newslist-box-sortname span { font-size: 18px; font-weight: 800;  }
.sk-content-newslist-box .sk-content-newslist-box-title{ display: block; margin-bottom: 15px; padding-top: 3px; }
.sk-content-newslist-box .sk-content-newslist-box-title a{ font-size: 24px; color: #2d2a2a; line-height: 25px; font-weight: 700; font-family: 'Josefin Sans', sans-serif; }
.sk-content-newslist-box .sk-content-newslist-box-title a:hover{ color: #98c397; }
.sk-content-newslist-box .sk-content-newslist-box-desc{ color: #2d2a2a; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 25px; overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4; margin-bottom: 20px; }
.sk-content-newslist-box-more{
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;;
  position: relative;
  text-transform: capitalize;
  line-height: normal;
  border: none;
}
.sk-content-newslist-box-more:after {
  content: '';
  position: absolute;
  background: currentcolor;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.4s linear;
  background: #777;
}
.sk-content-newslist-box-more:hover:after{
  background-color: #98c397;
  width: 100%;
}
.sk-content-newslist-box .sk-content-newslist-box-img:hover{ border-color: #98c397; transition: all 0.5s linear;
  -webkit-transition: all 0.4s linear; }

  .sk-content-news{ display: block; padding: 0 0 0 15px; }
  .sk-content-news-img{ width: 100%; margin-bottom: 30px; display: block;}
  .sk-content-news-img img{ width: 100%; height: auto; display: block; }
  .sk-content-page-title{ font-family: 'Josefin Sans', sans-serif; font-size: 30px; color: #2d2a2a; letter-spacing: 0; text-transform: none; line-height: 48px; display: block; margin-bottom: 15px; font-weight: 700; }
  .sk-content-page-resource{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
  }
  .sk-content-page-resource span{ font-size: 16px; margin-right: 20px; }
  .sk-content-page-content{
    font-weight: 600;
    font-size: 16px;
    color: #2d2a2a;
    line-height: 26px;
    padding: 25px 0;
    font-family: 'Open Sans', sans-serif;;
  }
  .sk-content-page-content img{ max-width: 100%; height: auto; }
  .sk-content-page-precontent{ border: 1px solid #ddd; padding: 0; }
  .sk-content-page-precontent p{ padding: 12px 15px; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; }
  .sk-content-page-precontent p~p{ border-top: 1px solid #ddd; }
  .sk-content-page-precontent a{ text-transform: capitalize; }

  .sk-content-contact-main{ width: 100%; display: block; margin-bottom: 36px; }
  .sk-content-contact{ display: flex; justify-content: space-between; margin-bottom: 50px; }
  .sk-content-contact .sk-content-contact-box{ width: 30%; border: 1px solid #2d2a2a; padding: 40px 30px; }
  .sk-content-contact .sk-content-contact-box-icon{ position: relative; background: #000000; width: 50px; height: 50px; margin: 0 auto 10px; padding: 5px; transition: all .3s linear; }
  .sk-content-contact .sk-content-contact-box-icon .iconfont{ color: #ffffff; border: 1px solid #fff; line-height: 40px; font-size: 25px; display: block; width: 100%; height: 100%; text-align: center; }
  .sk-content-contact .sk-content-contact-box-icon:hover{ background-color: #98c397; }
  .sk-content-contact .sk-content-contact-box-text{ text-align: center; font-size: 15px; line-height: 28px; color: #2d2a2a; font-family: 'Open Sans', sans-serif; }

.sk-content-message{ display: flex; justify-content: space-between; }
.sk-content-message-img{ width: 46%; flex-shrink: 0; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #efefef; }
.sk-content-message-form{ flex: 1; display: block; margin-left: 4%; }
.sk-content-message-form .sk-content-message-form-title{ font-size: 36px; line-height: 38px; color: #2d2a2a; font-weight: bold; margin-bottom: 12px; font-family: 'Josefin Sans', sans-serif; }
.sk-content-message-form .sk-content-message-form-input,.sk-content-message-form .sk-content-message-form-textarea{ margin-bottom: 20px; }
.sk-content-message-form .sk-content-message-form-input input,.sk-content-message-form .sk-content-message-form-textarea textarea{ width: 100%; line-height: 23px; display: block; border: 1px solid #e5e5e5; outline: none; background-color: #ffffff; border-radius: 0px; font-size: 16px; padding: 12px 18px; }
.sk-content-message-form .sk-content-message-form-textarea textarea{ resize: none; height: 150px; }
.sk-content-message-form .sk-content-message-form-input input:focus,.sk-content-message-form .sk-content-message-form-textarea textarea:focus{ border-color: #98c397; }
.sk-content-message-form .sk-content-message-form-submit{ display: block; }
.sk-content-message-form .sk-content-message-form-button{ width: 100%; text-transform: uppercase; font-weight: 600; transition: all .3s linear; background-color: #ffffff; border: 1px solid #98c397; color: #98c397; cursor: pointer; font-size: 18px; padding: 12px 18px; }
.sk-content-message-form .sk-content-message-form-button:hover{ background-color: #98c397; color: #ffffff; }
.sk-content-message-tis{ font-size: 14px; color: #ff0000; line-height: 28px; padding: 0 10px; font-family: 'Open Sans', sans-serif; }

.sk-content-about{ padding: 20px 0; }
.sk-content-about-title{ font-size: 18px; text-align: center; text-transform: capitalize; font-weight: 600; line-height: 36px; }
.sk-content-about-text{ font-family: 'Josefin Sans', sans-serif; font-size: 36px; text-align: center; text-transform: uppercase; color: #2d2a2a; font-weight: bold; }
.sk-content-about-content{ font-weight: 600; font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  padding: 25px 0; }

.sk-content-about-main{
  display: flex;
  justify-content: space-between;
  padding: 40px 0 50px;
}
.sk-content-about-main .sk-content-jianjie{
  width: 49%;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #777777;
  line-height: 28px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px 0 #eee;
  padding: 20px 30px;
  text-indent: 2em;
}
.sk-content-about-main .sk-content-tupian{ width: 49%; flex-shrink: 0; background-image: url(../images/about-img-01.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.sk-content-about-main .sk-content-tupian img{ width: 100%; height: auto; display: block; }
.sk-content-huanjing{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 60px; }
.sk-content-huanjing .sk-content-huanjing-box{ display: block; width: 24.5%; height: auto; margin: 5px 0; overflow: hidden; }
.sk-content-huanjing .sk-content-huanjing-box img{ display: block; width: 100%; height: auto; }

  .sk-content-about-box{ display: flex; justify-content: space-between; padding: 30px 0; }
  .sk-content-about-box-main{ width: 49%; position: relative; overflow: hidden; }
  .sk-content-about-box-img{ overflow: hidden; position: relative; z-index: 8; }
  .sk-content-about-box-img img{ width: 100%; height: auto; display: block; }
  .sk-content-about-box-info{ position: absolute; opacity: 0; transform: scale(1.1); -webkit-transform: scale(1.1); transition: all .3s  linear; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 30px; }
  .sk-content-about-box-info h2{ font-size: 18px; color: #ffffff; text-transform: uppercase; }
  .sk-content-about-box-info h3{ font-size: 24px; color: #98c397; text-transform: uppercase; margin: 12px 0 30px 0; font-weight: bold; font-family: 'Josefin Sans', sans-serif; }
  .sk-content-about-box-info h3::after{ display: block; content: ""; width: 80px; height: 4px; border: 2px solid #98c397; border-left: 0; border-right: 0; margin: 8px auto 0; }
  .sk-content-about-box-info p{ text-align: center; font-size: 15px; display: block; padding: 0 30px; color: #ffffff; font-weight: 600; font-family: 'Open Sans', sans-serif; line-height: 26px; }
  .sk-content-about-box-main::after{ background-color: rgba(0, 0, 0, .6); position: absolute; top: 0; transform: scale(1.1); -webkit-transform: scale(1.1); width: 100%; height: 100%; left: 0; z-index: 9; content: ""; opacity: 0; transition: all .3s  linear; }
  .sk-content-about-box-main:hover::after{ opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
  .sk-content-about-box-main:hover .sk-content-about-box-info{ transform: scale(1); -webkit-transform: scale(1); opacity: 1; }

  .sk-about-join{ background-color: #d6e7d5; padding: 80px 0; }
  .sk-about-join .sk-about-join-box{ display: flex; justify-content: space-between; align-items: center; padding: 80px 45px; border: 5px solid #98c397; width: 70%; margin: auto; }
  .sk-about-join .sk-about-join-info{ padding-right: 100px; }
  .sk-about-join .sk-about-join-info h3{ font-size: 32px; color: #2d2a2a; font-weight: bold; font-family: 'Josefin Sans', sans-serif; font-weight: bold; }
  .sk-about-join .sk-about-join-info h3 span{ color: #98c397; }
  .sk-about-join .sk-about-join-info p{ font-size: 16px; line-height: 30px; display: block; padding-top: 10px; font-family: 'Open Sans', sans-serif; }
  .sk-about-join .sk-about-join-link{ width: 180px; flex-shrink: 0; }
  .sk-about-join .sk-about-join-link a{ background-color: #98c397; color: #fff; text-align: center; font-size: 18px; display: block; padding: 10px 5px; border: 1px solid #98c397; width: 100%; }
  .sk-about-join .sk-about-join-link a:hover{ background-color: #ffffff; color: #98c397; }
  
  .sk-content-productlist{ display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
  .sk-content-productlist .sk-product-item{ width: 30.333333%; margin: 0 1.5% 30px; }

  /* prodcut */

  .owl-carousel {
    position: relative;
    width: 100%;
  }
  
  .owl-carousel .owl-item {
    float: left;
    min-height: 1px;
    position: relative;
    overflow: hidden;
  }
  
  .owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
  }
  
  .owl-carousel .owl-controls {
    height: 0;
    overflow: visible;
  }
  
  .owl-stage {
    position: relative;
  }
  
  .owl-loaded .slide-item {
    display: block;
  }
  
  .owl-dots .owl-dot,
  .owl-prev,
  .owl-next {
    cursor: pointer;
  }
  
  .owl-carousel .owl-controls .owl-nav {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
  
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #98c397;
    border: 1px solid #ededed;
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
  .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    border-color: #98c397;
    color: #fff;
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0rem;
    background: #fff url(../images/pd_left.png) no-repeat center center;
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0rem;
    background: #fff url(../images/pd_right.png) no-repeat center center;
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: #98c397 url(../images/pd_left_hover.png) no-repeat center center;
  }
  
  .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #98c397 url(../images/pd_right_hover.png) no-repeat center center;
  }
  
  .owl-carousel .owl-controls .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -.2rem;
    text-align: center;
  }
  
  .owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    margin: 0 5px 0 0;
    background: #555555;
  }
  
  .owl-carousel .owl-controls .owl-dots .active {
    background: #98c397;
  }
.sk-product-intro {
  position: relative;
  overflow: hidden;
}

.cloud-zoom-lens {
  border: 1px solid #eee;
  cursor: move;
}

.cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
}

.cloud-zoom-big {
  border: 1px solid #eee;
  overflow: hidden;
  padding: 0px;
}

.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}

.product-view .product-image.zoom_remove:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.product-view {
  position: relative;
  width: 40%;
  float: left;
}

.product-view .product-image {
  position: relative;
  padding: 0px;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}

.product-view .product-image img {
  position: relative;
  width: 100%;
}

.product-view .image-additional {
  position: relative;
  width: 100%;
  margin: 12px 0;
}

.product-view .image-additional ul {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.product-view .image-additional li {
  position: relative;
  width: 100%;
  margin: 0 23px 0 0;
  padding: 1px;
  display: none;
}

.product-view .image-additional li.single {
  display: none;
}

.product-view .image-additional li img {
  position: relative;
  width: 100%;
  padding: 1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.product-view .image-additional li a {
  position: relative;
  display: block;
  padding: 0 .18rem;
}

.product-view .image-additional li.current img {
  border-color: #98c397;
  outline: 1px solid #98c397;
  background-color: #fff;
}

.product-view .image-additional img.popup {
  display: none;
}

.image-additional .owl-carousel .owl-controls .owl-nav {
  top: 35%;
  margin: -.1rem 0 0;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  /* background: none; */
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -5%;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
  right: -5%;
}

.product-view .image-additional .owl-loaded li {
  display: block;
}

.sk-products-title {
  font-size: 24px;
  color: #626262;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  line-height: 30px;
}

.sk-products-price{ text-align: left; font-size: 18px; line-height: 30px; padding: 8px 15px; display: block; background: #383836; color: #fff; font-weight: 500; margin-bottom: 12px; }

.sk-product-summary{
  width: 57%;
  float: right;
}

.sk-product-parameter{
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  padding: 15px 0 0;
  margin-top: 15px;
  border-top: 1px solid #98c397;
}
.sk-product-product-btn{ padding-top: 30px; }
.sk-product-product-btn a{ border: 1px solid #98c397; display: inline-block; padding: 10px 20px; font-size: 18px; color: #98c397; }
.sk-product-product-btn a:hover{ background-color: #98c397; color: #fff; }

/*product summary*/

.sk-index-product{ padding: 80px 0; }
.sk-index-product .sk-index-product-box{ margin-top: 20px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.sk-index-product .sk-index-product-box .sk-product-item{ width: 23%; margin: 1%; }
.sk-index-news-box{ display: flex; justify-content: flex-start; }
.sk-index-news-box .sk-content-newslist-box{ width: 31.3333%; margin: 1%; padding-top: 30px; }

.sk-index-partner{ padding: 80px 0; }
.sk-index-partner-box{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.sk-index-partner-box .sk-index-partner-item{ width: 15.5%; cursor: pointer; transition: all .3s linear; padding: 10px; margin: 6px 0; background-color: #eee; display: flex; justify-content: center; align-items: center; max-width: 100%; }
.sk-index-partner-box .sk-index-partner-item img{ display: block; width: 100%; height: auto; }
.sk-index-partner-box .sk-index-partner-item:hover{ opacity: .6; }
.sk-index-partner .sk-content-about-text{ margin-bottom: 25px; }
.sk-index-partner .sk-content-about-text::after{ content: ''; display: block; width: 100px; height: 5px; margin: auto; background-color: #98c397;  }

.sk-index-custom{ padding: 20px 0; }
.sk-index-custom .sk-main{ position: relative; }
.sk-index-custom-box{ display: flex; justify-content: space-between; align-items: center; margin: 0 10% 0 8%; }
.sk-index-custom-box .sk-index-custom-box-img{ width: calc(46% - (calc(30px)/2)); }
.sk-index-custom-box .sk-index-custom-box-img img{ width: 100%; display: block; height: auto; }
.sk-index-custom-box .sk-index-custom-box-imgtow{ width: calc(40% - (calc(30px)/2)); }
.sk-index-custom-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  background-color: #98c397;
  outline-offset: -20px;
  outline: 1px solid #fff;
}
.sk-index-custom-info h3{ color: #2d2a2a; font-size: 24px; text-align: center; }
.sk-index-custom-info h2{ padding: 12px 0;  text-align: center; }
.sk-index-custom-info h2 a{ font-family: 'Josefin Sans', sans-serif; color: #2d2a2a; font-size: 28px; }
.sk-index-custom-info h2 a:hover{ color: #ffffff; }
.sk-index-custom-info p{  text-align: center; color: #ffffff; font-size: 16px; }

.sk-index-column{ padding: 25px 0; }
.sk-index-column-main{ display: flex; justify-content: space-between; }
.sk-index-column-box{ background-color: #f9f9f9; position: relative; width: 32%; background-position: bottom right; background-repeat: no-repeat; background-size: 90%; }
.sk-index-column-box-info{ position: relative; padding: 50px 30px; z-index: 99; }
.sk-index-column-box h2{ margin-bottom: 10px; }
.sk-index-column-box h2 a{ font-size: 30px; }
.sk-index-column-box p{ font-size: 18px; font-weight: 600; letter-spacing: 1px; display: block; margin-bottom: 15px; padding-bottom: 20px; color: #2b2b2b; }
.sk-index-column-box a{ font-family: 'Josefin Sans', sans-serif; color: #000; }
.sk-index-column-box a:hover{ color: #98c397; }

.sk-index-about-main{ display: flex; justify-content: space-between; }
.sk-index-about-left{ width: 50%; display: grid; grid-gap: 0; grid-template-columns:repeat(2,1fr); }
.sk-index-about-info{ background-color: #2d2a2a; padding: 50px 30px; text-align: center; text-transform: uppercase; color: #ffffff; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.sk-index-about-info h3{ font-size: 24px; }
.sk-index-about-info h2{ font-size: 42px; margin: 15px 0 20px; font-weight: bold; font-family: 'Josefin Sans', sans-serif; }
.sk-index-about-info p{ font-size: 16px; line-height: 26px; letter-spacing: 1px; }
.sk-index-about-info a{ padding: 10px 25px; border: 1px solid #fff; color: #fff; margin-top: 20px; }
.sk-index-about-info a:hover{ background-color: #fff; color: #98c397; }
.sk-index-about-info-two{ background-color: #98c397; }
.sk-index-about-img{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.sk-index-about-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sk-index-about-right{ background-position: bottom right; background-repeat: no-repeat;background-size: cover; width: 50%; padding: 40px; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; color: #ffffff; background-color: #2d2a2a; padding-right: 80px; }
.sk-index-about-right h2{ font-size: 48px; margin: 15px 0 20px; font-weight: bold; font-family: 'Josefin Sans', sans-serif; }
.sk-index-about-right p{ font-size: 18px; line-height: 26px; letter-spacing: 1px; margin-bottom: 15px; line-height: 30px; }
.sk-index-about-right a{ padding: 12px 30px; border: 1px solid #fff; color: #fff; margin-top: 20px; text-transform: uppercase; }
.sk-index-about-right a:hover{ background-color: #fff; color: #98c397; }

/* 轮播图css */


.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 15px;
  z-index: 12;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideBox .hd ul li {
  float: left;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  font-size: 0;
  background: #98c397;
  cursor: pointer;
  border-radius: 50%;
  opacity: .6;
  display: block;
}

.slideBox .hd ul li.on {
  background: #98c397;
  opacity: 1;
}

.slideBox .bd {
  position: relative;
  height: auto;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: auto;
  display: block;
}

.sk-slideBox{ position: relative; }
.sk-slideBox img{ position: relative; z-index: 10; width: 100%; display: block; }
.sk-slideBox .sk-slideBox-info{ position: absolute; width: 100%; height: 100%; z-index: 11; top: 0; left: 0; display: flex; justify-content: flex-end; }
.sk-slideBox .sk-slideBox-info-box{ width: 50%; max-width: 800px; display: grid; align-content: center; padding-right: 150px; }
.sk-slideBox .sk-slideBox-info-box p{ font-family: 'Josefin Sans', sans-serif; font-size: 30px; opacity: 0; color: #ffffff; font-weight: 600; text-align: left; }
.sk-slideBox .sk-slideBox-info-box h2{ font-family: 'Josefin Sans', sans-serif; font-size: 48px; opacity: 0; color: #98c397; line-height: 65px; font-weight: bold; margin: 15px 0 20px; text-transform: uppercase; text-align: left; }
.sk-slideBox .sk-slideBox-info-box a{ text-transform: uppercase;
  font-weight: bold;
  padding: 10px 25px;
  display: inline-block;
  background-color: #fff;
  color: #2b2b2b;
  font-size: 18px;
  opacity: 0;
  font-family: 'Josefin Sans', sans-serif;
  border: 1px solid currentColor;
}
.sk-slideBox .sk-slideBox-info-box a:hover{ background-color: #98c397; color: #fff; border-color: #98c397; }

.sk-slideBox-2 .sk-slideBox-info,.sk-slideBox-4 .sk-slideBox-info{ justify-content: flex-start; }
.sk-slideBox-2 .sk-slideBox-info-box,.sk-slideBox-4 .sk-slideBox-info-box{ padding-left: 150px; padding-right: 0; }

.sk-slideBox.active .sk-slideBox-info-box p{ animation: 1.2s ease 0s normal none 1 running fadeInRightB; opacity: 1; }
.sk-slideBox.active .sk-slideBox-info-box h2{ animation: 1.6s ease 0s normal none 1 running fadeInRightB; opacity: 1; }
.sk-slideBox.active .sk-slideBox-info-box a{ animation: 2.8s ease 0s normal none 1 running fadeInRightB; opacity: 1; }

@keyframes fadeInRightB {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightB {
  animation-name: fadeInRightB
}

.slideBox .prev {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 58px;
  height: 58px;
  background: url(../images/babot1.png) no-repeat;
  filter: alpha(opacity=50);
  background-size: 100%;
  opacity: 0.5;
}

.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 58px;
  height: 58px;
  background: url(../images/babot2.png) no-repeat;
  filter: alpha(opacity=50);
  background-size: 100%;
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.sk-product-tab{ margin: 30px 0; }
.sk-product-tab-titcell{ display: flex; justify-content: flex-start; }
.sk-product-tab-titcell .sk-product-tab-titcell-dost{
  cursor: pointer;
  border: 1px solid #98c397;
  display: inline-block;
  padding: 8px 12px;
  font-size: 18px;
  color: #98c397;
  margin-right: 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.sk-product-tab-titcell .sk-product-tab-titcell-dost:hover,.sk-product-tab-titcell .sk-product-tab-titcell-dost.on{ background-color: #98c397; color: #fff; }
.sk-product-tab-maincell{ display: block; margin-top: 10px; }
.sk-product-tab-maincell .sk-product-tab-maincell-box{ 
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #777777;
  line-height: 28px;
  border: 1px solid #eee;
  padding: 8px;
}
.sk-product-tab-maincell .sk-product-tab-maincell-box img{ max-width: 100%; height: auto !important; }
.sk-product-tab-maincell .sk-content-message-form{ margin: 40px; }

@media screen and (max-width: 1360px) {
  .sk-content-right{ padding-left: 20px; }
  .sk-content-about-main .sk-content-jianjie{ font-size: 16px; line-height: 26px; }
}

@media screen and (max-width: 1200px) {
  .sk-main{ width: 88%; }
  .sk-navigation, .sk-logo, .sk-header-contact{ width: auto;}
  .sk-slideBox .sk-slideBox-info-box h2{ font-size: 36px; }
  .sk-slideBox .sk-slideBox-info-box p{ font-size: 20px; }
  .sk-content-about-main .sk-content-jianjie{ font-size: 14px; line-height: 24px; }
}
@media screen and (max-width: 868px) {
  .sk-index-partner{ padding: 60px 0; }
  .sk-index-partner-box .sk-index-partner-item{ width: 23.5%; }
  .sk-index-news-box .sk-content-newslist-box{ width: 100%; margin: auto; }
  .sk-index-news-box{ flex-direction: column; margin: 0; }
}

@media screen and (max-width: 640px) {
  .sk-main{ width: 92%; }
  .sk-header-box{ flex-direction: column; padding-top: 15px; }
  .sk-logo, .sk-header-contact{ width: 100%; }
  .sk-header-contact{ justify-content: center; padding-bottom: 6px; }
  .sk-mobile-caidan{ display: block; }
  .sk-navigation{ display: none; width: 80% !important; }
  .sk-navigation-mobile,.sk-navigation-mobile .sk-nav-colse{ display: block !important; }
  .sk-index-column-main{ display: grid; width: 100%; justify-items: center; justify-content: unset; padding: 0 10px; }
  .sk-index-column-box{ width: 100%; margin-bottom: 15px; }
  .sk-index-product{ padding: 40px 0 25px; }
  .sk-content-about-text{ font-size: 25px; }
  .sk-slideBox .sk-slideBox-info{ display: none; }
  .sk-index-news-box .sk-content-newslist-box{ width: 100%; margin: auto; }
  .sk-index-news-box{ flex-direction: column; margin: 0; }
  .sk-index-custom-info{ position: relative; top: 0; left: 0; transform:unset; padding: 36px 25px; }
  .sk-index-custom-box{ flex-direction: column; margin: auto; }
  .sk-index-custom-box .sk-index-custom-box-img{ width: 100%; margin-top: 15px; }
  .slideBox .prev,.slideBox .next{ width: 36px; height: 36px; }
  .sk-index-about-main{ flex-direction: column; }
  .sk-index-about-left,.sk-index-about-right{ width: 100%; }
  .sk-index-about-left{ grid-template-columns: repeat(1,1fr); }
  .sk-index-about-right{ padding: 30px 20px; }
  .sk-index-about-right h2{ font-size: 30px; }
  .sk-footer{ padding-top: 40px; }
  .sk-footer-nav-box{ flex-wrap: wrap; margin-bottom: 0; }
  .sk-footer-nav-box-item{ width: 100%; margin-bottom: 30px; }
  .sk-footer-nav-sub{ flex-direction: column; }
  .sk-footer-nav-box-item-box{ padding: 0; }
  .sk-footer-nav-sub .sk-footer-nav-sub-map{ width: 100%; justify-content: center; }
  .sk-footer-nav-sub .sk-footer-nav-sub-logo{ width: 100%; margin: 10px 0; }
  .sk-footer-nav-sub .sk-footer-nav-sub-follow{ width: 100%; justify-content: center; }
  .sk-index-partner-box{ flex-wrap: wrap; }
  .sk-index-partner-box .sk-index-partner-item{ width: 31.5%; }
  .sk-index-partner{ padding: 40px 0; }
  .sk-meau-top{ bottom: 55px; }
  .sk-content-box{ padding-bottom: 30px; display: block; }
  .sk-content-left{ display: none; }
  .sk-content-right{ padding: 0; width: 100%; }
  .sk-content-newslist-box{ width: 100%; margin: 0 0 30px; }
  .sk-content-about-main{ flex-wrap: wrap; padding: 30px 0 12px; }
  .sk-position-box{ padding: 60px 0;  }
  .sk-position-crumbs{ height: auto; line-height: 33px; }
  .sk-position-crumbs .sk-main{ flex-wrap: wrap; }
  .sk-position-crumbs i,.sk-position-crumbs a{ font-size: 12px; }
  .sk-content-about-main .sk-content-jianjie,.sk-content-about-main .sk-content-tupian{ width: 100%; }
  .sk-content-about-main .sk-content-tupian{ height: 200px; }
  .sk-content-about-main .sk-content-jianjie{ padding: 12px 10px; }
  .sk-content-huanjing{ flex-wrap: wrap; margin-bottom: 36px; }
  .sk-content-huanjing .sk-content-huanjing-box{ width: 49%; }
  .sk-content-about-box{ flex-wrap: wrap;  }
  .sk-content-about-box-main{ width: 100%; margin-bottom: 15px; }
  .sk-content-about-box-info,.sk-content-about-box-main::after{ opacity: 1; }
  .sk-content-about-box-info p{ display: none; }
  .sk-about-join{ padding: 36px 0; }
  .sk-about-join .sk-about-join-box{ width: 90%; padding: 25px 15px; flex-direction: column; }
  .sk-about-join .sk-about-join-info{ padding-right: 0; margin-bottom: 30px; }
  .sk-about-join .sk-about-join-info h3{ font-size: 24px; }
  .sk-position-box .sk-position-box-title{ font-size: 36px; }
  .sk-content-contact{ flex-direction: column; }
  .sk-content-contact .sk-content-contact-box{ width: 100%; padding: 25px 15px; margin-top: 15px; }
  .sk-content-message{ flex-direction: column; }
  .sk-content-message-img{ height: 200px; width: 100%; }
  .sk-content-message-form{ margin-left: 0; padding-top: 36px; }
  .sk-index-column-box h2 a{ font-size: 24px; }
  .sk-index-column-box-info{ padding: 30px 20px; }
  .sk-product-item .sk-product-img{ padding-bottom: 8px; }
  .sk-index-product .sk-index-product-box .sk-product-item{ width: 48%; margin: 0 1% 25px; }
  .sk-product-item .sk-product-title{ font-size: 16px; }
  .sk-index-about-info{ padding: 30px 20px; }
  .sk-content-newslist-box .sk-content-newslist-box-title a{ font-size: 18px; }
  .sk-content-productlist .sk-product-item{ width: 48%; margin: 0 1% 25px; }
  .product-view,.sk-product-summary{ width: 100%; float: unset; }
  .sk-product-summary{ border-bottom: 1px solid #98c397; margin-bottom: 20px; padding: 20px 0; }
  .product-view .image-additional ul{ width: 100%; }
  .sk-product-tab-maincell .sk-content-message-form{ margin: 20px 0px; }
  .sk-product-title{ font-size: 20px; }
  .sk-product-product-btn{ padding-top: 20px; }
  .sk-product-product-btn a,.sk-product-tab-titcell .sk-product-tab-titcell-dost{ font-size: 16px; }
}
