@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-ExtraBold.eot");
  src: url("../fonts/Archivo-ExtraBold.eot") format("eot"), url("../fonts/Archivo-ExtraBold.woff2") format("woff2"), url("../fonts/Archivo-ExtraBold.woff") format("woff"), url("../fonts/Archivo-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Medium.eot");
  src: url("../fonts/Archivo-Medium.eot") format("eot"), url("../fonts/Archivo-Medium.woff2") format("woff2"), url("../fonts/Archivo-Medium.woff") format("woff"), url("../fonts/Archivo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot") format("eot"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot") format("eot"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot") format("eot"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot") format("eot"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #004da8;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pr {
    position: relative
}

.pa {
    position: absolute
}

.play-btn i {
  border: none;
}
.arc {
  font-family: "Archivo";
}
.title {
  font-family: "Archivo";
  font-weight: bold;
}
.lh-1 {
  line-height: 1;
}
.font-w-500{
  font-weight: 500;
}
.col {
  color: var(--color);
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1710px;
  margin: auto;
  width: 100%;
}
.more {
  height: 40px;
  line-height: 40px;
  background-color: #004da8;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  padding: 0 38px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  background: #000000;
}
@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes op2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes op2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes op2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
 
}
#header.home_head{
 opacity: 0;
  -webkit-animation: op 1s 2s 1 linear forwards;
  -moz-animation: op 1s 2s 1 linear forwards;
  animation: op 1s 2s 1 linear forwards;
}
#header .nav {
  padding: 20px 0;
  width: 100%;
  transition: .5s;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
  padding: 0 45px;
  border-radius: 29px;
  background-color: rgba(232, 245, 252, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 60px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-family: "Archivo";
  font-weight: bold;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  height: 58px;
  padding-right: 30px;
  padding-left: 24px;
  background: var(--color);
  border-radius: 0 28px 28px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .h-search::after {
  content: "";
  display: block;
  width: 2%;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  height: 58px;
  padding-left: 30px;
  padding-right: 24px;
  background: var(--color);
  border-radius: 28px 0 0 28px;
}
#header .nav .ui.menu .h-language span img {
  width: 24px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  background-color: rgba(232, 245, 252, 0.7);

}
#header.active .nav{
  padding: 8px 0;
  /*zoom: 0.7;*/
}
#header.active .nav .ui.menu .menu-box {
  background: none;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  width: 100%;
  background: #ffffff;
}
#banner .video-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
#banner .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner #scroll-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
#banner .video_bg {
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
}
#banner .video_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .text {
  position: fixed;
  width: 100%;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 4;
}
#banner .text .box {
  max-width: 470px;
}
#banner .text .box .title {
  color: #05316d;
  line-height: 1;
}
#banner .text .box .cont {
  color: #a0a0a0;
  line-height: 1.5;
}
#banner .text2 {
  opacity: 0;
  pointer-events: none;
}
#banner .text2 .box {
  max-width: 45%;
  margin: 0 0 0 auto;
  pointer-events: all;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
#index-body .pin-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #0a0f1e;
  overflow: hidden;
  /* 每个卡片容器 - 绝对定位重叠 */
  /* 卡片内容包装器 - 使用 clip-path 实现从右侧向左遮罩 */
  /* 背景渐变层 */
  /* 文字内容 */
}
#index-body .pin-section .section-nav {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 28px;
  pointer-events: none;
}
#index-body .pin-section .nav-btn {
  font-size: 48px;
  font-weight: 600;
  cursor: pointer;
  color: #eef5ff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .pin-section .nav-btn img {
  margin-right: 22px;
}
#index-body .pin-section .nav-btn:hover {
  opacity: 1;
}
#index-body .pin-section .nav-btn.active {
  opacity: 1;
}
#index-body .pin-section .cards-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
#index-body .pin-section .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#index-body .pin-section .card-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  will-change: clip-path;
}
#index-body .pin-section .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: no-repeat right top / cover;
}
#index-body .pin-section .card[data-index="0"] .card-bg {
  background-image: url(/spongetech/2026/05/09/001.png);
}
#index-body .pin-section .card[data-index="1"] .card-bg {
  background-image: url(/spongetech/2026/05/12/fgdfg.png);
}
#index-body .pin-section .card[data-index="2"] .card-bg {
  background-image: url(/spongetech/2026/05/09/003.png);
}
#index-body .pin-section .card-content {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
#index-body .pin-section .card-content .num {
  font-size: 330px;
  color: var(--color);
  font-family: "Archivo";
  font-weight: bold;
  line-height: 0.7;
  transform: translateX(-18px);
}
#index-body .pin-section .card-content .num span {
  font-size: 275px;
}
#index-body .pin-section .card-content .txt1 {
  font-size: 38px;
  font-family: "Archivo";
  font-weight: bold;
  color: #ffffff;
}
#index-body .pin-section .card-content .cont {
  font-size: 16px;
  font-family: "Archivo";
  font-weight: 500;
  color: #ffffff;
}
#index-body .honour {
  background-color: #fafafa;
}
#index-body .honour .bottom {
  overflow: hidden;
  padding: 20px 110px;
  position: relative;
}
#index-body .honour .bottom .swiper-slide {
  opacity: 0.55;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .honour .bottom .swiper-slide-active {
  opacity: 1;
}
#index-body .honour .bottom .prev,
#index-body .honour .bottom .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#index-body .honour .bottom .prev {
  left: 0;
}
#index-body .honour .bottom .next {
  right: 0;
}
#index-body .map .title{
	color: #05316d;
}
#index-body .map .cont{
  	color: #636363;
}
#index-body .map .bot {
  	color: #05316d;
    text-align: center;
}
#index-body .map .bot .img{
  display: inline-block;
  position: relative;
}
#index-body .map .bot .img img{
  display: block;
}
#index-body .map .bot .txt{
  position: absolute;
}
#index-body .map .bot .txt1{
      left: 15%;
    top: 34%;
}
#index-body .map .bot .txt2{
    left: 38%;
    top: 41%;
}

