@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* footer start */
.sk-footer {
  background-color: var(--bgpro);
}

.sk-footer-box {
  padding: 60px 0 40px;
  border-bottom: 1px solid var(--light-gray);
}

.sk-footer-box-title {
  text-align: left;
  color: var(--orange);
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  margin-bottom: 10px;
}

.sk-footer-box-contact {
  display: block;
}

.sk-footer-box-nav-box li {
  display: block;
  line-height: 28px;
}

.sk-footer-box-nav-box li a {
  font-size: 14px;
  color: var(--grey);
  transition: all .8s;
  text-transform: capitalize;
}

.sk-footer-box-nav-box li a:hover {
  color: var(--orange);
  text-decoration: underline;
}

.sk-footer-box-contact-box {
  display: block;
  margin-bottom: 25px;
}

.sk-footer-box-contact-box p,
.sk-footer-box-contact-box a {
  font-size: 14px;
  line-height: 25px;
  color: var(--grey);
  display: flex;
  justify-content: flex-start;
  transition: all .8s;
}

.sk-footer-box-contact-box p i,
.sk-footer-box-contact-box a i{
  margin-right: 3px;
}

.sk-footer-box-contact-box a:hover {
  color: var(--orange);
  text-decoration: underline;
}
.sk-footer-box-follow {
  display: block;
  margin-bottom: 25px;
}

.sk-footer-box-follow-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sk-footer-box-follow-box a {
  display: block;
  margin: 0 6px 6px 0;
  width: 28px;
  height: 28px;
  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);
}

/* copyright */
.sk-footer-copyright {
  padding: 30px 0;
}

.sk-footer-logo{ display: block; }
.sk-footer-logo a{ display: block; }
.sk-footer-logo a img{ height: 40px; width: auto; display: block; }

.sk-footer-copyright-text{
  color: var(--grey);
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: right;
  padding: 15px 0;
}

.sk-footer-copyright-text a {
  color: var(--grey);
}

.sk-footer-copyright-text a:hover {
  color: var(--orange);
}

/* blank top */
.sk-meau-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 130px;
  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(--orange);
}

/*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);
  }
}

/* 侧边栏2 */
.sk-sidebar{ position: fixed; right: 15px; bottom: 200px; z-index: 99; }
.sk-sidebar-box{ display: block; position: relative; overflow: hidden; max-height: 0; transition: all .6s; }
.sk-sidebar-item{ position: relative; transition: all .8s; margin-bottom: 8px; }
.sk-sidebar-item-icon{ width: 50px; height: 50px; line-height: 50px; animation: code-pro-rung-lac 1s ease infinite; border-radius: 50%; display: flex; justify-content: center; align-items: center; overflow: hidden; text-align: center; background-color: var(--bgcolor); color: var(--fontcolor) !important; cursor: pointer; transition: all .8s; }
.sk-sidebar-item-icon i{ font-size: 28px; display: block; }
.sk-sidebar-item-float{ position: absolute; right: 110%; top: 0; background-color: #fff; box-shadow: 0 0px 5px rgb(18 18 18 / 10%); padding: 12px;
  border-radius: 0px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all ease .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
}
.sk-sidebar-item-float a{ font-size: 16px; color:var(--fontcolor); transition: all .3s; }
.sk-sidebar-item-float{ background-color: var(--bghovercolor); }
.sk-sidebar-item-float a:hover{ color: var(--fontcolor); }
.sk-sidebar-item-float img{ display: block; height: 120px; width: auto; }
.sk-sidebar-item:hover .sk-sidebar-item-float{ opacity: 1; pointer-events: visible; }
.sk-sidebar-right,.sk-sidebar-left{ width: 50px; height: 50px; line-height: 50px; animation: code-pro-rung-lac 1s ease infinite; border-radius: 50%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 50%; text-align: center; background-color: var(--bgcolor); color: var(--fontcolor); cursor: pointer; transition: all .8s; }
.sk-sidebar-right i,.sk-sidebar-left i{ font-size: 28px; display: block; }
.sk-sidebar-right:hover{ background-color: var(--bghovercolor); }
.sk-show-hide{ display: none; }
.sk-sidebar-box.active{ max-height: 500px; }

@-webkit-keyframes code-pro-rung-lac {
  0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@media screen and (max-width: 868px) {
  .sk-footer-copyright-text{ padding: 0; }
}
@media screen and (max-width: 768px) {
  .sk-footer-copyright{ padding: 20px 0; }
  .sk-footer-logo{ display: flex; justify-content: center; margin-bottom: 20px; }
  .sk-footer-box {
    padding: 40px 0;
  }
  .sk-footer-box-contact{
    margin-bottom: 25px;
  }
  .sk-footer-copyright-text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
/* footer end */

/* header start */
.sk-header {
  display: block;
  background-color: var(--white);
  border-bottom: 1px solid var(--light-gray);
}
.sk-header-box {
  width: 94%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
  transition: all .3s;
}
.sk-header-logo {
  display: block;
  flex-shrink: 0;
  padding: 15px 30px 15px 0;
  border-right: 1px solid var(--light-gray);
  transition: all .3s;
}

.sk-header-logo a {
  display: block;
}
.sk-header-logo img {
  display: block;
  max-height: 60px;
  width: auto;
  transition: all .3s;
}

.sk-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 0px 0 0px 30px;
  height: 90px;
  border-left: 1px solid var(--light-gray);
  transition: all .3s;
}

.sk-header-search-item {
  width: auto;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  cursor: pointer;
  flex-shrink: 0;
  transition: all .8s;
}

.sk-header-search-item .iconfont {
  display: block;
  line-height: 32px;
  font-size: 18px;
}

.sk-header-search-item:hover {
  color: var(--orange);
}

.sk-header-right-line {
  display: block;
  width: 1px;
  height: 22px;
  background-color: var(--light-gray);
  margin: 0 10px 0 15px;
}
/* search start */
.sk-header-search {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}
.sk-header-search-box {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-header-search-box form {
  width: 640px;
  display: block;
  background-color: var(--white);
  padding: 40px;
  position: relative;
}

.sk-search-title {
  font-family: var(--fonts-tow);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sk-search-group {
  width: 100%;
  display: block;
  position: relative;
}

.sk-search-group .sk-search-control {
  display: block;
  border: 2px solid var(--border);
  background-color: var(--bgpro);
  outline: none;
  padding: 5px 15px;
  height: 54px;
  position: relative;
  width: 100%;
  z-index: 9;
  transition: all .8s;
  border-radius: 5px;
}

.sk-search-group .sk-search-btn {
  border: 0px solid var(--border);
  background: unset;
  width: 54px;
  height: 54px;
  color: var(--orange);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.sk-search-group .sk-search-btn:hover {
  color: var(--orange);
}

.sk-search-group .sk-search-btn span {
  font-size: 20px;
}

.sk-search-group .sk-search-control:focus {
  border-color: var(--orange);
}

.sk-header-search-close {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: var(--border);
}

.sk-header-search-close i {
  display: block;
  text-align: center;
  font-size: 24px;
}

.sk-header-search-close:hover i {
  color: var(--orange);
}
.sk-gettouch {
  margin-left: 15px;
  position: relative;
}

.sk-gettouch-box {
  background-color: var(--orange);
  padding: 8px 15px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .8s;
}

.sk-gettouch-box i {
  font-size: 18px;
  color: var(--white);
}

.sk-gettouch-box span {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  margin-left: 5px;
}
.sk-gettouch:hover .sk-gettouch-box{ background-color: var(--orange); }
.sk-gettouch-mian {
  position: absolute;
  top: 43px;
  right: 0;
  width: 300px;
  z-index: 10;
  padding-top: 13px;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  transform-origin: 0 0 0;
}

.sk-gettouch-mian .sk-gettouch-mian-box::after {
  bottom: 100%;
  right: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--white);
  border-width: 7px;
}

.sk-gettouch-mian-box {
  position: relative;
  padding: 20px 12px;
  background-color: var(--white);
  box-shadow: 0 2px 5px var(--grey);
}
.sk-gettouch-item~.sk-gettouch-item {
  margin-top: 8px;
}

.sk-gettouch-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--grey);
}

.sk-gettouch-item-title i {
  font-size: 18px;
  line-height: 24px;
}

.sk-gettouch-item-title span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
}

