﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}
/* header start */
/* footer start */
.sk-footer {
  background-color: var(--black);
  background-image: url(../images/foot-bg.png);
  overflow: hidden;
}

.sk-footer-box {
  padding: 60px 0;
}

.sk-footer-box a,
.sk-footer-box {
  color: #fffc;
}

.sk-footer-box .kfc-desc {
  overflow-wrap: break-word;
  margin: 10px 0;
  display: inline-block;
}

.sk-footer-box-title {
  text-align: left;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  margin-bottom: 20px;
}

.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: #fffc;
  transition: all 0.8s;
  text-transform: capitalize;
}

.sk-footer-box-nav-box li a:hover {
  color: var(--blue);
}

.sk-footer-box-contact-box {
  display: block;
}

.sk-footer-box-contact-box p,
.sk-footer-box-contact-box a {
  font-size: 14px;
  line-height: 30px;
  color: #fffc;
  display: flex;
  justify-content: flex-start;
}

.sk-footer-box-contact-box p i,
.sk-footer-box-contact-box a i {
  flex-shrink: 0;
  font-size: 16px;
  margin-right: 5px;
}

.sk-footer-box-contact-box a:hover {
  color: var(--blue);
  transition: all 0.8s;
}

.sk-footer-box-follow {
  /* padding: 0 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 8px 8px 0;
  width: 30px;
  height: 30px;
  transition: all 0.6s;
}

.sk-footer-box-follow-box img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-footer-box-follow-box a:hover {
  transform: rotate(30deg);
}

/* copyright */
.sk-footer-copyright {
  color: #fff;
  font-size: 15px;
}

.sk-footer-copyright .t-bd {
  border-top: 1px dashed #32434f;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sk-footer-copyright-text {
  color: white;
  font-size: 16px;
  line-height: 30px;
}

.sk-footer-copyright-text a {
  color: var(--black);
}

.sk-footer-copyright-text a:hover {
  color: var(--blue);
}

/* blank top */
.sk-meau-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 98;
  text-align: center;
  color: var(--white);
  cursor: pointer;
}

.sk-meau-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  z-index: -2;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: shadow-blink;
  -webkit-animation-name: shadow-blink;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sk-meau-top,
.sk-meau-top::after {
  background: var(--blue);
}

/*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);
  }
}

/* footer end */
.sk-header {
  display: block;
}
.sk-headtop {
  background-color: var(--blue);
}

.sk-headtop-box {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.sk-headtop-follow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  width: 25%;
}
.sk-headtop-follow a {
  width: 23px;
  height: 23px;
  margin-right: 7px;
  display: block;
  transition: all 0.8s;
}
.sk-headtop-follow img {
  width: 100%;
  height: auto;
  display: block;
}
.sk-headtop-follow a:hover {
  transform: rotate(20deg);
}
.sk-headtop-info {
  font-size: 16px;
  text-align: center;
  color: var(--white);
  flex: 1;
  font-family: var(--fonts-tow);
  font-weight: 500;
}
.sk-header-box {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.sk-header-logo {
  display: block;
  flex-shrink: 0;
}

.sk-header-logo a {
  display: block;
}

.sk-header-logo img {
  display: block;
  max-height: 60px;
  width: auto;
  transition: all 0.3s;
}

.sk-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.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 0.8s;
}

.sk-header-search-item .iconfont {
  display: block;
  line-height: 32px;
  font-size: 18px;
}

.sk-header-search-item span {
  font-family: var(--fonts-tow);
  font-weight: 600;
  margin-left: 5px;
  font-size: 16px;
}

.sk-header-search-item:hover {
  color: var(--blue);
}

.sk-header-right-line {
  display: block;
  width: 1px;
  height: 22px;
  background-color: var(--border);
  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, 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(--bgadv);
  outline: none;
  padding: 5px 15px;
  height: 54px;
  position: relative;
  width: 100%;
  z-index: 9;
  transition: all 0.8s;
  border-radius: 5px;
}

.sk-search-group .sk-search-btn {
  border: 0px solid var(--border);
  background: unset;
  width: 54px;
  height: 54px;
  color: var(--blue);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.sk-search-group .sk-search-btn:hover {
  color: var(--blue);
}

.sk-search-group .sk-search-btn span {
  font-size: 20px;
}

.sk-search-group .sk-search-control:focus {
  border-color: var(--blue);
}

.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(--blue);
}
.sk-gettouch {
  margin-left: 15px;
  position: relative;
}

.sk-gettouch-box {
  background-color: var(--blue);
  padding: 8px 15px;
  border-radius: 3px;
  cursor: pointer;
}