#index-body .map .bot .txt3{
      left: 43%;
    top: 52%;
}
#index-body .map .bot .txt4{
     top: 22%;
    left: 53%;
}
#index-body .map .bot .txt5{
       top: 26%;
    right: 38%;
}
#index-body .map .bot .txt6{
     top: 26%;
    right: 18%;
}
#index-body .map .bot .txt7{
        top: 8.5%;
    right: 15%;
}

#index-body .map .dot{
  	width: 18px;
	height: 18px;
  border-radius: 50%;
	background-color: #e50012;
     top: 28%;
  transform: translate(0);
}
#index-body .map canvas{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .products{
  background-color: #fafafa;
}
#index-body .products .tip .right {
  text-align: right;
}
#index-body .products ul {
  margin: -12px;
}
#index-body .products ul li {
  padding: 12px;
}
#index-body .products ul li .ig .img-box {
  border-radius: 23px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products ul li .ig .t1 {
  display: block;
  padding: 30px 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products ul li .ig:hover .img-box {
  -webkit-box-shadow: 0px 14px 21px 2px 
  rgba(0, 0, 0, 0.21);
  box-shadow: 0px 14px 21px 2px 
  rgba(0, 0, 0, 0.21);
}
#index-body .products ul li .ig:hover .t1 {
  color: var(--color);
}
#index-body .history {
  padding: 140px 250px 200px;
  overflow: hidden;
  background: url(/spongetech/2026/05/09/sqvjyyek1778305776.png) no-repeat center bottom / cover;
  color: #ffffff;
}
#index-body .history .slick-list {
  overflow: visible;
}
#index-body .history ul {
  margin: 0 -60px;
}
#index-body .history ul li {
  padding: 0 60px;
}
#index-body .history ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .history ul li .box .cont {
  margin-top: 32px;
  line-height: 1.6;
}
#index-body .history ul .slick-slide .box {
  padding: 350px 0 0;
}
#index-body .history ul .slick-active .box {
  padding: 150px 0 200px;
}
#index-body .history ul .slick-center .box {
  padding: 0 0 350px;
}
#index-body .news .left .box {
  position: relative;
  display: block;
  background-color: #004da8;
  -webkit-box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  overflow: hidden;
}
#index-body .news .left .box>img{
  max-width: 101%;
  width: 101%;
  object-fit: cover;
}
#index-body .news .left .box .t1 {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 50px 0;
  line-height: 1.4;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .left .box .t1:hover {
  color: var(--color);
}
#index-body .news .right .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: 50%;
}
#index-body .news .right .time {
  font-weight: 300;
}
#index-body .news .right .ig {
  background-color: rgba(14, 14, 14, 0.02);
  border-radius: 20px;
  padding: 45px 45px 85px;
  height: 100%;
}
#index-body .news .right .ig .t1 {
  line-height: 1.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .right .ig .t1:hover {
  color: var(--color);
}
#index-body .news .right ul {
  margin: -10px;
}
#index-body .news .right ul li {
  padding: 10px;
  height: 100%;
}
strong {
  font-weight: bold;
}
#footer {
  padding: 20px;
}
#footer .f-pd {
  background: url(../images/f-bg.jpg) no-repeat center bottom / cover;
  color: #fff;
  border-radius: 18px;
}
#footer .f-box {
  border-bottom: 1px solid rgba(199, 199, 198, 0.2);
}
#footer .f-box .f-ab {
  max-width: 350px;
}
#footer .f-box .f-ab .cont {
  line-height: 1.5;
  font-weight: 300;
}
#footer .f-box .f-ab .share a {
  font-size: 30px;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-ab .share a:hover {
  opacity: 0.5;
}
#footer .f-box .tit {
  font-family: "Archivo";
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box li {
  line-height: 1.4;
  margin-bottom: 0.8em;
  font-weight: 300;
}
#footer .f-box li a {
  opacity: 0.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box li a:hover {
  opacity: 1;
}
#footer .f-box .f-contact {
  max-width: 300px;
}
#footer .f-box .f-contact li {
  opacity: 0.5;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding: 25px 0 50px;
  position: relative;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  opacity: 0.5;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: #ffffff;
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  opacity: 0.5;
}
#footer .f-copy svg:hover text {
  opacity: 0.5;
}
@media screen and (max-width: 1700px) {
  #index-body .pin-section .nav-btn {
    font-size: 36px;
  }
  
  #index-body .history ul {
    margin: 0 -40px;
  }
  #index-body .history ul li {
    padding: 0 40px;
  }
  #index-body .honour .bottom {
    padding: 20px 90px;
  }
  #index-body .news .right .ig {
    padding: 35px 33px 60px;
  }
  #index-body .history {
    padding: 140px 180px 200px;
  }
  #index-body .map .bot .txt4 {
    top: 34%;
    left: 53%;
}
#index-body .map .bot .txt7 {
    top: 22%;
    right: 16%;
}
#index-body .map .bot .txt6 {
    top: 38.5%;
    right: 21%;
}
#index-body .map .bot .txt2 {
    left: 39.5%;
    top: 51%;
}
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 28px;
    font-size: 16px;
  }
  #index-body .pin-section .nav-btn {
    font-size: 30px;
  }
  #index-body .pin-section .card-content .num {
    font-size: 270px;
  }
  #index-body .pin-section .card-content .num span {
    font-size: 230px;
  }
  #index-body .pin-section .card-content .txt1 {
    font-size: 30px;
  }
  #index-body .history ul {
    margin: 0 -25px;
  }
  #index-body .history ul li {
    padding: 0 25px;
  }
  #index-body .honour .bottom {
    padding: 20px 60px;
  }
  #index-body .map .bot .txt5 {
    top: 40%;
    right: 40.5%;
}
}
@media screen and (max-width: 1250px) {
  .font-30{
    font-size: 18px;
  }
  .font-24{
    font-size: 16px;
  }
  #index-body .pin-section .nav-btn img {
    zoom: 0.7;
  }
  #index-body .pin-section .nav-btn {
    font-size: 24px;
  }
  #index-body .pin-section .card-content .num {
    font-size: 240px;
  }
  #index-body .pin-section .card-content .num span {
    font-size: 200px;
  }
  #index-body .pin-section .card-content .txt1 {
    font-size: 30px;
  }
  #index-body .history ul .slick-slide .box {
    padding: 250px 0 0;
  }
  #index-body .history ul .slick-active .box {
    padding: 100px 0 150px;
  }
  #index-body .history ul .slick-center .box {
    padding: 0 0 250px;
  }
  #index-body .history {
    padding: 100px 100px 180px;
  }
  #index-body .honour .bottom {
    padding: 15px ;
  }
  #index-body .news .right .ig {
    padding: 25px 20px 40px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-box .f-ab {
    max-width: 250px;
  }
  #footer .f-box .f-ab .share a {
    font-size: 22px;
  }
  #footer .f-box .tit {
    font-size: 21px;
  }
  #index-body .products ul li .ig .t1 {
    padding: 20px 15px;
  }
    #innerMobileBanner ~ .inner-banner {
        display:block!important;
    }
    #innerMobileBanner{
      display: none;
    }
    #index-body .map .bot .txt2 {
    left: 37.5%;
    top: 51%;
}
}
@media screen and (max-width: 1000px) {
   #index-body .map{
     display: none;
   }
  #banner .video-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
  #banner .text2 .box {
    max-width: 100%;
  }
  #banner .text {
    bottom: 35%;
  }
  #index-body .pin-section .section-nav {
    top: 80px;
  }
  #index-body .pin-section .section-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .pin-section .card-content {
    bottom: 100px;
  }
  #index-body .pin-section .card-content .num {
    font-size: 200px;
  }
  #index-body .pin-section .card-content .num span {
    font-size: 170px;
  }
  #index-body .pin-section .card-content .txt1 {
    font-size: 30px;
  }
  #index-body .history ul .slick-slide .box {
    padding: 0 !important;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-media {
    display: none;
  }
  #index-body .news .right {
    margin-top: 50px;
  }
  #index-body .history {
    padding: 70px 50px 120px;
  }
  #index-body .products ul li .ig .t1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .font-60{
    font-size: 26px;
  }
  .font-48{
    font-size: 20px;
  }
  #index-body .pin-section .nav-btn {
    width: 100%;
  }
  #index-body .pin-section .card-content .num {
    font-size: 180px;
  }
  #index-body .pin-section .card-content .num span {
    font-size: 150px;
  }
  #index-body .pin-section .card-content .txt1 {
    font-size: 28px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.75;
  }
  #footer .f-box .f-contact {
    margin-top: 30px;
  }
  #footer .f-box .f-ab .f-logo {
    zoom: 0.6;
  }
  #footer .f-box .f-contact,
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #index-body .history {
    padding: 40px 15px 100px;
  }
  #index-body .products .tip .right {
    margin-top: 20px;
  }
  #index-body .news .left .box .t1 {
    padding: 0 20px 0;
    bottom: 20px;
  }
  #footer {
    padding: 10px;
  }
  #index-body .pin-section .card-content {
    z-index: 2;
  }
  #index-body .pin-section .card-content::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 120%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0, 0, 0, 0.5)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 80%, transparent);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 80%, transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 80%, transparent);
    z-index: -1;
  }
}
@media screen and (max-width: 500px) {
  .more {
    zoom: 0.75;
  }
  #index-body .pin-section .nav-btn img {
    zoom: 0.55;
  }
  #index-body .pin-section .nav-btn {
    font-size: 20px;
  }
  #index-body .pin-section .card-content .num {
    font-size: 120px;
  }
  #index-body .pin-section .card-content .num span {
    font-size: 90px;
  }
  #index-body .pin-section .card-content .txt1 {
    font-size: 20px;
  }
}

