﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* 订阅和分享 */
.sk-horizontal{ background-color: var(--grey); padding: 50px 0; }
.sk-subscribe{ display: block; }
.sk-subscribe-title{ margin-bottom: 15px; font-size: 14px; font-weight: var(--weight-700); font-family: var(--fonts-tow); color: var(--gray); }
.sk-subscribe-box{ display: block; }
.sk-subscribe-box .sk-subscribe-form{ display: flex; justify-content: flex-start; width: 100%; }
.sk-subscribe-box .sk-subscribe-email{ background-color: var(--white); border: 2px solid var(--border); height: 48px; padding: 10px 15px; width: 55%; font-size: 16px; transition: all .8s; }
.sk-subscribe-box .sk-subscribe-btn{ background-color: var(--black); border: 0; color: var(--white); height: 48px; width: 80px; text-align: center; transition: all .8s; flex-shrink: 0; }
.sk-subscribe-box .sk-subscribe-btn i{ font-size: 24px; }
.sk-subscribe-box .sk-subscribe-btn:hover{ background-color: var(--main); }
.sk-subscribe-box .sk-subscribe-email:focus{ border-color: var(--black); }
.sk-follow{ display: block; }
.sk-follow-box{ display: flex; justify-content: flex-start; }
.sk-follow-box a{ width: 32px; display: block; margin: 0 10px 8px 0;}
.sk-follow-box img{ width: 100%; height: auto; display: block; }
.sk-follow-box a:hover{ transform: rotate(45deg); }

/* 脚步栏目 */
.sk-footer{ background-color: var(--white); padding: 60px 0; }
.sk-footer-nav{ display: block; }
.sk-footer-title{ font-family: var(--fonts-tow); font-size: 24px; margin-bottom: 15px; font-weight: var(--weight-700); line-height: 30px; color: var(--black); text-transform: uppercase; }
.sk-footer-link{ display: block; padding-top: 5px; }
.sk-footer-li{ margin-top: 5px; }
.sk-footer-li a{ font-size: 16px; color: var(--black); line-height: 25px; font-weight: var(--weight-300); }
.sk-footer-li a:hover{ color: var(--main); }
.sk-footer-contact{ display: flex; justify-content: flex-start; align-items: flex-start; }
.sk-footer-code{ display: flex; justify-content: space-between; flex-shrink: 0; width: 210px; margin-right: 45px; padding-top: 50px; }
.sk-footer-code .sk-footer-code-item{ width: 100px; }
.sk-footer-code .sk-footer-code-item p{ text-align: center; font-size: 14px; color: var(--black); line-height: 25px; }
.sk-footer-code img{ display: block; width: 100%; height: auto; }
.sk-footer-contact-info{ display: block; }
.sk-footer-contact-text{ padding-top: 5px; display: block; }
.sk-footer-contact-text p{ display: flex; justify-content: flex-start; align-items: flex-start; line-height: 30px; margin-bottom: 5px; }
.sk-footer-contact-text p i{ flex-shrink: 0; font-size: 20px; margin-right: 10px; }
.sk-footer-contact-text p span,
.sk-footer-contact-text p a{ font-size: 16px; }
.sk-footer-contact-text p a:hover{ color: var(--main); }

/* 版权 */
.sk-copyright{ background-color: var(--grey); padding: 20px 0; }
.sk-copyright-box{ display: flex; justify-content: flex-start; align-items: center; }
.sk-copyright-box span,
.sk-copyright-box a{ font-size: 14px; color: var(--gray); line-height: 28px; font-weight: var(--weight-300); margin-right: 12px; }
.sk-copyright-box a:hover{ color: var(--main); }
.sk-payment{ display: flex; justify-content: flex-end; align-items: center; height: 100%; }
.sk-payment img{ width: 30px; height: auto; display: block; margin: 3px 2px; }

/* 导航 */
.sk-header-pc-top{ background-color: var(--black); padding: 10px 0; }
.sk-header-pc-top-con{ display: flex; justify-content: flex-start; align-items: center; padding: 0 60px; }
.sk-header-pc-top-con p{ font-size: 14px; line-height: 25px; font-weight: var(--weight-300); margin-right: 30px; }
.sk-header-pc-top-con i{ color: var(--white); font-size: 16px; }
.sk-header-pc-top-con a{ margin-left: 5px; color: var(--white); }
.sk-header-pc-top-con a:hover{ color: var(--main); }

.sk-header-pc-nav{ display: flex; justify-content: space-between; align-items: center; padding: 0 60px; }
.sk-header-pc-search{ display: block; flex-shrink: 0; }
.sk-header-pc-search-box{ display: flex;justify-content: center; align-items: center; cursor: pointer; }
.sk-header-pc-search-box i{ font-size: 18px; display: block; transition: all .8s; }
.sk-header-pc-search-box span{ margin-left: 8px; font-size: 15px; color: var(--black); line-height: 28px; transition: all .8s; }
.sk-header-pc-search-box:hover i,
.sk-header-pc-search-box:hover span{ color: var(--main); }

.sk-header-pc-logo{ display: block; flex-shrink: 0; margin: 0 42px; }
.sk-header-pc-logo img{ width: auto; height: 50px; display: block; }