.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-mian {
  position: absolute;
  top: 43px;
  right: 0;
  width: 240px;
  z-index: 10;
  padding-top: 13px;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.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: 20px;
  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(--blue);
}

.sk-gettouch:hover .sk-gettouch-mian {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

/* navigation */
.sk-navigation-box {
  display: flex;
  justify-content: space-between;
}

.sk-navigation-box .sk-navigation-li {
  position: relative;
}

.sk-navigation-box .sk-navigation-link {
  font-weight: 600;
  font-size: 16px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  line-height: 50px;
  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: 0.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 0.5s;
}

.sk-navigation-box .sk-navigation-link.active,
.sk-navigation-child .sk-navigation-child-link:hover {
  color: var(--blue);
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link:hover,
.sk-navigation-box .sk-navigation-li:hover .sk-navigation-link {
  color: var(--blue);
}

.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;
  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, 0.1);
  -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px -1px rgba(0, 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;
}
.sk-mobile-info {
  font-size: 14px;
  text-align: center;
  background-color: var(--blue);
  line-height: 25px;
  color: var(--white);
  padding: 5px 0;
}
.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 {
  max-height: 45px;
  max-width: 200px;
  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-header-search-item .icon-sousuo {
  color: var(--blue);
  font-size: 18px;
}

.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: 600;
}

.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(--blue);
}

/* 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, 0.1);
  -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px -1px rgba(0, 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-breadcrumb {
  background: var(--bgadv);
  padding: 20px 0;
}

.sk-breadcrumb-title {
  font-family: var(--fonts-tow);
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
}

.sk-breadcrumb-line {
  padding: 10px 0 0;
}

.sk-breadcrumb-line-up,
.sk-breadcrumb-line-down {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-breadcrumb-line-up {
  margin-bottom: 5px;
}
.sk-breadcrumb-line-up::after,
.sk-breadcrumb-line-up::before,
.sk-breadcrumb-line-down::after,
.sk-breadcrumb-line-down::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 0px 3px;
  background-color: var(--blue);
}
.sk-breadcrumb-line-down::after,
.sk-breadcrumb-line-down::before {
  width: 15px;
}
.sk-position-crumbs {
  line-height: 22px;
  /* margin-top: 10px; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.sk-position-crumbs a {
  margin: 0 5px;
  font-weight: 300;
  font-size: 15px;
  color: var(--black);
}

.sk-position-crumbs i {
  font-size: 14px;
  color: var(--grey);
  font-weight: 600;
}

.sk-position-crumbs a:hover {
  color: var(--blue);
}
/* 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(--bgadv);
  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(--black);
  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(--blue);
}

.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(--blue);
}

.sk-content-left-search {
  width: 100%;
  position: relative;
}

.sk-content-left-search .sk-content-left-search-control {
  width: 100%;
  height: 55px;
  border: 1px solid var(--border);
  outline: none;
  padding: 5px 55px 5px 10px;
}

.sk-content-left-search .sk-content-left-search-btn {
  line-height: 42px;
  position: absolute;
  border-left: none;
  height: 40px;
  top: 7px;
  right: 7px;
  width: 40px;
  padding: 0;
  border: 0;
  background: var(--blue);
}

.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(--white);
  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-bottom: 0;
}

.sk-content-left-box-nav .sk-expmenu-dt a:hover {
  color: var(--white);
  background-color: var(--blue);
}

.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 0.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: 20px;
  font-size: 14px;
  color: var(--black);
  font-family: var(--fonts-tow);
  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(--blue);
}

.sk-content-left-news-item:last-child {
  margin-bottom: 0;
}

/* page title */
.sk-pages-title {
  display: block;
  color: var(--black);
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-transform: capitalize;
  font-family: var(--fonts-tow);
}

.sk-pages-title i {
  font-size: 28px;
}

/* 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: 400;
}

.sk-content-contact .sk-content-contact-list a:hover {
  color: var(--blue);
}
.sk-follow-box {
  display: flex;
  justify-content: flex-start;
}

.sk-follow-box a {
  width: 30px;
  display: block;
  margin: 0 8px 8px 0;
  transition: all 0.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: 30px;
  border-radius: 2px;
}

.sk-content-message2 {
  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: 20px;
}

.sk-content-message-form label {
  font-size: 16px;
  color: var(--black);
  line-height: 30px;
  font-family: var(--fonts-tow);
  font-weight: 600;
}

.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;
  border-radius: 3px;
  transition: all 0.8s;
}

.sk-content-message-form .sk-content-message-form-textarea textarea {
  resize: none;
  height: 150px;
}

.sk-content-message-form .sk-content-message-form-input input:focus,
.sk-content-message-form .sk-content-message-form-textarea textarea:focus {
  border-color: var(--blue);
}

.sk-content-message-form .sk-content-message-form-submit {
  display: block;
}

.sk-content-message-form .sk-content-message-form-button {
  width: auto;
  text-transform: uppercase;
  transition: all 0.8s;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  padding: 0px 36px;
  border-radius: 3px;
  line-height: 42px;
  letter-spacing: 2px;
  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 */