.sk-gettouch-item-link {
  font-size: 16px;
  font-weight: 400;
  margin-left: 26px;
}

.sk-gettouch-item-link:hover {
  color: var(--orange);
}

.sk-gettouch:hover .sk-gettouch-mian {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* navigation */
.sk-navigation-box {
  display: flex;
  justify-content: center;
}

.sk-navigation-box .sk-navigation-li {
  position: relative;
}

.sk-navigation-box .sk-navigation-link {
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  padding: 0 15px;
  display: flex;
  justify-content: center;
  line-height: 90px;
  text-transform: uppercase;
  font-family: var(--fonts-tow);
}

.sk-navigation-box .sk-navigation-link .iconfont {
  padding-left: 3px;
  padding-top: 1px;
}

.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 15px;
  color: var(--black);
  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;
  box-shadow: 0 1px 5px var(--border);
  z-index: 999;
  padding: 0;
  visibility: hidden;
  text-align: left;
  width: 240px;
  background: var(--white);
  transition: .3s ease;
  overflow-y: auto;
  backdrop-filter: blur(3px);
  border: 1px solid var(--border);
  border-bottom: 0;
}

.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(--black);
  padding: 10px 15px;
  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-child .sk-navigation-child-link:hover {
  color: var(--orange);
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link:hover,
.sk-navigation-box .sk-navigation-li:hover .sk-navigation-link {
  color: var(--orange);
}

.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 {
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  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%);
}

.sk-header-fixed .sk-header-logo{ padding: 5px 30px 5px 0; }
/* .sk-header-fixed .sk-navigation-box .sk-navigation-link{ line-height: 70px; } */
.sk-header-fixed .sk-header-right{ height: 70px; }
.sk-header-fixed .sk-header-box{ padding-top: 0; }

/* header end */

/* mobile nav */
.sk-mobile-header {
  display: none;
}
.sk-mobile-header-box {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 10px;
}

.sk-mobile-header-logo {
  display: block;
}

.sk-mobile-header-logo img {
  height: 45px;
  width: auto;
  display: block;
}
.sk-mobile-header-right {
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.sk-mobile-header-right .sk-header-search-item {
  margin-right: 20px;
}

.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;
  font-family: var(--fonts-tow);
  font-weight: 500;
}

.sk-mobile-caidan {
  margin-left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
  border: 0px solid var(--black);
  background-color: var(--white);
  outline: none;
  cursor: pointer;
}
.sk-mobile-caidan .iconfont {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--black);
  line-height: 30px;
  text-align: center;
  font-size: 28px;
}
.sk-header-colse {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--white);
  position: absolute;
  left: -38px;
  top: 2px;
  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 20px;
}

.sk-mobile-nav-box .sk-mobile-nav-li {
  display: block;
}

.sk-mobile-nav-box .sk-mobile-nav-link {
  padding: 0 12px;
  line-height: 42px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border);
  font-family: var(--fonts-tow);
  font-weight: 700;
}

.sk-mobile-nav-box .sk-mobile-nav-sub-li {
  display: block;
}

.sk-mobile-nav-box .sk-mobile-nav-sub-link {
  padding: 0 12px 0 15px;
  color: var(--black);
  line-height: 42px;
  font-size: 15px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  font-family: var(--fonts-tow);
  font-weight: 500;
}

.sk-mobile-nav-box .sk-mobile-nav-child-li {
  display: block;
}

.sk-mobile-nav-box .sk-mobile-nav-child-link {
  color: var(--black);
  padding: 0 12px 0 25px;
  line-height: 42px;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px dashed var(--border);
  display: block;
  font-family: var(--fonts-tow);
  font-weight: 400;
}
.sk-mobile-nav-box .sk-mobile-nav-link.active,
.sk-mobile-nav-box .sk-mobile-nav-link:hover,
.sk-mobile-nav-box .sk-mobile-nav-sub-link:hover,
.sk-mobile-nav-box .sk-mobile-nav-child-link:hover {
  color: var(--orange);
}

/* mobile lang */
.sk-mobile-lang {
  position: fixed;
  width: 60%;
  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;
}

.sk-mobile-lang-box .language-flag {
  border-bottom: 1px solid var(--border);
}

.sk-mobile-lang-box .language-flag a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
}

.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: 98;
  background: var(--white);
  box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1024px) {
  .sk-header {
    display: none;
  }

  .sk-mobile-header {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .sk-header-search-item span {
    display: none;
  }

  .sk-header-search-box form {
    width: 92%;
    padding: 40px 20px;
  }
}

/* header end */

/* crumbs start */
.sk-page-crumb{ background-color: var(--bgpro); padding: 20px 0; }
.sk-page-crumb-box{ display: flex; justify-content: space-between; align-items: center; }
.sk-page-crumb-box h3{ font-size: 32px; color: var(--black); line-height: 40px; font-weight: 700; font-family: var(--fonts-tow); }
.sk-page-crumb-box h3::after{ content: ''; display: block; width: 80px; height: 3px; background-color: var(--orange); margin-top: 5px; margin-left: 3px; }
.sk-page-crumb-box p{ color: var(--grey); font-size: 14px; line-height: 25px; text-transform: capitalize; }
.sk-page-crumb-box p i{ font-size: 14px; }
.sk-page-crumb-box p a{ color: var(--grey); margin: 0 5px; }
.sk-page-crumb-box p a:hover{ color: var(--orange); }
/* crumbs end */

/* content start */
.sk-content {
  display: block;
}

.sk-content-main {
  padding: 60px 0;
}
/* content end */

/* right start */
.sk-content-left-box {
  margin-bottom: 30px;
  padding: 25px 18px;
  position: relative;
  background: var(--bgpro);
  border-radius: 2px;
}

.sk-content-left-box-title {
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  padding-top: 0;
  color: var(--blue);
  font-family: var(--fonts-tow);
}

.sk-content-left-box-title::before,
.sk-content-left-box-title::after {
  content: "";
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--orange);
}

.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: 5px;
  background-color: var(--black);
}