.sk-header-pc-nav-box{ display: flex; justify-content: flex-end; align-items: center; flex: 1; }
.sk-header-pc-nav-box2{ justify-content: flex-start; }
.sk-header-nav-li{ display: block; position: relative; }
.sk-header-nav-li .sk-header-nav-li-link{ font-size: 16px; color: var(--black); height: 80px; line-height: 80px; padding: 0 20px; display: block; text-transform: uppercase; }
.sk-header-nav-li .sk-header-nav-li-link i{ margin-left: 6px; }
.sk-header-nav-li .sk-header-nav-li-hover{
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  background-color: var(--white);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .2);
  width: 250px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.sk-header-nav-li .sk-header-nav-li-hover .sk-header-nav-li-hover-list{
  position: relative;
  border-bottom: 1px solid var(--border);
  display: block;
}
.sk-header-nav-li .sk-header-nav-li-hover .sk-header-nav-li-hover-list a{
  padding: 10px 15px;
  color: var(--black);
  font-size: 14px;
  display: block;
}
.sk-header-nav-li:hover .sk-header-nav-li-link,.sk-header-nav-li .sk-header-nav-li-hover .sk-header-nav-li-hover-list a:hover{ color: var(--main); }
.sk-header-nav-li:hover{ background-color: var(--grey); }
.sk-header-nav-li:hover .sk-header-nav-li-hover{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

/* lang */
.sk-lang-box{ display: flex; justify-content: space-between; align-items: center; }
.sk-lang-box a{ display: flex; justify-content: center; align-items: center; }
.sk-lang-box img{ display: block; width: 20px; height: auto; flex-shrink: 0; }
.sk-lang-box span{ display: block; padding-left: 6px; font-size: 14px; line-height: 16px; color: var(--gray); }
.sk-lang-box a~a{ border-left: 1px solid var(--black); padding-left: 10px; margin-left: 10px; }
.sk-lang-box a:hover span{ color: var(--main); }

/* .sk-header-pc-lang{ display: block; }
.sk-header-pc-lang-box{ display: block; position: relative; }
.sk-header-pc-lang-btn{ display: flex; justify-content: center; align-items: center; height: 80px; color: var(--black); line-height: 30px; transition: all .8s; cursor: pointer; }
.sk-header-pc-lang-btn img{ display: block; width: 20px; height: auto; flex-shrink: 0; }
.sk-header-pc-lang-btn span{ display: block; margin: 0 6px; font-size: 14px; }
.sk-header-pc-lang-btn i{ font-size: 18px; display: block; }
.sk-header-pc-lang-box .sk-header-pc-lang-list{
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  background-color: var(--white);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .2);
  border: 1px solid var(--border);
  width: 120px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.sk-header-pc-lang-box .sk-header-pc-lang-list a{ display: flex; justify-content: flex-start; align-items: center; padding: 8px 12px; border-bottom: 1px solid var(--border); }
.sk-header-pc-lang-box .sk-header-pc-lang-list a img{ display: block; width: 20px; height: auto; }
.sk-header-pc-lang-box .sk-header-pc-lang-list a span{ font-size: 14px; color: var(--black); display: block; margin-left: 6px; }
.sk-header-pc-lang-btn:hover{ color: var(--main); }
.sk-header-pc-lang-box:hover .sk-header-pc-lang-list{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.sk-header-pc-lang-box .sk-header-pc-lang-list a:hover{ background-color: var(--grey); } */

.sk-header-fixed {
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  background: var(--white);
  box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
}

/* mobile nav */
.sk-mobile-header{ display: none; }
.sk-mobile-header-box{ display: flex; justify-content: space-between; align-self: center; padding: 10px; }
.sk-mobile-header-logo{ display: block; }
.sk-mobile-header-logo img{ height: 45px; width: auto; display: block; }
.sk-mobile-header-right{ display: flex; justify-content: space-between; align-items: center; }
/* .sk-mobile-header-right .sk-header-pc-lang-box{ display: flex; justify-content: space-between; align-items: center; }
.sk-mobile-header-right .sk-header-pc-lang-btn{ height: 36px; } */
.sk-mobile-caidan {
  margin-left: 20px;
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 3px;
  border: 0px solid var(--black);
  background-color: var(--white);
  outline: none;
}

.sk-mobile-caidan .iconfont {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--black);
  line-height: 28px;
  text-align: center;
  font-size: 24px;
}

.sk-header-colse{
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--white);
  position: absolute;
  left: -38px;
  top: 2px;
}

.sk-header-colse .iconfont{
  display: block;
  text-align: center;
  line-height: 36px;
}
.sk-mobile-nav{
  position: fixed;
  width: 80%;
  height: 100vh;
  top: 0px;
  right: -90%;
  background-color: var(--white);
  box-shadow: -1px 0 5px 0 var(--border);
  z-index: 1001;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
}
.sk-mobile-nav-box{
  overflow-y: auto;
  max-height: 100%;
  padding: 10px 0px 20px;
}
.sk-mobile-nav-box .sk-mobile-nav-li{ display: block; }
.sk-mobile-nav-box .sk-mobile-nav-link{ padding: 0 12px; line-height: 42px; font-size: 16px; display: flex; justify-content: space-between; align-items: center; text-transform: capitalize; border-bottom: 1px solid var(--border); }
.sk-mobile-nav-box .sk-mobile-nav-sub-li{ display: block; }
.sk-mobile-nav-box .sk-mobile-nav-sub-link{ padding: 0 12px 0 15px; color: var(--black); line-height: 42px; font-size: 15px; text-transform: capitalize; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); }
.sk-mobile-nav-box .sk-mobile-nav-child-li{ display: block; }
.sk-mobile-nav-box .sk-mobile-nav-child-link{ color: var(--black); padding: 0 12px 0 25px; line-height: 42px; font-size: 14px; text-transform: capitalize; border-bottom: 1px dashed var(--border); display: block; }

/* .sk-mobile-lang{
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0;
  background-color: var(--white);
  z-index: 1001;
}
.sk-mobile-lang .sk-header-colse{ left: 15px; top: 15px; z-index: 1001; border: 1px solid var(--main); background-color: var(--main); color: var(--white); }
.sk-mobile-lang .sk-header-pc-lang-list{ display: grid; align-content: center; height: 100%; justify-content: center; align-items: center; }
.sk-mobile-lang .sk-header-pc-lang-list a{ padding: 15px 30px; margin: 10px 0; display: flex; justify-content: flex-start; align-items: center; border: 1px solid var(--border); }
.sk-mobile-lang .sk-header-pc-lang-list a img{ margin-right: 15px; }
.sk-mobile-lang-block{ display: block; } */
.sk-mobile-block{
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  right: 0;
}
.sk-mobile-fixed{
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98;
  background: var(--white);
  box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1024px) {
  .sk-header-pc{ display: none; }
  .sk-mobile-header{ display: block; }
}
/* mobile end */

/* banner start */
.sk-index-slide {
  position: relative;
  display: block;
}