/*inner-banner*/

.mbx {
  width: 100%;
  left: 0;
  top: 146px;
  padding: 9px 0;
  color: #ffffff;
}
.mbx i {
  color: #ffffff;
}
.inner-banner2.inner-banner {
  margin-top: 100px;
    min-height: 0;
}
.inner-banner2 .mbx{
  color: #000000;
}
.inner-banner2 .mbx i {
  color: var(--color);
}
.inner-banner {
  min-height: 146px;
  color: #FFFFFF;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 40%;
}
.inner-banner .down {
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media (max-width: 1250px) {
  .inner-banner {
    min-height: auto;
  }
}
/*about-page*/

.about-page .about-1 .line {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: rgba(0, 0, 109, 0.35);
}
.about-page .about-1 .line em {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color);
}
.about-page .about-1 .line::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--color);
}
.about-page .about-1 .Tag {
  color: var(--color);
  width: 47%;
  margin-left: 53%;
}
.about-page .about-1 .Tit {
  color: var(--color);
}
.about-page .about-1 .Tit div {
  font-size: 2em;
  white-space: nowrap;
}
.about-page .about-1 .text {
  color: #5d5d5d;
  width: 35%;
  margin-left: 57%;
}
.about-page .about-1 .box {
  padding-bottom: 4em;
}
.about-page .about-2 {
  color: #FFFFFF;
}
.about-page .about-2 .slick-list {
  padding-top: 240px;
  overflow: visible;
}
.about-page .about-2 .slick-slide {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 .slick-active + .slick-active {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}
.about-page .about-2 .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-240px);
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  transform: translateY(-240px);
}
.about-page .about-2 .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.about-page .about-2 .top {
  margin-right: -10%;
}
.about-page .about-2 .top li .time {
  color: var(--color);
}
.about-page .about-2 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.about-page .about-2 .line em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}
.about-page .about-2 .line::after {
  content: "";
  position: absolute;
  right: 100%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color);
}
.about-page .about-2 .timeline li {
  opacity: .35;
  cursor: pointer;
}
.about-page .about-2 .timeline li.active {
  color: var(--color);
  opacity: 1;
}
.about-page .about-3 .Tit {
  color: var(--color);
}
@-webkit-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ro {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page .about-4 {
  background-color: var(--color);
  color: #FFFFFF;
}
.about-page .about-4 .img {
  position: relative;
  padding: 5%;
}
.about-page .about-4 .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/about4-arrow.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: ro 10s linear infinite;
  -moz-animation: ro 10s linear infinite;
  animation: ro 10s linear infinite;
}
.about-page .about-4 .img img {
  width: 100%;
  border-radius: 50%;
}
.about-page .about-4 .box > div:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-page .about-4 .box > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.about-page .about-4 .box > div:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.about-page .about-4 li {
  min-height: 170px;
}
.about-page .about-5 .Tit {
  color: var(--color);
}
.about-page .about-5 .list .bg {
  width: 102%;
  left: -1%;
  top: 100%;
  z-index: -1;
}
.about-page .about-5 .slickBtn.pos div.prev {
  right: 100%;
}
.about-page .about-5 .slickBtn.pos div.next {
  left: 100%;
}
.about-page .about-6 {
  color: #FFFFFF;
}
.about-page .about-6 .box {
  background-color: rgba(0, 0, 0, 0.36);
  max-width: 870px;
  margin: auto;
}
.about-page .about-6 .box a {
  line-height: 40px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  border-radius: 20px;
  padding: 0 30px;
}
.about-page .about-7 .Tit {
  color: var(--color);
}
.about-page .about-7 .list ul {
  margin: 0 -2.5em;
}
.about-page .about-7 .list li {
  padding: 0 2.5em;
}
.about-page .about-7 .list li img {
  border-radius: 19px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.about-page .about-7 .list .slick-list {
  overflow: visible;
}
.about-page .about-7 .list .slick-current li img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about-page .about-7 .slickBtn.pos div.prev {
  right: 77%;
}
.about-page .about-7 .slickBtn.pos div.next {
  left: 77%;
}
.about-page .about-7 .page {
  color: var(--color);
}
@media (max-width: 1250px) {
  .mbx {
    position: static;
    background-color: #EEEEEE;
  }
}
@media (max-width: 1000px) {
  .inner-banner .down {
    display: none;
  }
  .about-page .about-1 .line {
    display: none;
  }
  .about-page .about-1 .Tag {
    width: 100%;
    margin-left: 0;
  }
  .about-page .about-1 .text {
    width: 100%;
    margin-left: 0;
  }
  .about-page .about-2 .top {
    margin-right: 0;
  }
  .about-page .about-2 .slick-list {
    padding-top: 90px;
  }
  .about-page .about-4 .box > div:nth-of-type(1) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
  }
  .about-page .about-4 .box > div:nth-of-type(2) {
    width: 100%;
    text-align: left;
  }
  .about-page .about-4 .box > div:nth-of-type(3) {
    width: 100%;
  }
  .about-page .about-4 .box > div ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-page .about-4 li {
    min-height: auto;
    margin-bottom: 30px;
  }
  .about-page .about-5 .slickBtn.pos div.prev {
    right: 85%;
  }
  .about-page .about-5 .slickBtn.pos div.next {
    left: 85%;
  }
}
@media (max-width: 700px) {
  .about-page .about-4 .box > div ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .Tit div {
    font-size: 1.5em;
  }
  .about-page .about-2 .slick-list {
    padding-top: 0;
  }
}


