﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* header start */
.sk-header {
  background-color: #fff;
  padding: 0;
}

.sk-header .sk-main {
  display: flex;
  justify-content: space-between;
}

.sk-header-logo {
  padding: 10px 0;
  width: auto;
  display: block;
  flex-shrink: 0;
  margin-right: 45px;
}

.sk-header-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-header-logo img {
  width: auto;
  height: 60px;
  display: block;
}

.sk-header-logo span {
  font-size: 28px;
  text-transform: uppercase;
  margin-left: 12px;
  font-weight: bold;
  color: #060606;
}

.sk-nav-box {
  display: flex;
  justify-content: flex-end;
}

.sk-nav-box-li {
  display: block;
  position: relative;
}

.sk-nav-box-li~.sk-nav-box-li {
  margin-left: 2px;
}

.sk-nav-box-li .sk-nav-a {
  font-size: 16px;
  line-height: 60px;
  padding: 10px 15px;
  display: block;
  transition: all .8s;
}

.sk-nav-box-li:hover .sk-nav-a,
.sk-nav-box-li .sk-nav-a.sk-cur {
  background-color: #eb6130;
  color: #fff;
}

.sk-nav-box-li .sk-nav-box-li-sub {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 100;
  background-color: #fbfbfb;
  width: 200%;
}

.sk-nav-box-li .sk-nav-box-li-sub a {
  line-height: 30px;
  padding: 5px 12px;
  display: block;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}

.sk-nav-box-li:hover .sk-nav-box-li-sub {
  display: block;
}

.sk-nav-box-li .sk-nav-box-li-sub a:hover {
  background-color: #eee;
}

.sk-header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 1px 10px #d7d7d7;
  z-index: 99;
}

.sk-mobile-caidan {
  display: none;
  background-color: #e5e5e5;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  width: 120px;
  text-align: center;
  margin-top: 25px;
}

.sk-mobile-caidan span {
  margin-left: 8px;
  font-size: 16px;
}

.sk-mask {
  position: fixed;
  background-color: rgb(0, 0, 0, .6);
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
}

.sk-overflow {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

.sk-nav-colse {
  display: none;
  position: absolute;
  left: -36px;
  top: 3px;
}

.sk-nav-colse .sk-colse-btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  font-size: 18px;
  background-color: #fff;
}

.sk-navigation-mobile {
  position: fixed;
  width: 80%;
  height: 100vh;
  top: 0px;
  right: 0;
  background-color: #fff;
  box-shadow: -1px 0 5px 0 #ddd;
  z-index: 1000;
  transition: width .5s transform .5s;
}

.sk-navigation-mobile .sk-nav-box-li .sk-nav-a {
  line-height: 30px;
  border-bottom: 1px solid #eee;
}

.sk-navigation-mobile .sk-nav-box-li~.sk-nav-box-li {
  margin-left: 0;
}

.sk-navigation-mobile .sk-nav-box-li .sk-nav-box-li-sub {
  display: block !important;
  position: relative;
  top: unset;
}

.sk-navigation-mobile .sk-nav-box-li .sk-nav-box-li-sub a {
  padding-left: 25px;
}

.sk-navigation-mobile .sk-nav-box-li .sk-nav-box-li-sub a::before {
  content: "\e688";
  font-family: "iconfont" !important;
  font-size: 12px;
  margin-right: 5px;
}


/* footer start */
.sk-footer {
  padding: 50px 0 0px;
  border-top: 1px solid #f5f5f5;
}

.sk-footer .sk-main {
  display: flex;
  justify-content: space-between;
}

.sk-footer-nav {
  width: 20%;
  padding-right: 36px;
}

.sk-footer-title {
  font-size: 20px;
  color: #eb6130;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sk-footer-link {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 32px;
  text-transform: uppercase;
}

.sk-footer-box {
  flex: 1;
  padding-right: 54px;
}

.sk-footer-contact {
  font-size: 14px;
  line-height: 28px;
  color: #8c8c8c;
}

.sk-footer-follow {
  width: 20%;
}

.sk-footer-follow-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sk-footer-follow-box a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #8c8c8c;
  margin-right: 3px;
}

.sk-footer-follow-box a i {
  font-size: 20px;
  display: block;
}

.sk-footer-follow-box a:hover {
  color: #eb6130;
}

.sk-copyright {
  text-align: center;
  font-size: 15px;
  color: #666;
  background-color: #f5f5f5;
  margin-top: 42px;
  padding: 15px 0;
}

.sk-index-banner {
  position: relative;
}

.sk-index-banner .owl-dots {
  position: absolute;
  width: 100%;
  margin: 0 auto !important;
  bottom: 12px;
}

.sk-index-banner.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