.sk-index-slide .sk-index-slide-box {
  flex: 1;
  position: unset;
}

.sk-index-slide .sk-index-slide-box .owl-nav {
  position: absolute;
  left: 0;
  top: calc((100% - 48px) / 2);
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 20;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  line-height: 48px;
  outline: none;
  position: absolute;
  left: 35px;
  opacity: .8;
  background-color: rgb(255, 255, 255, .3);
  border: 0;
  border-radius: 0;
  transition: all .8s;
  color: var(--white);
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  right: 35px;
  left: unset;
}

.sk-index-slide .owl-nav .owl-prev::after,
.sk-index-slide .owl-nav .owl-next::after {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  content: "\f104";
  font-family: 'FontAwesome';
}

.sk-index-slide .owl-nav .owl-next::after {
  content: "\f105";
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev span,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next span {
  display: none;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev:hover,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, .8);
  opacity: 1;
  color: var(--black);
}

.sk-index-slide .sk-index-slide-box .owl-dots {
  position: absolute;
  z-index: 19;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 50%;
  transition: all .6s;
  border: 1px solid transparent;
  overflow: hidden;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot span {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: var(--white);
  margin: 4px;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active,
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover {
  border: 1px solid var(--main);
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active span,
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover span {
  background-color: var(--main);
}
/* end */

/* about us */
.sk-index{ padding-top: 80px; }
.sk-index-about{ background-image: url(../images/bg-2.png); background-position: center top; background-repeat: no-repeat; background-size: auto; padding: 120px 0 30px; margin-bottom: 80px; }
.sk-index-about-info{ padding-right: 50px; }
.sk-index-about-info .sk-index-about-info-item{ font-size: 16px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: var(--weight-300); }
.sk-index-about-info .sk-index-about-info-title{ font-size: 46px; line-height: 54px; color: var(--black); font-family: var(--fonts-tow); font-weight: var(--weight-600); margin: 15px 0 20px; max-width: 600px; }
.sk-index-about-info .sk-index-about-info-text{ max-width: 620px; margin: 20px 0 30px; font-size: 16px; font-weight: var(--weight-300); line-height: 34px;  }
.sk-index-about-info .sk-index-about-info-link{ font-size: 16px; font-style: normal; font-weight: var(--weight-300); display: inline-block; text-transform: uppercase; padding: 10px 25px; color: var(--black); border: 1px solid var(--main); transition: all .8s; }
.sk-index-about-info .sk-index-about-info-link:hover{ background-color: var(--main); color: var(--white); }
.sk-index-about-img{ display: flex; justify-content: flex-end; }
.sk-index-about-img-box{ border-radius: 50% 50% 0 0; overflow: hidden; display: block; max-width: 628px; width: 100%; }
.sk-index-about-img-box img{ width: 100%; height: auto; display: block; }

/* 首页标题 */
.sk-index-title{ margin-bottom: 20px; }
.sk-index-title .sk-index-title-item{ text-align: center; font-size: 36px; font-family: var(--fonts-tow); font-weight: var(--weight-700); text-transform: uppercase; line-height: 48px; }
.sk-index-title .sk-index-title-text{ text-align: center; font-size: 14px; color: var(--gray); max-width: 800px; margin: auto; line-height: 25px; font-weight: var(--weight-400); text-transform: capitalize; }
.sk-index-title .sk-index-title-item::after{ content: ""; width: 80px; height: 2px; background-color: var(--main); margin: 10px auto; display: block; }

/* product categories */
.sk-index-categories{ margin-bottom: 80px; }
.sk-index-categories-box{ padding-top: 15px; }
.sk-index-categories-item{ position: relative; }
.sk-index-categories-item-box{ display: grid; align-content: space-between; width: 100%; height: 100%; }
.sk-index-categories-item .sk-index-categories-item-link{ display: block;  }
.sk-index-categories-item .sk-index-categories-item-img{ display: block; }
.sk-index-categories-item .sk-index-categories-item-img::after{ content: ""; display: block; background-color: var(--black); transition: all .8s; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 11; opacity: 0; }
.sk-index-categories-item .sk-index-categories-item-img img{ width: 100%; height: auto; display: block; }
.sk-index-categories-item .sk-index-categories-item-title{ position: absolute; z-index: 12; bottom: 10px; left: 0; font-size: 24px; width: 100%; padding: 15px 25px; color: var(--white); font-weight: var(--weight-500); font-family: var(--fonts-tow); }
.sk-index-categories-item .sk-index-categories-item-title::after{ content: ''; transition: width 1s; display: block; width: 30px; height: 2px; background-color: var(--white); margin-top: 5px; }
.sk-index-categories-item:hover .sk-index-categories-item-title::after{ width: 180px; }
.sk-index-categories-item:hover .sk-index-categories-item-img::after{ opacity: .6; }

/* product list */
.sk-index-products{ margin-bottom: 60px; }
.sk-index-products-box{ padding-top: 15px; }
.sk-index-products-item{ position: relative; display: block; padding-bottom: 30px; }
.sk-index-products-item .sk-index-products-item-link{ display: block; }
.sk-index-products-item .sk-index-products-item-img{ display: block; width: 100%; background-color: var(--grey); transition: all .8s; border: 1px solid var(--border); }
.sk-index-products-item .sk-index-products-item-img img{ width: 100%; height: auto; display: block; }
.sk-index-products-item .sk-index-products-item-box{ padding: 15px 15px 10px; display: block; text-align: center; position: relative; }
.sk-index-products-item .sk-index-products-item-title{ font-size: 18px; font-weight: var(--weight-400); text-align: center; color: var(--main); line-height: 30px; transition: all .8s; }
.sk-index-products-item .sk-index-products-item-text{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  transition: all .8s;
  font-weight: var(--weight-300);
}
.sk-index-products-item .sk-index-products-item-btn{
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin: auto;
  border: 2px solid var(--main);
  font-weight: var(--weight-300);
  background-color: var(--white);
  color: var(--black);
  line-height: 48px;
  height: 48px;
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  transition: all .8s;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  opacity: 0;
}
.sk-index-products-item .sk-index-products-item-link:hover .sk-index-products-item-img{ opacity: .9; }
.sk-index-products-item .sk-index-products-item-btn:hover{ background-color: var(--main); color: var(--white); }
.sk-index-products-item .sk-index-products-item-link:hover .sk-index-products-item-text,.sk-index-products-item .sk-index-products-item-link:hover .sk-index-products-item-title{ opacity: 0; }
.sk-index-products-item .sk-index-products-item-link:hover .sk-index-products-item-btn{ opacity: 1; }

/* blank top */
.sk-meau-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 98;
  text-align: center;
  color: var(--white);
  cursor: pointer;
}

.sk-meau-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  z-index: -2;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: shadow-blink;
  -webkit-animation-name: shadow-blink;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sk-meau-top,
.sk-meau-top::after {
  background: var(--main)
}

/*Animation*/
@-webkit-keyframes shadow-blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
  }
}

