﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* 脚步栏目 */
.sk-footer {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.sk-footer-nav {
  display: block;
}

.sk-footer-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #1548a3;
  text-transform: uppercase;
  font-weight: 500;
}

.sk-footer-link {
  display: block;
  padding-top: 5px;
}

.sk-footer-li {
  margin-top: 5px;
}

.sk-footer-li a {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  font-weight: 400;
}

.sk-footer-li a:hover {
  color: #1548a3;
}

.sk-footer-contact {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.sk-footer-code {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100px;
  margin-right: 20px;
  padding-top: 50px;
}

.sk-footer-code .sk-footer-code-item {
  width: 100%;
}

.sk-footer-code .sk-footer-code-item p {
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 30px;
}

.sk-footer-code img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-footer-contact-info {
  display: block;
}

.sk-footer-contact-text {
  padding-top: 5px;
  display: block;
}

.sk-footer-contact-text p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 30px;
  margin-bottom: 5px;
}

.sk-footer-contact-text p i {
  flex-shrink: 0;
  font-size: 14px;
  margin-right: 10px;
  color: #333333;
}

.sk-footer-contact-text p span,
.sk-footer-contact-text p a {
  font-size: 14px;
  color: #333333;
}

.sk-footer-contact-text p a:hover {
  color: #1548a3;
}

/* 版权 */
.sk-copyright {
  background-color: #333333;
  padding: 20px 0;
}

.sk-copyright-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sk-copyright-box span,
.sk-copyright-box a {
  font-size: 14px;
  color: #ccc;
  line-height: 28px;
  font-weight: 300;
  margin-right: 12px;
}

.sk-copyright-box a:hover {
  color: #fff;
}

/* 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: #ffffff;
  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: #1548a3
}

/*Animation*/
@-webkit-keyframes shadow-blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

@keyframes shadow-blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

/* 新导航 */
.sk-header-pc {
  display: block;
}

.sk-header-top {
  padding: 12px 0;
  background-color: #000;
}

.sk-header-top-text {
  font-size: 14px;
  color: #b2b2b2;
}

.sk-header-top-tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sk-header-top-tel p {
  margin-left: 20px;
}

.sk-header-top-tel p i {
  font-size: 16px;
  color: #b2b2b2;
}

.sk-header-top-tel p a {
  font-size: 14px;
  color: #b2b2b2;
  margin-left: 5px;
}

.sk-header-top-tel p a:hover {
  color: #ffffff;
}

.sk-header {
  display: block;
  z-index: 99;
  background-color: #fff;
}

.sk-header-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sk-header-nav-logo {
  display: block;
  width: auto;
  padding: 15px 0;
}

.sk-header-nav-logo img {
  height: 60px;
  width: auto;
  display: block;
}

.sk-header-nav-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-header-nav-li {
  display: block;
  position: relative;
  transition: all .8s;
}

.sk-header-nav-li .sk-header-nav-li-link {
  font-size: 16px;
  height: 90px;
  line-height: 90px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}

.sk-header-nav-li .sk-header-nav-li-link i {
  margin-left: 3px;
  font-size: 15px;
}

.sk-header-nav-li .sk-header-nav-li-hover {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .2);
  width: 180px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.sk-header-nav-li .sk-header-nav-li-hover .sk-header-nav-li-hover-list {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: block;
}

.sk-header-nav-li .sk-header-nav-li-hover .sk-header-nav-li-hover-list a {
  padding: 8px 15px;
  color: #000;
  font-size: 12px;
  display: block;
}

.sk-header-nav-li .sk-header-nav-li-hover .sk-header-nav-li-hover-list a:hover {
  color: #1548a3;
}

.sk-header-nav-li:hover,
.sk-header-nav-li.active,
.sk-header-nav-li:hover .sk-header-nav-li-link,
.sk-header-nav-li.active .sk-header-nav-li-link {
  color: #1548a3;
}