.baseArrow {
  font-size: 30px;
}
.baseArrow div {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.baseArrow div img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseArrow div:hover {
  background-color: transparent;
  -webkit-filter: drop-shadow(0 0 10px rgba(2, 2, 108, 0.5));
  filter: drop-shadow(0 0 10px rgba(2, 2, 108, 0.5));
}
.baseArrow div:hover img.def {
  opacity: 0;
}
.baseArrow div:hover img.hov {
  opacity: 1;
}
.baseArrow div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.aspiration__circles {
  margin-bottom: 60px;
}
.aspiration__circles-top-line {
  display: none;
}
.aspiration__circles-top-line img {
  width: 88%;
  margin-left: 10%;
}
.aspiration__circles-cards {
  border-top: 2px solid #dcdce2;
}
.aspiration__circles-card {
  border-bottom: 2px solid #dcdce2;
  padding: 19px 0 18px;
}
.aspiration__circles-card.--active .aspiration__circles-card-btn {
  background-color: transparent;
}
.aspiration__circles-card.--active .aspiration__circles-card-btn:after {
  content: "-";
  color: #dcdce2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aspiration__circles-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aspiration__circles-card-link {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color);
}
.aspiration__circles-card-link br {
  display: none;
}
.aspiration__circles-card-btn {
  background-color: #dcdce2;
  outline: 0;
  -webkit-appearance: none;
  width: 37px;
  height: 37px;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid #dcdce2;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.aspiration__circles-card-btn:after {
  content: "+";
  line-height: 1;
  font-size: 21px;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.aspiration__circles-card-desc {
  display: none;
  padding-top: 23px;
  max-width: 75%;
}
.aspiration__circles-card-desc p:last-of-type {
  margin-bottom: 0;
}
.aspiration__circles-desc {
  display: none;
}
.aspiration__circles-desc-info h4 {
  color: #2d2d2d;
}
.aspiration__circles-desc-info p {
  color: #5f5f5f;
}
.aspiration__circles-desc-info a {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  color: #FFFFFF;
  background-color: var(--color);
  border-radius: 22px;
  padding: 0 34px;
  font-weight: 600;
}

@media (min-width: 1001px) {
  .aspiration__circles-top-line {
    display: block;
    margin-bottom: 8px;
    font-size: 0;
    line-height: 0;
  }
  .aspiration__circles-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aspiration__circles-cards {
    border-top: none;
    width: 67%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .aspiration__circles-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dcdce2;
    position: relative;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .aspiration__circles-card:hover {
    background-color: var(--color);
    border-color: var(--color);
  }
  .aspiration__circles-card:hover .aspiration__circles-card-link {
    color: #fff;
  }
 
    .aspiration__circles-card:before {
      float: left;
      padding-top: 100%;
      content: "";
    }
    .aspiration__circles-card:after {
      display: block;
      content: "";
      clear: both;
    }
  
  .aspiration__circles-card:nth-of-type(1) {
    z-index: 1;
  }
  .aspiration__circles-card:nth-of-type(2) {
    z-index: 2;
    -webkit-transform: translateX(-17%);
    -moz-transform: translateX(-17%);
    -ms-transform: translateX(-17%);
    transform: translateX(-17%);
  }
  .aspiration__circles-card:nth-of-type(3) {
    z-index: 3;
    -webkit-transform: translateX(-37%);
    -moz-transform: translateX(-37%);
    -ms-transform: translateX(-37%);
    transform: translateX(-37%);
  }
  .aspiration__circles-card:nth-of-type(4) {
    z-index: 3;
    -webkit-transform: translateX(-56%);
    -moz-transform: translateX(-56%);
    -ms-transform: translateX(-56%);
    transform: translateX(-56%);
  }
  .aspiration__circles-card-header {
    display: block;
  }
  .aspiration__circles-card-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 24px;
    text-align: center;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .aspiration__circles-card-link br {
    display: block;
  }
  .aspiration__circles-card-btn {
    display: none;
  }
  .aspiration__circles-card-desc {
    max-width: unset;
  }
  .aspiration__circles-desc {
    display: block;
    width: 29%;
    padding-top: 30px;
  }
}
@media (min-width: 1250px) {
  .aspiration__circles {
    margin-bottom: 30px;
  }
  .aspiration__circles-content {
    min-height: 460px;
  }
  .aspiration__circles-desc {
    width: 25%;
  }
   .aspiration__circles-card-link{
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
.aspiration__circles-card-link{
  font-size: 17px;
  transform: translateX(-10px);
}
}

/*service-page*/

.service-page .service-1 .box .img {
  position: relative;
}
.service-page .service-1 .box .img img {
  width: 100%;
}
.service-page .service-1 .box .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent 50%, rgba(0,0,0,.5));
  opacity: 0;
  transition: opacity .5s ease;
}
.service-page .service-1 .box .text {
  width: 90%;
  left: 5%;
  bottom: 5%;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-1 .box:hover .img::after {
  opacity: 1;
}
.service-page .service-1 .box:hover .text {
  opacity: 1;
}
.service-page .service-2 .top {
  width: 100%;
  left: 0;
  top: 90px;
}
.service-page .service-2 .Tag {
  color: #FFFFFF;
}
.service-page .service-2 .Tit {
  color: #FFFFFF;
}
.service-page .service-2 .line {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/service2-line.png) no-repeat center;
}
.service-page .service-2 .list .slick-list {
  padding: 490px 0;
  overflow: visible;
}
.service-page .service-2 .list .slick-active {
  -webkit-transform: translateY(126px);
  -moz-transform: translateY(126px);
  -ms-transform: translateY(126px);
  transform: translateY(126px);
}
.service-page .service-2 .list .slick-active + .slick-active {
  -webkit-transform: translateY(118px);
  -moz-transform: translateY(118px);
  -ms-transform: translateY(118px);
  transform: translateY(118px);
}
.service-page .service-2 .list .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -ms-transform: translateY(26px);
  transform: translateY(26px);
}
.service-page .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.service-page .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-130px);
  -moz-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
