﻿@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: 12px; 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(--black); 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; gap: 10px; }
.sk-follow-box a{ width: 32px; display: block; transition: all .8s; }
.sk-follow-box img{ width: 100%; height: auto; display: block; }
.sk-follow-box a:hover{ transform: rotate(35deg); }

/* 脚步栏目 */
.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: center; align-items: center; gap: 15px; }
.sk-copyright-box span,
.sk-copyright-box a{ font-size: 14px; color: var(--gray); line-height: 28px; font-weight: var(--weight-400); }
.sk-copyright-box a:hover{ color: var(--main); }

/* 导航 */
.sk-header-pc-top{ background-color: var(--black); padding: 10px 60px; }
.sk-header-pc-top-con{ display: flex; justify-content: flex-start; align-items: center; gap: 25px; }
.sk-header-pc-top-con p{ font-size: 14px; line-height: 25px; font-weight: var(--weight-300); }
.sk-header-pc-top-con i{ color: var(--border); font-size: 16px; }
.sk-header-pc-top-con a{ margin-left: 5px; color: var(--border); }
.sk-header-pc-top-con a:hover{ color: var(--white); }
.sk-header-pc-follow{ justify-content: flex-end; }
.sk-header-pc-follow a{ width: 26px; }

.sk-header-pc-nav{ display: flex; justify-content: space-between; align-items: center; padding: 0 60px; gap: 20px; }
.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 20px; }
.sk-header-pc-logo img{ width: auto; height: 60px; display: block; }

.sk-header-pc-nav-box{ display: flex; justify-content: center; align-items: center; flex: 1; gap: 20px; }
.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: 100%; padding: 0 10px; display: flex; justify-content: center; align-items: center; gap: 6px; text-transform: capitalize; }
.sk-header-nav-li .sk-header-nav-li-hover{
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 99;
  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: 8px 10px;
  color: var(--black);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.sk-header-nav-li .sk-header-nav-li-hover .sk-header-nav-li-hover-list a i{ font-size: 14px; flex: 0; }

.sk-header-nav-li.active .sk-header-nav-li-link,.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,.sk-header-nav-li.active{ 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);
}

.sk-navigation-child {
  left: 250px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  background-color: var(--white);
  box-shadow: 0 1px 3px var(--border);
  z-index: 999;
  visibility: hidden;
  text-align: left;
  width: 250px;
  overflow-y: auto;
}

.sk-navigation-child .sk-navigation-child-li {
  display: block;
  padding: 0;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.sk-navigation-child .sk-navigation-child-link {
  color: var(--grey);
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 14px;
  overflow: hidden;
  display: block;
  font-weight: 300;
  transition: all .5s;
}

.sk-header-nav-li-hover-list:hover .sk-navigation-child {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

/* lang */
.sk-lang-box{ display: flex; justify-content: space-between; align-items: center; }

.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;
  width: 100%;
  z-index: 103;
}
.sk-mobile-header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 10px;
}
.sk-mobile-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 10px;
}
.sk-mobile-header-logo a{ display: block; }
.sk-mobile-header-logo img {
  max-width: 220px;
  max-height: 50px;
}
.sk-mobile-header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.sk-mobile-header-right .sk-header-search-item .iconfont{ font-size: 18px; margin-right: 0; color: var(--black); }

.sk-mobile-header-right .language-flag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sk-mobile-header-right .language-flag span {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 300;
}
.sk-mobile-caidan {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: var(--black);
  outline: none;
  cursor: pointer;
  transition: all .8s;
  border-radius: 3px;
}

.sk-mobile-caidan .iconfont {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.sk-mobile-caidan:hover{ color: var(--main); }

.sk-header-colse {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--main);
  color: var(--white);
  position: absolute;
  left: -37px;
  top: 1px;
  cursor: pointer;
}

.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 80px;
}

.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);
  font-family: var(--fonts-one);
  font-weight: 400;
}
.sk-mobile-nav-box .sk-mobile-nav-link a{ flex: 1; }
.sk-mobile-nav-box .sk-mobile-nav-sub{ display: none; }
.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: 32px;
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  font-family: var(--fonts-one);
  font-weight: 300;
}
.sk-mobile-nav-box .sk-mobile-nav-sub-link a{ flex: 1; }
.sk-mobile-nav-box .sk-mobile-nav-child{ display: none; }
.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: 32px;
  font-size: 15px;
  text-transform: capitalize;
  border-bottom: 1px dashed var(--border);
  font-family: var(--fonts-one);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sk-mobile-nav-box .sk-mobile-nav-link.active a,