.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;
  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(--orange);
  transition: all .8s;
}
.sk-content-left-search .sk-content-left-search-control:focus{ border-color: var(--orange); }
.sk-content-left-search .sk-content-left-search-btn:hover{ background-color: var(--orange); }

.sk-content-left-search .sk-content-left-search-btn .iconfont {
  font-size: 20px;
  color: var(--white);
}

.sk-content-left-box-nav {
  display: block;
}

.sk-content-left-box-nav .sk-expmenu-dt {
  margin-bottom: 8px;
  border-radius: 3px;
  overflow: hidden;
}


.sk-content-left-box-nav .sk-expmenu-dt a {
  font-size: 14px;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  background-color: var(--bs-gray-200);
  padding: 5px 8px;
}

.sk-content-left-box-nav .sk-expmenu-dt .iconfont {
  width: 25px;
  height: 30px;
  font-size: 14px;
}

.sk-content-left-box-nav .sk-expmenu-dt:last-child {
  margin-top: 8pxpx;
}

.sk-content-left-box-nav .sk-expmenu-dt a:hover {
  color: var(--white);
  background-color: var(--orange);
}


.sk-content-left-box-nav .sk-expmenu-dd {
 margin-bottom: 8px;
  border-radius: 3px;
  overflow: hidden;
}
.sk-content-left-box-nav .sk-expmenu-dd a {
  font-size: 14px;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  background-color: var(--white);
  padding: 5px 8px;
}

.sk-content-left-box-nav .sk-expmenu-dd .iconfont {
  width: 25px;
  height: 30px;
  font-size: 14px;
  margin-left: 20px;
}
.sk-content-left-box-nav .sk-expmenu-dd a:hover {
  color: var(--white);
  background-color: var(--orange);
}


.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: 8px;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.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;
}

.sk-content-left-news-item .sk-content-left-news-info p {
  display: block;
  transition: all .8s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 14px;
  color: var(--black);
  font-weight: 500;
}

.sk-content-left-news-item .sk-content-left-news-info span {
  font-size: 12px;
  color: var(--grey);
  font-weight: 400;
}

.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(--orange);
}

.sk-content-left-news-item:last-child {
  margin-bottom: 0;
}

/* page start */
.sk-content-page-box {
  margin-bottom: 25px;
}

.sk-content-page-main {
  font-size: 16px;
  line-height: 28px;
}

.sk-content-page-main img {
  max-width: 100%;
  height: auto !important;
}
.sk-product-tab-maincell-box .sk-content-page-main img {
  width: 80% !important;
  height: auto !important;
  display: block;
}
.sk-content-page-main table{ width: 80% !important; table-layout: fixed; margin: 10px 0; }
.sk-content-page-main table td{
  border-collapse: collapse;
  border: 1px solid var(--border);
  padding: 5px 8px;
  font-size: 14px;
  line-height: 25px;
  background-color: var(--bgpro);
  color: var(--black);
  font-weight: 400;
  width: 50%;
}
.sk-content-page-main table tr:nth-child(odd) td{
  background-color: var(--white);
}
/* page end */

/* about start */
.sk-content-about {
  margin-bottom: 60px;
}

.sk-content-about-img {
  width: 100%;
  padding: 30px 0 0;
}

.sk-content-about-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sk-about-honor{ position: relative; }
.sk-about-honor::after{ background-image: url(../images/aboutBj1.jpg); background-position: top center; background-repeat: no-repeat; position: absolute; top: 0; left: 0; overflow: hidden; z-index: 3; content: ""; display: block; width: 100%; height: 350px; }
.sk-about-honor .sk-index-honor-box{ background-color: var(--bgpro); padding: 30px; position: relative; z-index: 5; }
.sk-about-honor-info{ padding: 40px 0; position: relative; z-index: 6; }
.sk-about-honor-info-title{ font-size: 36px; font-weight: 700; color: var(--white); }
.sk-about-honor-info-text{ display: block; }
.sk-about-honor-info-text h3{ font-size: 20px; line-height: 30px; margin-bottom: 10px; color: var(--white); font-weight: 600; }
.sk-about-honor-info-text p{ font-size: 14px; color: var(--white); line-height: 25px; }

.sk-about-title{ margin: 30px 0 20px; }
.sk-about-title .sk-about-title-item{ font-size: 42px; font-weight: 700; color: var(--orange); }
.sk-about-title .sk-about-title-text{ font-size: 14px; color: var(--grey); }
.sk-about-honor,
.sk-about-areas,
.sk-about-inquiry{ padding-bottom: 60px; }
.sk-project-box{ position: relative; padding: 60px 0; }
.sk-project-box .sk-main{ position: relative; z-index: 8; }
.sk-project-box .sk-banner-img img,.sk-allinone .sk-banner-img img{ width: 100%; }
.sk-project-box::after{ background-color: var(--bgadv); content: ""; display: block; width: 100%; height: 400px; position: absolute; left: 0; top: 0; z-index: 5; }
.sk-project-info{ padding: 20px; }
.sk-project-info-text{ font-size: 16px; line-height: 25px; font-weight: 300; color: var(--grey); }
.sk-project-info-list{ margin-top: 20px; padding-left: 20px; }
.sk-project-info-list p{ line-height: 30px; font-size: 16px; color: var(--grey); font-weight: 300; display: flex; justify-content: flex-start; align-items: flex-start; }
.sk-project-info-list p i{ color: var(--blue); }
.sk-allinone{ margin-bottom: 80px; }
.sk-project-info-title{ font-size: 42px; line-height: 48px; color: var(--orange); font-weight: 700; margin-bottom: 30px; }
.sk-allinone .sk-project-info{ padding: 0; }
.sk-about-superior{ position: relative; padding-bottom: 70px; }
.sk-about-superior .sk-main{ position: relative; z-index: 8; }
.sk-about-superior::after{ background-color: var(--bgadv); content: ""; display: block; width: 100%; height: 300px; position: absolute; left: 0; bottom: 0; z-index: 5; }
.sk-about-superior-title{ margin-bottom: 40px; }
.sk-about-superior-title h3{ color: var(--orange); font-size: 42px; font-weight: 700; margin-bottom: 15px; text-align: center; }
.sk-about-superior-title p{ font-size: 16px; text-align: center; color: var(--grey); font-weight: 300; max-width: 1000px; margin: auto; line-height: 28px; }
.sk-about-superior-box{ display: flex; justify-content: space-between; align-items: flex-start; }
.sk-about-superior-box .sk-about-superior-item{ width: 23%; display: block; }
.sk-about-superior-box .sk-about-superior-item img{ width: 100%; height: auto; display: block; }
.sk-about-superior-box .sk-about-superior-item:nth-of-type(2n){ margin-top: 80px; }
/* about end */

/* solutions */
.sk-banner-solutions{ position: relative; }
.sk-banner-solutions img{ display: block; width: 100%; height: auto; position: relative; z-index: 7; }
.sk-banner-solutions .sk-banner-solutions-text{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 8; top: 0; left: 0; width: 100%; height: 100%; }
.sk-banner-solutions .sk-banner-solutions-text pre{ max-width: 1000px; display: block; font-size: 36px; text-align: center; color: var(--white); font-weight: 600; font-family: var(--fonts-one); overflow: hidden; line-height: 54px; }