.service-page .service-2 .list li .dots .def {
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
}
.service-page .service-2 .list li .dots .hov {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  line-height: 114px;
  border: 3px solid var(--color);
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 .list li .dots .hov::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  border-radius: inherit;
  background-color: var(--color);
}
.service-page .service-2 .list li .dots:hover .hov {
  opacity: 1;
}
.service-page .service-2 .list li .dots:hover + .name {
  bottom: 80px;
}
.service-page .service-2 .list li .dots:hover ~ .text {
  opacity: 1;
}
.service-page .service-2 .list li .name {
  width: 100%;
  left: 0;
  bottom: 40px;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 .list li .text {
  width: 120%;
  left: -10%;
  top: 100px;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 .list li .text p {
  opacity: .85;
}
.service-page .service-2 .list li .text p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 10px;
  vertical-align: middle;
}
.service-page .service-3 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-page .service-3 .Tit {
  color: var(--color);
}
.service-page .service-3 .img {
  margin-left: auto;
}
.service-page .service-3 .info {
  left: 10%;
  border-radius: 50px 0 0 50px;
  width: 30%;
  background-color: #0075c1;
  color: #FFFFFF;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.service-page .service-3 .info:nth-child(1) {
  top: 12%;
}
.service-page .service-3 .info:nth-child(2) {
  bottom: 12%;
}
.service-page .service-3 .info:hover {
  -webkit-filter: drop-shadow(0 0 10px #ccc);
  filter: drop-shadow(0 0 10px #ccc);
}
.service-page .service-4 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-page .service-4 .list .slick-list {
  overflow: visible;
  padding: 0 12%;
}
.service-page .service-4 .list .img {
  border-radius: 18px;
}
.service-page .service-5 .line {
  border-bottom: 1px solid black;
  opacity: .3;
}
.service-page .service-5 .list .box {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-5 .list .box img {
  margin: auto;
}
.service-page .service-5 .list .box::after {
  content: "";
  display: block;
  width: 20%;
  border-bottom: 1px solid var(--color);
  margin: auto;
}
.service-page .service-5 .list .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1700px) {
  .service-page .service-2 .list .slick-active + .slick-active {
    -webkit-transform: translateY(106px);
    -moz-transform: translateY(106px);
    -ms-transform: translateY(106px);
    transform: translateY(106px);
  }
  .service-page .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-62px);
    -moz-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    transform: translateY(-62px);
  }
  .service-page .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-122px);
    -moz-transform: translateY(-122px);
    -ms-transform: translateY(-122px);
    transform: translateY(-122px);
  }
  .service-page .service-3 .info {
    width: 35%;
    left: 5%;
  }
}
@media (max-width: 1450px) {
  .service-page .service-2 .list .slick-active + .slick-active {
    -webkit-transform: translateY(98px);
    -moz-transform: translateY(98px);
    -ms-transform: translateY(98px);
    transform: translateY(98px);
  }
  .service-page .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }
  .service-page .service-2 .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    -webkit-transform: translateY(-110px);
    -moz-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
  }
}
@media (max-width: 1250px) {
  .service-page .service-2 .list .slick-active {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .service-page .service-2 .line {
    background: transparent;
  }
  .service-page .service-2 .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #FFFFFF;
  }
  .service-page .service-2 .top {
    top: 60px;
  }
  .service-page .service-2 .list .slick-list {
    padding: 350px 0;
  }
}
@media (max-width: 700px) {
  .service-page .service-2 .list li .text {
    width: 100%;
    left: 0;
  }
  .service-page .service-2 .list .slick-active li .text {
    opacity: 1;
  }
  .service-page .service-2 .list .slick-active li .dots .def {
    opacity: 0;
  }
  .service-page .service-2 .list .slick-active li .dots .hov {
    opacity: 1;
  }
  .service-page .service-2 .list .slick-active li .dots + .name {
    bottom: 80px;
  }
}
@media (max-width: 500px) {
  .service-page .service-3 .img {
    width: 100%;
  }
  .service-page .service-3 .info {
    margin: 10px 0;
    position: static;
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    border-radius: 0;
  }
}