.sk-mobile-nav-box .sk-mobile-nav-link:hover a,
.sk-mobile-nav-box .sk-mobile-nav-sub-link:hover a,
.sk-mobile-nav-box .sk-mobile-nav-child-link:hover a {
  color: var(--main);
}

.sk-mobile-nav .sk-header-search{ width: 96%; margin: auto; padding: 15px 0; }
.sk-mobile-nav .sk-search-group .sk-search-control{ border: 1px solid var(--border); }

.sk-mobile-nav-down{ width: 24px; text-align: center; }

/* mobile lang */
.sk-mobile-lang {
  position: fixed;
  width: 85%;
  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-lang-box {
  overflow-y: auto;
  max-height: 100%;
  padding: 10px 0px 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sk-mobile-lang-box .language-flag {
  border-bottom: 1px solid var(--border);
  width: 50%;
}

.sk-mobile-lang-box .language-flag a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 5px;
}

.sk-mobile-lang-box .language-flag a span {
  font-size: 14px;
  margin-left: 5px;
}

.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: 101;
  background-color: var(--white);
  box-shadow: 0 0 20px -1px rgb(0 0 0 / 20%);
  -ms-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
}
@media screen and (max-width: 1306px) {
.sk-header-pc-nav-box{ gap: 10px; }
.sk-header-pc-logo{ padding: 0; }
.sk-header-nav-li .sk-header-nav-li-link{ font-size: 15px; }
}
@media screen and (max-width: 1080px) {
  .sk-header-pc{ display: none; }
  .sk-mobile-header{ display: block; }
}

/* mobile end */

/* 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);
  }
}

.sk-sidebar-item-icon{ animation: unset; }

/* message start */
.sk-content-msg{ display: grid; justify-content: flex-start; justify-items: flex-start; }
.sk-content-msg-title{ font-size: 24px; color: var(--black); font-family: var(--fonts-tow); font-weight: 500; margin-bottom: 10px; }
.sk-content-msg-title::after{ content: ""; width: 60px; height: 2px; display: block; background-color: var(--black); margin-top: 5px; }
.sk-content-msg-text{ font-size: 16px; line-height: 25px; font-weight: 300; color: var(--gray); margin-bottom: 20px; }

.sk-content-message {
  display: block;
}

.sk-content-message-form {
  display: block;
}

.sk-content-message-form .sk-content-message-form-input,
.sk-content-message-form .sk-content-message-form-textarea {
  margin-bottom: 12px;
}

.sk-content-message-form label {
  font-size: 14px;
  color: var(--black);
  line-height: 25px;
  font-family: var(--fonts-one);
  font-weight: 400;
  margin-bottom: 3px;
  display: block;
}
.sk-content-message-form label span{ color: var(--main); }

.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: 14px;
  padding: 8px 12px;
  transition: all .8s;
  border-radius: 2px;
}

.sk-content-message-form .sk-content-message-form-textarea textarea {
  resize: none;
  height: 120px;
}

.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: flex;
  justify-content: flex-start;
  padding-top: 10px;
}

.sk-content-message-form .sk-content-message-form-button {
  width: auto;
  transition: all .8s;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  font-size: 20px;
  padding: 8px 42px;
  font-family: var(--fonts-one);
  font-weight: 500;
  border-radius: 2px;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: var(--white);
  background-color: var(--main);
  border-color: var(--main);
}
/* message end */

/* 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: 350px; overflow: hidden; }
.sk-position-banner-img{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 8; }
.sk-position-banner img{ 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); }
@media screen and (max-width: 768px) {
  .sk-position-banner-img img{ width:  auto; max-width: unset; height: 300px; }
  .sk-position-banner-box .sk-position-banner-link{ font-size: 12px; }
  .sk-position-banner-box .sk-position-banner-title{ font-size: 24px; }
}
/* crumbs end */

/* right start */
.sk-content-left-box {
  margin-bottom: 30px;
  padding: 20px 15px;
  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(--black);
}

.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-expmenu-item .sk-expmenu-dt {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 0px;
  border-bottom: 1px solid var(--border);
}

.sk-expmenu-item .sk-expmenu-dt a {
  transition: all .8s;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: var(--weight-400);
  color: var(--black);
}

.sk-expmenu-item .sk-expmenu-dt a .iconfont {
  height: 25px;
  font-size: 13px;
  flex-shrink: 0;
  margin-right: 5px;
}