@keyframes shadow-blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
  }
}

/* customizable */
.sk-index-customizable{ background-image: url(../images/bg-3.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 60px 0 100px; margin-bottom: 80px; }
.sk-index-customizable-box{ padding-top: 15px; align-items: center; }
.sk-index-customizable-pic{ position: relative; display: block; }
.sk-index-customizable-pic .sk-index-customizable-img{ display: block; position: relative; z-index: 9; height: auto; }
.sk-index-customizable-pic .sk-index-customizable-img img{ width: 100%; height: auto; display: block; }
.sk-index-customizable-pic .sk-index-customizable-imgone{ width: 440px; }
.sk-index-customizable-pic .sk-index-customizable-imgtow{ width: 360px; position: absolute; z-index: 10; right: 60px; bottom: -30px; }
.sk-index-customizable-info{ display: block; padding-left: 80px; }
.sk-index-customizable-info .sk-index-customizable-title{ margin-bottom: 15px; }
.sk-index-customizable-info .sk-index-customizable-title pre{ font-size: 28px; line-height: 36px; font-family: var(--fonts-tow); color: var(--main); font-weight: var(--weight-600); }
.sk-index-customizable-info .sk-index-customizable-text{ font-size: 16px; font-weight: var(--weight-300); line-height: 30px; padding: 10px 0; }
.sk-index-customizable-info .sk-index-customizable-text p{ background-image: url(../images/icon-dian.svg); background-size: 10px; padding-left: 18px; margin-bottom: 10px; background-repeat: no-repeat; background-position: 0 11px; }
.sk-index-customizable-info .sk-index-customizable-link{ margin-top: 15px; }
.sk-index-customizable-info .sk-index-customizable-link a{ font-size: 16px; font-style: normal; font-weight: var(--weight-300); display: inline-block; text-transform: uppercase; padding: 10px 25px; color: var(--black); border: 1px solid var(--main); transition: all .8s; }
.sk-index-customizable-info .sk-index-customizable-link a:hover{ background-color: var(--main); color: var(--white); }

/* youshi */
.sk-index-choose{ margin-bottom: 60px; }
.sk-index-choose-info{ padding-top: 12px; }
.sk-index-choose-info-title{ font-size: 42px; font-weight: var(--weight-600); font-family: var(--fonts-tow); margin-bottom: 6px; }
.sk-index-choose-info-text{ font-size: 20px; font-weight: var(--weight-300); line-height: 32px; margin-bottom: 30px; color: var(--gray); padding-right: 60px; }
.sk-index-choose-info-list{ padding: 20px; background-color: var(--grey);}
.sk-index-choose-info-list .sk-index-choose-info-li{ display: flex; justify-content: flex-start; margin-bottom: 15px; }
.sk-index-choose-info-list .sk-index-choose-info-li i{ display: block; font-size: 14px; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: var(--main); color: var(--white); }
.sk-index-choose-info-list .sk-index-choose-info-li span{ padding-left: 10px; font-size: 18px; font-weight: var(--weight-300); line-height: 30px; }
.sk-index-choose-img{ width: 100%; display: block; }
.sk-index-choose-img img{ width: 100%; height: auto; display: block; }

/* news */
.sk-index-news{ margin-bottom: 80px; }
.sk-index-news-box{ padding-top: 15px; }
.sk-index-news-item{ margin-bottom: 30px; }
.sk-index-news-item .sk-index-news-item-img{ position: relative; border: 1px solid var(--border); }
.sk-index-news-item .sk-index-news-item-img a{ display: block; position: relative; z-index: 10; }
.sk-index-news-item .sk-index-news-item-img img{ width: 100%; height: auto; display: block; }
.sk-index-news-item .sk-index-news-item-img span{ display: block; position: absolute; z-index: 11; left: 0; bottom: 0; background-color: var(--main); padding: 8px 12px; font-size: 16px; font-family: var(--fonts-tow); font-weight: var(--weight-500); }
.sk-index-news-item .sk-index-news-item-img span a{ color: var(--white); }
.sk-index-news-item .sk-index-news-item-info{ padding: 20px 0 10px 0; }
.sk-index-news-item .sk-index-news-item-title{ font-family: var(--fonts-tow); font-size: 20px; line-height: 29px; font-weight: var(--weight-600); }
.sk-index-news-item .sk-index-news-item-time{ margin: 12px 0 8px; color: var(--gray); font-size: 16px; font-weight: var(--weight-300); }
.sk-index-news-item .sk-index-news-item-text{ font-size: 16px; color: var(--gray); font-weight: var(--weight-300); line-height: 25px; }
.sk-index-news-item .sk-index-news-item-btn{ margin-top: 15px; display: block; }
.sk-index-news-item .sk-index-news-item-link{ color: var(--main); font-size: 18px; font-weight: var(--weight-500); font-family: var(--fonts-tow); }

/* workflows */
.sk-index-workflows{ margin-bottom: 80px; }
.sk-index-workflows-item{ background-color: var(--grey); height: 100%; padding: 20px 12px; transition: all .8s; border-radius: 3px; overflow: hidden; }
.sk-index-workflows-item .sk-index-workflows-item-icon{ text-align: center; margin-bottom: 10px; }
.sk-index-workflows-item .sk-index-workflows-item-icon i{ font-size: 42px; color: var(--gray); }
.sk-index-workflows-item .sk-index-workflows-item-title{ font-size: 18px; text-align: center; font-family: var(--fonts-tow); font-weight: var(--weight-700); color: var(--main); line-height: 30px; text-transform: capitalize; }
.sk-index-workflows-item .sk-index-workflows-item-text{ text-align: center; font-size: 16px; color: var(--gray); margin-top: 15px; line-height: 25px; }
.sk-index-workflows-item:hover{ background-color: var(--border); }

/* crumbs start */
.sk-position-crumbs {
  line-height: 25px;
  padding: 17px 0;
  background: var(--grey);
  border-bottom: 1px solid var(--border);
}

.sk-position-crumbs .sk-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sk-position-crumbs a {
  margin: 0 5px;
  font-weight: 300;
  font-size: 15px;
}

.sk-position-crumbs i {
  font-size: 15px;
}

.sk-position-banner{ position: relative; max-height: 300px; overflow: hidden; }
.sk-position-banner img{ position: relative; z-index: 8; width: 100%; height: auto; display: block; }
.sk-position-banner-box{ position: absolute; width: 100%; height: 100%; z-index: 10; display: grid; justify-content: center; align-content: center; top: 0; left: 0; /*background-color: rgb(39, 38, 38, .6);*/ }
.sk-position-banner-box .sk-position-banner-title{ font-size: 42px; text-transform: capitalize; color: var(--white); font-family: var(--fonts-tow); font-weight: var(--weight-600); text-align: center; }
.sk-position-banner-box .sk-position-banner-link{ padding-top: 15px; font-size: 16px; color: var(--white); font-weight: var(--weight-300); text-align: center; }
.sk-position-banner-box .sk-position-banner-link a{ color: var(--white); }
.sk-position-banner-box .sk-position-banner-link a:hover{ color: var(--main); }
/* crumbs end */

/* content start */
.sk-content {
  display: block;
}
.sk-content-main {
  padding: 60px 0;
}

/* images start */
.sk-list-images-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sk-list-images-box a {
  display: block;
  border: 1px solid var(--border);
}

.sk-list-images-box a img {
  width: 100%;
  height: auto;
  display: block;
}

/* title */
.sk-pages-title {
  display: block;
  color: var(--gre);
  margin-bottom: 20px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
}

.sk-pages-title::after {
  content: "|";
  margin-left: 10px;
}

.sk-pages-title::before {
  content: "|";
  margin-right: 10px;
}
/* content end */

/* contact start */
.sk-content-contact {
  margin-bottom: 50px;
}
.sk-content-contact .sk-content-contact-box {
  width: 100%;
  padding-right: 60px;
}
.sk-content-contact .sk-content-contact-text{ font-size: 18px; color: var(--gray); font-weight: var(--weight-300); line-height: 30px; }
.sk-content-contact .sk-content-contact-list{ padding-top: 30px; }
.sk-content-contact .sk-content-contact-list p{ display: flex; justify-content: flex-start; margin-bottom: 10px; line-height: 25px; }
.sk-content-contact .sk-content-contact-list i{ font-size: 18px; margin-right: 8px; }
.sk-content-contact .sk-content-contact-list a,
.sk-content-contact .sk-content-contact-list span{ font-size: 16px; color: var(--black); }
.sk-content-contact .sk-content-contact-list a:hover{ color: var(--main); }
.sk-content-contact-follow{ padding-top: 20px; }
/* contact end */

/* message start */
.sk-content-message {
  display: block;
}

.sk-content-message-form {
  flex: 1;
  display: block;
}

.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 var(--border);
  outline: none;
  background-color: var(--white);
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 0px;
  transition: all .8s;
}