/* about start */
.sk-content-about {
  margin-bottom: 60px;
}

.sk-content-about-img {
  float: left;
  max-width: 600px;
  padding: 0 15px 15px 0;
}

.sk-content-about-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* about end */
/* 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;
}
/* page 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;
}

.sk-list-images-box a img {
  width: 100%;
  height: auto;
  display: block;
}
.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, .5); }
.sk-list-images-box a i{ display: block; font-size: 42px; width: 42px; height: 42px; text-align: center; line-height: 42px; color: var(--white); }
.sk-list-images-box a:hover .sk-list-images-i{ opacity: 1; }
.card.sk-list-images-box{ border: 0; }
/* video list start */
.sk-video-list {
  background-color: var(--white);
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px 1px rgba(45, 45, 45, 0.08);
  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-bottom: 1px solid var(--border);
}

.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;
}

.sk-video-list .sk-video-list-title a {
  padding: 10px;
  font-size: 18px;
  color: var(--black);
  transition: all 0.6s;
  display: block;
  line-height: 25px;
  font-family: var(--fonts-tow);
  font-weight: 600;
}

.sk-video-list:hover .sk-video-list-title a {
  color: var(--blue);
}

.sk-video-list-more {
  font-size: 12px;
  color: var(--grey);
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 8px 0 0px 15px;
  background-color: transparent;
}

.sk-video-list-more span {
  display: block;
  padding: 0 2px 10px;
  border-bottom: 2px solid var(--border);
}

.sk-video-list-more .iconfont {
  margin-left: 3px;
  font-size: 15px;
}

.sk-video-list-more::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 3px;
  bottom: 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(--blue);
  width: 100%;
}

.sk-video-list:hover .sk-video-list-more {
  color: var(--blue);
}
/* show start */
.sk-content-show {
  display: block;
}

.sk-content-show-banner {
  margin-bottom: 25px;
}

.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 {
  box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 8%);
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid var(--border);
  margin-bottom: 25px;
  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 {
  border-bottom: 1px solid var(--border);
}

.sk-list-news-item-img a {
  display: block;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sk-list-news-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-list-news-item-info {
  display: block;
  padding: 15px 15px 0;
}

.sk-list-news-item-sortname {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0em;
  text-transform: capitalize;
  color: var(--grey);
  font-size: 14px;
  line-height: 1;
}

.sk-list-news-item-sortname i {
  color: var(--grey);
  margin-right: 7px;
  font-size: 14px;
}

.sk-list-news-item-title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: var(--black);
  font-family: var(--fonts-tow);
}

.sk-list-news-item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.8s;
}

.sk-list-news-item-desc {
  margin-bottom: 22px;
  color: var(--grey);
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sk-list-news-more {
  font-size: 12px;
  color: var(--grey);
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  background-color: transparent;
}

.sk-list-news-more span {
  display: block;
  padding: 0 2px 10px;
  border-bottom: 2px solid var(--border);
}

.sk-list-news-more .iconfont {
  margin-left: 3px;
  font-size: 15px;
}

.sk-list-news-more::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.4s linear;
  background: var(--blue);
}

.sk-list-news-item:hover .sk-list-news-more::after {
  background: var(--blue);
  width: 100%;
}

.sk-list-news-item:hover .sk-list-news-more {
  color: var(--blue);
}

.sk-list-news-item:hover .sk-list-news-item-title a {
  color: var(--blue);
}

/* product list item */
.sk-product-item {
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.8s;
}

.sk-content-left-box-product .sk-product-item:last-child {
  margin-bottom: 0;
}

.sk-product-item .sk-product-img {
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  background-color: var(--white);
}

.sk-product-item .sk-product-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-product-item:hover .sk-product-img {
  border-color: var(--blue);
}

.sk-product-item:hover .sk-product-img img {
  opacity: 0.9;
}

.sk-product-item .sk-product-title {
  margin-bottom: 10px;
  padding: 5px 5px;
}

.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: 22px;
  color: var(--black);
  transition: all 0.6s;
  font-family: var(--fonts-tow);
  font-weight: 500;
}