.sk-expmenu-item .sk-expmenu-dt span{ display: block; flex-shrink: 0; width: 25px; height: 25px; line-height: 25px; text-align: center; cursor: pointer; color: var(--gray); }
.sk-expmenu-item .sk-expmenu-dt span i{ display: block; font-size: 15px; }
.sk-expmenu-child{ background-color: var(--white); padding: 5px; display: none; }
.sk-expmenu-child-li{ border-bottom: 1px solid var(--border); padding: 0 5px; }
.sk-expmenu-child-li a{ font-size: 14px; line-height: 25px; display: flex; justify-content: flex-start; align-items: flex-start; padding: 5px 0; transition: all .8s; font-weight: var(--weight-300); }
.sk-expmenu-child-li a i{ font-size: 12px; flex-shrink: 0; margin-right: 5px; }
.sk-expmenu-child-li:hover a{ color: var(--main); }
.sk-expmenu-item:hover .sk-expmenu-dt a, .sk-expmenu-item:hover .sk-expmenu-dt span{ color: var(--main); }

.sk-content-left-box-nav .sk-expmenu-item: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%;
  position: relative;
  line-height: 22px;
  font-weight: 300;
  color: var(--black);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.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;
}

/* news */
.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); overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.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: 14px; color: var(--gray); font-weight: var(--weight-300); line-height: 25px; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.sk-index-news-item .sk-index-news-item-btn{ margin-top: 15px; display: flex; justify-content: flex-start; }
.sk-index-news-item .sk-index-news-item-link{ color: var(--gray); font-size: 16px; font-weight: var(--weight-500); font-family: var(--fonts-tow); border: 1px solid var(--border); padding: 5px 15px; border-radius: 3px; }
.sk-index-news-item .sk-index-news-item-link:hover{ background-color: var(--main); border-color: var(--main); color: var(--white); }
.sk-index-news-item:hover .sk-index-news-item-title a{ color: var(--main); }

.sk-show-mag{ padding: 60px 0 30px; }

/* 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: 24px;
  line-height: 30px;
  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(--gray);
  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 */

/* content start */
.sk-content {
  display: block;
}
.sk-content-main {
  padding: 70px 0;
}

/* images start */
.sk-list-images-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sk-list-images-item a {
  display: block;
  border: 1px solid var(--border);
  cursor: pointer;
}

.sk-list-images-item a img {
  width: 100%;
  height: auto;
  display: block;
}
.sk-list-images-item p{ font-size: 16px; line-height: 25px; font-weight: var(--weight-300); color: var(--gray); padding-top: 10px; text-align: center; }

/* page start */
.sk-content-page-box {
  background-color: var(--white);
}

.sk-content-page-main {
  font-size: 16px;
  line-height: 2;
}

.sk-content-page-main img {
  max-width: 100%;
  height: auto !important;
}

/* video list start */
.sk-playvideo-list{ display: block; margin-bottom: 30px; overflow: hidden; background-color: var(--white); transition: all .8s; }
.sk-playvideo-list-link{ position: relative; display: block; }
.sk-playvideo-list-img{ position: relative; overflow: hidden; height: 280px; }
.sk-playvideo-list-img img{ width: 100%; height: 100%; display: block; position: relative; z-index: 8; object-fit: cover; }
.sk-playvideo-list-img .sk-playvideo-list-icon{ position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; top: 0; left: 0; z-index: 9; background-color: rgba(0, 0, 0, .5); transition: all .5s; opacity: 0; }
.sk-playvideo-list-img:hover .sk-playvideo-list-icon{ opacity: 1; }
.sk-playvideo-list-img .sk-playvideo-list-icon i{ display: block; width: 54px; height: 54px; line-height: 54px; text-align: center; font-size: 48px; color: var(--white); font-weight: 300; transform: scale(0); transition: transform 0.5s ease-in-out; }
.sk-playvideo-list-img:hover .sk-playvideo-list-icon i{ transform: scale(1); }
.sk-playvideo-list-info{ padding-block-start: 10px; padding-inline: 5px; }
.sk-playvideo-list-title{ font-size: 16px; font-weight: 400; color: var(--black); font-family: var(--fonts-one); line-height: 25px; transition: all .5s; display: block; }
.sk-playvideo-list:hover .sk-playvideo-list-title{ color: var(--main); }
.sk-playvideo-list-more{ display: inline-block; font-size: 13px; line-height: 25px; border: 1px solid var(--border); color: var(--gray); border-radius: 4px; padding: 5px 20px; transition: all .5s ease-in; margin-block-start: 12px; }
.sk-playvideo-list-more:hover{ background-color: var(--main); border-color: var(--main); color: var(--white); }
.sk-playvideo-list:hover{ transform: translate(0, -10px); }