.sk-page-solutions{ padding-bottom: 60px; }
.sk-page-solutions-list{ padding: 50px 0; display: block; }
.sk-page-solutions-list:nth-child(odd){ background-color: var(--bgadv); }
.sk-page-solutions-list .row{ flex-direction: row-reverse; }
.sk-page-solutions-info{ display: block; }
.sk-page-solutions-title{ font-size: 30px; line-height: 36px; color: var(--blue); font-weight: 700; margin-bottom: 20px; }
.sk-page-solutions-text{ margin-bottom: 20px; }
.sk-page-solutions-text p{ line-height: 30px; font-size: 16px; color: var(--black); font-weight: 300; }
.sk-page-solutions-link{ display: inline-block; padding: 10px 30px; background-color: var(--blue); color: var(--white); font-size: 16px; }
.sk-page-solutions-link:hover{ background-color: var(--orange); color: var(--white); }
.sk-page-solutions .sk-banner-img img{ width: 100%; mix-blend-mode: multiply; }

/* images start */
.sk-list-images-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sk-list-images-box a {
  display: block;
  border: 1px solid var(--border);
}

.sk-list-images-box a img {
  width: 100%;
  height: auto;
  display: block;
}
.sk-list-images-box a:hover{ border-color: var(--orange); }
/* images end */

/* page title */
.sk-pages-title {
  display: block;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-transform: capitalize;
  font-family: var(--fonts-tow);
}

.sk-pages-title i {
  font-size: 24px;
}

/* contact start */
.sk-content-contact {
  display: block;
}

.sk-content-contact .sk-content-contact-box {
  padding-right: 60px;
}

.sk-content-contact .sk-content-contact-text {
  font-size: 14px;
  color: var(--grey);
  line-height: 25px;
  font-weight: 400;
}

.sk-content-contact .sk-content-contact-list {
  padding: 25px 0 30px;
}

.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: 5px;
  color: var(--black);
}

.sk-content-contact .sk-content-contact-list a,
.sk-content-contact .sk-content-contact-list span {
  font-size: 16px;
  color: var(--black);
  font-weight: 300;
}

.sk-content-contact .sk-content-contact-list a:hover {
  color: var(--orange);
}
.sk-follow-box {
  display: flex;
  justify-content: flex-start;
}

.sk-follow-box a {
  width: 28px;
  display: block;
  margin: 0 8px 8px 0;
  transition: all .8s;
}

.sk-follow-box img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-follow-box a:hover {
  transform: rotate(25deg);
}

/* contact end */

/* message start */
.sk-content-message {
  display: block;
  background-color: var(--bgpro);
  padding: 20px;
}

.sk-message-text{ font-size: 14px; line-height: 30px; color: var(--orange); }

.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: 20px;
}

.sk-content-message-form label {
  font-size: 14px;
  color: var(--black);
  line-height: 30px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  text-transform: uppercase;
}

.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: 2px solid transparent;
  border-bottom-color: var(--border);
  outline: none;
  background-color: var(--white);
  font-size: 14px;
  padding: 8px;
  border-radius: 1px;
  transition: all .8s;
}

.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-bottom-color: var(--orange);
}

.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;
  text-transform: uppercase;
  transition: all .8s;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  font-size: 18px;
  padding: 0px 42px;
  border-radius: 1px;
  line-height: 42px;
  font-family: var(--fonts-tow);
  font-weight: 600;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: var(--white);
  background-color: var(--orange);
  border-color: var(--orange);
}

/* message end */

.sk-content-contact-map{ display: block; width: 100%; margin-top: 80px; }
.sk-content-contact-map iframe{ display: block; width: 100%; height: 500px; border: 0; }

/* video list start */
.sk-video-list {
  background-color: var(--border);
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 15px;
  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;
}

.sk-video-list .sk-video-list-img {
  display: block;
  border: 5px solid var(--white);
}

.sk-video-list .sk-video-list-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sk-video-list .sk-video-list-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-video-list .sk-video-list-title {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--light-gray);
}

.sk-video-list .sk-video-list-title a {
  font-size: 20px;
  color: var(--black);
  transition: all .6s;
  display: block;
  line-height: 30px;
  font-family: var(--fonts-tow);
  font-weight: 500;
  text-align: center;
}

.sk-video-list:hover .sk-video-list-title a {
  color: var(--orange);
}

.sk-video-list-more {
  position: relative;
  background-color: transparent;
  display: block;
  margin: 15px auto 0;
  width: 180px;
}

.sk-video-list-more span {
  font-size: 14px;
  color: var(--bgadv);
  text-transform: uppercase;
  padding: 8px 0;
  text-align: center;
  display: block;
  position: relative;
  z-index: 9;
}

.sk-video-list-more .iconfont {
  margin-left: 3px;
  font-size: 15px;
}

.sk-video-list-more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.4s linear;
  background: var(--blue);
}

.sk-video-list:hover .sk-video-list-more::after {
  background: var(--orange);
  width: 100%;
}

.sk-video-list:hover .sk-video-list-more {
  color: var(--white);
}

/* show start */
.sk-content-show {
  display: block;
}

.sk-content-show .sk-content-show-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
  color: var(--black);
  font-weight: 600;
  font-family: var(--fonts-tow);
}

.sk-content-show .sk-content-show-resource {
  padding: 5px 10px;
  line-height: 25px;
  border: 1px solid var(--border);
  border-radius: 1px;
  display: flex;
  justify-content: flex-start;
}

.sk-content-show .sk-content-show-resource i {
  font-size: 14px;
  color: var(--grey);
}

.sk-content-show .sk-content-show-resource span {
  font-size: 14px;
  color: var(--grey);
  margin-left: 8px;
}

.sk-content-show .sk-content-page-main {
  padding: 15px 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: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 12px;
}

.sk-content-show-prenext p~p {
  border-top: 1px solid var(--border);
}

/* video show */
.sk-player {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

/* news start */
.sk-list-box {
  display: block;
}

.sk-list-news-item {
  overflow: unset;
  margin-bottom: 30px;
  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;
}

.sk-list-news-item-img {
  position: relative;
  display: block;
}

.sk-list-news-item-img a {
  display: block;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 8;
}

.sk-list-news-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-list-news-item-info {
  display: block;
}

.sk-list-news-item-sortname {
  position: absolute;
  z-index: 9;
  top: 1px;
  left: 1px;
  padding: 10px 15px;
  line-height: 25px;
  background-color: var(--white);
  color: var(--blue);
  font-size: 16px;
}

.sk-list-news-item-title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  height: 70px;
  font-weight: 500;
  color: var(--black);
  font-family: var(--fonts-tow);
  padding: 20px 0px 0;
}

.sk-list-news-item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .8s;
}

.sk-list-news-item-desc {
  padding: 15px 0 0;
  color: var(--grey);
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  border-top: 1px solid var(--border);
}

.sk-list-news-more {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  margin-top: 20px;
}

.sk-list-news-more a {
  font-size: 14px;
  color: var(--bgadv);
  text-transform: uppercase;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  line-height: 42px;
  border-radius: 30px;
  transition: all .8s;
}