.sk-product-item:hover .sk-product-title a {
  color: var(--blue);
}

.sk-product-item .sk-product-link {
  width: 180px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  border: 1px solid var(--grey);
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  border-radius: 30px;
  transition: all 0.6s;
  font-family: var(--fonts-tow);
}

.sk-product-item .sk-product-link i {
  margin-left: 6px;
}

.sk-product-item:hover .sk-product-link {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

/* 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 0.8s;
}

.product-view .image-additional li a {
  position: relative;
  display: block;
  padding: 0 0.18rem;
}

.product-view .image-additional li.current img,
.product-view .image-additional li:hover img {
  border-color: var(--blue);
  outline: 0px solid var(--blue);
  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(--blue);
}

/* 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(--blue);
  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(--blue);
  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(227, 1, 126, 0.3);
  background-color: var(--blue);
}

.sk-product-con .sk-product-con-link i {
  margin-right: 6px;
  font-size: 16px;
}
.sk-product-summary .sk-pages-title {
  margin-bottom: 0px;
  font-size: 24px;
}

.sk-advantages-box {
  padding-top: 2px;
}

.sk-advantages-box .sk-advantages-li {
  font-size: 14px;
  border-radius: 4px;
  background-color: var(--bgpro);
  margin-top: 8px;
  padding: 8px;
  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: 20px 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 0.8s;
}

.sk-product-tab-titcell::before {
  content: "|";
  margin-right: 10px;
  color: var(--grey);
  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(--grey);
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost:hover,
.sk-product-tab-titcell .sk-product-tab-titcell-dost.on {
  color: var(--blue);
}

.sk-product-inquiry {
  padding: 20px 0 40px 0;
}

/* product show */
.sk-related-list {
  padding-top: 40px;
}

.sk-related-list .sk-pages-title {
  margin-bottom: 20px;
}
/* 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: 0.8;
  background-color: rgb(227, 1, 126, 0.3);
  border: 0;
  border-radius: 0;
  transition: all 0.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(--blue);
  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 0.6s;
  border: 1px solid transparent;
  overflow: hidden;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot span {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: var(--white);
  margin: 4px;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active,
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover {
  border: 1px solid var(--blue);
}

.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(--blue);
}

/* index title*/
.sk-index-title {
  margin-bottom: 30px;
}

.sk-index-title .sk-index-title-item {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  font-family: var(--fonts-tow);
  font-weight: 600;
}

.sk-index-title .sk-index-title-text {
  text-align: center;
  font-size: 14px;
  color: var(--grey);
  max-width: 768px;
  margin: 10px auto 0;
  line-height: 25px;
  font-weight: 400;
}

.sk-index-title .sk-breadcrumb-line-up::after,
.sk-index-title .sk-breadcrumb-line-up::before,
.sk-index-title .sk-breadcrumb-line-down::after,
.sk-index-title .sk-breadcrumb-line-down::before {
  background-color: var(--blue);
}

/* product cate */
.sk-index-operate {
  padding: 60px 0px;
}

.sk-index-operate-box {
  padding-top: 0px;
}

.sk-index-operate-item {
  position: relative;
}

.sk-index-operate-item-img {
  display: block;
  position: relative;
  z-index: 10;
  transition: all 0.8s;
}

.sk-index-operate-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-operate-item-info {
  position: absolute;
  z-index: 12;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 70%;
  padding: 15px;
  margin: auto;
  text-align: center;
  background-color: var(--white);
}

.sk-index-operate-item-info .sk-index-operate-item-title {
  font-family: var(--fonts-tow);
  font-size: 16px;
  line-height: 25px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 8px;
  transition: all 0.8s;
}

.sk-index-operate-item-info .sk-index-operate-item-link {
  display: block;
  color: var(--grey);
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.8s;
}
.sk-index-operate-item-info .sk-index-operate-item-link i {
  font-size: 12px;
}

.sk-index-operate-item:hover .sk-index-operate-item-img {
  opacity: 0.8;
}
.sk-index-operate-item:hover .sk-index-operate-item-info {
  background-color: rgb(227, 1, 126, 0.7);
}

.sk-index-operate-item:hover .sk-index-operate-item-info .sk-index-operate-item-title {
  color: var(--white);
}

.sk-index-operate-item:hover .sk-index-operate-item-link {
  color: var(--white);
}

.sk-index-operate-item:hover {
  animation-name: shake;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes shake {
  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  to {
    transform: translateX(0);
  }
}

/* index product */
.sk-index-product {
  padding: 60px 0;
  background-color: var(--bgpro);
}

/* index about */
.sk-index-company {
  padding: 80px 0;
}

.sk-index-company-box {
  /* max-width: 1500px; */
  margin: auto;
}

.sk-index-company-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.sk-index-company-title {
  font-size: 32px;
  line-height: 42px;
  font-family: var(--fonts-tow);
  font-weight: 700;
  color: var(--blue);
}

.sk-index-company-left .sk-breadcrumb-line-up,
.sk-index-company-left .sk-breadcrumb-line-down {
  justify-content: flex-start;
}

.sk-index-company-company {
  font-family: var(--fonts-tow);
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 10px;
  margin-top: 20px;
}

.sk-index-company-text {
  font-size: 16px;
  line-height: 28px;
  display: block;
  color: var(--grey);
  margin-bottom: 20px;
  font-weight: 400;
}

.sk-index-company-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sk-index-company-link {
  display: block;
  padding: 10px 25px;
  border: 1px solid var(--blue);
  font-size: 14px;
  color: var(--white);
  background-color: var(--blue);
  font-family: var(--fonts-tow);
  font-weight: 600;
  border-radius: 5px;
}

.sk-index-company-link .iconfont {
  font-size: 18px;
  margin-left: 5px;
}

.sk-index-company-link:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.sk-index-company-phone {
  margin-left: 30px;
  line-height: 20px;
  padding-left: 38px;
  position: relative;
}

.sk-index-company-phone::before {
  content: "";
  background: url(../images/icon.png) no-repeat;
  background-position: -55px 0;
  display: inline-block;
  width: 30px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}

.sk-index-company-phone span {
  color: var(--grey);
  font-size: 12px;
  font-weight: 400;
}

.sk-index-company-phone a {
  font-size: 20px;
  display: block;
  color: var(--blue);
  font-family: var(--fonts-tow);
  margin-top: 3px;
  font-weight: 600;
  transition: all 0.8s;
}

.sk-index-company-phone a:hover {
  text-decoration: underline;
}

.sk-index-company-img {
  width: 100%;
}

.sk-index-company-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* honor start */
.sk-index-certificate {
  padding: 0;
}

.sk-index-honor-box {
  position: relative;
}

.sk-index-honor-item {
  border: 1px solid var(--border);
  overflow: hidden;
}

/* case start */
.sk-index-partner {
  padding: 30px 0;
}

.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;
}

/* button */
.sk-index-button {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.sk-index-button .sk-index-button-link {
  display: block;
  border: 1px solid var(--blue);
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
}

.sk-index-button .sk-index-button-link:hover {
  background-color: var(--blue);
  color: var(--white);
}

/* index blog start */
.sk-index-blog {
  padding: 60px 0;
  background-color: var(--bgadv);
}

.sk-index-blog-box {
  padding: 10px 0 0;
}

.sk-index-blog-box .sk-list-news-item {
  margin-bottom: 0;
  background-color: var(--white);
}

/* index Welcom */
.sk-index-welcome {
  padding: 60px 0 80px;
}
.sk-index-welcome-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px;
}

.sk-index-welcome-item {
  max-width: 1100px;
  background: rgb(255, 255, 255, 0.9);
  padding: 60px 0;
  margin: auto;
  text-align: center;
}

.sk-index-welcome-item h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: var(--fonts-tow);
  font-weight: 700;
}
.sk-index-welcome-item p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto 30px;
  max-width: 700px;
}
.sk-index-welcome-item a {
  background-color: var(--blue);
  border-radius: 50px;
  font-size: 16px;
  display: inline-block;
  padding: 12px 35px;
  color: var(--white);
  text-transform: uppercase;
}
.sk-index-welcome-item a:hover {
  background-color: var(--blue);
}