.sk-header-nav-li:hover .sk-header-nav-li-hover {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.sk-header-fixed {
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  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-search-box {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  cursor: pointer;
  margin-left: 12px;
}

.sk-header-search-box i {
  display: block;
  font-size: 20px;
  color: #000;
}

.sk-header-search-box:hover i {
  color: #1548a3;
}

/* mobile nav */
.sk-mobile-header {
  display: none;
}

.sk-mobile-header-box {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 10px;
}

.sk-mobile-header-logo {
  display: block;
}

.sk-mobile-header-logo img {
  height: 45px;
  width: auto;
  display: block;
}

.sk-mobile-header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-mobile-header-right .sk-header-pc-lang-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-mobile-header-right .sk-header-pc-lang-btn {
  height: 36px;
}

.sk-mobile-caidan {
  margin-left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
  border: 0px solid #333333;
  background-color: #ffffff;
  outline: none;
}

.sk-mobile-caidan .iconfont {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  line-height: 30px;
  text-align: center;
  font-size: 28px;
}

.sk-header-colse {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  position: absolute;
  left: -38px;
  top: 2px;
}

.sk-header-colse .iconfont {
  display: block;
  text-align: center;
  line-height: 36px;
}

.sk-mobile-nav {
  position: fixed;
  width: 80%;
  height: 100vh;
  top: 0px;
  right: -90%;
  background-color: #ffffff;
  box-shadow: -1px 0 5px 0 #eeeeee;
  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;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeee;
}

.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: #333333;
  line-height: 42px;
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.sk-mobile-nav-box .sk-mobile-nav-child-li {
  display: block;
}

.sk-mobile-nav-box .sk-mobile-nav-child-link {
  color: #333333;
  padding: 0 12px 0 25px;
  line-height: 42px;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px dashed #eeeeee;
  display: block;
}

.sk-mobile-block {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  right: 0;
}

.sk-mobile-fixed {
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98;
  background: #ffffff;
  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: 1110px) {
  .sk-header-pc {
    display: none;
  }

  .sk-mobile-header {
    display: block;
  }
}

/* mobile end */

/* banner start */
.sk-index-slide {
  position: relative;
  display: block;
}

.sk-index-slide .sk-index-slide-box {
  flex: 1;
  position: unset;
}

.sk-index-slide .sk-index-slide-box .owl-nav {
  position: absolute;
  left: 0;
  top: calc((100% - 48px) / 2);
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 20;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  line-height: 48px;
  outline: none;
  position: absolute;
  left: 35px;
  opacity: .8;
  background-color: rgb(255, 255, 255, .3);
  border: 0;
  border-radius: 0;
  transition: all .8s;
  color: #fff;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  right: 35px;
  left: unset;
}

.sk-index-slide .owl-nav .owl-prev::after,
.sk-index-slide .owl-nav .owl-next::after {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  content: "\f104";
  font-family: 'FontAwesome';
}

.sk-index-slide .owl-nav .owl-next::after {
  content: "\f105";
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev span,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next span {
  display: none;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev:hover,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, .8);
  opacity: 1;
  color: #1548a3;
}

.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: #ffffff;
  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 #1548a3;
}

.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: #1548a3;
}

/* end */

/* crumbs start */
.sk-position-crumbs {
  line-height: 25px;
  padding: 17px 0;
  background: #f6f6f6;
  border-bottom: 1px solid #eeeeee;
}

.sk-position-crumbs .sk-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sk-position-crumbs a {
  margin: 0 5px;
  font-weight: 300;
  font-size: 14px;
}

.sk-position-crumbs i {
  font-size: 14px;
}

.sk-position-banner {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.sk-position-banner img {
  position: relative;
  z-index: 8;
  width: 100%;
  height: auto;
  display: block;
}

.sk-position-banner-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: grid;
  justify-content: center;
  align-content: center;
  top: 0;
  left: 0;
  background-color: rgb(39, 38, 38, .2);
}