.sk-list-news-more .iconfont {
  margin-left: 3px;
  font-size: 14px;
}

.sk-list-news-item:hover .sk-list-news-more a{
  background: var(--orange);
  color: var(--white);
}

.sk-list-news-item:hover .sk-list-news-item-title a {
  color: var(--orange);
}

/* product list item */
.sk-product-item {
  margin-bottom: 25px;
  overflow: hidden;
  transition: all .8s;
}

.sk-content-left-box-product .sk-product-item:last-child {
  margin-bottom: 0;
}

.sk-product-item .sk-product-img {
  transition: all .4s;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  background-color: var(--white);
}
.sk-product-item .sk-product-img-link{
  position: relative;
}

.sk-product-item .sk-product-img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 7;
}

.sk-product-item:hover .sk-product-img img {
  opacity: .8;
}

.sk-product-item .sk-product-img span{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  transition: all .8s;
  opacity: 0;
}

.sk-product-item .sk-product-img span i{ font-size: 42px; }

.sk-product-item:hover .sk-product-img span{
  opacity: 1;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.3);
}

.sk-product-item .sk-product-title {
  padding: 12px 5px 8px;
}

.sk-product-item .sk-product-title a {
  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;
}

.sk-product-item:hover .sk-product-title a {
  color: var(--orange);
}

/* product list */
.sk-content-page-content {
  padding: 60px 0;
  text-align: center;
  color: var(--grey);
  font-size: 16px;
  line-height: 30px;
}

/* product images start */
.product-view .product-image {
  position: relative;
  padding: 0px;
  border: 1px solid var(--border);
  background-color: var(--white);
}

.product-view .product-image img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.product-view .image-additional {
  position: relative;
  width: 100%;
  margin: 12px 0;
}

.product-view .image-additional ul {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.product-view .image-additional li {
  position: relative;
  width: 100%;
  margin: 0 23px 0 0;
  padding: 1px;
}

.product-view .image-additional li img {
  position: relative;
  width: 100%;
  border: 1px solid var(--border);
  background-color: var(--grey);
  display: block;
  transition: all .8s;
}

.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(--orange);
  outline: 0px solid var(--orange);
  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(--orange);
}

/* product images end */
.sk-products-title {
  font-size: 28px;
  margin-bottom: 15px;
  color: var(--black);
  font-family: var(--fonts-tow);
  font-weight: 600;
}

.sk-product-parameter {
  margin-bottom: 20px;
  border-top: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  padding: 15px 0;
}

.sk-product-parameter .sk-products-price {
  font-size: 24px;
  color: var(--orange);
  line-height: 42px;
}

.sk-product-parameter .sk-product-meta-item {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}

.sk-product-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.sk-product-con .sk-product-con-link {
  background-color: var(--orange);
  padding: 10px 25px;
  font-family: var(--fonts-tow);
  font-weight: 500;
  border-radius: 30px;
  margin-right: 20px;
  color: var(--white);
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-product-con .sk-product-con-link:hover {
  box-shadow: 0 3px 15px 1px rgba(222, 70, 4, 0.3);
  background-color: var(--grey);
}

.sk-product-con .sk-product-con-link i {
  margin-right: 6px;
  font-size: 16px;
}

.sk-product-summary .sk-pages-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--grey);
}

.sk-advantages-box {
  padding: 12px;
  background-color: var(--bgpro);
  border-radius: 3px;
}

.sk-advantages-box .sk-advantages-li {
  font-size: 14px;
  border-radius: 4px;
  margin-top: 6px;
  line-height: 23px;
  font-weight: 400;
}
/* product show */
.sk-product-show {
  padding: 36px 0 20px;
}

.sk-product-tab {
  margin-bottom: 30px;
  background-color: var(--white);
  border: 1px solid var(--border);
}

.sk-product-tab-maincell {
  padding: 15px;
}