/* about */
.sk-index-about-main {
  display: flex;
  justify-content: space-between;
}

.sk-index-about-left {
  width: 50%;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.sk-index-about-info {
  background-color: var(--blue);
  padding: 50px 30px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sk-index-about-info h3 {
  font-size: 24px;
}

.sk-index-about-info h2 {
  font-size: 42px;
  margin: 15px 0 20px;
  font-weight: bold;
  font-family: var(--fonts-tow);
}

.sk-index-about-info p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}

.sk-index-about-info a {
  padding: 10px 25px;
  border: 1px solid var(--white);
  color: var(--white);
  margin-top: 20px;
}

.sk-index-about-info a:hover {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.sk-index-about-info-two {
  background-color: var(--blue);
}

.sk-index-about-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.sk-index-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sk-index-about-right {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: var(--white);
  background-color: var(--black);
  padding-right: 80px;
}

.sk-index-about-right h2 {
  font-size: 48px;
  margin: 15px 0 20px;
  font-weight: bold;
  font-family: var(--fonts-tow);
}

.sk-index-about-right p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 30px;
}

.sk-index-about-right a {
  padding: 12px 30px;
  border: 1px solid var(--white);
  color: var(--white);
  margin-top: 20px;
  text-transform: uppercase;
}

.sk-index-about-right a:hover {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

/* custom */
.sk-index-custom {
  padding: 60px 0 80px;
}
.sk-main,
.sk-main a {
  color: #6e6e6e;
}

.sk-index-custom .sk-main {
  position: relative;
}

.sk-index-custom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10% 0 8%;
}

.sk-index-custom-box .sk-index-custom-box-img {
  width: calc(46% - (calc(30px) / 2));
}

.sk-index-custom-box .sk-index-custom-box-img img {
  width: 100%;
  display: block;
  height: auto;
}

.sk-index-custom-box .sk-index-custom-box-imgtow {
  width: calc(40% - (calc(30px) / 2));
}

.sk-index-custom-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  background-color: var(--blue);
  outline-offset: -20px;
  outline: 1px solid var(--white);
}