.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: var(--main);
}

.sk-content-message-form .sk-content-message-form-submit {
  display: block;
}

.sk-content-message-form .sk-content-message-form-button {
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .8s;
  border: 1px solid var(--black);
  background: unset;
  color: var(--black);
  cursor: pointer;
  font-size: 18px;
  padding: 0px 36px;
  border-radius: 0px;
  line-height: 42px;
  letter-spacing: 2px;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: var(--white);
  background-color: var(--main);
  border-color: var(--main);
}
/* message end */

/* right start */
.sk-content-left-box {
  margin-bottom: 30px;
  padding: 25px 20px;
  position: relative;
  border: 2px dashed var(--grey-one);
  background: var(--white);
}

.sk-content-left-box-title {
  padding-left: 45px;
  font-size: 20px;
  line-height: 1;
  font-family: var(--fonts-tow);
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-top: 0;
  color: var(--main);
}

.sk-content-left-box-title::before,
.sk-content-left-box-title::after {
  display: block;
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--main);
}

.sk-content-left-box-title::before {
  border-radius: 5px;
  left: 0;
  width: 18px;
}

.sk-content-left-box-title::after {
  border-radius: 50%;
  left: 22px;
  width: 4px;
}

.sk-content-left-search {
  width: 100%;
  position: relative;
}

.sk-content-left-search .sk-content-left-search-control {
  width: 100%;
  height: 55px;
  border: 1px solid var(--border);
  outline: none;
  padding: 5px 55px 5px 10px;
}

.sk-content-left-search .sk-content-left-search-btn {
  line-height: 42px;
  position: absolute;
  border-left: none;
  height: 40px;
  top: 7px;
  right: 7px;
  width: 40px;
  padding: 0;
  border: 0;
}

.sk-content-left-search .sk-content-left-search-btn .iconfont {
  font-size: 20px;
  color: var(--white);
}

.sk-content-left-box-nav {
  display: block;
}

.sk-content-left-box-nav .sk-expmenu-dt {
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--border);
  margin-bottom: 10px;
}

.sk-content-left-box-nav .sk-expmenu-dt a {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
}

.sk-content-left-box-nav .sk-expmenu-dt .iconfont {
  width: 25px;
  height: 30px;
  color: var(--bgone);
  font-size: 15px;
}