/* products */
.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 10px 5px; display: block; text-align: center; position: relative; }
.sk-index-products-item .sk-index-products-item-title{ font-size: 16px; 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: 16px;
  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: 16px;
  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: 42px;
  height: 42px;
  width: 200px;
  text-transform: capitalize;
  text-align: center;
  margin: auto;
  transition: all .8s;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  opacity: 0;
  border-radius: 2px;
}
.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; }

/* 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: 100%;
  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;
}

.sk-products-title {
  font-size: 24px;
  font-family: var(--fonts-tow);
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--black);
}

.sk-product-parameter .sk-product-meta-item {
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
  color: var(--grey);
}
.sk-advantages-box {
  border-top: 1px solid var(--border);
  padding: 10px 0;
}

.sk-advantages-box .sk-advantages-li {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: var(--gray);
  padding: 4px 10px;
}

.sk-advantages-box .sk-advantages-li:nth-child(even){ background-color: var(--grey); }

.sk-product-btn{ display: flex; gap: 15px; justify-content: flex-start; margin-top: 10px; }
.sk-product-btn .sk-product-con-link{
  text-transform: uppercase;
  font-weight: var(--weight-600);
  padding: 8px 25px;
  display: block;
  background-color: var(--white);
  color: var(--black);
  font-size: 16px;
  font-family: var(--fonts-tow), sans-serif;
  border: 1px solid var(--main);
}
.sk-product-btn .sk-product-con-link:first-child{ background-color: var(--black); border-color: var(--black); color: var(--white); }
.sk-product-btn .sk-product-con-link:hover{ background-color: var(--main); color: var(--white); border-color: var(--main); }


/* product show */
.sk-product-show {
  padding: 36px 0 20px;
}
.sk-product-show-list{ display: block; }
.sk-product-show-box{ position: relative; display: block; margin-bottom: 40px; border: 1px solid var(--border); }
.sk-product-show-title{ font-size: 24px; font-family: var(--fonts-tow); font-weight: 700; padding: 10px; color: var(--black); background-color: var(--grey);  }
.sk-product-show-box .sk-content-page-main{ padding: 15px 10px; }

.sk-product-inquiry{ padding-bottom: 40px; }

.sk-related-list {
  padding-top: 20px;
  margin-bottom: 30px;
}

.sk-related-list-box {
  padding-top: 20px;
}

/* title */
.sk-pages-title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.sk-pages-title span{
  font-family: var(--fonts-tow);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
}

.sk-pages-title i{ font-size: 20px; }

.sk-pages-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 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: 14px; color: var(--black); font-weight: var(--weight-300); line-height: 25px; background-color: var(--grey); padding: 10px; }
.sk-content-contact .sk-content-contact-list{ padding: 20px 0; }
.sk-content-contact .sk-content-contact-list p{ display: flex; justify-content: flex-start; margin-bottom: 8px; 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 */

/* 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: 2; font-weight: var(--weight-300); }
/* .sk-aboutus-box .sk-aboutus-box-info p{ text-indent: 1em; } */

/* 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 */

/* line */
.sk-index-line{
  display: block;
  padding-block: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sk-index-line-box{ display: block; }
.sk-index-line-title{ font-size: 36px; font-family: var(--fonts-one); font-weight: 600; color: var(--white); color: var(--white); line-height: 42px; text-align: center; }
.sk-index-line-text{ font-size: 18px; line-height: 25px; color: var(--grey); text-align: center; margin-top: 25px; font-weight: 300; }

/* news */
.sk-index-news{ padding: 80px 0; }
.sk-index-news .sk-index-news-item{ margin-bottom: 0; }

/* partner */
.sk-index-partner{
  display: block;
  padding-block: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sk-index-partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: all .6s;
  cursor: pointer;
  border: 1px solid var(--border);
  margin-bottom: 15px;
}

.sk-index-partner-item img {
  max-width: 100%;
  width: auto !important;
  display: block;
}
.sk-index-partner-item:hover img{ opacity: 1; }

/* workflows */
.sk-index-workflows{ padding: 80px 0; }
.sk-index-workflows-item{ background-color: var(--grey); height: 100%; padding: 25px 10px; transition: all .8s; border-radius: 3px; overflow: hidden; }
.sk-index-workflows-item .sk-index-workflows-item-icon{ text-align: center; margin-bottom: 15px; }
.sk-index-workflows-item .sk-index-workflows-item-icon i{ font-size: 42px; color: var(--gray); line-height: 1; }
.sk-index-workflows-item .sk-index-workflows-item-title{ font-size: 18px; text-align: center; font-weight: var(--weight-700); color: var(--black); line-height: 30px; text-transform: capitalize; }
.sk-index-workflows-item .sk-index-workflows-item-text{ text-align: center; font-size: 14px; color: var(--gray); margin-top: 10px; line-height: 23px; }
.sk-index-workflows-item:hover{ background-color: var(--border); }

/* youshi */
.sk-index-choose{ padding: 80px 0; }
.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; color: var(--main); }
.sk-index-choose-info-text{ font-size: 18px; font-weight: var(--weight-300); line-height: 30px; margin-bottom: 30px; color: var(--gray); }
.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; flex-shrink: 0; 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-400); line-height: 30px; }
.sk-index-choose-img{ width: 100%; display: block; }
.sk-index-choose-img img{ width: 100%; height: auto; display: block; }

