﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* crumbs start */
.sk-page-crumb{ position: relative; background-color: var(--green-two); }
.sk-page-crumb img{ width: 100%; display: block; height: auto; position: relative; z-index: 8; }
.sk-page-crumb-box{ display: grid; justify-items: center; align-content: center; padding: 20px 10px; position: absolute; height: 100%; width: 100%; z-index: 9; top: 0; left: 0; background-color: rgba(0, 0, 0, .5); }
.sk-page-crumb-box h3{ font-size: 42px; font-family: var(--fonts-three); text-align: center; line-height: 48px; font-weight: 500; color: var(--white); text-shadow: 1px 0px 3px #00000075; }
.sk-page-crumble{ color: var(--green-white); margin-top: 15px; font-size: 14px; line-height: 24px; font-weight: 400; text-transform: capitalize; display: flex; justify-content: flex-start; align-items: center; }
.sk-page-crumble i{ font-size: 13px; }
.sk-page-crumble a{ color: var(--green-white); margin: 0 5px; }
.sk-page-crumble a:hover{ color: var(--green); }
@media screen and (max-width: 1200px) {
  .sk-page-crumb-box h3{ font-size: 42px; line-height: 48px; }
}
@media screen and (max-width: 1024px) {
  .sk-page-crumb-box h3{ font-size: 36px; line-height: 42px; }
  .sk-page-crumble{ flex-wrap: wrap; }
}
@media screen and (max-width: 768px) {
  .sk-page-crumb img{ min-height: 250px; max-height: 300px; width: auto; object-fit: cover; max-width: unset; margin: auto; }
  .sk-page-crumb-box h3{ font-size: 30px; line-height: 36px; }
  .sk-page-crumble{ font-size: 14px; }
}
/* crumbs end */

/* footer */
.sk-footer {
  background-color: var(--green-two);
}

.sk-footer-logo{ display: block; padding-block-end: 20px; }
.sk-footer-logo img{ display: block; max-width: 250px; max-height: 60px; }

.sk-footer-box {
  padding-block: 70px;
}
.sk-footer-logo-text{ font-size: 15px; font-weight: 300; color: var(--border); line-height: 25px; padding-block-end: 20px; }

.sk-footer-box-follow {
  display: block;
}

.sk-footer-box-follow-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.sk-footer-box-follow-box a {
  display: block;
  width: 32px;
  height: auto;
  transition: all .6s;
}

.sk-footer-box-follow-box img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-footer-box-follow-box a:hover {
  transform: rotate(20deg);
}

.sk-footer-box-title {
  text-align: left;
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
  font-family: var(--fonts-two);
  font-weight: 600;
  margin-bottom: 15px;
  padding-block-end: 15px;
  position: relative;
}
.sk-footer-box-title::before,
.sk-footer-box-title::after{ position: absolute; bottom: 0; left: 0;  width: 100%; height: 2px; background-color: var(--green); content: ""; display: block; }
.sk-footer-box-title::after{ width: 60px; background-color: var(--green-white); height: 3px; }
.sk-footer-box-contact,.sk-footer-box-nav{
  display: block;
}

.sk-footer-box-contact-item {
  display: flex;
  justify-content: flex-start;
  margin-block-end: 10px;
}
.sk-footer-box-contact-item i{
  display: block;
  flex-shrink: 0;
  width: 22px;
  line-height: 25px;
  color: var(--white);
  margin-right: 8px;
  font-size: 20px;
  font-weight: 300;
}
.sk-footer-box-contact-info{ flex: 1; }
.sk-footer-box-contact-info p{ font-size: 16px; line-height: 25px; font-family: var(--fonts-two); font-weight: 500; color: var(--white); }

.sk-footer-box-contact-info span,
.sk-footer-box-contact-info a {
  font-size: 14px;
  color: var(--green-white);
  line-height: 25px;
  font-weight: 300;
}

.sk-footer-box-contact-info a:hover {
  color: var(--green);
}

.sk-footer-box-nav{ padding-inline: 30px; }

.sk-footer-box-nav-box li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 22px;
  margin-block-end: 8px;
  transition: 0.5s all ease;
}

.sk-footer-box-nav-box li span a{
  font-size: 15px;
  color: var(--green-white);
  transition: all .8s;
  font-weight: 300;
}
.sk-footer-box-nav-pro{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.sk-footer-box-nav-pro li{ width: 50%; padding-right: 20px; flex-shrink: 0; }
.sk-footer-box-nav-box li:hover a {
  color: var(--green);
}
.sk-footer-box-nav-box li:hover{ padding-left: 10px; }

/* copyright */
.sk-footer-copyright {
  padding-block: 20px;
  background-color: var(--green-three);
}

.sk-footer-copyright-text{
  color: var(--white);
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.sk-footer-copyright-text a {
  color: var(--white);
  transition: all .8s;
  margin-left: 10px;
}

.sk-footer-copyright-text a:hover {
  color: var(--green);
}

/* 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;
  background: var(--green);
}
.sk-meau-top i{ font-size: 20px; }

@media screen and (max-width: 1200px) {
  .sk-footer-box-nav-pro li{ width: 100%; padding-right: 0; }
  .sk-footer-box-nav{ padding-inline: 10px; }
}

@media screen and (max-width: 1024px) {
  .sk-footer-box{ padding-block: 40px; }
  .sk-footer-box-follow,.sk-footer-box-nav{ margin-bottom: 30px; }
}

@media screen and (max-width: 768px) {
  .sk-footer-box-title{ font-size: 20px; }
}
@media screen and (max-width: 576px) {
  .sk-footer-box-follow, .sk-footer-box-nav{ padding-inline: 0; }
  .sk-footer-copyright{ padding-block: 20px; }
  .sk-foot-tag-text a{ font-size: 12px; padding: 5px 10px; }
}
/* footer end */

/* message start */
.sk-content-message-box{ margin-block-start: 42px; }
.sk-content-msg{ display: grid; justify-content: flex-start; justify-items: flex-start; }
.sk-content-msg-title{ font-size: 24px; color: var(--green); font-family: var(--fonts-three); text-transform: uppercase; font-weight: 500; margin-block-end: 8px; display: flex; justify-content: flex-start; align-items: center; }
.sk-content-msg-title::after{ content: ""; width: 8px; height: 8px; border-radius: 50%; margin-left: 10px; display: block; background-color: var(--green); }
.sk-content-msg-text{ font-size: 16px; line-height: 30px; font-weight: 400; color: var(--grey); margin-block-end: 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: 16px;
  color: var(--black);
  line-height: 25px;
  font-family: var(--fonts-three);
  font-weight: 300;
  margin-bottom: 3px;
  display: block;
}

.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(--green);
}

.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(--green-two);
  background: var(--green-two);
  color: var(--white);
  cursor: pointer;
  font-size: 20px;
  padding: 8px 42px;
  font-family: var(--fonts-three);
  font-weight: 400;
  border-radius: 2px;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: var(--white);
  background-color: var(--green);
  border-color: var(--green);
}
/* message end */

/* right start */
.sk-content-left-box {
  margin-bottom: 30px;
  position: relative;
}

.sk-content-left-box-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  color: var(--green-two);
  font-family: var(--fonts-three);
  margin-block-end: 15px;
}
.sk-content-left-box-title::after{ content: ''; display: block; width: 80px; height: 2px; background-color: var(--green-two); margin-top: 10px; }