.sk-product-tab-titcell {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  background-color: var(--bgadv);
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost {
  font-size: 18px;
  line-height: 28px;
  margin-right: 10px;
  color: var(--black);
  cursor: pointer;
  font-weight: 600;
  font-family: var(--fonts-tow);
  transition: all .8s;
}

.sk-product-tab-titcell::before {
  content: "|";
  margin-right: 10px;
  color: var(--black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--fonts-tow);
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost::after {
  content: "|";
  margin-left: 10px;
  color: var(--black);
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost:hover,
.sk-product-tab-titcell .sk-product-tab-titcell-dost.on {
  color: var(--orange);
}

.sk-product-inquiry {
  padding: 20px 0 40px 0 !important;
}
.sk-product-inquiry .sk-content-message{ background-color: var(--bgpro); padding: 20px; }

/* product show */
.sk-related-list {
  padding-top: 40px;
}

.sk-related-list .sk-pages-title {
  margin-bottom: 20px;
  background-color: var(--bgpro);
  text-transform: uppercase;
}
.sk-related-list .sk-pages-title span{ background-color: var(--blue); padding: 5px 15px; font-size: 20px; display: inline-block; color: var(--white); }
/* 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 .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: rgba(241, 61, 6, 0.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: var(--orange);
  opacity: 1;
  color: var(--white);
}

.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(--blue);
  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(--orange);
}

.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(--orange);
}
.sk-index-slide-pc{
  display: block;
}
.sk-index-slide .sk-index-slide-mobile{
    display: none;
  }

@media screen and (max-width: 1024px) {

  .sk-index-slide .sk-index-slide-pc{
    display: none;
  }

  .sk-index-slide .sk-index-slide-mobile{
    display: block;
  }
 
}









/* index title*/
.sk-index-title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.sk-index-title .sk-index-title-item {
  font-size: 42px;
  font-family: var(--fonts-tow);
  font-weight: 500;
  position: relative;
  z-index: 7;
}

.sk-index-title .sk-index-title-link {
  display: block;
  position: relative;
  z-index: 7;
}
.sk-index-link{
  border: 1px solid var(--grey);
  color: var(--grey);
  background-color: var(--white);
  display: block;
  text-align: center;
  padding: 12px 0px;
  margin: auto;
  font-size: 14px;
  width: 180px;
}
.sk-index-link i{ font-size: 14px; }
.sk-index-link:hover{
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.sk-index-title::after{ content: ''; display: block; height: 1px; width: 50%; position: absolute; background-color: var(--border); right: 180px; }

/* button */
.sk-index-button {
  padding-top: 20px;
}

/* index blog start */
.sk-index-blog {
  padding: 70px 0;
  background-color: var(--bgpro);
}

.sk-index-blog-box {
  padding: 10px 0 0;
}

.sk-index-blog-box .sk-list-news-item{
  margin-bottom: 0;
  background-color: var(--white);
}
.sk-index-blog-box .sk-list-news-item-title{
  padding: 15px 0;
  margin-bottom: 0;
  height: 80px;
}
.sk-index-blog-box .sk-list-news-item-info{ border-bottom: 1px solid var(--blue); padding: 0 10px; }
.sk-index-blog-box .sk-list-news-item:hover .sk-list-news-item-info{ border-bottom: 1px solid var(--orange); }

.sk-index-blog-box .sk-list-news-more{ margin: 15px 0; padding-top: 15px; }

/* case start */
.sk-index-partner {
  padding: 0px 0 80px;
}

.sk-index-partner-main {
  display: block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.sk-index-partner-item {
  margin-left: 10px;
  float: left;
  display: block;
  width: 330px;
}

.sk-index-partner-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* case start */
.sk-index-case {
  padding: 35px 0;
}

.sk-index-case-box {
  position: relative;
  padding-top: 8px;
}

.sk-index-case-item {
  overflow: hidden;
}

.sk-index-case-box .owl-nav {
  margin: 0;
}

.sk-index-case-box .owl-nav .owl-prev,
.sk-index-case-box .owl-nav .owl-next{
  position: absolute;
  top: 42%;
  left: 15%;
  margin: auto;
  font-size: 28px;
  transition: all .8s;
  color: var(--black);
  background-color: var(--white) !important;
  opacity: .9;
  text-align: center;
  width: 42px;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0;
}

.sk-index-case-box .owl-nav .owl-next{
  right: 15%;
  left: unset;
}

.sk-index-case-box .owl-nav .owl-prev:hover,
.sk-index-case-box .owl-nav .owl-next:hover {
  background: var(--orange) !important;
  opacity: 1;
  color: var(--white);
}

.sk-index-case-box .owl-nav .owl-prev::after,
.sk-index-case-box .owl-nav .owl-next::after{
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  content: "\f104";
  font-family: 'FontAwesome';
}

.sk-index-case-box .owl-nav .owl-next::after{
  content: "\f105";
}

.sk-index-case-box .owl-nav .owl-prev span,
.sk-index-case-box .owl-nav .owl-next span{
  display: none;
}

.sk-index-case-box .sk-index-case-item{
  position: relative;
}
.sk-index-case-box .sk-index-case-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: var(--black);
  transition: all .8s;
  z-index: 66;
  opacity: .6;
}
.sk-index-case-box .sk-index-case-item:hover::after,
.sk-index-case-box .active.center .sk-index-case-item::after {
  display: none;
}

/* choose */
.sk-why{ padding: 70px 0; }
.sk-why-img{ 
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
  width: 100%;
 }
.sk-why-img img{ width: 100%; height: auto; display: block; }
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}

.sk-why-text{ font-weight: 500; font-size: 48px; line-height:54px; color: var(--black); font-family: var(--fonts-tow); }
.sk-why-box{ margin-top: 30px; }
.sk-why-box-marks{ font-size: 150px; width: 60px; line-height: 100px; color: var(--orange); font-family: var(--fonts-tow); flex-shrink: 0; margin-top: 10px; }
.sk-why-list{ flex-shrink: 0; width: calc(100% - 60px); padding: 0 50px 0 30px; }
.sk-why-item{ margin-bottom: 10px; margin-bottom: 20px; box-shadow: 0 0 10px 0 var(--bgadv);padding: 15px; border-radius: 5px; }
.sk-why-item h3 { font-size: 22px; line-height: 32px; color: var(--blue); display: block; font-weight: 600; font-family: var(--fonts-tow); margin-bottom: 10px; }
.sk-why-item p{ font-size: 16px; line-height: 25px; color: var(--grey); font-weight: 300; }
.sk-why-list.owl-theme .owl-dots{ justify-content: flex-start; display: flex; }
.sk-why-list.owl-theme .owl-dots .owl-dot{ margin: 0 5px; display: block; }
.sk-why-list.owl-theme .owl-dots .owl-dot span{ width: 12px; height: 12px; border: 0px solid var(--grey); background-color: var(--bgpro); padding: 0 !important; margin: 0 !important; display: flex; justify-content: center; align-items: center; }
.sk-why-list.owl-theme .owl-dots .owl-dot span::after{ content: ''; width: 6px; height: 6px; border-radius: 50%; display: block; background-color: var(--blue); }
.sk-why-list.owl-theme .owl-dots .owl-dot.active span{ border: 1px solid var(--orange); }
.sk-why-list.owl-theme .owl-dots .owl-dot.active span::after{ background-color: var(--orange); width: 2px; height: 2px; }

/* choose */
.sk-index-choose{ padding: 35px 0 70px; }
.sk-index-choose .sk-index-title-tow{ color: var(--black); }
.sk-index-choose-img{ width: 100%; height: auto; }
.sk-index-choose-img img{ display: block; width: 100%; height: auto; }
.sk-index-choose-box{ padding-top: 60px; }
.sk-index-choose-list{ display: block; }
.sk-index-choose-item{ box-shadow: 0 0 10px var(--border); margin-bottom: 15px; padding: 15px; border-radius: 5px; display: flex; justify-content: flex-start; align-items: flex-start; }
.sk-index-choose-item i{ font-size: 48px; line-height: 50px; flex-shrink: 0; color: var(--orange); }
.sk-index-choose-item p{ font-size: 16px; line-height: 25px; padding-left: 15px; }

/* index product */
.sk-index-product {
  padding: 0px 0 75px;
  background-color: var(--bgpro);
}
.sk-index-product:first-child{ padding-top: 60px; }
.sk-index-product:last-child{ padding-bottom: 60px; }

/* honor start */
.sk-index-certificate {
  padding: 35px 0 70px;
}

.sk-index-honor-box {
  position: relative;
}

.sk-index-honor-item {
  border: 1px solid var(--border);
  overflow: hidden;
}

/* service */
.sk-index-service{ padding: 60px 0 40px; background-color: var(--grey); }
.sk-index-title-tow{ font-size: 42px; line-height: 54px; color: var(--white); font-family: var(--fonts-tow); font-weight: 500; text-transform: uppercase; margin: auto; text-align: center; }
.sk-index-title-tow p{ text-align: center; font-size: 14px; color: var(--border); line-height: 25px; margin-top: 15px; }
.sk-index-service-box{ margin-top: 42px; }
.sk-index-service-item{ text-align: center; margin-bottom: 35px; }
.sk-index-service-item .sk-index-service-item-icon{ line-height: 64px; height: 64px; margin: 0 auto 15px; transition: all 0.3s ease 0s; color: var(--white); }
.sk-index-service-item .sk-index-service-item-icon i{ font-size: 60px; }
.sk-index-service-item .sk-index-service-item-title{
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  /* margin-bottom: 15px; */
  position: relative;
}
.sk-index-service-item .sk-index-service-item-title::before{ content: ''; display: block; width: 50px; height: 2px; background-color: var(--orange); margin: 0px auto 15px; }
.sk-index-service-item .sk-index-service-item-text{
  color: var(--border);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto;
  padding: 0 10%;
}
.sk-index-service-item:hover .sk-index-service-item-icon{
  -webkit-transform: translateY(-5px);
  transform: translateY(-10px);
  color: var(--orange);
}

/* index about */
.sk-index-company {
  padding: 70px 0 35px;
}
.sk-index-company-box{ display: block; }

.sk-index-company-info-title{
  font-size: 42px;
  line-height: 48px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  color: var(--black);
  text-align: center;
}

.sk-index-company-info-title::after{
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--orange);
  margin: 10px auto 0;
}

.sk-index-company-info-title-text{
  text-align: center;
  color: var(--grey);
  font-size: 14px;
  line-height: 23px;
  margin: 15px auto 30px;
}

.sk-index-company-img {
  width: 100%;
  padding: 12px;
  background-color: var(--orange);
}

.sk-index-company-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-index-company-info{
  display: block;
  margin: 25px 0 0;
}

.sk-index-company-info-text{
  font-size: 16px;
  line-height: 25px;
  display: block;
  color: var(--black);
  background-color: var(--bgpro);
  font-weight: 400;
  padding: 20px 15px 30px;
}

.sk-index-company-info-cer{
  display: block;
  padding: 30px 0 10px;
  background-color: var(--bgpro);
}
.sk-index-company-info-ceritem{
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.sk-index-company-info-ceritemtit{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}

.sk-index-company-info-ceritem h3{
  font-size: 48px;
  line-height: 48px;
  font-family: var(--fonts-tow);
  font-weight: 700;
  color: var(--orange);
}
.sk-index-company-info-ceritem span{
  font-size: 18px;
  line-height: 30px;
  color: var(--black);
  font-weight: 300;
  margin-left: 10px;
}

.sk-index-company-info-ceritem p{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--grey);
}

.sk-index-company-link{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.sk-index-company-link .sk-index-link{ margin:auto; }

/* cate */
.sk-index-cate{ padding: 35px 0; }
.sk-index-cate .sk-index-title-tow{ color: var(--black); }
.sk-index-cate-box{ padding-top: 40px; }
.sk-index-cate-item{ margin: 0 auto 40px; position: relative; clip-path: polygon(6% 0, 100% 5%, 94% 100%, 0% 100%); }
.sk-index-cate-item .sk-index-cate-img{ width: 100%; overflow: hidden; position: relative; z-index: 8; display: block; overflow: hidden; }
.sk-index-cate-item .sk-index-cate-img img{ display: block; width: 100%; height: auto; }
.sk-index-cate-item .sk-index-cate-img::after{
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
}
.sk-index-cate-item:hover .sk-index-cate-img::after{
  top: 0;
  opacity: 1;
  visibility: visible;
}
.sk-index-cate-item .sk-index-cate-title{ font-size: 25px; font-family: var(--fonts-tow); line-height: 30px; padding: 10px; display: block; font-weight: 500; margin: 0; color: var(--white); text-align: center; position: absolute; width: 100%; bottom: 0; left: 0; text-align: center; z-index: 10; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: all .4s ease; transition: all .4s ease; }
.sk-index-cate-item:hover .sk-index-cate-title{  color: var(--orange); -webkit-transform: translateY(-100%); transform: translateY(-100%); }

/* making */
.sk-index-making{ padding: 70px 0 35px; }
.sk-index-making .sk-index-title-tow{ color: var(--black); }
.sk-index-making-box{ padding-top: 25px; }
.sk-index-making-item{ position: relative; margin-bottom: 25px; }
.sk-index-making-item .sk-index-making-item-icon{ width: 100%; height: auto; position: relative; z-index: 8; overflow: hidden; }
.sk-index-making-item .sk-index-making-item-icon img{ width: 100%; height: auto; display: block; }
.sk-index-making-item .sk-index-making-item-title{ position: absolute; z-index: 9; bottom: 0; left: 0; padding: 8px 0; font-weight: 300; width: 100%; text-align: center; font-size: 16px; line-height: 25px; background-color: rgba(0, 0, 0, .8); color: var(--white); }

/* video */
.sk-index-video{ display: block; padding: 60px 0; background-color: var(--grey); }
.sk-index-video-box{ display: block; }
.sk-index-video-item{ position: relative; border-radius: 2px; overflow: hidden; margin: 10px 0; }
.sk-index-video-item .sk-index-video-img{ width: 100%; position: relative; z-index: 8; }
.sk-index-video-item .sk-index-video-img img{ width: 100%; height: auto; display: block; }
.sk-index-video-item .sk-index-video-play{ display: flex; justify-content: center; background-color: rgba(255, 255, 255, .3); color: var(--orange); transition: all .8s; align-items: center; cursor: pointer; width: 100%; height: 100%; position: absolute; z-index: 9; top: 0; left: 0; }
.sk-index-video-item .sk-index-video-play .sk-index-play-button{ width: 48px; height: 48px; line-height: 48px; text-align: center; }
.sk-index-video-item .sk-index-video-play .sk-index-play-button i{ font-size: 48px; }
.sk-index-video-item:hover .sk-index-video-play{ color: var(--white); background-color: rgba(0, 0, 0, .6); }

.sk-index-video-open{ position: fixed; width: 100%; height: 100vh; top: 0; left: 0; display: none; z-index: 99; }
.sk-index-video-open .sk-index-video-open-box{ width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, .8); }
.sk-index-video-open .sk-index-video-open-item{ position: relative; background-color: var(--white); max-width: 800px; width: 96%; height: auto; margin: auto; padding: 8px; border-radius: 8px; box-shadow: 0 0 5px 0 var(--white); }
.sk-index-video-open .sk-index-video-open-item .sk-index-video-open-close{ width: 36px; height: 36px; cursor: pointer; transition: all .8s; line-height: 36px; text-align: center; color: var(--white); z-index: 3; position: absolute; top: -40px; right: -40px; }
.sk-index-video-open .sk-index-video-open-item .sk-index-video-open-close i{ font-size: 36px; }
.sk-index-video-open .sk-index-video-open-item .sk-index-video-open-src{ display: block; width: 100%; height: auto; position: relative; z-index: 2; }
.sk-index-video-open .sk-index-video-open-item .sk-index-video-open-close:hover{ color: var(--orange); }

.sk-about-iframe{ padding-block-end: 60px; }
.sk-about-iframe-box{ margin-block: 25px; }
.sk-about-iframe-box iframe{ display: block; border: 0; width: 100%; height: auto; object-fit: cover; height: 600px; }

@media screen and (max-width: 1440px) {
  .sk-main {
    width: 92%;
  }
}
@media screen and (max-width: 1360px) {
  .sk-main {
    width: 96%;
  }
  .sk-navigation-box .sk-navigation-link{ line-height: unset; }
  .sk-why-item h3{ font-size: 18px; line-height: 25px; }
  .sk-index-choose-item p{ font-size: 15px; }
}

@media screen and (max-width: 1200px) {
  .sk-navigation-box .sk-navigation-link {
    font-size: 14px;
    padding: 0 8px;
    line-height: 30px;
  }
  .sk-navigation-box .sk-navigation-link .iconfont {
    padding-left: 3px;
  }
  .sk-index-company-info-title,.sk-index-title-tow,.sk-index-company-info-title,.sk-why-text,.sk-index-title .sk-index-title-item{ font-size: 36px; line-height: 48px; }

  .sk-list-news-item-title {
    margin-bottom: 10px;
    height: 72px;
  }
  .sk-index-blog-box .sk-list-news-item-title{ height: 82px; }

  .sk-list-news-item-title a {
    font-size: 18px;
    line-height: 26px;
  }

  .sk-list-news-item-desc {
    line-height: 22px;
  }
  .sk-list-news-item-sortname{ font-size: 14px; padding: 6px 10px; }
  .sk-content-left-box{ padding: 20px 12px; }
  .sk-content-contact .sk-content-contact-box {
    padding-right: 0;
  }
  .sk-index-choose-item{ padding: 10px; }
  .sk-video-list{ padding: 10px; }
  .sk-video-list .sk-video-list-title a{ font-size: 24px; }
  .sk-index-choose-item p{ font-size: 14px; }
  .sk-index-cate-item .sk-index-cate-title{ font-size: 18px; }
  .sk-project-info{ margin: 20px 0; padding: 0; }
}

@media screen and (max-width: 1024px) {
  .sk-index-cate-item{ margin-bottom: 30px; }
 
  .sk-index-company-img img{ width: 100%; }
  .sk-products-title {
    font-size: 24px;
  }
  .sk-content-show .sk-content-show-title {
    font-size: 24px;
  }

  .sk-index-title .sk-index-title-item {
    font-size: 32px;
  }

  .sk-index-blog{ padding: 40px 0 60px; }
  .sk-content-main {
    padding: 50px 0;
  }
  .sk-content-message {
    padding: 20px;
  }
  .sk-content-contact {
    margin-bottom: 50px;
  }

  .sk-content-page-box {
    padding: 0;
  }

  .sk-product-summary {
    margin-top: 30px;
  }
  
  .sk-list-news-item-title{ height: auto; }
  .sk-index-choose-item p{ font-size: 16px; }
  .sk-index-choose-list{ margin-top: 30px; }
  .sk-product-tab-maincell-box .sk-content-page-main img {
    width: 100% !important;
  }
  .sk-content-page-main table{ width: 100% !important; }
  .sk-page-solutions-info{ padding-top: 30px; }
  .sk-project-box .sk-banner-img{ margin-bottom: 15px; }
}
@media screen and (max-width: 868px) {
  .sk-index-cate,
  .sk-index-product,
  .sk-index-company,
  .sk-index-certificate,
  .sk-index-partner,
  .sk-index-blog,
  .sk-why,
  .sk-index-service {
    padding: 35px 0;
  }
  .sk-product-tab-titcell .sk-product-tab-titcell-dost {
    font-size: 14px;
  }
  .sk-list-news-item{ padding-bottom: 30px; border-bottom: 1px solid var(--black); }
  .sk-index-blog-box .sk-list-news-item{ border-bottom: 0; }
  .sk-index-video-open .sk-index-video-open-item .sk-index-video-open-close{ left: 0; right: 0; margin: auto; top: -80px; }
  .sk-index-video-open .sk-index-video-open-item{ padding: 5px; }
}
@media screen and (max-width: 768px) {
  .sk-display-pc {
    display: none !important;
  }

  .sk-display-mobile {
    display: block !important;
  }
  .sk-index-cate-box{ padding-top: 20px; }
  .sk-index-title::after{ right: 0; width: 50%; }
  .sk-index-company-info-ceritem h3{ font-size: 36px; line-height: 42px; }
  .sk-index-service-item{ margin-bottom: 25px; border: 1px solid var(--border); padding: 20px 10px 15px; }
  .sk-index-service-item .sk-index-service-item-title{ margin-bottom: 10px; font-size: 18px }
  .sk-index-blog-box .sk-list-news-item{ border-bottom: 0; padding-bottom: 0; }
  .sk-index-title {
    margin-bottom: 20px;
  }
  .sk-index-title .sk-index-title-item {
    font-size: 30px;
    line-height: 38px;
  }
  .sk-index-title .sk-index-title-text {
    font-size: 12px;
    line-height: 23px;
  }

  .sk-product-item{ margin-bottom: 20px; }

  .sk-content-main {
    padding: 40px 0;
  }

  .sk-content-contact {
    margin-bottom: 40px;
  }
  
  .sk-content-left {
    padding-top: 35px;
  }
  .sk-content-message {
    padding: 15px;
  }
  .sk-pages-title {
    margin-bottom: 25px;
  }
  .sk-index-choose-item i{ font-size: 36px; }
  .sk-index-choose-item p{ font-size: 14px; line-height: 22px; padding-left: 10px; }
  .sk-about-superior-title h3,.sk-project-info-title,.sk-about-superior-title h3{ font-size: 36px; }
  .sk-about-superior-box{ flex-wrap: wrap; }
  .sk-about-superior-box .sk-about-superior-item{ width: 48%; margin-top: 15px !important; }
  .sk-about-honor .sk-index-honor-box{ background-color: unset; padding: 0; }
  .sk-project-box{ padding: 40px 0; }
  .sk-banner-solutions .sk-banner-solutions-text pre{ font-size: 24px; line-height: 32px; }
  .sk-about-iframe-box iframe{ min-height: 450px; }
}
@media screen and (max-width: 576px) {
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-prev,
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .sk-products-title{ font-size: 20px; }
  .sk-content-main {
    padding: 40px 0;
  }
  .sk-content-page-main {
    line-height: 25px;
  }
  .sk-pages-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sk-content-show .sk-content-show-title {
    line-height: 30px;
  }
  .sk-content-contact {
    margin-bottom: 30px;
  }

  .sk-index-title .sk-index-title-item {
    font-size: 24px;
    line-height: 30px;
  }
  
  .sk-page-crumb-box h3{ font-size: 24px; }
  .sk-page-crumb-box{ justify-content: center; flex-direction: column; }
  .sk-page-crumb-box h3::after{ margin: 5px auto 0; }
  .sk-page-crumb{ padding: 15px 0; }
  .sk-index-service-item{ margin-bottom: 25px; }
  .sk-index-service-item .sk-index-service-item-title{ font-size: 16px; }
  .sk-index-company-info-title, .sk-index-title-tow, .sk-why-text{ font-size: 28px; line-height: 36px; }
  .sk-index-company-info-text{ font-size: 14px; padding: 15px 10px; }
  .sk-index-company-info-ceritem{ width: 100%; margin-bottom: 20px; }
  .sk-index-company-info-ceritem h3{ font-size: 42px; }
  .sk-index-company-img{ padding: 0; }
  .sk-index-making-item .sk-index-making-item-title{ font-size: 14px; }
  .sk-product-inquiry .sk-content-message{ padding: 20px 15px; }
  .sk-content-message{ padding: 15px 8px; }
  .sk-index-making{ padding-top: 50px; }
  .sk-index-cate-item{ clip-path:unset; margin-bottom: 20px; }
  .sk-why-item{ padding: 10px; }
  .sk-why-item h3{ font-size: 16px; line-height: 25px; }
  .sk-why-item p{ font-size: 14px; line-height: 22px; }
  .sk-index-case-box .sk-index-case-item::after{ display: none; }
  .sk-index-case-box .owl-nav .owl-prev{ left: 5%; }
  .sk-index-case-box .owl-nav .owl-next{ right: 5%; }
  .sk-about-superior-title h3,.sk-project-info-title,.sk-about-superior-title h3,.sk-page-solutions-title{ font-size: 24px; line-height: 30px; }
  .sk-banner-solutions .sk-banner-solutions-text pre{ font-size: 18px; line-height: 28px; }
}
















  

  

  


  
  




  




  

  


  
  
  