.sk-index-custom-info h3 {
  color: var(--blue);
  font-size: 24px;
  text-align: center;
}

.sk-index-custom-info h2 {
  padding: 12px 0;
  text-align: center;
}

.sk-index-custom-info h2 a {
  font-family: var(--fonts-tow);
  color: var(--white);
  font-size: 28px;
}

.sk-index-custom-info h2 a:hover {
  color: var(--blue);
}

.sk-index-custom-info p {
  text-align: center;
  color: var(--white);
  font-size: 16px;
}

/* strengths */
.sk-strengths-box{ display: block; }
.sk-strengths-list{ padding: 20px; box-shadow: 0 0 10px var(--border); border-radius: 0px; }
.sk-strengths-img{ width: 100%; height: auto; display: block; }
.sk-strengths-img img{ display: block; width: 100%; height: auto; }
.sk-strengths-info{ padding: 0px 40px; height: 100%; display: grid; align-content: center; }
.sk-strengths-info h3{ font-size: 32px; font-family: var(--fonts-tow); color: var(--blue); font-weight: 700; }
.sk-strengths-info .sk-strengths-info-text{ margin-top: 0px; }
.sk-strengths-info .sk-strengths-info-text p{ font-size: 20px; font-weight: 400; line-height: 30px; margin-bottom: 10px; display: flex; justify-content: flex-start; }
.sk-strengths-info .sk-strengths-info-text i{ font-size: 20px; margin-right: 10px; color: var(--red); }
.sk-strengths-list:nth-child(odd) .row{ flex-direction: row-reverse; }

/* PC */
@media screen and (max-width: 1440px) {
  .sk-main {
    width: 92%;
  }
}

@media screen and (max-width: 1360px) {
  .sk-main {
    width: 96%;
  }
  .sk-index-about-info h2,
  .sk-index-about-right h2 {
    font-size: 32px;
  }
  .sk-index-custom-box {
    margin: 0 4%;
  }
  .sk-strengths-info{ padding: 0 20px; }
  .sk-strengths-info .sk-strengths-info-text p{ font-size: 16px; margin-bottom: 5px; line-height: 24px; }
}

@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-about-info p {
    font-size: 14px;
  }
  .sk-index-about-info h2 {
    font-size: 30px;
  }
  .sk-index-custom-box {
    margin: 0;
  }
  .sk-index-company-title {
    margin-bottom: 0;
  }
  .sk-index-company-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .sk-product-item .sk-product-title a {
    font-size: 14px;
  }
  .sk-list-news-item-title {
    margin-bottom: 10px;
  }

  .sk-list-news-item-title a {
    font-size: 18px;
    line-height: 26px;
  }

  .sk-list-news-item-desc {
    line-height: 22px;
  }

  .sk-list-news-item-info {
    padding: 12px 12px 0;
  }

  .sk-content-contact .sk-content-contact-box {
    padding-right: 0;
  }
  .sk-strengths-info{ padding: 0; }
  .sk-strengths-info .sk-strengths-info-text p{ font-size: 16px; }
  .sk-strengths-info .sk-strengths-info-text i{ font-size: 16px; }
}