.sk-index-banner.owl-theme .owl-nav .owl-prev,
.sk-index-banner.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 5%;
  z-index: 10;
  font-size: 32px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #fff;
  color: #eb6130;
  background-color: rgba(255, 255, 255, 1);
  opacity: .4;
  transition: all .8s;
}

.sk-index-banner.owl-theme .owl-nav .owl-next {
  right: 5%;
  left: unset;
}

.sk-index-banner.owl-theme .owl-nav .owl-prev:hover,
.sk-index-banner.owl-theme .owl-nav .owl-next:hover {
  opacity: .9;
  color: #060606;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
}

.sk-banner {
  background: url(../images/banner.jpg);
  height: 676px;
  background-position: center;
  background-repeat: no-repeat;
}

.sk-banner .sk-main {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-banner-box {
  width: 50%;
}

.sk-banner-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 60px;
}

.sk-banner-title .sk-banner-title-18 {
  font-size: 100px;
  line-height: 100px;
  margin-right: 15px;
}

.sk-banner-title .sk-banner-title-18 img {
  width: 40px;
  height: auto;
  display: block;
}

.sk-banner-title .sk-banner-title-txt {
  font-size: 26px;
  font-weight: bold;
  line-height: 72px;
}

.sk-banner-text {
  position: relative;
  margin: 30px 0 0 0;
}

.sk-banner-text::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px #a5a5a5 solid;
  top: -25px;
  right: -25px;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.sk-banner-text span {
  font-size: 18px;
  line-height: 30px;
  color: #686868;
  padding: 20px 20px 20px 60px;
  display: block;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 10;
}

.sk-video-box {
  width: 46%;
  height: auto;
  border: 20px solid #e4e4e4;
  border-radius: 20px;
  background-color: #fff;
}

.sk-video-box .sk-video {
  display: block;
  width: 100%;
  height: 100%;
}

.sk-index-banner-01 {
  position: relative;
}

.sk-index-banner-01 .owl-dots {
  position: absolute;
  width: 100%;
  margin: 0 auto !important;
  bottom: 15px;
}

.sk-jieshao {
  padding: 60px 0 30px 0;
}

.sk-jieshao-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

.sk-jieshao-text {
  color: #8f8f8f;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 25px;
}

.sk-jieshao-line {
  background-color: #8f8f8f;
  height: 1px;
  width: 150px;
  display: block;
}