.m-page {
  text-align: center;
}

.m-page span,
.m-page a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0 2px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  transition: .5s;
}

.m-page span,.m-page a:hover {
  color: #FFFFFF;
  background-color: var(--color);
}

/*product-page*/


.product-page .product-1::before,
.product-page .product-1::after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 6%;
  background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-page .product-1::before {
  left: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-page .product-1 .slickBtn {
  font-size: 50px;
}
.product-page .product-1 .slickBtn div {
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #b2b2b2;
  background-color: #FFFFFF;
}
.product-page .product-1 .slickBtn.pos div {
  top: 40%;
}
.product-page .product-1 .slickBtn.pos div.prev {
  right: auto;
  left: 5%;
}
.product-page .product-1 .slickBtn.pos div.prev svg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-page .product-1 .slickBtn.pos div.next {
  right: 5%;
  left: auto;
}
.more_cont_2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  color: #fff;
}
.more_cont_2:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.product-page .product-2  .img{
  border-radius: 15px;
  overflow: hidden;
}
.product-page .product-2 .shadow_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 4;
}
.product-page .product-2 .shadow_inner.active {
  width: 100%;
  height: 100%;
}
.product-page .product-2 .tip_title_cont {
  border-top: 1px solid #c2c2c2;
}
.product-page .product-2 .tip {
  color: #464646;
}
.product-page .product-2 .cat_name {
  border-bottom: 1px solid currentColor;
}
.product-page .product-2 .list_cont {
  position: absolute;
  width: 600px;
  top: 100%;
  z-index: 5;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 4px;
  font-size: 16px;
  display: none;
}
.product-page .product-2 .list_cont a {
  display: block;
  padding: 6px 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.product-page .product-2 .list_cont a:hover {
  background-color: #ebebeb;
}
.product-page .product-2 .allbtn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  background-color: var(--color);
}
.product-page .product-2 .list {
  border-top: 1px solid rgba(194, 194, 194, 0.4);
}

.product-page .product-2 .list .dots li {
  margin: 3px;
  display: inline-block;
}