.sk-content-left-search {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.sk-content-left-search .sk-content-left-search-control {
  width: 100%;
  height: 55px;
  border: 1px solid var(--green-two);
  outline: none;
  padding: 5px 55px 5px 10px;
  transition: all .8s;
}

.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;
  background: var(--white);
  color: var(--green-two);
  transition: all .8s;
}
.sk-content-left-search .sk-content-left-search-btn .iconfont {
  font-size: 20px;
}
.sk-content-left-search .sk-content-left-search-control:focus{ border-color: var(--green); }
.sk-content-left-search .sk-content-left-search-btn:hover{ background-color: var(--green); color: var(--white); }

.sk-content-left-box-nav {
  display: block;
}
.sk-expmenu-item{ border-bottom: 1px solid var(--border); }

.sk-expmenu-item .sk-expmenu-dt {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--white);
  padding: 8px 0px;
}

.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: 400;
}

.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; }
.sk-expmenu-item .sk-expmenu-dt span i{ display: block; font-size: 14px; }
.sk-expmenu-child{ background-color: var(--white); padding: 5px 0 5px 10px; border-top: 1px solid var(--border); display: none; }
.sk-expmenu-child-li~.sk-expmenu-child-li{ border-top: 1px solid var(--border); }
.sk-expmenu-child-li a{ font-size: 14px; line-height: 25px; display: flex; justify-content: flex-start; align-items: flex-start; padding: 7px 0; transition: all .8s; }
.sk-expmenu-child-li a i{ font-size: 12px; flex-shrink: 0; margin-right: 5px; }
.sk-expmenu-child-li:hover a{ color: var(--green); }
.sk-expmenu-item:hover .sk-expmenu-dt a, .sk-expmenu-item:hover .sk-expmenu-dt span{ color: var(--green); }

.sk-content-left-box-nav .sk-expmenu-item:last-child {
  margin-bottom: 0;
}

.sk-content-left-news{ display: block; }

.sk-content-left-news-item {
  margin-bottom: 20px;
}

.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: 1px;
  flex-shrink: 0;
  width: 70px;
  height: auto;
  overflow: hidden;
}

.sk-content-left-news-item .sk-content-left-news-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-content-left-news-item .sk-content-left-news-info {
  display: block;
  width: calc(100% - 80px);
  float: left;
}

.sk-content-left-news-item .sk-content-left-news-info p {
  transition: all .8s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: var(--grey);
}

.sk-content-left-news-item .sk-content-left-news-info .iconfont {
  font-size: 12px;
}

.sk-content-left-news-item a:hover .sk-content-left-news-info p {
  color: var(--green);
}

.sk-content-left-news-item:last-child {
  margin-bottom: 0;
}

/* header start */
.sk-header {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
}
.sk-header-top{ background-color: var(--green-two); display: flex; justify-content: space-between; padding-inline: 50px; }
.sk-header-top-left{ display: flex; justify-content: flex-start; align-items: center; gap: 25px; padding-block: 10px; }
.sk-header-top-left .sk-header-top-left-box a{ display: flex; justify-content: flex-start; align-items: center; font-size: 14px; line-height: 25px; font-weight: 300; color: var(--green-white); }
.sk-header-top-left .sk-header-top-left-box a i{ font-size: 14px; margin-right: 6px; color: var(--green-white); font-weight: 300; }
.sk-header-top-left .sk-header-top-left-box a:hover{ color: var(--green); }

.sk-header-top-right{ display: flex; justify-content: flex-end; align-items: center; }
.sk-header-follow{ display: flex; justify-content: flex-start; align-items: center; gap: 10px; padding-right: 20px; height: 100%; }
.sk-header-follow span{ font-size: 14px; font-weight: 400; color: var(--grey); }
.sk-header-follow a{ width: 24px; height: auto; display: block; transition: all .8s; }
.sk-header-follow a img{ width: 100%; height: auto; display: block; }
.sk-header-follow a:hover{ transform: rotate(20deg); }

.sk-header-box {
  padding-inline: 50px;
  position: relative;
  background-color: var(--green);
}
.sk-header-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0px;
  height: 100%;
  width: 29%;
  z-index: 4;
  border-left: 0px solid transparent;
  border-top: 90px solid #fff;
  border-right: 130px solid transparent;
  transition: 0.5s all ease;
}
.sk-header-box .sk-navigation{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 65;
}
.sk-header-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 90px;
	max-width: 250px;
  padding: 10px 0;
}

.sk-header-logo a {
  display: block;
  position: relative;
  z-index: 90;
	width: 100%;
	height: 100%;
}
.sk-header-logo img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sk-header-top .change-language-title span{ color: var(--white); }
.sk-header-top .change-language-info .language-icon{ color: var(--white); }
.sk-header-top .change-language-info:hover .language-icon{ color: var(--black); }

.sk-navigation-right{ display: flex; justify-content: flex-end; align-items: center; }

.sk-header-search-item {
  cursor: pointer;
  flex-shrink: 0;
  text-align: center;
  transition: all .8s;
  color: var(--white); 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}

.sk-header-search-item .iconfont {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-right: 8px;
}