.sk-position-banner-box .sk-position-banner-title {
  font-size: 42px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.sk-position-banner-box .sk-position-banner-link {
  padding-top: 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}

.sk-position-banner-box .sk-position-banner-link a {
  color: #ffffff;
}

.sk-position-banner-box .sk-position-banner-link a:hover {
  color: #1548a3;
}

/* crumbs end */

/* right start */
.sk-content-left-box {
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
  border: 2px dashed #ddd;
  background: #ffffff;
}

.sk-content-left-box-title {
  padding-left: 45px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-top: 0;
  color: #1548a3;
}

.sk-content-left-box-title::before,
.sk-content-left-box-title::after {
  display: block;
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #1548a3;
}

.sk-content-left-box-title::before {
  border-radius: 5px;
  left: 0;
  width: 18px;
}

.sk-content-left-box-title::after {
  border-radius: 50%;
  left: 22px;
  width: 4px;
}

.sk-content-left-search {
  width: 100%;
  position: relative;
}

.sk-content-left-search .sk-content-left-search-control {
  width: 100%;
  height: 48px;
  border: 1px solid #eeeeee;
  outline: none;
  padding: 5px 55px 5px 10px;
}

.sk-content-left-search .sk-content-left-search-btn {
  line-height: 36px;
  position: absolute;
  border-left: none;
  height: 36px;
  top: 6px;
  right: 6px;
  width: 36px;
  padding: 0;
  border: 0;
}

.sk-content-left-search .sk-content-left-search-btn .iconfont {
  font-size: 20px;
  color: #ffffff;
}

.sk-content-left-box-nav {
  display: block;
}

.sk-content-left-box-nav .sk-expmenu-dt {
  padding-bottom: 9px;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 9px;
}

.sk-content-left-box-nav .sk-expmenu-dt a {
  font-size: 16px;
  line-height: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
}

.sk-content-left-box-nav .sk-expmenu-dt .iconfont {
  width: 25px;
  height: 28px;
  line-height: 28px;
  color: #999999;
  font-size: 15px;
}

.sk-content-left-box-nav .sk-expmenu-dt:last-child {
  margin-bottom: 0;
}

.sk-content-left-news-item {
  margin-bottom: 15px;
}

.sk-content-left-news-item a {
  display: block;
}

.sk-content-left-news-item .sk-content-left-news-img {
  float: left;
  margin-right: 10px;
  border-radius: 10px;
  flex-shrink: 0;
  width: 70px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #f6f6f6;
}

.sk-content-left-news-item .sk-content-left-news-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.sk-content-left-news-item .sk-content-left-news-info {
  display: block;
  width: calc(100% - 80px);
  float: left;
  padding-top: 5px;
}

.sk-content-left-news-item .sk-content-left-news-info p {
  display: block;
  transition: all .8s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}

.sk-content-left-news-item .sk-content-left-news-info span {
  font-size: 12px;
  color: #999;
}

.sk-content-left-news-item .sk-content-left-news-info .iconfont {
  font-size: 14px;
}

.sk-content-left-news-item a:hover .sk-content-left-news-info p {
  color: #1548a3;
}

.sk-content-left-news-item:last-child {
  margin-bottom: 0;
}

.sk-content-left-box-product .sk-index-case-item:last-child {
  margin-bottom: 0;
}

/* case */
.sk-index-case-item {
  margin-bottom: 15px;
}

.sk-index-case-item .sk-index-case-item-img {
  position: relative;
  display: block;
  border: 1px solid #eee;
}

.sk-index-case-item .sk-index-case-item-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 240px;
}

.sk-index-case-item .sk-index-case-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-case-item .sk-index-case-item-title {
  font-weight: normal;
  text-align: center;
  padding: 8px 10px;
}

.sk-index-case-item .sk-index-case-item-title a {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.sk-index-case-item:hover .sk-index-case-item-title a {
  color: #1548a3;
}

/* show start */
.sk-content-show {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
  border-radius: 1px;
  padding: 15px;
}

.sk-content-show-banner {
  margin-bottom: 25px;
}

.sk-content-show-banner img {
  width: 100%;
}

.sk-content-show .sk-content-show-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333333;
}

.sk-content-show .sk-content-show-resource {
  padding: 6px 10px;
  line-height: 26px;
  border: 1px solid #eeeeee;
  border-radius: 1px;
  display: flex;
  justify-content: flex-start;
}

.sk-content-show .sk-content-show-resource span {
  font-size: 14px;
  color: #999;
  margin-left: 8px;
  margin-right: 12px;
}

.sk-content-show .sk-content-page-main {
  padding: 15px 0 20px 0;
}

.sk-content-page-main {
  font-size: 14px;
  line-height: 25px;
}

.sk-content-page-main img {
  max-width: 100%;
  height: auto !important;
}

.sk-content-show-prenext {
  border: 1px solid #eeeeee;
}

.sk-content-show-prenext p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 8px 12px;
}

.sk-content-show-prenext p~p {
  border-top: 1px solid #eeeeee;
}

/* show end */

/* 新闻 */
.sk-index-news-item {
  margin-bottom: 30px;
}

.sk-index-news-item .sk-index-news-item-img {
  position: relative;
  border: 1px solid #eee;
  display: block;
}

.sk-index-news-item .sk-index-news-item-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 250px;
}

.sk-index-news-item .sk-index-news-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-news-item .sk-index-news-item-info {
  padding: 15px 0 10px 0;
}

.sk-index-news-item .sk-index-news-item-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.sk-index-news-item .sk-index-news-item-time {
  margin: 10px 0 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}

.sk-index-news-item .sk-index-news-item-text {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  line-height: 25px;
}

.sk-index-news-item .sk-index-news-item-btn {
  margin-top: 10px;
  display: block;
}

.sk-index-news-item .sk-index-news-item-link {
  border: 1px solid #666666;
  color: #666666;
  font-size: 14px;
  padding: 3px 10px;
  display: inline-block;
  transition: all .8s;
}