@media screen and (max-width: 1024px) {
  .sk-index-about-info {
    padding: 30px 15px;
  }
  .sk-index-about-right {
    padding: 30px;
  }
  .sk-footer-box {
    padding: 40px 0;
  }
  .sk-content-message {
    padding: 20px;
  }
  .sk-content-contact {
    margin-bottom: 50px;
  }

  .sk-content-page-box {
    padding: 0;
  }

  .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-title .sk-index-title-text {
    font-size: 12px;
  }

  .sk-index-company-left {
    max-width: 100%;
    padding: 20px 0px 30px;
  }

  .sk-index-company-text {
    margin-bottom: 15px;
  }

  .sk-index-cate-item span {
    font-size: 16px;
  }

  .sk-index-blog-list {
    margin-bottom: 30px;
    height: auto;
    padding: 20px;
  }

  .sk-content-main {
    padding: 50px 0;
  }

  .sk-content-about-img {
    float: unset;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .sk-product-summary {
    margin-top: 30px;
  }
  .sk-footer-box-contact {
    margin-bottom: 25px;
  }
  .sk-footer-box-follow {
    padding: 0;
    margin-bottom: 25px;
    height: auto;
  }
  .sk-strengths-info{ padding-top: 25px; }
}

/* 平板 */
@media screen and (max-width: 868px) {
  .sk-index-operate {
    padding: 50px 0 30px;
  }
  .sk-product-tab-titcell .sk-product-tab-titcell-dost {
    font-size: 14px;
  }
  .sk-list-news-item {
    box-shadow: unset;
  }
  .sk-index-about-main {
    flex-direction: column;
  }

  .sk-index-about-left {
    width: 100%;
  }

  .sk-index-about-right {
    width: 100%;
  }
  .sk-index-about-info h2,
  .sk-index-about-right h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .sk-display-pc {
    display: none !important;
  }

  .sk-display-mobile {
    display: block !important;
  }

  .sk-index-title .sk-index-title-item {
    font-size: 24px;
    line-height: 38px;
  }
  .sk-index-about-info h2,
  .sk-index-about-right h2 {
    font-size: 36px;
  }
  .sk-index-custom-info {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    padding: 36px 25px;
  }

  .sk-index-custom-box {
    flex-direction: column;
    margin: auto;
  }

  .sk-index-custom-box .sk-index-custom-box-img {
    width: 100%;
    margin-top: 15px;
  }
  .sk-product-item {
    margin-bottom: 20px;
  }

  .sk-index-company-title {
    line-height: 32px;
  }

  .sk-content-main {
    padding: 40px 0;
  }

  .sk-content-contact {
    margin-bottom: 40px;
  }
  .sk-index-company-text {
    margin-bottom: 20px;
  }

  .sk-index-company-img {
    height: auto;
  }
  .sk-index-title {
    margin-bottom: 25px;
  }

  .sk-index-title .sk-index-title-text {
    font-size: 12px;
    line-height: 23px;
  }
  .sk-content-left {
    padding-top: 35px;
  }

  .sk-content-message {
    padding: 15px;
  }

  .sk-pages-title {
    margin-bottom: 25px;
  }
  .sk-index-welcome-item h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .sk-index-welcome-item {
    padding: 30px 0;
  }
  .sk-index-welcome-box {
    padding: 30px;
  }
}

/* 手机 */
@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-position-crumbs .sk-main {
    display: block;
  }

  .sk-position-crumbs {
    margin-top: 0px;
  }

  .sk-position-crumbs a,
  .sk-position-crumbs i {
    font-size: 12px;
  }

  .sk-product-item .sk-product-title {
    padding: 10px 6px;
  }

  .sk-products-title {
    font-size: 20px;
  }
  .sk-index-company-link {
    padding: 10px 15px;
  }
  .sk-content-main {
    padding: 40px 0;
  }

  .sk-content-page-main {
    line-height: 25px;
  }

  .sk-pages-title {
    font-size: 24px;
  }

  .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-index-about-left,
  .sk-index-about-right {
    width: 100%;
  }

  .sk-index-about-left {
    grid-template-columns: repeat(1, 1fr);
  }

  .sk-index-about-right {
    padding: 30px 20px;
  }

  .sk-index-about-right h2 {
    font-size: 30px;
  }
  .sk-index-custom-info h2 a {
    font-size: 20px;
  }
  .sk-footer-copyright-text {
    font-size: 12px;
    line-height: 22px;
  }

  .sk-index-company-phone {
    margin-left: 10px;
  }
  .sk-index-welcome-box {
    padding: 10px;
  }
  .sk-index-welcome-item h2 {
    font-size: 24px;
  }
  .sk-index-welcome-item p {
    font-size: 12px;
    line-height: 25px;
  }
  .sk-strengths-list{ padding: 10px; }
  .sk-strengths-info{ padding: 20px 0 0; }
  .sk-strengths-info .sk-strengths-info-text p{ font-size: 14px; line-height: 25px; }
}