/* search start */
.sk-header-search {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.96);
  display: none;
}
.sk-header-search-box {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-header-search-box form {
  width: 1000px;
  display: block;
  position: relative;
}

.sk-search-group {
  width: 100%;
  display: block;
  position: relative;
}

.sk-search-group .sk-search-control {
  display: block;
  border: 0;
  border-bottom: 1px solid var(--black);
  background-color: transparent;
  outline: none;
  padding: 0 60px 0 0px;
  height: 54px;
  position: relative;
  font-size: 18px;
  width: 100%;
  z-index: 9;
  transition: all .8s;
  color: var(--green-two);
}

.sk-search-group .sk-search-btn {
  border: 0px solid var(--border);
  background: unset;
  width: 54px;
  height: 54px;
  color: var(--green-two);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all .8s;
}

.sk-search-group .sk-search-btn:hover {
  color: var(--green);
}

.sk-search-group .sk-search-btn span {
  font-size: 24px;
  font-weight: 500;
}

.sk-search-group .sk-search-control:focus {
  border-color: var(--green);
}

.sk-header-search-close {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
  position: absolute;
  top: -100px;
  right: -100px;
  cursor: pointer;
  color: var(--green-two);
  transition: all .8s;
}

.sk-header-search-close i {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.sk-header-search-close:hover {
  color: var(--green);
  transform: rotate(360deg);
}

.sk-gettouch{ flex-shrink: 0; padding-left: 15px; }
.sk-gettouch a{ display: flex; justify-content: center; align-items: center; border-radius: 4px; border: 2px solid var(--white); background-color: var(--white); padding: 8px 15px; transition: all .8s; }
.sk-gettouch a span{ font-size: 16px; font-weight: 400; color: var(--green-two); }
.sk-gettouch a:hover{ background-color: var(--green-two); border-color: var(--green-two); }
.sk-gettouch a:hover span{ color: var(--white); }

/* navigation */
.sk-navigation-box {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  padding-inline: 50px;
  gap: 30px;
}

.sk-navigation-box .sk-navigation-li {
  position: relative;
}
.sk-navigation-box .sk-navigation-link {
  font-weight: 400;
  font-size: 18px;
  color: var(--green-white);
  font-family: var(--fonts-three);
  display: flex;
  justify-content: center;
	align-items: center;
  line-height: 28px;
	height: 100%;
  transition: all 500ms ease;
}
.sk-navigation-box .sk-navigation-link i{ font-size: 14px; font-weight: 700; margin-left: 3px; }
.sk-navigation-box .sk-navigation-sub {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  background-color: var(--white);
  box-shadow: 0 1px 5px var(--border);
  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-navigation-box .sk-navigation-sub .sk-navigation-sub-li {
  position: relative;
  border-bottom: 1px solid var(--border);
  display: block;
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link {
  padding: 10px;
  color: var(--grey);
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link i {
  font-size: 14px;
}

.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 5px var(--border);
  z-index: 999;
  visibility: hidden;
  text-align: left;
  width: 250px;
  background: var(--white);
  transition: .3s ease;
  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: 10px;
  text-transform: capitalize;
  font-size: 14px;
  overflow: hidden;
  display: block;
  font-weight: 400;
  transition: all .5s;
}
.sk-navigation-box .sk-navigation-link.active,
.sk-navigation-box .sk-navigation-li:hover .sk-navigation-link{
  color: var(--green-three);
}
.sk-navigation-child .sk-navigation-child-link:hover,
.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link:hover
{
  color: var(--green);
}

.sk-navigation-box .sk-navigation-li:hover .sk-navigation-sub {
  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-sub-li:hover .sk-navigation-child {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.sk-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: 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%);
}
/* header end */

/* 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; max-width: 200px; height: 50px; }
.sk-mobile-header-logo img {
  width: 100%;
  height: 100%;
	object-fit: contain;
  display: block;
}
.sk-mobile-header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
	gap: 12px;
}
.sk-mobile-header-right .sk-header-search-item .iconfont{ font-size: 18px; margin-right: 0; color: var(--green-two); }

.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: 16px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 400;
}
.sk-mobile-caidan {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: var(--white);
  background-color: var(--green);
  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(--white); background-color: var(--green-two); }

.sk-header-colse {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--green);
  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: 3px 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-two);
  font-weight: 600;
}
.sk-mobile-nav-box .sk-mobile-nav-link a{ flex: 1; display: flex;
  justify-content: flex-start; }
.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: 5px 12px 5px 15px;
  color: var(--black);
  line-height: 28px;
  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-two);
  font-weight: 500;
}
.sk-mobile-nav-box .sk-mobile-nav-sub-link a{ flex: 1; display: flex;
  justify-content: flex-start; }
.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: 5px 12px 5px 25px;
  line-height: 28px;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px dashed var(--border);
  font-family: var(--fonts-two);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sk-mobile-nav-box .sk-mobile-nav-child-link a{
	display: flex;
  justify-content: flex-start;
}
.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(--green);
}

.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: 1440px) {
  .sk-navigation-box{ gap: 20px; padding-inline: 30px; }
}

@media screen and (max-width: 1360px) {
  .sk-navigation-box .sk-navigation-link {
    font-size: 17px;
    align-items: center;
  }
  .sk-header-search-item span{ display: none; }
	.sk-navigation-box{ gap: 15px; }
}

@media screen and (max-width: 1200px) {
  .sk-header-top,.sk-header-box{ padding-inline: 30px; }
  .sk-navigation-box .sk-navigation-link {
    font-size: 15px;
  }
  .sk-header-search-box form{ width: 90%; }
  .sk-header-search-close{ right: -20px; top: -200px; }
  .sk-gettouch a span{ font-size: 16px; }
  .sk-header-search-item{ display: none; }
}
@media screen and (max-width: 1024px) {
  .sk-header {
    display: none;
  }
  
  .sk-mobile-header {
    display: block;
  }
  .sk-header-search-item{ display: block; }
}

@media screen and (max-width: 640px) {
  .sk-header-search-box form {
    width: 92%;
  }
  .sk-header-search-close{ right: 0; }
}
/* header end */

/* content start */
.sk-content {
  display: block;
  position: relative;
}

.sk-content-main {
  padding: 70px 0;
}
/* content end */

/* news start */
.sk-list-box {
  display: block;
}

.sk-list-news-item {
  overflow: unset;
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  position: relative;
  border-radius: 2px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6196078431);
  background-color: var(--white);
  transition: 0.5s all ease;
}

.sk-list-news-item-img  {
	position: relative;
  width: 100%;
	aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all .8s;
}

.sk-list-news-item-img img {
  display: block;
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.sk-list-news-item-info {
  display: block;
  padding-inline: 10px;
  padding-block: 15px;
}

.sk-list-news-item-sortname {
  padding: 0 0 8px 0px;
  line-height: 22px;
  color: var(--black);
  font-size: 14px;
  opacity: .6;
  border-bottom: 1px solid var(--border);
}
.sk-list-news-item-sortname i{ font-size: 14px; }

.sk-list-news-item-title {
	padding-block-start: 8px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--fonts-three);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .8s;
  color: var(--black);
}

.sk-list-news-item-desc {
  margin-block-start: 10px;
  color: var(--grey);
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sk-list-news-more {
	margin-block-start: 15px;
  font-size: 14px;
  color: var(--grey);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 25px;
  transition: all .8s;
  text-decoration: none;
}
.sk-list-news-item:hover .sk-list-news-more{
  color: var(--green);
	margin-left: 15px;
}

.sk-list-news-more .iconfont {
  margin-right: 10px;
  font-size: 16px;
}

.sk-list-news-item:hover{ transform: translate(0, -10px); }
.sk-list-news-item:hover .sk-list-news-item-title {
  color: var(--green);
}

/* show start */
.sk-content-show {
  display: block;
  border-radius: 3px;
}

.sk-content-show .sk-content-show-title {
  font-size: 24px;
  line-height: 30px;
  color: var(--green-two);
  font-weight: 500;
  font-family: var(--fonts-three);
	border-bottom: 1px solid var(--border);
	padding-bottom: 15px;
}

.sk-content-show .sk-content-show-resource {
  line-height: 25px;
  display: flex;
  justify-content: flex-start;
  padding-block-end: 8px;
}

.sk-content-show .sk-content-show-resource i {
  font-size: 14px;
  color: var(--light-gray);
}

.sk-content-show .sk-content-show-resource span {
  font-size: 14px;
  color: var(--light-gray);
  margin-left: 6px;
  font-weight: 300;
}

.sk-content-show .sk-content-page-main {
  padding: 25px 0;
}

.sk-content-show-prenext {
  display: block;
  border: 1px solid var(--border);
  border-radius: 3px;
  background-color: var(--bgpro);
}

.sk-content-show-prenext p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 6px 12px;
}

.sk-content-show-prenext p~p {
  border-top: 1px solid var(--border);
}

/* about start */
.sk-content-about {
  margin-block-end: 60px;
}

.sk-content-about-img {
  float: right;
  max-width: 600px;
  padding: 0 0 15px 15px;
}

.sk-content-about-img img {
  display: block;
  width: 100%;
  height: auto;
}
/* about end */

/* contact start */
.sk-pages-title {
  display: block;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  text-transform: capitalize;
  font-family: var(--fonts-three);
}

.sk-pages-title i {
  font-size: 24px;
  color: var(--black);
  font-weight: 500;
}

/* page title */
.sk-content-contact-title{ display: flex; justify-content: center; align-items: center; margin-bottom: 12px; }
.sk-content-contact-title span{ position: relative; display: inline-block; font-size: 18px; line-height: 25px; font-weight: 500; text-transform: uppercase; color: var(--green); }
.sk-content-contact-title::before{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: var(--green); margin-right: 8px; }
.sk-content-contact-title::after{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: var(--green); margin-left: 8px; }
.sk-content-contact-text{ position: relative; display: block; font-size: 50px; line-height: 60px; text-transform: uppercase; text-align: center; color: var(--green-two); }

.sk-content-contact-box {
  display: block;
  padding-block-start: 80px;
  padding-block-end: 30px;
}

.sk-content-contact-item{
  position: relative;
  display: block;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 20px;
  padding: 70px 15px 36px 15px;
  transition: all 500ms ease;
  height: 100%;
}
.sk-content-contact-item-icon{
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--green-two);
  transition: all 500ms ease;
}
.sk-content-contact-item-icon i{ border-radius: 50%; font-size: 48px; color: var(--white); }
.sk-content-contact-item-info{ display: block; }
.sk-content-contact-item-title{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
  font-family: var(--fonts-three);
  font-weight: 400;
  text-align: center;
}
.sk-content-contact-item-text{
  text-align: center;
}
.sk-content-contact-item-text p{
  font-size: 16px;
  line-height: 24px;
}
.sk-content-contact-item-text span,.sk-content-contact-item-text a{ color: var(--grey); }
.sk-content-contact-item-text a:hover{ color: var(--green); }
.sk-content-contact-item:hover{ border-color: var(--green); }
.sk-content-contact-item:hover .sk-content-contact-item-icon{ background-color: var(--green); }

.sk-content-map{ width: 100%; height: 500px; display: block; }
.sk-content-map iframe{ width: 100%; height: 100%; display: block; border: 0; margin: 0; padding: 0; }
/* contact end */

/* images start */
.sk-list-images-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sk-list-images-box a {
  display: block;
  border: 1px solid var(--border);
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.sk-list-images-box a img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 8;
}
.sk-list-images-box a .sk-list-images-i{ position: absolute; z-index: 9; width: 100%; height: 100%; transition: all .8s; display: flex; justify-content: center; align-items: center; left: 0; top: 0; opacity: 0; background-color: rgba(0, 0, 0, 0.6); }
.sk-list-images-box a i{ display: block; font-size: 36px; font-weight: 300; width: 42px; height: 42px; transition: all .6s; text-align: center; line-height: 42px; color: var(--white); overflow: hidden; }
.sk-list-images-box a:hover .sk-list-images-i{ opacity: 1; }
.sk-list-images-box p{ font-size: 14px; text-align: center; line-height: 25px; padding-top: 8px; }
/* images end */

/* page start */
.sk-content-page-box {
  display: block;
}

.sk-content-page-main {
  font-size: 16px;
  line-height: 28px;
}

.sk-content-page-main img {
  max-width: 100%;
  height: auto !important;
}
/* page end */

/* video show */
.sk-player {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

/* video list start */
.sk-playvideo-list{ display: block; margin-bottom: 30px; overflow: hidden; background-color: var(--white); border: 1px solid var(--border); border-radius: 3px; padding: 8px; transition: all .8s; }
.sk-playvideo-list-link{ position: relative; display: block; }
.sk-playvideo-list-img{ position: relative; overflow: hidden; aspect-ratio: 16 / 9; }
.sk-playvideo-list-img img{ width: 100%; height: 100%; object-fit: cover; display: block; position: relative; z-index: 8; }
.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-top: 12px; }
.sk-playvideo-list-title{ font-size: 16px; color: var(--black); line-height: 26px; transition: all .5s;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sk-playvideo-list:hover .sk-playvideo-list-title{ color: var(--green); }
.sk-playvideo-list-more{ display: inline-block; font-size: 14px; line-height: 25px; border: 1px solid var(--border); color: var(--grey); border-radius: 5px; padding: 6px 25px; margin-bottom: 10px; transition: all .5s ease-in; margin-block-start: 12px; }
.sk-playvideo-list-link:hover .sk-playvideo-list-more{ background-color: var(--green); border-color: var(--green); color: var(--white); }
.sk-playvideo-list:hover{ transform: translate(0, -10px); }


/* product list item */
.sk-product-item {
  margin-bottom: 25px;
  overflow: hidden;
  transition: all .8s;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 0 10px 3px var(--bgpro);
	padding-bottom: 20px;
}

.sk-content-left-box-product .sk-product-item:last-child {
  margin-bottom: 0;
}

.sk-product-item .sk-product-img {
  transition: all .4s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	overflow: hidden;
}

.sk-product-item .sk-product-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-product-item:hover .sk-product-img img {
  opacity: .8;
}

.sk-product-item .sk-product-title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 25px;
  color: var(--black);
  transition: all .6s;
  font-weight: 400;
	padding: 0 10px;
	margin: 12px 0;
}

.sk-product-item:hover .sk-product-title {
  color: var(--green);
}

.sk-product-more{
  width: 180px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 25px;
  color: var(--black);
  background-color: var(--green-white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  transition: all .6s;
  border-radius: 5px;
}
.sk-product-item .sk-product-more i {
  margin-right: 6px;
}

.sk-product-item:hover .sk-product-more{
  background-color: var(--green);
  color: var(--white);
}
.sk-product-item:hover{ transform: translate(0, -10px); }

/* product list */
.sk-content-page-content {
  padding: 60px 0;
  text-align: center;
  color: var(--grey);
  font-size: 16px;
  line-height: 30px;
}

/* product images start */
.sk-product-intro{ display: block; }
.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;
  transition: all .3s;
}

.product-view .image-additional li a {
  position: relative;
  display: block;
  padding: 0 .18rem;
}

.product-view .image-additional li.current img,
.product-view .image-additional li:hover img {
  border-color: var(--green);
  outline: 0px solid var(--green);
  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(--black);
  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(--green);
}

/* product images end */
.sk-products-title {
  font-size: 24px;
	line-height: 26px;
  color: var(--black);
  font-family: var(--fonts-three);
  font-weight: 600;
}

.sk-product-parameter {
  padding-block: 15px;
}

.sk-product-parameter .sk-products-price {
  font-size: 24px;
  color: var(--grey);
  line-height: 42px;
}

.sk-product-parameter .sk-product-meta-item {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
}
.sk-advantages-box {
  border-top: 1px solid var(--border);
  padding-block-start: 15px;
}

.sk-advantages-box .sk-advantages-li {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: var(--grey);
  padding: 5px 10px;
}

.sk-advantages-box .sk-advantages-li:nth-child(even){ background-color: var(--bgpro); }

.sk-product-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.sk-product-con .sk-product-con-link {
  background-color: var(--white);
  border: 1px solid var(--black);
  padding: 6px 20px;
  font-weight: 400;
  color: var(--black);
  border-radius: 3px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
	gap: 8px;
}
.sk-product-con .sk-product-con-link:first-child{ background-color: var(--green-two); color: var(--white); }

.sk-product-con .sk-product-con-link:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.sk-product-con .sk-product-con-link i {
  font-size: 18px;
}

/* product show */
.sk-product-show {
  padding: 50px 0 0px;
}

.sk-product-tab {
  margin-block-end: 35px;
}

.sk-product-tab-maincell {
  border-top: 1px solid var(--border);
}

.sk-product-tab-titcell {
  display: flex;
  justify-content: flex-start;
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost {
  font-size: 18px;
  line-height: 25px;
  color: var(--green-white);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--fonts-three);
  transition: all .8s;
  padding: 9px 10px;
  background-color: var(--green-two);
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost:hover,
.sk-product-tab-titcell .sk-product-tab-titcell-dost.on {
  border-color: var(--green);
  color: var(--white);
  background-color: var(--green);
}

.sk-product-inquiry {
  padding-top: 0 !important;
  margin-block-start: 40px;
}

/* product related */
.sk-related-list {
  padding-top: 40px;
}

.sk-related-list .sk-pages-title {
  margin-bottom: 25px;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border);
}
.sk-related-list .sk-pages-title span{ padding: 5px 6px; font-size: 20px; font-weight: 400; display: inline-block; color: var(--green); border-bottom: 3px solid var(--green); }
.sk-related-list .sk-list-news-item{ padding-inline-start: 0; }
/* product 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,
.sk-index-slide .owl-carousel .owl-stage-outer,
.sk-index-slide .owl-carousel .owl-stage-outer .owl-stage,
.sk-index-slide .owl-carousel.owl-drag .owl-item {
  height: 100%;
}

.sk-index-slide-item{ height: 100%; position: relative; overflow: hidden; }
.sk-index-slide-item .sk-index-slide-item-img{ position: relative; z-index: 8; width: 100%; height: 100%; overflow: hidden; }
.sk-index-slide-item .sk-index-slide-item-info{ position: absolute; top: 0; left: 0; z-index: 8; width: 100%; height: 100%; }
.sk-index-slide-item .sk-index-slide-item-box{ max-width: 600px; display: block; transition: all .6s ease-out; position: absolute; bottom: 30%; left: 14%; background-color: rgba(255, 255, 255, 0.8); padding: 30px; }
.sk-index-slide-item .sk-index-slide-item-info-title{ font-size: 32px; line-height: 1.2; font-weight: 600; color: var(--green-three); font-family: var(--fonts-three); margin-bottom: 15px; }
.sk-index-slide-item .sk-index-slide-item-info-desc{ font-size: 18px; line-height: 26px; font-weight: 300; color: var(--grey); margin-bottom: 30px; }
.sk-index-slide-item .sk-index-slide-item-link{ display: flex; justify-content: flex-start; align-items: center; gap: 25px; }
.sk-index-slide-item .sk-index-slide-item-link-more{ display: block; background-color: var(--green); color: var(--white); transition: all .8s ease-in-out; border-radius: 2px; font-size: 16px; font-weight: 300; line-height: 25px; text-align: center; padding: 12px 30px; }
.sk-index-slide-item .sk-index-slide-item-link-more:hover{ background-color: var(--green-two); color: var(--white); }
.sk-index-slide-item .sk-index-slide-item-link-video{ display: flex; gap: 10px; justify-content: flex-start; align-items: center;  }
.sk-index-slide-item .sk-index-slide-item-link-video i{ font-size: 48px; line-height: 48px; font-weight: 300; }
.sk-index-slide-item .sk-index-slide-item-link-video{ font-size: 20px; }
/* 定义动画 */
@keyframes slideZoom {
  0%, 100% {
    transform: scale(1); /* 初始状态和结束状态的缩放比例 */
  }
  50% {
    transform: scale(1.2); /* 放大状态的缩放比例 */
  }
}

.sk-index-slide .sk-index-slide-box .owl-nav {
  position: absolute;
  right: 7%;
  bottom: 40px;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 20;
  max-width: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.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: 50px;
  height: 50px;
  outline: none;
  opacity: .8;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 0%;
  transition: all .8s;
  color: var(--white);
}

.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: 20px;
  font-weight: 300;
  content: "\f177";
  font-family: 'FontAwesome';
}

.sk-index-slide .owl-nav .owl-next::after {
  content: "\f178";
}

.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, 0.3);
  opacity: 1;
  color: var(--green);
}