.sk-index-news-item .sk-index-news-item-link:hover {
  border: 1px solid #1548a3;
  background-color: #1548a3;
  color: #ffffff;
}

/* images start */
.sk-list-images-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sk-list-images-box a {
  display: block;
  border: 1px solid #eeeeee;
}

.sk-list-images-box a img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-list-images-box p {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

/* 联系我们 */
.sk-contact {
  padding-top: 60px;
}

.sk-contact-title {
  text-align: center;
  padding-bottom: 30px;
}

.sk-contact-title strong {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  display: block;
}

.sk-contact-title strong::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #1548a3;
  margin: 15px auto 8px;
  display: block;
}

.sk-contact-title span {
  font-size: 14px;
  color: #262626;
  opacity: 0.7;
  display: block;
  text-transform: uppercase;
}

.sk-contact-main {
  position: relative;
  display: block;
  height: 550px;
  margin-bottom: 70px;
}

.sk-contact-map {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}

.sk-contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.sk-contact-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.sk-contact-box .sk-main {
  position: relative;
}

.sk-contact-info {
  position: absolute;
  right: 0;
  top: 0;
  height: 550px;
  width: 650px;
  z-index: 11;
  background-color: rgba(28, 101, 213, 0.8);
  padding: 30px;
}

.sk-contact-info-title {
  font-weight: 600;
  display: block;
  font-size: 30px;
  padding-bottom: 10px;
  color: #fff;
}

.sk-contact-info-title::after {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 10px;
}

.sk-contact-info-box {
  padding-top: 15px;
}

.sk-contact-info-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 28px;
  margin-bottom: 10px;
}

.sk-contact-info-item strong {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  flex-shrink: 0;
}

.sk-contact-info-item span,
.sk-contact-info-item a {
  font-size: 16px;
  color: #fff;
}

.sk-contact-info-qrcode {
  display: block;
  width: 120px;
  display: block;
}

.sk-contact-info-qrcode img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-contact-info-qrcode span {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 25px;
  text-align: center;
}

/* message start */
.sk-content-message {
  display: block;
}

.sk-content-message-form {
  flex: 1;
  display: block;
}

.sk-content-message-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.sk-content-message-form .sk-content-message-form-input,
.sk-content-message-form .sk-content-message-form-textarea {
  margin-bottom: 20px;
}

.sk-content-message-form .sk-content-message-form-input input,
.sk-content-message-form .sk-content-message-form-textarea textarea {
  width: 100%;
  line-height: 23px;
  display: block;
  border: 1px solid #eeeeee;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 0px;
  transition: all .8s;
}

.sk-content-message-form .sk-content-message-form-textarea textarea {
  resize: none;
  height: 150px;
}

.sk-content-message-form .sk-content-message-form-input input:focus,
.sk-content-message-form .sk-content-message-form-textarea textarea:focus {
  border-color: #1548a3;
}

.sk-content-message-form .sk-content-message-form-submit {
  display: block;
}

.sk-content-message-form .sk-content-message-form-button {
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .8s;
  border: 1px solid #333333;
  background: unset;
  color: #333333;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 36px;
  border-radius: 0px;
  line-height: 42px;
  letter-spacing: 2px;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: #ffffff;
  background-color: #1548a3;
  border-color: #1548a3;
}

/* message end */

/* product list */
.sk-index-products-item {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

.sk-index-products-item .sk-index-products-item-link {
  display: block;
}

.sk-index-products-item .sk-index-products-item-img {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  transition: all .8s;
  border: 1px solid #eeeeee;
}

.sk-index-products-item .sk-index-products-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-products-item .sk-index-products-item-title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 30px;
  transition: all .8s;
  padding-top: 10px;
}

.sk-index-products-item .sk-index-products-item-link:hover .sk-index-products-item-img {
  opacity: .9;
}

.sk-index-products-item .sk-index-products-item-link:hover .sk-index-products-item-title {
  color: #1548a3;
}

/* product images start */
.product-view .product-image {
  position: relative;
  padding: 0px;
  border: 1px solid #eee;
  background-color: #fff;
}

.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 #eee;
  background-color: #f6f6f6;
  display: block;
}

.product-view .image-additional li a {
  position: relative;
  display: block;
  padding: 0 .18rem;
}

.product-view .image-additional li.current img {
  border-color: #1548a3;
  outline: 0px solid #1548a3;
  background-color: #fff;
}

.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: #1548a3;
  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: #1548a3;
}

/* product images end */
.sk-product-intro {
  padding-top: 30px;
}

.sk-product-summary {
  padding: 0px;
  background-color: #fff;
}

.sk-products-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.sk-product-parameter {
  margin-bottom: 30px;
  border-top: 2px solid #1548a3;
  border-bottom: 2px solid #1548a3;
  padding: 20px 0;
}