.sk-content-left-box-nav .sk-expmenu-dt:last-child {
  margin-bottom: 0;
}

.sk-content-left-news-item {
  margin-bottom: 15px;
}

.sk-content-left-news-item a {
  display: block;
}

.sk-content-left-news-item .sk-content-left-news-img {
  float: left;
  margin-right: 10px;
  border-radius: 10px;
  flex-shrink: 0;
  width: 70px;
  height: 60px;
  overflow: hidden;
  border: 1px solid var(--grey);
}

.sk-content-left-news-item .sk-content-left-news-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.sk-content-left-news-item .sk-content-left-news-info {
  display: block;
  width: calc(100% - 80px);
  float: left;
  padding-top: 5px;
}

.sk-content-left-news-item .sk-content-left-news-info p {
  display: block;
  transition: all .8s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 5px;
  line-height: 22px;
  font-weight: 500;
  color: var(--black);
}

.sk-content-left-news-item .sk-content-left-news-info span {
  font-size: 14px;
  color: var(--grey-tow);
}

.sk-content-left-news-item .sk-content-left-news-info .iconfont {
  font-size: 14px;
}

.sk-content-left-news-item a:hover .sk-content-left-news-info p {
  color: var(--bgone);
}

.sk-content-left-news-item:last-child {
  margin-bottom: 0;
}

.sk-content-left-box-product .sk-index-products-item:last-child {
  padding-bottom: 0;
}



/* show start */
.sk-content-show {
  background-color: var(--white);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
  border-radius: 3px;
  padding: 15px;
}

.sk-content-show-banner {
  margin-bottom: 25px;
}

.sk-content-show .sk-content-show-title {
  font-size: 30px;
  line-height: 36px;
  font-family: var(--fonts-tow);
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--black);
}

.sk-content-show .sk-content-show-resource {
  padding: 6px 10px;
  line-height: 26px;
  border: 1px solid var(--border);
  border-radius: 1px;
  display: flex;
  justify-content: flex-start;
}

.sk-content-show .sk-content-show-resource span {
  font-size: 14px;
  color: var(--grey-tow);
  margin-left: 8px;
  margin-right: 12px;
}

.sk-content-show .sk-content-page-main {
  padding: 20px 0 30px 0;
}

.sk-content-show-prenext {
  border: 1px solid var(--border);
}

.sk-content-show-prenext p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 15px;
  line-height: 32px;
  padding: 5px 12px;
}

.sk-content-show-prenext p~p {
  border-top: 1px solid var(--border);
}
/* show end */

/* honor start */
.sk-index-certificate {
  margin-bottom: 80px;
}

.sk-index-honor-box {
  position: relative;
  margin-top: 20px;
}

.sk-index-honor-item {
  border: 1px solid var(--border);
  overflow: hidden;
}

.sk-index-honor-box .owl-nav {
  margin: 0;
}

.sk-index-honor-box .owl-nav button.owl-prev,
.sk-index-honor-box .owl-nav button.owl-next{
  transition: all .8s;
  background: var(--main);
  margin: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  outline: none;
  position: absolute;
  top: calc((100% - 42px)/2);
}

.sk-index-honor-box .owl-nav button.owl-prev{ left: -48px; }
.sk-index-honor-box .owl-nav button.owl-next{ right: -48px; }

.sk-index-honor-box .owl-nav button.owl-prev:hover,
.sk-index-honor-box .owl-nav button.owl-next:hover {
  background: var(--black);
}

.sk-index-honor-box .owl-nav button.owl-prev::after,
.sk-index-honor-box .owl-nav button.owl-next::after{
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: var(--white);
  content: "\f104";
  font-family: 'FontAwesome';
}

.sk-index-honor-box .owl-nav button.owl-next::after{
  content: "\f105";
}

.sk-index-honor-box .owl-nav button.owl-prev span,
.sk-index-honor-box .owl-nav button.owl-next span{
  display: none;
}

.sk-index-honor-box .owl-dots{
  padding-top: 10px;
}

.sk-index-honor-box .owl-dots .owl-dot{
  margin: 0 3px;
}

.sk-index-honor-box .owl-dots .owl-dot span{
  margin: 0;
  width: 12px;
  height: 12px;
}

.sk-index-honor-box .owl-dots .owl-dot.active span{
  background-color: var(--bgone);
}

/* partner */
.sk-index-partner {
  margin-bottom: 80px;
}

.sk-index-partner-main {
  display: block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.sk-index-partner-item {
  margin: 0;
  float: left;
  display: block;
  width: 330px;
}

.sk-index-partner-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* product images start */
.product-view .product-image {
  position: relative;
  padding: 0px;
  border: 1px solid var(--border);
  background-color: var(--white);
}

.product-view .product-image img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.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;
}


.product-view .image-additional li img {
  position: relative;
  width: 100%;
  border: 1px solid var(--border);
  background-color: var(--grey);
  display: block;
}

.product-view .image-additional li a {
  position: relative;
  display: block;
  padding: 0 .18rem;
}

.product-view .image-additional li.current img {
  border-color: var(--main);
  outline: 0px solid var(--main);
  background-color: var(--white);
}

.product-view .image-additional li.single,
.product-view .image-additional img.popup {
  display: none;
}

.product-view .image-additional .owl-carousel .owl-nav .owl-prev,
.product-view .image-additional .owl-carousel .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: unset;
  border: 0;
  background-color: unset;
  text-align: center;
  line-height: 14px;
  color: var(--main);
  font-size: 28px;
  top: 40%;
  z-index: 10;
}

.product-view .image-additional .owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

.product-view .image-additional .owl-carousel .owl-nav .owl-next {
  right: -25px;
}

.product-view .image-additional .owl-carousel .owl-nav .owl-prev:hover,
.product-view .image-additional .owl-carousel .owl-nav .owl-next:hover {
  color: var(--main);
}

/* product images end */
.sk-product-summary {
  padding: 0px;
  background-color: var(--white);
}

.sk-products-title {
  font-size: 30px;
  font-family: var(--fonts-tow);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--black);
}