.sk-jieshao-box {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sk-jieshao-box-li {
  width: 31%;
  border: 1px solid #c7c7c7;
  padding: 12px;
  margin-bottom: 25px;
}

.sk-jieshao-box-pic {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

.sk-jieshao-box-img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-jieshao-box-title {
  background-color: #282828;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  text-transform: uppercase;
  transition: all .8s;
}

.sk-jieshao-box-li a {
  display: block;
}

.sk-jieshao-box-li a:hover .sk-jieshao-box-title {
  background-color: #eb6130;
}

.sk-jieshao-box-text {
  font-size: 14px;
  line-height: 22px;
  padding: 6px 0;
}

.sk-buy-now {
  display: flex;
  justify-content: center;
}

.sk-buy-now a,
.sk-buy-now img {
  display: block;
}

.sk-bag {
  padding: 20px 0 70px 0;
  background-image: url(../images/banner-01.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.sk-bag-title {
  text-align: center;
  font-size: 42px;
  font-weight: normal;
  text-transform: uppercase;
}

.sk-bag-box {
  display: block;
  margin-top: 36px;
}

.sk-bag-pic {
  width: calc(100% - 500px);
  display: block;
  float: left;
}

.sk-bag-info {
  float: right;
  padding-left: 40px;
  display: grid;
  width: 500px;
  height: 400px;
  align-content: space-between;
}

.sk-bag-info-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px #f6f6f6;
  padding: 25px 15px;
}

.sk-index-product {
  padding: 40px 0 80px 0;
}

.sk-index-product-box {
  margin: 25px -1% 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sk-index-product-box .sk-product-item {
  width: 31.33333%;
}

.sk-index-product-link {
  margin: 30px auto 0;
  padding: 0 8px;
  width: 180px;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000000;
  background-color: #00000000;
  border: 1px solid #000000;
}

.sk-index-product-link:hover {
  color: #fff;
  background-color: #000000;
}

.sk-shoe {
  background-image: url(../images/pic-img-06.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 678px;
  padding-top: 80px;
}

.sk-shoe .sk-shoe-title {
  font-weight: bold;
  font-size: 36px;
}

.sk-shoe .sk-shoe-text {
  font-size: 14px;
  color: #757575;
  margin-top: 28px;
  width: 40%;
}

.sk-shoe .sk-shoe-text::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #757575;
  margin-bottom: 28px;
}

.sk-shoe .sk-shoe-link {
  width: 290px;
  margin-top: 50px;
}

.sk-shoe .sk-shoe-link a,
.sk-shoe .sk-shoe-link img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-trabel {
  padding: 60px 0;
}

.sk-trabel .sk-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-trabel .sk-trabel-info {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
}

.sk-trabel .sk-trabel-title {
  font-size: 54px;
  font-weight: bold;
}

.sk-trabel .sk-trabel-text {
  font-size: 28px;
  color: #686868;
  text-transform: uppercase;
}

.sk-trabel .sk-trabel-pic {
  margin-left: 8px;
}

.sk-trabel .sk-trabel-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-Keeping {
  padding-bottom: 30px;
  display: block;
}

.sk-Keeping .sk-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-Keeping .sk-Keeping-info {
  flex: 1;
  padding-right: 25px;
}

.sk-Keeping .sk-Keeping-title {
  font-size: 28px;
  color: #686868;
  line-height: 48px;
}

.sk-Keeping .sk-Keeping-text {
  font-size: 14px;
  color: #282828;
  padding-top: 30px;
  line-height: 28px;
}

.sk-Keeping .sk-Keeping-pic {
  width: 290px;
  height: auto;
}

.sk-Keeping .sk-Keeping-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-spec {
  padding: 60px 0 30px;
  display: block;
}

.sk-spec .sk-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-spec .sk-spec-pic {
  width: 50%;
  height: auto;
}

.sk-spec .sk-spec-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-spec .sk-spec-info {
  padding-left: 60px;
  flex: 1;
}

.sk-spec .sk-spec-title {
  font-size: 30px;
  font-weight: bold;
  color: #282828;
  margin-bottom: 20px;
}

.sk-spec .sk-spec-text {
  background-color: #f9f9f9;
  color: #666666;
  font-size: 16px;
  padding: 15px 25px;
  line-height: 30px;
  margin-bottom: 20px;
}

.sk-spec .sk-spec-txt {
  font-size: 18px;
  color: #282828;
  padding: 10px 25px;
  line-height: 28px;
  font-weight: normal;
}


.sk-index-charact {
  padding: 100px 0;
  background-color: #f7f7f7;
}

.sk-index-charact-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.sk-index-charact-main {
  width: 50%;
  flex-shrink: 0;
}

.sk-index-charact-main .sk-index-charact-img {
  width: 100%;
  display: block;
}

.sk-index-charact-main .sk-index-charact-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-charact-main .sk-index-charact-info {
  margin: 60px 0;
}

.sk-index-charact-main .sk-index-charact-info-title {
  font-size: 36px;
  color: #000000;
}

.sk-index-charact-main .sk-index-charact-info-text {
  margin-top: 15px;
  line-height: 2;
  font-size: 20px;
  color: #555555;
  padding-left: 15px;
}

.sk-index-charact-main .sk-index-charact-info-spec {
  font-size: 16px;
  color: #555555;
  margin-top: 20px;
  line-height: 1.7;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px 20px;
}

.sk-index-charact-main-tow {
  padding-top: 160px;
  width: 40%;
  display: flex;
  flex-direction: column-reverse;
}

.sk-portable {
  padding: 50px 0 70px;
}

.sk-portable .sk-portable-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.sk-portable .sk-portable-img {
  display: block;
}

.sk-portable .sk-portable-title {
  font-size: 36px;
  font-style: italic;
  line-height: 36px;
  padding-left: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.sk-portable .sk-portable-pic {
  padding: 35px 0;
}

.sk-portable .sk-portable-pic img {
  display: block;
}

.sk-index-welcome {
  margin-top: 50px;
  background-image: url(../images/welcome.jpg);
  background-position: center;
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.sk-index-welcome .sk-index-welcome-info {
  padding: 40px 10px;
  background-color: rgba(255, 255, 255, 90%);
  width: 68.53%;
  margin: auto;
  text-align: center;
}

.sk-index-welcome .sk-index-welcome-title {
  font-size: 32px;
  color: #222222;
  font-weight: normal;
}

.sk-index-welcome .sk-index-welcome-text {
  margin: 20px auto 30px;
  max-width: 630px;
  font-size: 20px;
  color: #6d6d6d;
}

.sk-index-welcome .sk-index-welcome-link {
  padding: 0 42px;
  display: inline-block;
  text-decoration: none;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #000000;
  border: 1px solid #000000;
}

.sk-index-welcome .sk-index-welcome-link:hover {
  background-color: #fff;
  color: #222;
}

.sk-index-blog {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sk-index-blog-item {
  width: 31.333333%;
  margin: 1%;
}

.sk-index-blog-item .sk-index-blog-item-link {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  box-shadow: 0 0 8px 3px #f5f5f5;
  padding: 10px;
  transition: all .8s;
}

.sk-index-blog-item .sk-index-blog-item-img {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.sk-index-blog-item .sk-index-blog-item-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-index-blog-item .sk-index-blog-item-title {
  font-size: 16px;
  line-height: 26px;
  padding: 10px;
}

.sk-index-blog-item .sk-index-blog-item-time {
  padding: 0 10px 5px;
  font-size: 12px;
  color: #999;
  line-height: 22px;
}

.sk-index-blog-item .sk-index-blog-item-desc {
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px 10px;
  color: #939393;
}

.sk-index-blog-item .sk-index-blog-item-link:hover {
  box-shadow: 0 0 8px 3px #d9d9d9;
}

.sk-team {
  background-color: #eeeeee;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url(../images/banner-02.png);
  padding: 80px 0;
}

.sk-team .sk-team-item {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 36px;
}

.sk-team .sk-team-main {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.sk-team .sk-team-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 25px 20px;
  margin-bottom: 25px;
  width: 49%;
  box-shadow: 0 0 8px 5px #ddd;
  overflow: hidden;
  border-radius: 3px;
}


.sk-team .sk-team-pic {
  width: 146px;
  height: 146px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.sk-team .sk-team-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-team .sk-team-info {
  flex: 1;
  padding-left: 30px;
}

.sk-team .sk-team-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.sk-team .sk-team-text {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 23px;
}

/* article */
.sk-newslist {
  padding: 30px 0;
  background-color: #fbfbfb;
}

.sk-newslist .sk-main {
  display: flex;
  justify-content: space-between;
}

.sk-newslist .sk-newslist-left {
  display: block;
  flex: 1;
  padding-right: 25px;
}

.sk-newslist .sk-newslist-title {
  font-size: 24px;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
}

.sk-newslist .sk-newslist-box {
  margin-top: 25px;
}

.sk-newslist .sk-newslist-li {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 0 8px 0px #eee;
}

.sk-newslist .sk-newslist-li-link {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
}

.sk-newslist .sk-newslist-li-pic {
  flex-shrink: 0;
  width: 150px;
  height: auto;
  display: block;
  border: 1px solid #eee;
}

.sk-newslist .sk-newslist-li-pic img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  display: block;
}

.sk-newslist .sk-newslist-li-date {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f5f5f5;
  border: 1px solid #eee;
}

.sk-newslist .sk-newslist-li-date p {
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: bold;
}

.sk-newslist .sk-newslist-li-date span {
  font-size: 24px;
  color: #eb6130;
}

.sk-newslist .sk-newslist-li-info {
  flex: 1;
  padding-left: 20px;
}

.sk-newslist .sk-newslist-li-title {
  font-size: 20px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 85%;
}

.sk-newslist .sk-newslist-li-text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

.sk-newslist .sk-newslist-li:hover {
  box-shadow: 0 0 8px 0px #c3c3c3;
}

.sk-newslist .sk-newslist-right {
  display: block;
  flex-shrink: 0;
  width: 320px;
  padding-top: 68px;
}

.sk-newslist-right img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-newslist-right .sk-product-title {
  text-align: center;
  line-height: 32px;
  font-weight: normal;
}

.sk-product-box {
  margin-top: 25px;
  background-color: #fff;
  padding: 12px 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sk-product-item {
  width: 48%;
  height: auto;
  display: block;
  margin: 1%;
}

.sk-product-item .sk-product-item-link {
  display: block;
  position: relative;
}

.sk-product-item .sk-product-item-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

.sk-product-item .sk-product-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-product-item .sk-product-item-title {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  transition: all .8s;
  background-color: rgba(0, 0, 0, .6);
  padding: 8px 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.sk-product-item:hover .sk-product-item-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #eb6130;
}

.sk-content-left-box-product .sk-product-item {
  width: 100%;
  margin: 0 0 15px;
}

.sk-index-zhong {
  position: relative;
}

.sk-index-zhong .owl-theme .owl-nav {
  position: absolute;
  margin-top: 0;
  top: 42%;
  width: 100%;
}

.sk-index-zhong .owl-theme .owl-nav .owl-prev,
.sk-index-zhong .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 10%;
  margin: auto;
  font-size: 28px;
  transition: all .8s;
  color: #060606;
  background-color: rgba(255, 255, 255, 1);
  opacity: .4;
  text-align: center;
  width: 42px;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0;
}

.sk-index-zhong .owl-theme .owl-nav .owl-next {
  right: 10%;
  left: unset;
}

.sk-index-zhong .owl-theme .owl-nav .owl-prev span,
.sk-index-zhong .owl-theme .owl-nav .owl-next span {
  line-height: 60px;
  display: block;
}

.sk-index-huandeng {
  position: relative;
}

.sk-index-huandeng a {
  display: block;
  position: relative;
  z-index: 65;
}

.sk-index-huandeng::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 1);
  transition: all .8s;
  z-index: 66;
  opacity: .6;
}

.sk-index-banner-02 .sk-index-huandeng:hover::after,
.sk-index-banner-02 .active.center .sk-index-huandeng::after {
  display: none;
}

.sk-index-zhong .owl-theme .owl-nav .owl-prev:hover,
.sk-index-zhong .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}

/* page */
.pagination {
  font-size: 0;
}

.pagination li {
  display: inline-block;
  font-size: 0;
}

.pagination li~li {
  margin-left: 3px;
}

.pagination a {
  font-size: 13px;
  line-height: 30px;
  display: block;
  height: 30px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  background: #333;
}

.pagination a:hover,
.pagination .active a {
  text-decoration: none;
  color: #fff;
  background: #eb6130;
}

/* content */
.sk-newscontent-box {
  padding: 20px;
  background-color: #fff;
  margin-top: 25px;
}

.sk-newscontent-box .sk-newscontent-box-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

.sk-newscontent-box .sk-newscontent-box-info {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding-bottom: 10px;
  color: #979797;
}

.sk-newscontent-box-main {
  font-size: 16px;
  padding: 20px 0;
  line-height: 28px;
}

.sk-newscontent-box-main img {
  max-width: 100%;
  height: auto !important;
}

.sk-newscontent-box-page {
  border-top: 1px solid #ddd;
  padding: 15px 0 0 0;
  /* display: flex;
  justify-content: space-between; */
}

.sk-newscontent-box-page p {
  font-size: 14px;
  line-height: 28px;
  width: 80%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* faq */
.sk-faqlist-li {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 0 8px 0px #eee;
}

.sk-faqlist-li .sk-faqlist-li-link {
  display: block;
}

.sk-faqlist-li .sk-faqlist-li-title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
  line-height: 24px;
}

.sk-faqlist-li .sk-faqlist-li-link span {
  display: block;
  width: 26px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 10px;
  flex-shrink: 0;
  font-weight: normal;
}

.sk-faqlist-li .sk-faqlist-li-text {
  display: flex;
  justify-content: flex-start;
  line-height: 24px;
}

.sk-faqlist-li .sk-faqlist-li-title span {
  background-color: #0172e4;
  margin-top: 2px;
}


.sk-faqlist-li .sk-faqlist-li-text span {
  background-color: #eb6130;
}

/* 在线留言 */
.sk-center-contact {
  padding-bottom: 60px;
}

.sk-center-contact .sk-main {
  margin-top: -72px;
  background-color: #fff;
  box-shadow: 0px 2px 8px #cacaca;
}

.sk-contact-title {
  margin-bottom: 30px;
}

.sk-contact-title .sk-contact-h3 {
  font-size: 24px;
  color: #eb6130;
  text-transform: uppercase;
}

.sk-contact-title .sk-contact-p {
  font-size: 16px;
  color: #b9b9b9;
}

.sk-contact-left {
  width: 50%;
  float: left;
  padding: 50px 60px;
}

.sk-contact-right {
  width: 50%;
  margin: auto;
  float: right;
  padding: 50px 20px;
}

.sk-contact-list {
  width: 100%;
}

.sk-contact-list .sk-contact-list-box li:first-child {
  border-top: 1px solid #eeeeee;
}

.sk-contact-list .sk-contact-list-box li {
  height: auto;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.sk-contact-list .sk-contact-list-box li p {
  padding: 15px 0;
  line-height: 20px;
  font-size: 14px;
}

.sk-contact-list .sk-contact-list-box li img {
  display: block;
  margin-bottom: 26px;
  max-width: 160px;
  float: left;
  margin-left: 8px;
  border: 1px solid #eeeeee;
}

.sk-contact-text {
  padding: 15px 0;
}

.sk-contact-list .sk-contact-list-box li p span {
  float: left;
}

.sk-contact-list .sk-contact-list-box li em {
  font-style: normal;
}

.sk-contact-feedback {
  width: 100%;
}

.sk-contact-feedback td {
  padding: 8px 0px;
  font-size: 15px;
}

.sk-contact-feedback td .text,
.sk-contact-feedback td .l_text,
.sk-contact-feedback td .form-control {
  width: 95%;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  padding: 8px 10px;
  outline: none;
  color: #333333;
}

.sk-contact-feedback td .red {
  color: #eb6130;
  margin-left: 8px;
  font-size: 20px;
  display: inline-block;
}

.sk-contact-feedback td .text:hover,
.sk-contact-feedback td .text:focus {
  border-color: #eb6130;
}

.sk-contact-feedback td .l_text {
  height: 80px;
}

.sk-contact-feedback td .form-control {
  width: 120px;
}

.sk-contact-feedback td img {
  display: inline-block;
}

.sk-contact-feedback td.sk-tishi span {
  display: block;
  font-size: 12px;
  color: #b1afaf;
}

.sk-contact-feedback td .button {
  padding: 10px 25px;
  border: 1px solid #eb6130;
  background-color: #eb6130;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
}

.sk-contact-feedback td .button:hover {
  background-color: #333;
  border-color: #333;
  transition: background .8s;
}

.sk-content-right-text {
  padding: 20px;
  line-height: 32px;
  font-size: 16px;
}

.sk-price-ban {
  padding: 180px 0 130px;
  background-color: #eb6130;
  background-image: url(../images/page-banner.jpg);
  background-position: center;
}

.sk-price-ban .sk-price-title {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  line-height: 42px;
}

.sk-price-ban .sk-price-item {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  margin: 15px 0 25px 0;
}

.sk-position-crumbs {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
}

.sk-position-crumbs .sk-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sk-position-crumbs a {
  margin: 0 5px;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.sk-position-crumbs i {
  font-size: 14px;
}

.sk-meau-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 9999;
  cursor: pointer;
}

.sk-meau-top .sk-meau-top-btn {
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #eb6130;
  border: 1px solid #eb6130;
}

.sk-meau-top .sk-meau-top-btn i {
  font-size: 25px;
}

.sk-meau-top .sk-meau-top-btn:hover {
  background-color: #eb6130;
  color: #fff;
}

.sk-content-left {
  width: 100%;
  display: block;
  padding: 15px;
  background-color: #fff;
}

.sk-content-left-box {
  margin-bottom: 25px;
}

.sk-content-left-box .sk-content-left-box-title {
  font-size: 20px;
  padding: 0 0px 3px 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #eb6130;
  border-bottom: 2px solid #060606;
  margin-bottom: 15px;
}

.sk-content-left-box .sk-content-left-box-contact {
  font-size: 16px;
  line-height: 28px;
}

.sk-content-left-box .sk-content-left-box-contact img {
  width: 100%;
  max-width: 160px;
  display: block;
  height: auto;
  margin-top: 10px;
}

.sk-content-left-box-nav {
  position: relative;
  display: block;
}

.sk-content-left-box-nav .sk-expmenu-dt {
  display: block;
}

.sk-content-left-box-nav .sk-expmenu-dt a {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  border: 1px solid #eee;
  padding: 5px 10px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}

.sk-content-left-box-nav .sk-expmenu-dt a:hover {
  background-color: #eb6130;
  color: #ffffff;
  border-color: #eb6130;
}

.sk-content-left-box-news-item {
  margin-bottom: 12px;
}

.sk-content-left-box-news-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-content-left-box-news-item .sk-content-left-box-news-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  margin-right: 8px;
}

.sk-content-left-box-news-item .sk-content-left-box-news-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sk-content-left-box-news-item p {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 22px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  flex: 1;
}

.sk-content-left-box-news-item a:hover p {
  color: #eb6130;
  transition: all .3s linear;
}

.sk-pagex {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.sk-pagex a {
  position: relative;
  display: block;
  padding: 4px 12px;
  font-size: 16px;
  color: #363636;
  text-align: center;
  background-color: transparent;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  overflow: hidden;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sk-pagex a.page-num-current,
.sk-pagex a:hover {
  background-color: #eb6130;
  border-color: #eb6130;
  color: #fff;
}

.sk-caselist-box {
  margin-top: 25px;
  padding: 12px 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
}

.sk-caselist-li {
  display: block;
  width: 31.333333%;
  margin: 1%;
}

.sk-caselist-li .sk-caselist-li-link {
  display: block;
  position: relative;
}

.sk-caselist-li .sk-caselist-li-pic {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 9;
}

.sk-caselist-li .sk-caselist-li-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-caselist-li .sk-caselist-li-title {
  text-align: center;
  position: absolute;
  transition: all .8s;
  font-size: 18px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  font-weight: normal;
}

.sk-caselist-li .sk-caselist-li-link:hover .sk-caselist-li-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #eb6130;
}

/* product show */
.sk-product-show {
  background-color: #fbfbfb;
}

.sk-product-show-box {
  padding: 30px 0;
}

.sk-product-show-info {
  padding-bottom: 54px;
}

.sk-product-show-info .sk-newslist-left {
  float: left;
  width: calc(100% - 345px);
  background-color: #fff;
  padding: 20px;
}

.sk-product-show-info .sk-newslist-left .sk-newscontent-box-main {
  padding: 0;
}

.sk-product-show-info .sk-newslist-left .sk-newscontent-box-main img {
  width: 100%;
  height: auto;
}

.sk-product-show-info .sk-newslist-right {
  display: block;
  float: right;
  width: 320px;
}

/* prodcut */
.sk-products-view {
  width: 50%;
  float: left;
  overflow: hidden;
}

.sk-products-view .product-image {
  position: relative;
  padding: 1px;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}

.sk-products-view .product-image img {
  position: relative;
  width: 100%;
  display: block;
}

.sk-products-view .image-additional {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  overflow: hidden;
}

.sk-products-view .image-additional ul {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sk-products-view .image-additional li {
  border: 1px solid #ddd;
}

.sk-products-view .image-additional li img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #f6f6f6;
}

.sk-products-view .image-additional li a {
  display: block;
}

.sk-products-view .image-additional li.current {
  border-color: #041e41;
}

.sk-products-view .image-additional .owl-carousel .owl-nav .owl-prev,
.sk-products-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: #060606;
  font-size: 28px;
  top: 40%;
  z-index: 10;
}

.sk-products-view .image-additional .owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

.sk-products-view .image-additional .owl-carousel .owl-nav .owl-next {
  right: -25px;
}

.sk-products-summary {
  padding-left: 30px;
  width: 50%;
  float: right;
}

.sk-products-summary .sk-products-title {
  font-size: 24px;
  line-height: 36px;
  color: #060606;
  font-weight: normal;
}

.sk-products-meta {
  margin: 0px 0 20px;
  padding-top: 10px;
  border-top: 2px solid #060606;
}

.sk-products-meta .sk-products-meta-item {
  font-size: 16px;
  line-height: 42px;
  border-bottom: 1px dashed #eee;
  color: #626262;
}

.sk-products-info {
  font-size: 16px;
  line-height: 32px;
  color: #060606;
}

@media screen and (max-width: 1380px) {
  .sk-main {
    width: 96%;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .sk-index-charact-main-tow {
    width: 47%;
  }

  .sk-bag-info {
    height: auto;
  }

  .sk-bag-info-title {
    padding: 10px 15px;
    margin-bottom: 15px;
  }

  .sk-caselist-li {
    width: 48%;
  }

  .sk-newslist .sk-newslist-left {
    width: calc(100% - 330px);
    flex: auto;
  }

  .sk-newslist .sk-newslist-li-info {
    flex: auto;
    width: calc(100% - 150px);
  }

  .sk-contact-left {
    width: 100%;
    padding: 40px 40px 20px;
  }

  .sk-contact-right {
    width: 100%;
    padding: 20px 40px 40px;
  }

  .sk-contact-title {
    margin-bottom: 15px;
  }

  .sk-newscontent-box-main * {
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .sk-nav-box {
    display: none;
  }

  .sk-mobile-caidan {
    display: block;
  }

  .sk-navigation-mobile,
  .sk-navigation-mobile .sk-nav-colse {
    display: block !important;
  }

  .sk-bag-pic {
    width: 100%;
  }

  .sk-bag-info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .sk-bag-info-title {
    background-color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px;
    padding: 20px 15px;
  }

  .sk-index-product-box .sk-product-item {
    width: 48%;
  }

  .sk-team .sk-team-box {
    width: 100%;
  }

  .sk-display-pc {
    display: none !important;
  }

  .sk-display-mobile {
    display: block !important;
  }

  .sk-product-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .sk-caselist-li {
    width: 100%;
    margin: 0 0 15px;
  }

  .sk-newslist .sk-newslist-li-link {
    align-items: flex-start;
  }

  .sk-product-show-info .sk-newslist-left {
    padding: 15px;
  }

  .sk-newscontent-box {
    padding: 15px;
  }

  .sk-portable .sk-portable-box {
    display: block;
  }

  .sk-portable .sk-portable-title {
    margin-top: 15px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sk-index-blog-item {
    width: 98%;
    margin: 0 auto 20px;
  }

  .sk-jieshao {
    padding-top: 40px;
  }

  .sk-jieshao-box-li {
    width: 100%;
  }

  .sk-index-product-box {
    margin: 25px 0;
  }

  .sk-index-product-box .sk-product-item {
    width: 100%;
  }

  .sk-trabel .sk-trabel-title {
    font-size: 36px;
  }

  .sk-trabel .sk-trabel-text {
    font-size: 16px;
  }

  .sk-index-charact-main {
    width: 100%;
  }

  .sk-index-charact-main-tow {
    width: 100%;
    flex-direction: column;
    padding-top: 50px;
  }

  .sk-index-charact {
    padding: 60px 0;
  }

  .sk-bag-info-title {
    padding: 15px;
  }

  .sk-index-charact-main .sk-index-charact-info {
    margin: 40px 0;
  }

  .sk-spec .sk-main {
    display: block;
  }

  .sk-spec .sk-spec-pic {
    width: 100%;
  }

  .sk-spec .sk-spec-info {
    padding: 20px 0 0;
  }

  .sk-index-welcome .sk-index-welcome-info {
    width: 86%;
  }

  .sk-index-blog-item .sk-index-blog-item-img {
    height: 300px;
  }

  .sk-portable {
    padding: 40px 0;
  }

  .sk-newslist .sk-main {
    display: block;
  }

  .sk-newslist .sk-newslist-left {
    width: 100%;
    padding-right: 0;
  }

  .sk-newslist .sk-newslist-right {
    width: 100%;
    padding-top: 30px;
  }

  .sk-product-item {
    width: 48%;
    margin: 1%;
  }

  .sk-product-show-info .sk-newslist-left {
    width: 100%;
    float: unset;
  }

  .sk-product-show-info .sk-newslist-right {
    float: unset;
    width: 100%;
    margin-top: 25px;
  }

  .sk-caselist-li {
    width: 48%;
    margin: 0 1% 20px;
  }
}

@media screen and (max-width: 640px) {

  .sk-index-banner.owl-theme .owl-nav .owl-prev,
  .sk-index-banner.owl-theme .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0;
  }

  .sk-index-banner.owl-theme .owl-nav {
    top: 35%;
  }

  .sk-index-banner.owl-theme .owl-nav span {
    line-height: 24px;
  }

  .sk-header-logo {
    margin-right: 0;
  }

  .sk-header-logo span {
    font-size: 24px;
  }

  .sk-mobile-caidan {
    width: 95px;
  }

  .sk-price-ban {
    padding: 60px 0 90px;
  }

  .sk-price-ban .sk-price-title {
    font-size: 24px;
    line-height: 36px;
  }

  .sk-price-ban .sk-price-item {
    line-height: 28px;
    margin: 10px 0 20px 0;
  }

  .sk-contact-left {
    padding: 30px 15px 20px;
  }

  .sk-contact-right {
    padding: 20px 15px;
  }

  .sk-contact-feedback td:first-child {
    width: 86px;
  }

  .sk-contact-feedback td .text,
  .sk-contact-feedback td .l_text,
  .sk-contact-feedback td .form-control {
    width: 90%;
  }

  .sk-contact-feedback td .form-control {
    width: 120px;
  }

  .sk-footer .sk-main {
    display: block;
  }

  .sk-footer-nav,
  .sk-footer-box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .sk-footer-link {
    display: block;
  }

  .sk-footer-follow {
    width: 100%;
  }

  .sk-copyright {
    font-size: 12px;
  }

  .sk-meau-top {
    bottom: 55px;
  }

  .sk-jieshao-title {
    font-size: 20px;
    line-height: 28px;
  }

  .sk-jieshao-text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .sk-bag-title {
    font-size: 30px;
  }

  .sk-index-banner-01 .owl-dots {
    bottom: 5px;
  }

  .sk-trabel .sk-main {
    flex-direction: column;
  }

  .sk-trabel .sk-trabel-info {
    margin-right: 0;
  }

  .sk-trabel .sk-trabel-pic {
    margin: 15px 0;
  }

  .sk-index-charact-main .sk-index-charact-info-title {
    font-size: 32px;
  }

  .sk-index-charact-main .sk-index-charact-info-text {
    font-size: 16px;
  }

  .sk-index-charact-main .sk-index-charact-info-spec {
    padding: 12px;
  }

  .sk-index-charact-main-tow {
    padding-top: 30px;
  }

  .sk-spec .sk-spec-text,
  .sk-spec .sk-spec-txt {
    padding: 10px 15px;
  }

  .sk-portable .sk-portable-img {
    width: 100%;
  }

  .sk-index-welcome .sk-index-welcome-info {
    width: 96%;
  }

  .sk-index-welcome .sk-index-welcome-title {
    font-size: 24px;
  }

  .sk-index-welcome .sk-index-welcome-text {
    font-size: 16px;
  }

  .sk-team .sk-team-item {
    font-size: 32px;
    font-weight: normal;
  }

  .sk-team .sk-team-box {
    display: block;
    padding: 18px;
  }

  .sk-team .sk-team-info {
    padding-left: 0;
    margin-top: 15px;
  }

  .sk-team .sk-team-pic {
    margin: auto;
  }

  .sk-team .sk-team-title {
    text-align: center;
  }

  .sk-product-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .sk-product-box {
    margin-top: 15px;
  }

  .sk-products-view {
    width: 100%;
    float: unset;
  }

  .sk-products-summary {
    padding: 15px 0 0;
    width: 100%;
    float: unset;
  }

  .sk-caselist-li {
    width: 100%;
    margin: 0 0 20%;
  }

  .sk-newslist .sk-newslist-box {
    margin-top: 10px;
  }

  .sk-newslist .sk-newslist-li-link {
    display: block;
    padding: 12px;
  }

  .sk-newslist .sk-newslist-li-pic {
    width: 100%;
    height: auto;
  }

  .sk-newslist .sk-newslist-li-info {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .sk-newslist .sk-newslist-li-date {
    width: 100%;
  }
}