.product-page .product-2 .list .dots li button {
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 50%;
  background-color: #f1f1ee;
  border: 0;
}

.product-page .product-2 .list .dots li.slick-active button {
  color: #FFFFFF;
  background-color: var(--color);
}

@media (max-width: 1000px) {
  .product-page .product-2 .tip_title_cont {
    display: none;
  }
 
}

.prodet-page .prodet-1 .slick-track {
  display: block;
}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left img {
  border-radius: 10px;
}
.prodet-page .prodet-1 .left ul.small {
  margin: -4px;
}
.prodet-page .prodet-1 .left ul.small li {
  padding: 4px;
}
.prodet-page .prodet-1 .content_list .list {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.prodet-page .prodet-1 .content_list .list .title_cont .btn {
  height: 11px;
}
.prodet-page .prodet-1 .content_list .list .title_cont .btn div {
  background-color: #000;
  position: absolute;
  width: 11px;
  height: 1px;
  top: 5px;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.prodet-page .prodet-1 .content_list .list .title_cont .btn div:last-of-type {
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
}
.prodet-page .prodet-1 .content_list .list .title_cont.active .btn div:last-of-type {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.prodet-page .prodet-1 .content_list .list .content {
  color: #5f5f5f;
}
.prodet-page .prodet-1 .more_cont_2 {
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 5px;
}
.prodet-page .prodet-2 .tit {
  background-color: rgba(231, 231, 231, 0.75);
  border-radius: 9px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 .tit.active {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-2 .tit.active i::before {
  content: "\e7b8";
}
.prodet-page .prodet-2 .tit i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid currentcolor;
  font-family: iconfont;
}
.prodet-page .prodet-2 .tit i::before {
  content: "\e768";
}
.prodet-page .prodet-3 {
  border-top: 1px solid #c2c2c2;
}
.prodet-page .prodet-3 .arrows a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .prodet-3 .arrows a.prev svg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.prodet-page .prodet-3 .line {
  height: 5px;
  background-color: rgba(230, 230, 230, 0.9);
}
.prodet-page .prodet-3 .line em {
  display: block;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}
@media (max-width: 1250px) {
  .prodet-page .prodet-3 .line {
    display: none;
  }
}

/*contact-page*/

.contact-page .container {
  max-width: 92%;
}
.contact-page .contact-1 .top .tit {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid var(--color);
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item.active .cir div {
  background: var(--color);
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form li:nth-of-type(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .left .form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form input[type='text'],
.contact-page .contact-1 .top .left .form input select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form input[type='file'] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .contact-1 .top .left .form input[type='submit'] {
  width: 196px;
  height: 48px;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Mulish;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  -webkit-transition: .3s;
  margin-top: 12px;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 .top .left .form input[type='submit']:hover {
  color: var(--color);
  background: transparent;
}
.contact-page .contact-1 .top .left .form textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
}
.contact-page .contact-1 .top .left .form .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form .acc div {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 14px;
  font-family: Mulish;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}
.contact-page .contact-1 .top .left .form p.acc {
  font-size: 14px;
  font-family: Mulish;
  font-weight: 300;
  color: #000;
  opacity: .6;
  line-height: 1;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .right li .content {
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.contact-page .contact-1 .top .right li .content .left {
  max-width: 465px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: auto;
  color: #FFFFFF;
  border-radius: 30px;
}
@media (max-width: 700px) {
  div.container {
    max-width: 100%!important;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .top .right li .content {
    position: static;
  }
  .contact-page .contact-1 .top .right li .content .left {
    max-width: 100%;
    border-radius: 0;
  }
}

/*faq*/

.faq-page {
    /*padding-top: 39px;*/
    background-color: #faf9f9;
}
.faq-page .faq-1 {
    background: url(../images/faq-bg.png) no-repeat right bottom;
    padding-bottom: 6%;
}
.faq-page .faq-1 .header {
    max-width: 1134px;
}
.faq-page .faq-1 .header .title {
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-1 .content {
    margin-top: 82px;
    border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
    border-bottom: 1px solid #bebebe;
    padding: 34px 0 40px;
    color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    font-weight: bold;
    cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
    padding-right: 34px;
    width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
    display: inline-block;
    vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-page .faq-2 .box {
    background: url(../images/faq-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 11.459% 20% 10.6771%;
    text-align: center;
}
.faq-page .faq-2 .box .play {
    font-size: 36px;
    color: #fff;
    background-color: rgba(71, 26, 26, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 280px;
    height: 280px;
    line-height: 280px;
    position: relative;
    text-align: center;
}
.faq-page .faq-3 {
    background: url(../images/ab-wz.png) no-repeat center top;
    margin-top: 7%;
    padding-top: 7%;
    margin-bottom: 5%;
}
.faq-page .faq-3 .header {
    color: #030303;
}
.faq-page .faq-3 .header .title {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-3 .header p {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 12px;
}
.faq-page .faq-3 .search {
    text-align: center;
    margin-top: 87px;
}
.faq-page .faq-3 .search form {
    max-width: 773px;
    margin: 0 auto;
    position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
    width: 100%;
    height: 54px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
    background: url(../images/faq-icon.png) no-repeat 29px center;
    text-align: right;
    border: 0;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 18px;
    width: 176px;
    text-transform: uppercase;
    color: #030303;
    border-left: 1px solid #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
    background-position-x: 30px;
    color: var(--color);
    border-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-1 .header .title {
        font-size: 60px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 52px;
    }
    .faq-page .faq-1 {
        background: transparent;
    }
    .inner-page .m-page{
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .faq-1 .header .title {
        font-size: 45px;
    }
    .faq-page .faq-1 .content {
        margin-top: 40px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 40px;
    }
    .inner-page .m-page{
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page {
        padding-top: 0;
    }
    .faq-page .faq-1 .header .title {
        font-size: 36px;
        line-height: 1.4;
    }
    .faq-page .faq-1 .content {
        margin-top: 20px;
    }
    .faq-page .faq-1 .content ul li .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .faq-page .faq-1 .content ul li .tit em {
        padding-right: 20px;
    }
    .faq-page .faq-2 .box {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-page .faq-3 {
        background: transparent;
        margin-top: 5%;
    }
    .faq-page .faq-3 .header .title {
        font-size: 36px;
    }
    .faq-page .faq-3 .header p {
        font-size: 20px;
        line-height: 1.4;
    }
    .faq-page .faq-3 .search {
        margin-top: 20px;
    }
    .faq-page .faq-3 .search form input[type="text"] {
        padding-right: 0;
    }
    .faq-page .faq-3 .search form input[type="submit"] {
        position: initial;
        margin-top: 20px;
        border: 1px solid #000;
        height: 50px;
        padding-right: 15px;
        background-position-x: 20px;
    }
}

.faq-page .marginBox {

  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
    border-radius: 20px;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 1.2em;
    display: block;
    color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 20px;
  transition: .5s;
  background-position:right bottom; 
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
  cursor: pointer;
   padding-left: 15px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  padding: 30px 0 45px;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  /*background: white;*/
  background: var(--color);
  border-radius: 20px;

}
.faq-page .marginBox .box .right .list ul li.active span.title,
.faq-page .marginBox .box .right .list ul li.active .text{
  color: #ffffff;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:after{
  background: #ffffff;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }

 
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }

}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}

.news-page .news-1 {
    padding: 0 0 50px;

}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background: #F2F2F2 right bottom;
}
.news-page .news-1 .list ul li .content .more{
  background: #ffffff;
  color: #000000;
}
.news-page .news-1 .list ul li .content .more:hover{
  background: #000000;
  color: #ffffff;
}
/*.news-page .news-1 .list ul li .content::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
 background: var(--color);
 position: absolute;
 left: 0;
 top: 0;
 z-index: -1;
 transform: translateY(110%);
 transition: .5s;
}*/
.news-page .news-1 .list ul li .content:hover{
  background: var(--color) ;
  color: #ffffff;
}
.news-page .news-1 .list ul li .content .tags{
display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 31px;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}
.news-page .news-1 .list ul li .content:hover .tags{
  color: #ffffff;
  border: solid 1px #ffffff;
}
.news-page .news-1 .list ul li .content:hover a.link img{
  filter: brightness(1);
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 5.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}
.news-page .news-1 .list ul li .content a.link:hover{
  color: #ffffff;
}
.news-page .news-1 .list ul li .content a.link:before{
  background: #ffffff;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page .tags {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 31px;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}
.newdet-page .Auxil-related .box{
  background: #ffffff;
  border-radius: 15px;
}
.newdet-page .Auxil-related .box .img-box{
   border-radius: 15px;
}
.newdet-page .Auxil-related .box .content{
  padding: 0 20px 20px;
  text-align: center;
}
.newdet-page {
    padding: 50px 0;
        background-color: #faf9f9;
}

.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background-color: var(--color);
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}
.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}
/*.newdet-page .slideBarRight .text ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #000;
    font-size: 1.2em;
}*/
.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}
.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}
table tr:nth-child(odd) {
    background: #fff
}
table td, table th{
  min-width: 200px
}
.newdet-page .slideBarRight .text table td, .newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}
.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}
.newdet-page .slideBarRight .text ul li {
    margin-left: 20px;
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
     background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    background-color: #007aff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
     background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-left: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}
.inner-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.inner-page .slideBarBox .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .category .catelist {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a:hover,
.inner-page .slideBarBox .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.inner-page .slideBarBox .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.inner-page .slideBarBox .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .quote .form {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit .more{
  border: none
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'],
.inner-page .slideBarBox .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.inner-page .slideBarBox .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.inner-page .slideBarBox .sider-left .quote .form .more{
  margin-top: 30px;
}

.inner-page .slideBarBox .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.inner-page .slideBarBox .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.inner-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.inner-page .slideBarBox .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}
.inner-page .slideBarBox .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.inner-page .slideBarBox .sider-left .sidebar-info{
  display: none;
}
.inner-page .slideBarBox .sider-left .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1450px) {
.inner-page .slideBarBox .sider-left  .sidebar-info .icon a{
    margin: 0 20px
  }
  .inner-page .slideBarBox .sider-left h2{
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .slideBarBox .sider-left .category{
    padding: 50px 20px;
  }
    .inner-page .slideBarBox .sider-left h2{
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .sider-left {
    display: none
  }
  .inner-page .slideBarBox .slideBarRight{
    padding-left: 0
  }
  .inner-page .slideBarBox .slideBarRight{
    width: 100%
  }
}


@media screen and (max-width: 1700px) {
   
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
  
}
@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
     
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    
    .Auxil-catdes{
        display: none!important;
    }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
    
    
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
  
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
     .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
  .news-page .news-1 .list ul li .content span.h6{
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
     
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
   
   
}
@media screen and (max-width: 700px) {
     
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 22px;
        line-height: 1.6;
    }
    
   
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
    
}

.newdet-page .form ul {
    margin: -10px;
}
.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
    border-color: var(--color);
}
.newdet-page .form ul li textarea {
    height: 80px;
}
.newdet-page .form ul li.wid-100 {
    width: 100%;
}