.kfc-heade-top {
  background: #3561e4;
  padding: 10px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

.kfc-heade-top a {
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 5px;
  background: #000000;
  color: #fff;
}

.kfc-heade-top a:hover {
  color: #fff;
  background: #10336a;
}

.kfc-second-head-top {
  padding: 25px 0;
  background-color: #eff3f5;
}

.kfc-second-head-top .sns-img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  margin-top: 6px;
}

.kf-company-info {
  float: right;
}

.kf-company-info li {
  float: left;
}

.call-box {
  margin-right: 18px;
}

.call-box .icon {
  margin-right: 10px;
}

.call-box img {
  height: 55px;
  width: 55px;
}

.call-box .text,
.call-box .icon {
  float: left;
}

.call-box span {
  color: #777;
}

.call-box strong {
  font-size: 20px;
  color: #1b2336;
  font-family: "Lexend", sans-serif;
}

.call-box span,
.call-box strong {
  display: block;
}

.about-area {
  padding: 120px 0;
  position: relative;
}

.about-area img {
  width: 100%;
}

.about-text {
  position: absolute;
  top: 60px;
  right: 120px;
  width: 200px;
  background: #3561e4;
  border-radius: 4px;
  box-shadow: 0px 13px 60px 0px rgba(53, 97, 228, 0.4);
  border-radius: 50%;
  height: 200px;
}

.about-text .line2 {
  border: 1px dashed #fff;
  margin: 10px;
  padding: 20px 0 0;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  text-align: center;
}

.about-text span {
  font-size: 45px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  margin-top: 15px;
}

.about-text .line2 p {
  color: #fff;
}

.about-text sub {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin-left: -10px;
  bottom: 5px;
}

.about-text p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Lexend", sans-serif;
}

.about-area h5 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  color: #3561e4;
  font-size: 22px;
  text-transform: uppercase;
}

.about-area h2 {
  line-height: 1.3;
  font-weight: 700;
  font-size: 70px;
  margin-bottom: 0 !important;
  color: #232323;
  overflow-wrap: break-word;
}

.title-box {
  padding-bottom: 25px;
}

.about-area p {
  margin-bottom: 15px;
  color: #6e6e6e;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
}

.about-area li {
  list-style: disc;
  line-height: 45px;
  display: flex;
  margin-bottom: 10px !important;
  color: #0c2957;
  margin-top: 0 !important;
}

.about-area .btn {
  margin-top: 20px;
}

.about-area .icon-duigou {
  margin-right: 15px;
  color: #3561e4;
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 640px) {
  .about-area .row > div:first-child {
    margin-bottom: 40px;
  }

  .about-text {
    display: none;
  }

  .about-area h2 {
    font-size: 40px;
  }
}

.video-area {
  background-image: url(https://wpdemo.zcubethemes.com/evocar/wp-content/uploads/2023/05/video-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  color: white;
}

.video-area h5 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.video-area h2 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  display: inline-block;
}

.video-area h6 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}

.video-area .btn {
  margin-top: 30px;
}

.provide-area {
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.provide-area .section-title {
  margin-bottom: 50px;
}

.provide-area .section-title h5 {
  line-height: 1.3;
  font-weight: 700;
  color: #3561e4;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px !important;
}

.provide-area .section-title h2 {
  font-size: 60px;
  padding-bottom: 0;
  margin-bottom: 0px !important;
  position: relative;
  line-height: 1.3;
  font-weight: 700;
}

.our-quality {
  padding: 120px 0;
  background-color: #eff3f5;
}

.our-quality .skills-title {
  padding-bottom: 20px;
}

.skills-title h5 {
  color: #3561e4;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 700;
}

.skills-title h2 {
  font-size: 80px;
}

.skill-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0 15px;
  color: #343f61;
  font-family: "Lexend", sans-serif;
}

.our-quality p {
  margin-bottom: 15px;
  color: #6e6e6e;
}

.mb-30 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 640px) {
  .provide-area .section-title h2,
  .video-area .s-video-content h2,
  .provide-area h2 {
    font-size: 42px;
  }

  .our-quality .skills-title h2 {
    font-size: 38px;
  }

  .about-area li {
    line-height: 25px;
  }
  .sk-product-tab-maincell{ padding: 20px 10px; }
}


.pictures-list{ margin-top: 50px; }
.sk-index-product .theme-title-2{ text-align: center; }