@charset "utf-8";
/*
	CSS Document 
*/
@import url('../fonts/iconfont.css');
@import url('./font-awesome.min.css');

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  word-wrap : break-word;
  word-break: keep-all;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

li {
  list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea,
button {
  font: 99%;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.iconfont {
  font-weight: normal;
}

/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.clear {
  clear: both;
  height: 0;
}

.sk-center{
  text-align: center;
}

/* 向左浮动 */
.fl-fix {
  float: left;
}

/* 向右浮动 */
.fr-fix {
  float: right;
}

/* 图片最大100% */
.sk-img img {
  max-width: 100%;
  height: auto !important;
}

/* 鼠标悬浮图片放大 */
.sk-animation-img {
  display: block;
  overflow: hidden;
}

.sk-animation-img img {
  display: block;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.sk-animation-img:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.lazy {
  opacity: 0;
}

/* 100%图片展示 */
.sk-banner-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.sk-banner-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sk-page-crumb-img{ overflow: hidden; }
.sk-page-crumb-img img{ animation: zoom 20s infinite; }
/* 定义动画 */
@keyframes zoom {
  0%, 100% {
    transform: scale(1); /* 初始状态和结束状态的缩放比例 */
  }
  50% {
    transform: scale(1.2); /* 放大状态的缩放比例 */
  }
}

/* 表格 */
.sk-content-page-main table{ max-width: 100% !important; width: 100% !important; table-layout: fixed; margin: 10px 0; }
.sk-content-page-main table td,.sk-content-page-main table th{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eeeeee;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 25px;
  background-color: #f9f9f9;
  color: #000000;
  font-weight: 400;
  word-wrap: break-word;
  word-break:break-all;
}
.sk-content-page-main table tr:nth-child(odd) td{
  background-color: #ffffff;
}

/* product detail title */
.all-title-box{ margin-bottom: 25px; }
.all-title-box li a{ display: flex; justify-content: flex-start; align-items: flex-start; }
.all-title-box li a::before{ content: ''; background-color: #eeeeee; width: 5px; height: 5px; margin-top: 10px; transition: all .8s; margin-right: 8px; display: inline-block; overflow: hidden; border-radius: 50%; }
.all-title-box li a span{ font-size: 16px; color: #333333; line-height: 26px; font-weight: 600; transition: all .8s; }
.all-title-box .title-hgroup-h2{ padding-left: 20px; }
.all-title-box .title-hgroup-h3{ padding-left: 40px; }
.all-title-box .title-hgroup-h4{ padding-left: 60px; }
.all-title-box .title-hgroup-h5{ padding-left: 80px; }
.all-title-box li a:hover span{ color: #fc0000; }
.all-title-box li a:hover::before{ background-color: #fc0000; }

/* 地图 */
.sk-content-contact-map{ display: block; width: 100%; margin-top: 80px; }
.sk-content-contact-map iframe{ display: block; width: 100%; height: 500px; border: 0; }

/* 侧边栏 */
.sk-sideedge{ position: fixed; right: 0; bottom: calc((100vh - 365px) / 2); z-index: 99; }
.sk-sideedge-box{ display: block; margin-bottom: 5px; position: relative; }
.sk-sideedge-item{ position: relative; transition: all .8s; }
.sk-sideedge-item-icon{ width: 100%; padding: 10px; display: block; overflow: hidden; text-align: center; background-color: var(--bgcolor); color: var(--fontcolor) !important; cursor: pointer; transition: all .8s; }
.sk-sideedge-item-icon i{ font-size: 20px; display: block; line-height: 21px; }
.sk-sideedge-item-icon span{ display: block; font-size: 12px; line-height: 18px; }
.sk-sideedge-item:first-child .sk-sideedge-item-icon{ border-top-left-radius: 3px; }
.sk-sideedge-item:last-child .sk-sideedge-item-icon{ border-bottom-left-radius: 3px; }

.sk-sideedge-item-float{ position: absolute; right: 100%; top: 0; background-color: #fff; box-shadow: 0 0px 5px rgb(18 18 18 / 10%); padding: 20px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all ease .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
}
.sk-sideedge-item-float a{ font-size: 16px; color:var(--fontcolor); transition: all .3s; }
.sk-sideedge-item-float{ background-color: var(--bghovercolor); }
.sk-sideedge-item-float a:hover{ color: var(--fontcolor); }
.sk-sideedge-item-float img{ display: block; width: 120px; height: auto; }
.sk-sideedge-item:hover .sk-sideedge-item-icon{ background-color: var(--bghovercolor); color: var(--fontcolor); }
.sk-sideedge-item:hover .sk-sideedge-item-float{ opacity: 1; pointer-events: visible; }
.sk-sideedge-right,.sk-sideedge-left{ width: auto; height: 45px; line-height: 45px; display: block; overflow: hidden; border-top-left-radius: 3px; border-bottom-left-radius: 3px; text-align: center; background-color: var(--bgcolor); color: var(--fontcolor); cursor: pointer; transition: all .8s; }
.sk-sideedge-right i,.sk-sideedge-left i{ font-size: 20px; display: block; }
.sk-sideedge-right:hover{ background-color: var(--bghovercolor); }
.sk-sideedge-left{ position: fixed; right: 0; bottom: calc((100vh - 365px) / 2); z-index: 99; transition: all .8s; height: 32px; line-height: 32px; width: 32px; background-color: #02a3e9; color: #ffffff; }
.sk-show-hide{ right: -100px !important; transition: all .8s; }

/* 侧边栏2 */
.sk-sidebar{ position: fixed; right: 15px; bottom: 135px; z-index: 99; }
.sk-sidebar-box{ display: block; position: relative; overflow: hidden; max-height: 0; transition: all .6s; }
.sk-sidebar-item{ position: relative; transition: all .8s; margin-bottom: 8px; }
.sk-sidebar-item-icon{ width: 50px; height: 50px; line-height: 50px; animation: code-pro-rung-lac 1s ease infinite; border-radius: 50%; display: flex; justify-content: center; align-items: center; overflow: hidden; text-align: center; background-color: var(--bgcolor); color: var(--fontcolor) !important; cursor: pointer; transition: all .8s; }
.sk-sidebar-item-icon i{ font-size: 28px; display: block; }
.sk-sidebar-item-float{ position: absolute; right: 110%; top: 0; background-color: #fff; box-shadow: 0 0px 5px rgb(18 18 18 / 10%); padding: 12px;
  border-radius: 0px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all ease .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
}
.sk-sidebar-item-float a{ font-size: 16px; color:var(--fontcolor); transition: all .3s; }
.sk-sidebar-item-float{ background-color: var(--bghovercolor); }
.sk-sidebar-item-float a:hover{ color: var(--fontcolor); }
.sk-sidebar-item-float img{ display: block; height: 120px; width: auto; }
.sk-sidebar-item:hover .sk-sidebar-item-float{ opacity: 1; pointer-events: visible; }
.sk-sidebar-right,.sk-sidebar-left{ width: 50px; height: 50px; line-height: 50px; animation: code-pro-rung-lac 1s ease infinite; border-radius: 50%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 50%; text-align: center; background-color: var(--bgcolor); color: var(--fontcolor); cursor: pointer; transition: all .8s; }
.sk-sidebar-right i,.sk-sidebar-left i{ font-size: 28px; display: block; }
.sk-sidebar-right:hover{ background-color: var(--bghovercolor); }
.sk-show-hide{ display: none; }
.sk-sidebar-box.active{ max-height: 500px; }

@-webkit-keyframes code-pro-rung-lac {
  0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

/* share */
.sk-share-box{ display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 8px; padding: 20px 0; }
.sk-share-btn{ width: 30px; height: 30px; display: block; cursor: pointer; transition: .4s all; transition-delay: 30ms; }
.sk-share-btn img{ width: 100%; height: auto; display: block; }
.sk-share-btn:hover{ transform: translateY(-6px); }

/* 语言选择 */
.sk-language-dialog{ position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 999; display: none; }
.sk-language-dialog-mask{ background-color: rgba(0, 0, 0, .5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
.sk-language-dialog-box{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1001; display: flex; justify-content: center; align-items: center; }
.sk-language-dialog-body{ max-width: 800px; width: 100%; background-color: #ffffff; overflow: hidden; border-radius: 10px; }
.sk-language-dialog-header{ border-bottom: 1px solid #eeeeee; display: flex; justify-content: space-between; align-items: center; padding: 10px 20px;}
.sk-language-dialog-header span{ font-size: 18px; line-height: 36px; font-weight: 500; }
.sk-language-dialog-header .sk-language-dialog-close{ flex-shrink: 0; cursor: pointer; color: #333333; transition: all .8s; }
.sk-language-dialog-header .sk-language-dialog-close i{ font-size: 24px; line-height: 36px; }
.sk-language-dialog-header .sk-language-dialog-close:hover{ color: #cb1217; }
.sk-language-dialog-list{ display: block; overflow-y: auto; padding: 30px 20px; max-height: 420px; }
.sk-language-dialog-list-box{ display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 15px; }
.sk-language-dialog-item{ width: 80px; display: block; }
.sk-language-dialog-item a{ display: block; }
.sk-language-dialog-item-flag{ width: 60px; height: auto; margin: 0 auto 6px; overflow: hidden; }
.sk-language-dialog-item-flag img{ width: 100%; height: auto; display: block; }
.sk-language-dialog-item-p{ font-size: 12px; line-height: 20px; font-weight: 400; color: #333333; text-align: center; transition: all .8s; }
.sk-language-dialog-item a:hover .sk-language-dialog-item-p{ color: #cb1217; }
.sk-language-dialog-footer{ font-size: 16px; text-align: center; box-shadow: 0 0 4px #0000001a; padding: 12px; color: #333333; }
.sk-language-dialog-footer span{ color: #cb1217; }

@media screen and (max-width: 800px) {
	.sk-language-dialog-body{ width: 96%; }
	.sk-language-dialog-item{ width: 60px; }
}
@media screen and (max-width: 600px) {
	.sk-language-dialog-list{ padding: 20px 12px; }
}
@media screen and (max-width: 414px) {
	.sk-language-dialog-header{ padding: 10px; }
	.sk-language-dialog-header span{ font-size: 16px; }
	.sk-language-dialog-header .sk-language-dialog-close i{ font-size: 20px; line-height: 32px; }
	.sk-language-dialog-item{ width: 21%; }
}