/* pictrue */
.sk-index-pic {
	padding-top: 80px;
}

.sk-index-pic-main {
  display: block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.sk-index-pic-item {
  margin: 0;
  float: left;
  display: block;
  width: 330px;
}

.sk-index-pic-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* honor start */
.sk-index-certificate {
  padding: 80px 0;
	background-size: cover; background-repeat: no-repeat; background-position: center;
}

.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(--black);
  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(--main);
}

.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: 10px;
  height: 10px;
}

.sk-index-honor-box .owl-dots .owl-dot.active span{
  background-color: var(--main);
}

/* customizable */
.sk-index-customizable{ background-size: cover; background-repeat: no-repeat; background-position: center; padding: 60px 0 100px; }
.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{ font-size: 32px; line-height: 38px; font-family: var(--fonts-tow); color: var(--black); font-weight: var(--weight-600); margin-bottom: 15px; }
.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{ display: flex; justify-content: flex-start; gap: 6px; margin-bottom: 12px; }
.sk-index-customizable-info .sk-index-customizable-text p i{ flex-shrink: 0; font-size: 18px; line-height: 1.6; color: var(--main); }
.sk-index-customizable-info .sk-index-customizable-text p span{ flex: 1; font-size: 18px; line-height: 1.6; color: var(--black); }
.sk-index-customizable-info .sk-index-customizable-link{ margin-top: 15px; display: flex; justify-content: flex-start; }
.sk-index-customizable-info .sk-index-customizable-link a{ font-size: 16px; font-weight: var(--weight-400); display: block; text-transform: capitalize; padding: 10px 25px; color: var(--white); border: 1px solid var(--black); background-color: var(--black); transition: all .8s; }
.sk-index-customizable-info .sk-index-customizable-link a:hover{ background-color: var(--main); color: var(--white); border-color: var(--main); }

/* index title */
.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: 70px; height: 3px; background-color: var(--main); margin: 10px auto; display: block; }

.sk-indextow-link{
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  display: block;
  text-align: center;
  padding: 12px 0px;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  width: 200px;
  transition: all .8s;
  border-radius: 30px;
  flex-shrink: 0;
}
.sk-indextow-link i{ font-size: 14px; }
.sk-indextow-link:hover{
  background-color: var(--main);
  border-color: var(--main);
  color: var(--white);
}
/* button */
.sk-indextow-button {
  padding-top: 25px;
}

/* product list */
.sk-index-products{ padding-bottom: 60px; }
.sk-index-products-box{ padding-top: 15px; }

/* 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: -62px; }
.sk-search-pop-up-close i{ display: block; font-size: 30px; color: var(--white); }
.sk-search-pop-up-close:hover{ transform: rotate(360deg); }
@media screen and (max-width: 868px) {
  .sk-search-pop-up-form{ width: 98%; }
  .sk-search-pop-up-close{ right: 0px; top: -50px; }
}

/* about us */
.sk-index{ padding-top: 80px; }
.sk-index-about{ background-position: center top; background-repeat: no-repeat; background-size: auto; padding: 100px 0 50px; }
.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: 42px; line-height: 48px; 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; }