.sk-product-parameter .sk-product-meta-item {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}

.sk-product-btn {
  display: block;
}

.sk-product-btn a {
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border: 1px solid #1548a3;
  margin-right: 15px;
}

.sk-product-btn a:hover {
  background-color: #1548a3;
  color: #fff;
}

/* product show */
.sk-product-show {
  padding: 36px 0 20px;
}

.sk-product-tab {
  margin-bottom: 30px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
  background-color: #ffffff;
}

.sk-product-tab-maincell {
  padding: 20px;
}

.sk-product-tab-titcell {
  display: flex;
  justify-content: flex-start;
  padding: 12px 15px;
  background-color: #f6f6f6;
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
  color: #333333;
  transition: all .8s;
}

.sk-product-tab-titcell::before {
  content: "|";
  margin-right: 10px;
  color: #1548a3;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost::after {
  content: "|";
  margin-left: 10px;
  color: #1548a3;
}

/* nav */
.sk-list-nav {
  display: block;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.sk-list-nav-item {
  display: block;
}

.sk-list-nav-item a {
  display: block;
  font-size: 16px;
  padding: 7px 15px;
  transition: all .5s ease-out;
}

.sk-list-nav-item a.active,
.sk-list-nav-item a:hover {
  background-color: #1548a3;
  color: #ffffff;
}

.sk-molist-nav {
  position: relative;
  border-radius: 3px;
  border-top-right-radius: 3px;
  padding: 3px;
  background-color: #1548a3;
  margin-bottom: 20px;
  display: none;
}

.sk-molist-nav .sk-molist-nav-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  z-index: 20;
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
}

.sk-molist-nav .sk-molist-nav-title span {
  font-size: 16px;
}

.sk-molist-nav .sk-molist-nav-title i {
  font-size: 18px;
}

.sk-molist-nav .sk-molist-nav-box {
  display: block;
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 21;
  padding: 0 3px 3px;
  background-color: #1548a3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
}

.sk-molist-nav .sk-molist-nav-item {
  margin-top: 3px;
  background-color: #ebf4ff;
  border-radius: 5px;
  overflow: hidden;
}

.sk-molist-nav .sk-molist-nav-item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  padding: 0 10px;
  display: block;
}

.sk-molist-nav .sk-molist-nav-box.sk-molist-nav-block {
  height: auto;
  transform: scaleY(1);
}

@media screen and (max-width: 1080px) {
  .sk-list-nav-item a {
    padding: 7px 8px;
    font-size: 14px;
  }
}

/* @media screen and (max-width: 868px) {
  .sk-list-nav {
    display: none;
  }

  .sk-molist-nav {
    display: block;
  }
} */

/* 首页标题 */
.sk-index {
  padding: 0px;
}

.sk-index-title {
  margin-bottom: 20px;
  position: relative;
}