.sk-index-slide .sk-index-slide-box .owl-dots {
  position: absolute;
  z-index: 19;
  bottom: 40px;
  left: 7%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot {
  transition: all .6s;
  border: 0px solid transparent;
  overflow: hidden;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot span {
  margin: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  transition: all .8s;
  opacity: .5;
}
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover span{
  opacity: 1;
}
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active span{
  opacity: 1;
  width: 30px;
}


/* index about */
.sk-index-company {
  overflow: hidden;
  position: relative;
  padding-block-start: 80px;
  padding-block-end: 80px;
  background-color: var(--bgpro);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sk-index-company-info{
  display: block;
  display: grid;
  justify-items: flex-start;
  align-content: center;
}
.sk-index-company-info-item{ font-size: 16px; color: var(--green); margin-bottom: 15px; font-weight: 500; text-transform: uppercase; }
.sk-index-company-info-title{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color:var(--green-three);
  font-family: var(--fonts-three);
}

.sk-index-company-info-text{
  font-size: 16px;
  line-height: 25px;
  display: block;
  color: var(--grey);
  margin: 15px 0 20px;
  font-weight: 300;
}
.sk-index-company-link{
  display: flex;
  justify-content: flex-start;
}
.sk-index-company-link .sk-indextow-link{ margin:unset; background-color: transparent; color: var(--green); border-color: var(--green); }
.sk-index-company-link .sk-indextow-link:hover{ background-color: var(--green); border-color: var(--green); color: var(--white); }

.sk-index-about-img{ width: 100%; display: block; }
.sk-index-about-img img{ width: 100%; display: block; }

/* index num */
.sk-index-num{
  display: block;
  padding-block-end: 10px;
}

.sk-index-num-item{
  width: 100%;
  padding-block: 15px;
}
.sk-index-num-item-info{ display: flex; justify-content: flex-start; padding-bottom: 12px; }
.sk-index-num-item-num{
  display: block;
}
.sk-index-num-item-num span{ font-size: 48px; font-weight: 500; line-height: 1; color: var(--green); }
.sk-index-num-item-inot{
  font-size: 28px;
  font-weight: 300;
  color: var(--green);
  font-family: var(--fonts-three);
  line-height: 30px;
  padding-left: 10px;
}
.sk-index-num-item-inof{
  font-size: 16px;
  color: var(--grey);
  font-weight: 400;
  line-height: 18px;
}

/*  index title */
.sk-indextow-title {
  margin-bottom: 32px;
}

.sk-indextow-title .sk-indextow-title-item { display: flex; justify-content: center; align-items: center; margin-bottom: 12px; }
.sk-indextow-title .sk-indextow-title-item span{ position: relative; display: inline-block; font-family: var(--fonts-three); font-size: 36px; line-height: 36px; font-weight: 600; text-transform: uppercase; color: var(--green); }
.sk-indextow-title .sk-indextow-title-item::before{ content: ""; display: block; width: 7px; height: 7px; border-radius: 10px; background-color: var(--green); margin-right: 15px; }
.sk-indextow-title .sk-indextow-title-item::after{ content: ""; display: block; width: 7px; height: 7px; border-radius: 10px; background-color: var(--green); margin-left: 15px; }
.sk-indextow-title .sk-indextow-title-text { display: block; font-size: 18px; font-family: var(--fonts-two); font-weight: 400; line-height: 28px; text-align: center; color: var(--grey); max-width: 800px; margin: auto; }

.sk-indextow-link{
  border: 1px solid var(--green);
  color: var(--green);
  display: block;
  text-align: center;
  padding: 10px 0px;
  margin: auto;
  font-size: 16px;
  width: 180px;
  transition: all .8s;
  border-radius: 3px;
  flex-shrink: 0;
}
.sk-indextow-link i{ font-size: 14px; }
.sk-indextow-link:hover{
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}
/* button */
.sk-indextow-button {
  padding-top: 25px;
}

/* index product */
.sk-index-product {
  display: block;
  padding-block: 80px;
  background-color: var(--green-white);
}

/* partner */
.sk-index-partner{
  display: block;
  padding-block-start: 60px;
  padding-block-end: 60px;
}

.sk-index-partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: all .6s;
  cursor: pointer;
	border: 1px solid var(--border);
}

.sk-index-partner-item img {
  max-width: 100%;
  width: auto !important;
  display: block;
}
.sk-index-partner-item:hover{ opacity: 1; }

/* choose */
.sk-index-choose{ padding-block: 80px; background-position: center top; background-repeat: no-repeat; position: relative; }
.sk-index-choose::before{ content: ''; background-color: rgba(255, 255, 255, .4); display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 8; }
.sk-index-choose .sk-main{ position: relative; z-index: 9; }
.sk-index-choose-title{ display: grid; justify-items: flex-start; align-content: center; padding-right: 30px; padding-block-start: 30px; }
.sk-index-choose-title-h1{ font-size: 36px; font-weight: 700; color: var(--white); line-height: 42px; font-family: var(--fonts-two); }
.sk-index-choose-title-h1::after{ content: ""; background-color: var(--green); width: 60px; height: 6px; display: block; border-radius: 10px; margin-top: 20px; }
.sk-index-choose-title-h2{ font-size: 24px; line-height: 24px; font-weight: 600; color: var(--white); margin-top: 25px; font-family: var(--fonts-two); }
.sk-index-choose-title-h3{ font-size: 18px; line-height: 23px; font-weight: 400; color: var(--white); margin-top: 15px; }

.sk-index-choose .sk-indextow-title .sk-indextow-title-item span,.sk-index-choose .sk-indextow-title .sk-indextow-title-text{ color: var(--white); max-width: 100%; }

.sk-index-choose-box{ padding: 30px 40px; background-color: rgba(0, 0, 0, .6); border-radius: 20px; }
.sk-index-choose-item{
  display: flex; justify-content: flex-start; align-items: center; position: relative;
  background: var(--white);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
  border-radius: 20px 20px 75px 20px;
  padding: 15px 50px 15px 20px;
}
.sk-index-choose-item-icon{
  flex-shrink: 0;
  display: inline-block;
  background: var(--bgpro);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
  color: var(--green);
}
.sk-index-choose-item-icon i{ font-size: 45px; }
.sk-index-choose-item-info{ padding-left: 15px; }
.sk-index-choose-item-info .sk-index-choose-item-title{ font-family: var(--fonts-three); font-size: 24px; font-weight: 500; }
.sk-index-choose-item-info .sk-index-choose-item-text{ font-size: 14px; line-height: 23px; margin-top: 5px; color: var(--grey); }
.sk-index-choose-item:hover .sk-index-choose-item-icon{ background-color: var(--green); color: var(--white); }

.sk-index-choose-num{ padding-block: 60px; }
.sk-index-choose-num-item{ display: grid; justify-items: center; position: relative; }
.sk-index-choose-num-item-num {
  width: 125px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: conic-gradient(var(--green) calc(var(--chooseNum) * 3.6deg), var(--bgpro) 0deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk-index-choose-num-item-num span{
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  background-color: var(--white);
  width: calc(100% - 16px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--fonts-three);
}
.sk-index-choose-num-item-num span::after{ content: "%"; margin-left: 2px; }
.sk-index-choose-num-item-p{ font-family: var(--fonts-three); font-weight: 600; font-size: 18px; text-align: center; margin-top: 10px; line-height: 25px; }
.sk-index-choose-num-info{ height: 100%; padding-block: 20px; padding-inline-start: 40px; }
.sk-index-choose-num-info-title{ color: var(--green); font-family: var(--fonts-three); font-size: 18px; font-weight: 500; line-height: 30px; margin-bottom: 10px; display: block; }
.sk-index-choose-num-info-text{  font-size: 36px; font-weight: 600; color: var(--black); line-height: 42px; }

.sk-index-choose-con{ margin-bottom: 70px; }
.sk-index-choose-con-box{ display: flex; justify-content: space-between; align-items: center; padding: 40px 50px 45px; border-radius: 20px; background-size: auto 90%; background-color: var(--green); background-image: url(../images/partner-shape.png); background-repeat: no-repeat; background-position: 60px center; }
.sk-index-choose-con-text{
  font-family: var(--fonts-three);
  font-weight: 600;
  font-size: 38px;
  color: var(--white)
}
.sk-index-choose-con-link{ display: block; flex-shrink: 0; }
.sk-index-choose-con-link a{ display: block; padding: 10px 25px; background-color: var(--white); border-radius: 6px; color: var(--green-two); font-size: 18px; font-family: var(--fonts-two); font-weight: 500; }
.sk-index-choose-con-link a:hover{ background-color: var(--green-two); color: var(--white); }

/* project */
.sk-index-app{ background-repeat: no-repeat; background-position: center top; margin-bottom: 120px; position: relative; }
.sk-index-app .sk-main{ position: relative; z-index: 9; top: 100px; }
.sk-index-app-title{
  text-align: center;
  font-family: var(--fonts-three);
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: var(--white);
  max-width: 600px;
  margin: auto;
}
.sk-index-app-box{ padding-top: 35px; position: relative; z-index: 9; top: 100px; overflow: hidden; }
.sk-index-app-item{ box-shadow: 0px 10px 10px 0px rgba(221, 221, 221, 0.2); margin-bottom: 20px; }
.sk-index-app-item-box{ display: block; overflow: hidden; }
.sk-index-app-item-box img{ display: block; width: 100%; }
.sk-index-app-item-title{ background-color: var(--white); border-left: 5px solid var(--green); padding: 8px 10px; }
.sk-index-app-item-title p { font-size: 18px; font-weight: 500; line-height: 26px; font-family: var(--fonts-three); margin-bottom: 6px;  }
.sk-index-app-item-title span{ font-size: 16px; font-weight: 300; color: var(--green); }
.sk-index-app-item-title span i{ font-size: 12px; font-weight: 300; }

/* service */
.sk-index-service{ padding-block: 80px; position: relative; background-position: center; background-size: cover; background-attachment: fixed; }
.sk-index-service .sk-indextow-title .sk-indextow-title-item::before,.sk-index-service .sk-indextow-title .sk-indextow-title-item::after{ background-color: var(--white); }
.sk-index-service .sk-indextow-title-item span,
.sk-index-service .sk-indextow-title-text{ color: var(--white); }
.sk-index-service .sk-main{ position: relative; z-index: 8; }
.sk-index-service::before{ content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); position: absolute; top: 0; left: 0; }
.sk-index-service-box{ display: block; }
.sk-index-service-box .row>div{ margin-bottom: 25px; }
.sk-index-service-item{ width: 100%; height: 100%; padding: 40px 20px 20px; border-radius: 10px; margin-bottom: 30px; background-color: rgba(255, 255, 255, .7); transition: all .8s; }
.sk-index-service-icon{ width: 90px; height: 90px; border: 1px dashed var(--green); color: var(--green); transition: all .8s; border-radius: 50%; background-color: var(--white); text-align: center; margin: auto;  }
.sk-index-service-icon i{ line-height: 90px; font-size: 48px; }
.sk-index-service-info{ padding-top: 20px; }
.sk-index-service-info h3{ font-weight: 500; font-size: 24px; text-align: center; font-family: var(--fonts-three); margin-bottom: 12px; transition: all .8s; }
.sk-index-service-info p{ font-size: 16px; line-height: 1.5; color: var(--green-two); text-align: center; transition: all .8s; }
.sk-index-service-item:hover{ background-color: var(--white); transform: translate(0, -10px); }
.sk-index-service-item:hover .sk-index-service-icon{ color: var(--white); background-color: var(--green); border-style: solid; }

/* video */
.sk-index-video{ padding-block: 80px; }
.sk-index-video-info{ margin-bottom: 25px; }
.sk-index-video-title{ font-family: var(--fonts-three); font-size: 30px; font-weight: 500; line-height: 30px; color: var(--green); }
.sk-index-video-title::after{ content: ''; display: block; width: 80px; height: 3px; margin-top: 12px; background-color: var(--green); }
.sk-index-video-text{ padding-top: 20px; font-size: 14px; line-height: 24px; color: var(--grey); }
.sk-index-video-link{ display: flex; justify-content: flex-start; padding-top: 25px; }
.sk-index-video-link a{ display: block; padding: 10px 20px; background-color: var(--green); color: var(--white); font-size: 16px; line-height: 25px; border-radius: 3px; }
.sk-index-video-link a:hover{ background-color: var(--green-two); }
.sk-index-video-item{ margin-bottom: 25px; border-radius: 8px; }
.sk-index-video-item-link{ display: block; }
.sk-index-video-item-img{ overflow: hidden; position: relative; }
.sk-index-video-item-img img{ width: 100%; height: auto; display: block; position: relative; z-index: 8; }
.sk-index-video-item-img i{ position: absolute; z-index: 9; width: 100%; height: 100%; transition: all.8s; display: flex; justify-content: center; align-items: center; top: 0; left: 0; font-size: 80px; opacity: .7; font-weight: 300; background-color: rgba(0, 0, 0, .3); color: var(--border); }
.sk-index-video-item:hover .sk-index-video-item-img i{ color: var(--white); opacity: 1; background-color: rgba(0, 0, 0, .5); }
.sk-index-video-item-title{ font-size: 16px; font-weight: 400; text-align: center; line-height: 25px; padding: 10px 10px 0; font-family: var(--green-three); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* line */
.sk-index-adline{ display: block; }
.sk-index-adline .row{ overflow: hidden; }
.sk-index-adline-img{ background-size: cover; background-position: center; background-repeat: no-repeat; }
.sk-index-adline-img img{ display: none; width: 100%; height: auto; }
.sk-index-adline-info{ background-color: var(--green); position: relative; }
.sk-index-adline-info::before{
  position: absolute;
  content: "";
  bottom: 39px;
  left: -263px;
  border-left: 0 solid transparent;
  border-top: 224px solid var(--green);
  border-right: 309px solid transparent;
  transform: rotate(90deg);
  z-index: 1;
}
.sk-index-adline-item{ padding: 50px 15px; position: relative; z-index: 9; }
.sk-index-adline-text{
  font-weight: 600;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 20px;
  max-width: 540px;
  line-height: 1.3;
  font-family: var(--fonts-three);
}
.sk-index-adline-link{ display: flex; justify-content: flex-start; }
.sk-index-adline-link a{
  display: block;
  font-weight: 400;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 10px 30px;
  font-size: 15px;
}
.sk-index-adline-link a:hover{ background-color: var(--white); color: var(--black); }


/* index blog start */
.sk-index-blog{
  display: block;
  padding-block: 80px;
}

/* foot msg */
.sk-foot-message{ display: none; width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 9999; }
.sk-foot-message .sk-foot-message-flex{ width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; opacity: 0; transition: all .8s; }
.sk-foot-message .sk-foot-message-flex .sk-foot-message-mask{ position: absolute; width: 100%; height: 100%; content: ''; display: block; z-index: 8; background-color: rgba(0, 0, 0, 0.6);  }
.sk-foot-message .sk-foot-message-box{ position: relative; z-index: 9; max-width: 720px; width: 100%; background-color: var(--bgpro); padding: 20px 30px; border-radius: 1px; overflow-y: auto; } 
.sk-foot-message .sk-foot-message-form{ margin-top: 8px; }
.sk-foot-message .sk-foot-message-title{ font-weight: 600; font-size: 30px; line-height: 32px; font-family: var(--fonts-three); margin-bottom: 10px; }
.sk-foot-message .sk-foot-message-text{ font-size: 14px; line-height: 22px; }
.sk-foot-message .sk-content-message-form .sk-content-message-form-input, .sk-foot-message .sk-content-message-form .sk-content-message-form-textarea{ margin-bottom: 10px; }
.sk-foot-message .sk-content-message-form .sk-content-message-form-button{ background-color: var(--green); border-color: var(--green); color: var(--white); }
.sk-foot-message .sk-content-message-form .sk-content-message-form-button:hover{ background-color: var(--green-two); border-color: var(--green-two); color: var(--white); }
.sk-foot-message .sk-foot-message-close{ display: block; position: absolute; z-index: 10; right: 5px; top: 5px; cursor: pointer; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--green); background-color: var(--green); color: var(--white); transition: all .8s; }
.sk-foot-message .sk-foot-message-close i{ display: block; text-align: center; line-height: 28px; }
.sk-foot-message .sk-foot-message-close:hover{ background-color: var(--green-two); color: var(--white); border-color: var(--green-two); }
.sk-foot-message .sk-foot-message-flex.sk-mag-avtive{ opacity: 1; }
@media screen and (max-width: 768px) {
  .sk-foot-message .sk-foot-message-box{ max-width: 96%; padding-left: 10px; padding-right: 10px; height: 95%; }
	.sk-foot-message .sk-foot-message-form{ margin-top: 0; }
	.sk-foot-message .sk-content-message-form label{ font-size: 14px; line-height: 23px; font-weight: 400; }
	.sk-foot-message .sk-content-message-form .sk-content-message-form-textarea textarea{ height: 60px; }
}

@media screen and (max-width: 1470px) {
  .sk-main {
    width: 94%;
  }
  .sk-index-company,.sk-index-product,.sk-index-service,.sk-index-choose,.sk-index-video,.sk-index-blog{ padding-block: 70px; }
  .sk-index-choose-num{ padding-block: 40px; }
  .sk-index-choose-con{ margin-bottom: 50px; }
}

@media screen and (max-width: 1360px) {
  .sk-index-choose-item{ padding: 18px 40px 18px 25px; }
  .sk-content-contact-item{ padding-inline: 20px; }
}

@media screen and (max-width: 1200px) {
  .sk-main {
    width: 95%;
  }
  .sk-index-slide-item .sk-index-slide-item-box{ bottom: 20%; }
  .sk-index-num-item-num span{ font-size: 48px; }
  .sk-index-company-info-title{ font-size: 22px; font-weight: 400; line-height: 30px; }
  .sk-index-choose-box{ padding: 25px 35px; }
  .sk-index-choose-title{ padding-right: 0; }
  .sk-index-video-item-img i{ font-size: 70px; }
  .sk-list-news-item-sortname{ line-height: 22px; }
  .sk-list-news-item-title{ line-height: 25px; }
  .sk-list-news-item-desc{ line-height: 23px; }
}

@media screen and (max-width: 1024px) {
  .sk-index-company, .sk-index-product, .sk-index-service, .sk-index-choose, .sk-index-video, .sk-index-blog{ padding-block: 60px; }
  .sk-index-about-img{ margin-top: 25px; }
  .sk-index-choose-title{ padding-block-start: 0; padding-block-end: 30px; }
  .sk-index-choose-num{ padding-top: 0; }
  .sk-index-choose-num-item{ margin-bottom: 25px; }
  .sk-index-choose-num-info{ padding: 20px 0 0; text-align: center; }
  .sk-index-choose-con-text{ line-height: 1.2; }
  .sk-index-choose-num-info-title{ font-size: 24px; }
  .sk-index-video-item-title{ font-size: 14px; }
  .sk-index-adline-item{ padding: 30px 12px; }
  .sk-index-app .sk-main,.sk-index-app-box{ top: 70px; }
  .sk-product-show .sk-display-pc{ display: none !important; }
  .sk-product-show .sk-display-mobile{ display: block !important; }
  .sk-content-show .sk-content-show-title {
    font-size: 24px;
    line-height: 30px;
  }
  .sk-content-main {
    padding: 60px 0;
  }
  .sk-content-contact {
    margin-bottom: 50px;
  }
  .sk-content-page-box {
    padding: 0;
    background-color: unset;
    border-radius: 0;
  }
  .sk-content-about-img {
    float: unset;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .sk-product-summary {
    margin-top: 25px;
  }
  .sk-content-left{ margin-block-start: 42px; }
  .sk-about-img{ margin-inline-start: 0; }
  .sk-display-pc {
    display: none !important;
  }
  .sk-display-mobile {
    display: block !important;
  }
  .sk-content-msg-text{ margin-block-end: 0px; }
  .sk-content-message{ margin-block: 20px; }
  .sk-list-news-item-title{ font-size: 20px; line-height: 25px; }
  .sk-list-news-more a{ font-size: 14px; }
  .sk-list-news-more .iconfont{ font-size: 18px; }
  .sk-list-news-item-desc{ line-height: 23px; }
  .sk-contact-follow{ padding-block: 30px; }
  .sk-content-message-box{ margin-top: 0; }
  .sk-content-contact-item{ height: auto; margin-bottom: 60px; }
  .sk-content-contact-text{ font-size: 42px; line-height: 48px; }
}
@media screen and (max-width: 868px) {
  .sk-indextow-title .sk-indextow-title-item span{ font-size: 32px; }
  .sk-index-slide-item .sk-index-slide-item-info-title{ margin-bottom: 10px; }
  .sk-index-slide-item .sk-index-slide-item-info-desc{ margin-bottom: 20px; }
}

@media screen and (max-width: 768px) {
  .sk-index-slide .sk-index-slide-box .owl-nav,.sk-index-slide .sk-index-slide-box .owl-dots{ bottom: 18px; }
  .sk-index-slide-item .sk-index-slide-item-info-desc{ display: none; }
  .sk-index-company-info-text{ margin: 15px 0 20px; }
  .sk-index-num{ padding-block-end: 20px; }
  .sk-indextow-title .sk-indextow-title-text{ line-height: 1.5; }
  .sk-index-service-item{ height: auto; margin-bottom: 0; padding-inline: 15px; }
  .sk-index-choose-title-h1,.sk-index-choose-title-h2,.sk-index-choose-title-h3{ color: var(--black); }
  .sk-index-choose-title-h1{ font-size: 28px; }
  .sk-index-choose::before{ background-color: rgba(255, 255, 255, .5); }
  .sk-index-choose-item-info .sk-index-choose-item-title{ font-size: 22px; }
  .sk-index-choose-item-icon{ width: 72px; height: 72px; line-height: 72px; }
  .sk-index-choose-item-icon i{ font-size: 40px; }
  .sk-index-choose-item-info{ padding-left: 10px; }
  .sk-index-choose-item{ padding: 15px 30px 15px 15px; align-items: flex-start; }
  .sk-index-choose-item-info .sk-index-choose-item-text{ line-height: 23px; }
  .sk-index-choose-box{ padding: 20px; }
  .sk-index-choose-con-box{ padding: 30px 25px; border-radius: 10px; }
  .sk-index-choose-con-text{ font-size: 30px; }
  .sk-index-adline-img img{ display: block; }
  .sk-index-adline-info::before{ display: none; }
  .sk-index-adline-item{ padding: 25px 10px; }
  .sk-indextow-title .sk-indextow-title-item span,.sk-index-brand-title,.sk-content-contact-text,.sk-index-story-title{ font-size: 32px; line-height: 1.2; }
  .sk-indextow-title .sk-indextow-title-text{ font-size: 16px; line-height: 1.5; }
  .sk-product-tab-maincell{ border: 0; }
  .sk-product-item{ margin-bottom: 20px; }
  .sk-playvideo-list-title{ height: auto; }
  .sk-content-main {
    padding: 50px 0;
  }
  .sk-pages-title {
    margin-bottom: 20px;
  }
  .sk-list-news-item-info{ padding: 12px; }
  .sk-list-news-item{ margin-bottom: 25px; }
  .sk-page-contact-text{ font-size: 36px; line-height: 42px; }
  .sk-page-contact-tel span, .sk-page-contact-tel a{ font-size: 32px; }
}
@media screen and (max-width: 576px) {
  .sk-index-slide-item .sk-index-slide-item-box{ top: 0; left: auto; }
  .sk-index-slide-item .sk-index-slide-item-box{ padding: 10px; }
  .sk-index-slide-item .sk-index-slide-item-info-title{ font-size: 18px; }
  .sk-index-slide-item .sk-index-slide-item-link-video{ display: none; }
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-prev,
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 1;
  }
  .sk-index-company-info-title{ font-size: 18px; line-height: 26px; }
  .sk-index-slide .owl-nav .owl-prev::after, .sk-index-slide .owl-nav .owl-next::after{ font-size: 20px; }
  .sk-index-service-item{ padding: 15px 10px; }
  .sk-index-choose-box{ padding: 0; background-color: unset; border-radius: unset; }
  .sk-index-choose-item{ border-radius: 10px; flex-direction: column; padding: 15px 10px; align-items: flex-start; }
  .sk-index-choose-item-icon i{ font-size: 36px; }
  .sk-index-choose-item-info{ padding-left: 0px; }
  .sk-index-choose-num-info-text{ font-size: 24px; line-height: 32px; }
  .sk-index-choose-con-box{ padding: 25px 10px; flex-direction: column; }
  .sk-index-choose-con-text{ font-size: 24px; margin-bottom: 15px; text-align: center; }
  .sk-playvideo-list-title{ font-size: 16px; line-height: 24px; }
  .sk-product-con .sk-product-con-link{ font-size: 14px; padding: 10px 12px; }
  .sk-about-img{ padding: 0; border: 0; }
  .sk-products-title{ font-size: 24px; }
  .sk-product-tab-maincell{ border: 0; padding-inline: 0; }
  .sk-content-page-main {
    line-height: 25px;
  }
  .sk-pages-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sk-content-contact {
    margin-bottom: 50px;
  }
  .sk-indextow-title .sk-indextow-title-item span, .sk-index-brand-title, .sk-content-contact-text, .sk-index-story-title{ font-size: 24px; }
  .sk-content-page-box{ padding: 0; }
	.sk-index-app-title{ font-size: 25px; }
	.sk-index-adline-text{ font-size: 20px; font-weight: 500; }
}