/* dignzhi */
.sk-customizable{ padding: 80px 0; }
.sk-customizable-title{ padding-bottom: 15px; }
.sk-customizable-title h3{ text-align: center; font-size: 16px; line-height: 30px; color: var(--main); text-transform: uppercase; font-weight: var(--weight-400); }
.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-top: 40px; }
.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; }
.sk-customizable-world-item~.sk-customizable-world-item{ 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-top: 80px; }
.sk-quality-box{ padding-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sk-quality-item{ display: flex; justify-content: flex-start; width: 100%; 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: 14px; font-weight: var(--weight-300); color: var(--gray); padding-top: 12px; }

/* product categories */
.sk-index-categories{ padding: 80px 0; }
.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; }

@media screen and (max-width: 1480px) {
  .sk-main{
    width: 96%;
    max-width: 96%;
  }
	.sk-header-fixed,.sk-header-pc-top{ padding-left: 12px; padding-right: 12px; }
}
@media screen and (max-width: 1360px) {
.sk-header-pc-search-box span{ display: none; }
.sk-index-about-info .sk-index-about-info-title{ font-size: 36px; line-height: 42px; }
.sk-index-customizable-info,.sk-customizable-world-info{ padding-left: 0; }
.sk-index-customizable-info .sk-index-customizable-title{ font-size: 28px; line-height: 36px;  }
.sk-index-choose-info{ padding-top: 0; }
}

@media screen and (max-width: 1200px) {
  .sk-header-nav-li .sk-header-nav-li-link{ padding: 0 10px; }
  .sk-content-contact .sk-content-contact-box{ padding-right: 0; }
	.sk-footer-code{ flex-direction: column; gap: 10px; width: 110px; }
  .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-categories,.sk-index-customizable,.sk-index-choose,.sk-index-certificate,.sk-index-partner,.sk-index-workflows,.sk-index-news{ padding: 60px 0; }
	.sk-index-customizable{ padding-bottom: 100px; }
  .sk-customizable-world-info{ padding-left: 0; }
	.sk-customizable-world-item~.sk-customizable-world-item{ margin-top: 18px; }
	.sk-customizable-world-item-text{ padding-left: 15px; }
	.sk-quality-box{ grid-template-columns: repeat(2, 1fr); }
	.sk-index-choose-info-text{ font-size: 16px; line-height: 25px; margin-bottom: 20px; }
	.sk-index-choose-info-list{ padding: 12px; }
	.sk-index-choose-info-list .sk-index-choose-info-li span{ font-size: 16px; }
}

@media screen and (max-width: 1024px) {
	.sk-index-about-info .sk-index-about-info-title{ font-size: 28px; line-height: 36px; }
	.sk-index-about-info .sk-index-about-info-text{ line-height: 25px; }
  .sk-index-categories-item .sk-index-categories-item-title{ font-size: 16px; padding: 15px; }
  .sk-index-customizable-pic .sk-index-customizable-imgone{ width: 100%; }
  .sk-index-customizable-pic .sk-index-customizable-imgtow{ display: none; }
	.sk-index-customizable-info .sk-index-customizable-title{ font-size: 24px; line-height: 30px; }
  .sk-product-btn a{ padding: 8px 15px; margin-bottom: 10px; }
  .sk-footer-nav{ margin-bottom: 30px; }
  .sk-subscribe-box .sk-subscribe-email{ width: 100%; }
  .sk-aboutus-box .sk-aboutus-box-info{ padding-top: 20px; }
  .sk-index-workflows-item{ margin-bottom: 20px; height: auto; }
	.sk-customizable-world-info{ margin-top: 25px; }
}

@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; }
	.sk-footer-code{ display: none; }
	.sk-content-show{ box-shadow: unset; padding: 0; border-radius: 0; }
	.sk-follow{ margin-top: 15px; }
}

@media screen and (max-width: 768px) {
  .sk-display-pc {
    display: none !important;
  }
  .sk-display-mobile {
    display: block !important;
  }
	.sk-index{ padding-top: 0; }
  .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-index-products-item .sk-index-products-item-btn{ top: 18px; }
  .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; }
	.sk-quality-box{ grid-template-columns: repeat(1, 1fr); }
	.sk-index-title .sk-index-title-item{ font-size: 28px; line-height: 32px;}
	.sk-customizable-title h2{ font-size: 32px; 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-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; display: block; flex-direction: unset; }
  .sk-footer-code .sk-footer-code-item{ width: 45%; }
	.sk-copyright-box span, .sk-copyright-box a{ font-size: 12px;  }
  .sk-index-choose-info-title{ font-size: 36px; }
  .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; }
  .sk-quality-item-img{ width: 60px; }
  .sk-customizable-world-item-img{ width: 80px; }
  .sk-customizable-world-item-text{ padding-left: 10px; }
}