.sk-index-title .sk-index-title-en {
  position: absolute;
  z-index: 9;
  font-size: 54px;
  line-height: 64px;
  color: #1548a3;
  opacity: .2;
  text-align: center;
  width: 100%;
  left: 0;
  top: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.sk-index-title .sk-index-title-item {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 42px;
  position: relative;
  z-index: 10;
}

.sk-index-title .sk-index-title-text {
  text-align: center;
  font-size: 14px;
  color: #666666;
  max-width: 800px;
  margin: auto;
  line-height: 25px;
  position: relative;
  z-index: 10;
}

.sk-index-title .sk-index-title-item::after {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #1548a3;
  margin: 20px auto 15px;
  display: block;
}

/* about us */
.sk-index-about {
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 0 0;
  margin-bottom: 50px;
}

.sk-index-about-box {
  padding-top: 10px;
}

.sk-index-about-info {
  display: block;
  margin-bottom: 40px;
}

.sk-index-about-info .sk-index-about-info-text {
  margin: 0px auto 25px;
  font-size: 18px;
  color: #666;
  line-height: 38px;
}

.sk-index-about-info .sk-index-about-info-link {
  font-size: 16px;
  font-style: normal;
  display: block;
  padding: 8px 0px;
  text-align: center;
  color: #333333;
  border: 1px solid #1548a3;
  transition: all .8s;
  margin: auto;
  width: 135px;
}

.sk-index-about-info .sk-index-about-info-link:hover {
  background-color: #1548a3;
  color: #ffffff;
}

.sk-index-about-item {
  text-align: center;
  background-color: #f6f6f6;
  padding: 20px 0;
  border-radius: 5px;
}

.sk-index-about-item i {
  font-size: 54px;
  color: #000;
  line-height: 54px;
  display: block;
}

.sk-index-about-item h3 {
  font-weight: bold;
  color: #1548a3;
  font-size: 42px;
  padding: 10px 0;
  line-height: 54px;
}

.sk-index-about-item h3 span {
  font-size: 24px;
  line-height: 25px;
  font-weight: normal;
  margin-left: 5px;
}

.sk-index-about-item p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

/* pictures */
.sk-index-pictures {
  margin-bottom: 80px;
}

.sk-index-pictures-item {
  display: block;
}

/* content start */
.sk-content {
  display: block;
}

.sk-content-main {
  padding: 30px 0 60px;
}

/* content end */

/* partner */
.sk-index-partner {
  margin-bottom: 80px;
}

.sk-index-partner-box {
  padding-top: 20px;
}

.sk-index-partner-item {
  margin: 0;
  border: 1px solid #eee;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.sk-index-partner-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* product categories */
.sk-index-categories {
  margin-bottom: 60px;
}

.sk-index-categories-box {
  padding-top: 10px;
}

.sk-index-cate-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.sk-index-cate-tab .sk-index-cate-tab-item {
  width: auto;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  transition: all .8s;
  padding: 0 12px;
}

.sk-index-cate-tab .sk-index-cate-tab-item~.sk-index-cate-tab-item {
  border-left: 1px solid #eee;
}

.sk-index-cate-tab .sk-index-cate-tab-item::after {
  margin: auto;
  width: 0%;
  height: 2px;
  display: block;
  content: '';
  background-color: #fff;
  transition: all .3s;
}

.sk-index-cate-tab .sk-index-cate-tab-item.on::after,
.sk-index-cate-tab .sk-index-cate-tab-item:hover::after {
  background-color: #066baf;
  width: 70%;
}

.sk-index-cate-tab .sk-index-cate-tab-item.on,
.sk-index-cate-tab .sk-index-cate-tab-item:hover {
  color: #066baf;
}

.sk-index-categories-item-box {
  display: grid;
  align-content: space-between;
  width: 100%;
  height: 100%;
}

.sk-index-categories-item {
  position: relative;
  margin-bottom: 25px;
}

.sk-index-categories-item .sk-index-categories-item-link {
  display: block;
}

.sk-index-categories-item .sk-index-categories-item-img {
  display: block;
  height: auto;
  width: 100%;
}

.sk-index-categories-item .sk-index-categories-item-img::after {
  content: "";
  display: block;
  background-color: #333333;
  transition: all .8s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
}

.sk-index-categories-item .sk-index-categories-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-categories-item .sk-index-categories-item-title {
  position: absolute;
  z-index: 12;
  bottom: 10px;
  left: 0;
  font-size: 18px;
  width: 100%;
  padding: 10px 20px;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.sk-index-categories-item .sk-index-categories-item-title::after {
  content: '';
  transition: width 1s;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 5px;
}

.sk-index-categories-item:hover .sk-index-categories-item-title::after {
  width: 180px;
}

.sk-index-categories-item:hover .sk-index-categories-item-img::after {
  opacity: .6;
}

/* workflows */
.sk-index-workflows {
  margin-bottom: 80px;
}

.sk-index-workflows-item {
  background-color: #1548a3;
  padding: 15px 12px;
  transition: all .8s;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sk-index-workflows-item .sk-index-workflows-item-icon {
  display: block;
  margin-right: 10px;
}

.sk-index-workflows-item .sk-index-workflows-item-icon i {
  font-size: 36px;
  color: #ffffff;
}

.sk-index-workflows-item .sk-index-workflows-item-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.sk-index-workflows-item:hover {
  background-color: #0e2f6b;
}

/* sousuo */
.sk-search-pop-up {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1111;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  transition: all .8s;
}

.sk-search-pop-up-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-search-pop-up-form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  width: 100%;
  position: relative;
}

.sk-search-pop-up-form .sk-search-pop-up-input {
  background-color: #ffffff;
  height: 48px;
  width: 100%;
  padding: 5px 15px;
  border: 0;
}

.sk-search-pop-up-form .sk-search-pop-up-btn {
  width: 140px;
  height: 48px;
  border: 0;
  background-color: #1548a3;
  transition: all .8s;
  flex-shrink: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}

.sk-search-pop-up-form .sk-search-pop-up-btn i {
  font-size: 22px;
  color: #ffffff;
}

.sk-search-pop-up-form .sk-search-pop-up-btn:hover {
  background-color: #333333;
}

.sk-search-pop-up-close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -42px;
  top: -42px;
}

.sk-search-pop-up-close i {
  display: block;
  font-size: 20px;
  color: #ffffff;
}

.sk-index-honor {
  margin-bottom: 80px;
  background-color: #f6f6f6;
  padding: 60px 0;
}

/* news */
.sk-index-news {
  margin-bottom: 60px;
}

.sk-index-news-box {
  padding-top: 15px;
}

.sk-index-news-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-index-news-tab .sk-index-news-tab-item {
  background-color: #eee;
  color: #1548a3;
  border: 1px solid #1548a3;
  cursor: pointer;
  font-size: 18px;
  margin: 0 10px;
  display: block;
  line-height: 48px;
  width: 180px;
  text-align: center;
  transition: all .8s;
}

.sk-index-news-tab .sk-index-news-tab-item.on,
.sk-index-news-tab .sk-index-news-tab-item:hover {
  background-color: #1548a3;
  color: #fff;
}

.sk-index-news-list {
  display: block;
  padding-top: 30px;
}

.sk-index-news-page {
  display: none;
}

.sk-news-list {
  display: block;
}

.sk-news-list-img {
  height: 375px;
  display: block;
}

.sk-news-list-img a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-news-list-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-news-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.sk-news-list-item-time {
  width: 100px;
  text-align: center;
  flex-shrink: 0;
  padding: 15px 0;
}

.sk-news-list-item-time span {
  font-size: 42px;
  color: #1548a3;
  font-weight: bold;
  line-height: 48px;
}

.sk-news-list-item-time p {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

.sk-news-list-item-info {
  border-left: 1px solid #eee;
  padding: 0 20px;
}

.sk-news-list-item-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

.sk-news-list-item-text {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}

/* application */
.sk-index-application {
  margin-bottom: 80px;
}

.sk-index-application-box {
  padding-top: 20px;
}

.sk-index-application-item {
  display: block;
  background-color: #f6f6f6;
  transition: all .8s;
}

.sk-index-application-item .sk-index-application-link {
  display: block;
}

.sk-index-application-item .sk-index-application-img {
  display: block;
}

.sk-index-application-item .sk-index-application-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-application-item .sk-index-application-title {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
}

.sk-index-application-item:hover .sk-index-application-title {
  color: #1548a3;
}

.sk-index-application-item:hover {
  background-color: #f9f9f9;
  box-shadow: 0 0 5px 0 #ddd;
}

.sk-index-application-box .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.sk-index-application-box .owl-nav .owl-prev,
.sk-index-application-box .owl-nav .owl-next {
  transition: all .8s;
  background: #858585 !important;
  margin: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  outline: none;
  border-radius: 0;
}

.sk-index-application-box .owl-nav .owl-prev {
  background: #1548a3 !important;
}

.sk-index-application-box .owl-nav .owl-prev::after,
.sk-index-application-box .owl-nav .owl-next::after {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
  content: "\f104";
  font-family: 'FontAwesome';
}

.sk-index-application-box .owl-nav .owl-next::after {
  content: "\f105";
}

.sk-index-application-box .owl-nav .owl-prev span,
.sk-index-application-box .owl-nav .owl-next span {
  display: none;
}

/* advantage */
.sk-index-advantage {
  display: block;
  margin-bottom: 80px;
}

.sk-index-advantage-box {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.sk-index-advantage-img {
  width: 50%;
  display: block;
}

.sk-index-advantage-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-advantage-list {
  width: 50%;
  display: grid;
  justify-content: space-between;
}

.sk-index-advantage-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sk-index-advantage-item .sk-index-advantage-item-icon {
  flex-shrink: 0;
  width: 120px;
  text-align: center;
}

.sk-index-advantage-item .sk-index-advantage-item-icon i {
  font-size: 48px;
  line-height: 54px;
}

.sk-index-advantage-item .sk-index-advantage-item-text {
  border-left: 1px solid #ddd;
  padding: 0 60px 0 25px;
}

.sk-index-advantage-item .sk-index-advantage-item-text h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

.sk-index-advantage-item .sk-index-advantage-item-text p {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}

.sk-index-advantage-item:first-child {
  background-color: #1548a3;
}

.sk-index-advantage-item:first-child .sk-index-advantage-item-icon {
  color: #ffffff;
}

.sk-index-advantage-item:first-child .sk-index-advantage-item-text {
  border-color: #fff;
}

.sk-index-advantage-item:first-child .sk-index-advantage-item-text h3,
.sk-index-advantage-item:first-child .sk-index-advantage-item-text p {
  color: #fff;
}

.sk-index-advantage-item:nth-child(3) {
  background-color: #f6f6f6;
}

.sk-index-advantage-item:nth-child(3) .sk-index-advantage-item-text {
  border-color: #ccc;
}

@media screen and (max-width: 1360px) {
  .sk-main {
    width: 96%;
    max-width: 96%;
  }

  .sk-index-advantage-item .sk-index-advantage-item-icon {
    width: 90px;
  }

  .sk-index-advantage-item .sk-index-advantage-item-text {
    padding: 0 20px;
  }

  .sk-index-advantage-item .sk-index-advantage-item-text h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .sk-index-advantage-item .sk-index-advantage-item-text p {
    line-height: 23px;
  }
}

@media screen and (max-width: 1200px) {
  .sk-index-advantage-item {
    padding: 10px 0;
  }

  .sk-index-about {
    padding: 60px 0 0;
  }

  .sk-index-categories,
  .sk-index-about,
  .sk-index-partner,
  .sk-index-workflows,
  .sk-index-pictures,
  .sk-index-advantage,
  .sk-index-application,
  .sk-index-honor,
  .sk-index-news {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 992px) {
  .sk-index-title .sk-index-title-item {
    font-size: 32px;
  }

  .sk-index-title .sk-index-title-en {
    font-size: 48px;
  }

  .sk-content-message {
    margin-top: 30px;
  }

  .sk-contact-main {
    height: auto;
  }

  .sk-contact-box {
    position: unset;
  }

  .sk-contact-map {
    height: 450px;
  }

  .sk-contact-info {
    position: unset;
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }

  .sk-contact-box .sk-main {
    width: 100%;
    max-width: 100%;
  }

  .sk-index-workflows-item {
    margin-bottom: 15px;
  }

  .sk-index-advantage-box {
    flex-direction: column;
  }

  .sk-index-advantage-img {
    width: 100%;
  }

  .sk-index-advantage-list {
    width: 100%;
  }

  .sk-footer-nav {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sk-display-pc {
    display: none !important;
  }

  .sk-display-mobile {
    display: block !important;
  }

  .sk-index-about-item {
    margin-bottom: 20px;
  }

  .sk-content-left {
    margin-top: 30px;
  }

  .sk-index-case-item .sk-index-case-item-img a {
    max-height: unset;
  }
}

@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-index-categories,
  .sk-index-about,
  .sk-index-partner,
  .sk-index-workflows,
  .sk-index-pictures,
  .sk-index-advantage,
  .sk-index-application,
  .sk-index-honor,
  .sk-index-news {
    margin-bottom: 40px;
  }

  .sk-index-title .sk-index-title-item {
    font-size: 28px;
    line-height: 36px;
  }

  .sk-index-title .sk-index-title-en {
    font-size: 36px;
  }

  .sk-index-about-info .sk-index-about-info-text {
    font-size: 16px;
    line-height: 30px;
  }

  .sk-index-advantage-item .sk-index-advantage-item-text h3 {
    font-size: 16px;
  }

  .sk-index-advantage-item .sk-index-advantage-item-text p {
    font-size: 12px;
  }

  .sk-index-news-tab .sk-index-news-tab-item {
    width: 31%;
    font-size: 16px;
    margin: 0;
    line-height: 36px;
  }

  .sk-index-news-tab {
    justify-content: space-between;
  }

  .sk-news-list-item {
    padding: 10px 0;
  }

  .sk-news-list-item-time {
    width: 80px;
  }

  .sk-news-list-item-time span {
    font-size: 36px;
  }

  .sk-news-list-item-time p {
    font-size: 14px;
  }

  .sk-news-list-item-info {
    padding: 0 10px;
  }

  .sk-content-show .sk-content-show-resource span {
    font-size: 12px;
  }

  .sk-content-show-prenext p {
    font-size: 12px;
  }

  .sk-copyright-box {
    display: block;
  }

  .sk-content-show {
    padding: 0px;
    box-shadow: unset;
  }

  .sk-content-show .sk-content-show-title {
    font-size: 20px;
  }

  .sk-content-left-box {
    padding: 15px 10px;
  }

  .sk-product-intro {
    padding: 8px;
  }

  .sk-product-summary {
    padding: 10px 0 15px;
  }

  .sk-product-tab-maincell {
    padding: 8px;
  }

  .sk-contact-info-title {
    font-size: 24px;
  }

  .sk-contact-main {
    margin-bottom: 40px;
  }

  .sk-position-crumbs {
    padding: 10px 0;
  }

  .sk-position-crumbs a,
  .sk-position-crumbs i {
    font-size: 12px;
  }

  .sk-index-news-item .sk-index-news-item-title {
    font-size: 16px;
    line-height: 28px;
  }

  .sk-index-title .sk-index-title-text {
    font-size: 12px;
  }
}