.sk-product-parameter {
  margin-bottom: 30px;
  border-top: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  padding: 20px 0;
}

.sk-product-parameter .sk-products-price {
  font-family: var(--fonts-tow);
  font-weight: 700;
  font-size: 24px;
  color: var(--main);
  line-height: 42px;
}

.sk-product-parameter .sk-product-meta-item {
  line-height: 42px;
  font-size: 18px;
  font-weight: var(--weight-300);
}

/* product show */
.sk-product-show {
  padding: 36px 0 20px;
}

.sk-product-tab {
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
  background-color: var(--white);
}

.sk-product-tab-maincell {
  padding: 20px;
}

.sk-product-tab-titcell {
  display: flex;
  justify-content: flex-start;
  padding: 15px 20px;
  background-color: var(--grey);
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost {
  font-family: var(--fonts-tow);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
  color: var(--black);
  cursor: pointer;
  transition: all .8s;
}

.sk-product-tab-titcell::before {
  content: "|";
  margin-right: 10px;
  color: var(--main);
  font-family: var(--fonts-tow);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost::after {
  content: "|";
  margin-left: 10px;
  color: var(--main);
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost:hover,
.sk-product-tab-titcell .sk-product-tab-titcell-dost.on {
  color: var(--main);
}

.sk-related-list {
  padding-top: 40px;
}

.sk-related-list .sk-pages-title {
  margin-bottom: 20px;
}

.sk-product-inquiry{ padding: 20px 0 40px 0; }

.sk-product-btn{ display: block; }
.sk-product-btn a{
  text-transform: uppercase;
  font-weight: var(--weight-600);
  padding: 10px 25px;
  display: inline-block;
  background-color: var(--white);
  color: var(--black);
  font-size: 18px;
  font-family: var(--fonts-tow), sans-serif;
  border: 1px solid var(--main);
  margin-right: 15px;
}
.sk-product-btn a:hover{ background-color: var(--main); color: var(--white); }

/* page start */
.sk-content-page-box {
  background-color: var(--white);
}

.sk-content-page-main {
  font-size: 16px;
  line-height: 30px;
}

.sk-content-page-main img {
  max-width: 100%;
  height: auto !important;
}

/* about us */
.sk-aboutus-box{ margin-bottom: 60px; }
.sk-aboutus-box .sk-aboutus-box-img{ width: 100%; }
.sk-aboutus-box .sk-aboutus-box-img img{ width: 100%; height: auto; display: block; }
.sk-aboutus-box .sk-aboutus-box-info{ font-size: 18px; line-height: 28px; font-weight: var(--weight-300); }
.sk-aboutus-box .sk-aboutus-box-info p{ text-indent: 1em; }

/* sousuo */
.sk-search-pop-up{ position: fixed; width: 100%; height: 100vh; z-index: 1111; top: 0; left: 0; background-color: rgba(0, 0, 0, .8); display: none; transition: all .8s; }
.sk-search-pop-up-box{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.sk-search-pop-up-form{ display: flex; justify-content: center; align-items: center; max-width: 640px; width: 100%; position: relative; }
.sk-search-pop-up-form .sk-search-pop-up-input{ background-color: var(--white); height: 48px; width: 100%; padding: 5px 15px; border: 0; }
.sk-search-pop-up-form .sk-search-pop-up-btn{ width: 140px; height: 48px; border: 0; background-color: var(--main); transition: all .8s; flex-shrink: 0; color: var(--white); font-weight: var(--weight-300); font-size: 20px; text-transform: uppercase; }
.sk-search-pop-up-form .sk-search-pop-up-btn i{ font-size: 22px; color: var(--white); }
.sk-search-pop-up-form .sk-search-pop-up-btn:hover{ background-color: var(--black); }
.sk-search-pop-up-close{ width: 36px; height: 36px; line-height: 36px; text-align: center; cursor: pointer; position: absolute; right: -42px; top: -42px; }
.sk-search-pop-up-close i{ display: block; font-size: 20px; color: var(--white); }

/* dignzhi */
.sk-customizable{ padding: 80px 0 0; }
.sk-customizable-title{ padding-bottom: 15px; }
.sk-customizable-title h3{ text-align: center; font-size: 16px; line-height: ; color: var(--main); text-transform: uppercase; font-weight: var(--weight-300); }
.sk-customizable-title h2{ font-size: 42px; line-height: 48px; text-align: center; color: var(--black); font-weight: var(--weight-600); font-family: var(--fonts-tow); margin-top: 10px; }
.sk-customizable-world{ padding: 40px 0 80px 0; }
.sk-customizable-world-img{ width: 100%; display: block; }
.sk-customizable-world-img img{ width: 100%; height: auto; display: block; }
.sk-customizable-world-info{ padding-left: 60px; }
.sk-customizable-world-item{ display: flex; justify-content: flex-start; align-items: center; margin-top: 30px; }
.sk-customizable-world-item-img{ width: 120px; height: auto; display: block; flex-shrink: 0; }
.sk-customizable-world-item-img img{ width: 100%; height: auto; display: block; }
.sk-customizable-world-item-text{ padding-left: 30px; }
.sk-customizable-world-item-text h3{ font-size: 24px; color: var(--black); font-weight: var(--weight-600); font-family: var(--fonts-tow); }
.sk-customizable-world-item-text p{ font-size: 16px; font-weight: var(--weight-300); color: var(--gray); padding-top: 12px; }

.sk-quality{ padding-bottom: 80px; }
.sk-quality-box{ padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.sk-quality-item{ display: flex; justify-content: flex-start; align-items: center; width: 32%; margin-bottom: 30px; box-shadow: 0px 0px 10px 3px var(--grey); padding: 20px; border-radius: 5px; overflow: hidden; }
.sk-quality-item-img{ width: 90px; height: auto; display: block; flex-shrink: 0; }  
.sk-quality-item-img img{ width: 100%; height: auto; display: block; }
.sk-quality-item-text{ padding-left: 20px; }
.sk-quality-item-text h3{ font-size: 24px; color: var(--black); font-weight: var(--weight-600); font-family: var(--fonts-tow); }
.sk-quality-item-text p{ font-size: 16px; font-weight: var(--weight-300); color: var(--gray); padding-top: 12px; }

@media screen and (max-width: 1480px) {
  .sk-main{
    width: 96%;
    max-width: 96%;
  }
}

@media screen and (max-width: 1200px) {
  .sk-header-pc-logo{ margin: 0 20px; }
  .sk-header-nav-li .sk-header-nav-li-link{ padding: 0 10px; }
  .sk-content-contact .sk-content-contact-box{ padding-right: 0; }
  .sk-index-customizable-info{ padding-left: 0; }
  .sk-index{ padding-top: 60px; }
  .sk-index-about-info{ padding-right: 0; }
  .sk-index-about-info .sk-index-about-info-title{ font-size: 30px; line-height: 42px; }
  .sk-index-about-info .sk-index-about-info-text{ line-height: 30px; }
  .sk-index-about{ padding-top: 70px; }
  .sk-index-about,.sk-index-categories,.sk-index-customizable,.sk-index-certificate,.sk-index-partner,.sk-index-workflows,.sk-index-news{ margin-bottom: 60px; }
  .sk-slideBox .sk-slideBox-info{ justify-content: center; }
  .sk-slideBox .sk-slideBox-info-box{ width: 60%; padding-right: 0; }
  .sk-slideBox-1 .sk-slideBox-info-box h2, .sk-slideBox-1 .sk-slideBox-info-box p{ color: var(--white); }
  .sk-slideBox-2 .sk-slideBox-info-box, .sk-slideBox-4 .sk-slideBox-info-box{ padding-left: 0; }
  .sk-customizable-world-info{ padding-left: 0; }
  .sk-customizable-world-item{ margin-top: 10px; }
}

@media screen and (max-width: 992px) {
  .sk-index-categories-item .sk-index-categories-item-title{ font-size: 16px; }
  .sk-index-customizable-pic .sk-index-customizable-imgtow{ display: none; }
  .sk-product-btn a{ padding: 8px 15px; margin-bottom: 10px; }
  .sk-footer-contact{ margin-top: 30px; }
  .sk-copyright-box{ justify-content: center; }
  .sk-payment{ justify-content: center; margin-top: 10px; height: auto; }
  .sk-subscribe-box .sk-subscribe-email{ width: 100%; }
  .sk-aboutus-box .sk-aboutus-box-info{ padding-top: 20px; }
  .sk-index-customizable-pic .sk-index-customizable-imgone{ width: 100%; }
  .sk-index-workflows-item{ margin-bottom: 20px; height: auto; }
  .sk-quality-item{ width: 49%; }
}

@media screen and (max-width: 868px) {
  .sk-index-about-box{ flex-wrap: wrap; flex-direction: column; }
  .sk-index-about-box .col-md-6{ width: 100%; }
  .sk-index-about-info .sk-index-about-info-title,.sk-index-about-info .sk-index-about-info-text,.sk-index-about-img-box{ max-width: unset; }
  .sk-index-about-img{ margin-top: 25px; }
  .sk-index-customizable-box .col-md-6,.sk-index-choose-box .col-md-6{ width: 100%; }
  .sk-index-customizable-info{ padding-top: 30px; }
}

@media screen and (max-width: 768px) {
  .sk-display-pc {
    display: none !important;
  }
  .sk-display-mobile {
    display: block !important;
  }
  .sk-index-categories-item{ margin-bottom: 15px; }
  .sk-footer-nav{ margin-bottom: 20px; }
  .sk-footer-title{ margin-bottom: 5px; }
  .sk-index-choose-info-text{ padding-right: 0px; font-size: 18px; }
  .sk-copyright-box{ display: block; }
  .sk-slideBox .sk-slideBox-info-box{ width: 90%; }
  .sk-slideBox .sk-slideBox-info-box h2{ font-size: 36px; line-height: 54px; }
  .sk-slideBox .sk-slideBox-info-box p{ font-size: 20px; }
  .sk-quality-item{ width: 100%; }
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-prev, .sk-index-slide .sk-index-slide-box .owl-nav .owl-next{ width: 36px; height: 36px; line-height: 36px; }
}

@media screen and (max-width: 576px) {
  .sk-index-about-info .sk-index-about-info-title{ font-size: 28px; line-height: 36px; }
  .sk-index-title .sk-index-title-item{ font-size: 24px; }
  .sk-index-customizable-info .sk-index-customizable-title pre{ font-size: 24px; }
  .sk-index-about, .sk-index-categories, .sk-index-customizable, .sk-index-certificate, .sk-index-partner, .sk-index-workflows, .sk-index-news{ margin-bottom: 40px; }
  .sk-index-customizable{ padding-bottom: 60px; }
  .sk-index-choose-info-list{ padding: 12px; }
  .sk-footer-contact{ display: block; }
  .sk-footer-code{ padding-top: 0px; width: 100%; margin-bottom: 20px; }
  .sk-footer-code .sk-footer-code-item{ width: 45%; }
  .sk-index{ padding-top: 0; }
  .sk-index-choose-info-title{ font-size: 36px; }
  .sk-position-banner-box .sk-position-banner-link{ font-size: 12px; }
  .sk-position-banner-box .sk-position-banner-title{ font-size: 24px; }
  .sk-content-page-main{ font-size: 14px; }
  .sk-product-tab-maincell{ padding: 12px; }
  .sk-content-show{ box-shadow: unset; padding: 0; }
  .sk-content-left{ margin-top: 25px; }
  .sk-content-left-box{ padding: 15px; }
  .sk-horizontal{ padding: 30px 0; }
  .sk-subscribe{ margin-bottom: 25px; }
  .sk-aboutus-box .sk-aboutus-box-info{ font-size: 16px; }
  .sk-aboutus-box{ margin-bottom: 30px; }
  .sk-quality-item{ padding: 10px; margin-bottom: 20px; }
  .sk-quality-item-img{ width: 60px; }
  .sk-customizable-world-item-img{ width: 80px; }
  .sk-customizable-world-item-text{ padding-left: 10px; }
}