@font-face {
  font-family: 'TikTok';
  src: url('../fonts/TikTokSansText-Regular.eot');
  src: url('../fonts/TikTokSansText-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TikTokSansText-Regular.woff2') format('woff2'), url('../fonts/TikTokSansText-Regular.woff') format('woff'), url('../fonts/TikTokSansText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'TikTok';
  src: url('../fonts/Orbitron-Black.eot');
  src: url('../fonts/Orbitron-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Black.woff2') format('woff2'), url('../fonts/Orbitron-Black.woff') format('woff'), url('../fonts/Orbitron-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'TikTok';
  src: url('../fonts/TikTokSansText-Bold.eot');
  src: url('../fonts/TikTokSansText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TikTokSansText-Bold.woff2') format('woff2'), url('../fonts/TikTokSansText-Bold.woff') format('woff'), url('../fonts/TikTokSansText-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #2dc422;
  font-family: 'TikTok';
  font-weight: 400;
  color: #333;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 11px 26px 11px 25px;
  background: #333;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.more::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
  -webkit-transition: width 1000ms;
  -moz-transition: width 1000ms;
  transition: width 1000ms;
}
.more:hover::after {
  width: 250%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 29px 0;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto 0 78px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 81px;
  color: #fff;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  text-align: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#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;
  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 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#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:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#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:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .h-search form {
  width: 173px;
  position: relative;
}
#header .nav .ui.menu .h-search form input[type="search"] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid rgba(254, 254, 255, 0.2);
  font-size: 14px;
  padding: 0 40px 0 20px;
}
#header .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="search"]::placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="submit"] {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav .ui.menu .yuy span {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid rgba(254, 254, 255, 0.2);
  border-radius: 50%;
  color: #fff;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
  z-index: 100;
}
#header .nav .ui.menu .yuy ul li {
  position: relative;
  z-index: 10;
}
#header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header.inner .nav,
#header.active .nav {
  padding: 12px 0;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li:hover,
#header.inner .nav .ui.menu .menu-box ul.menu > li.active,
#header.active .nav .ui.menu .menu-box ul.menu > li:hover,
#header.active .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header.inner .nav .ui.menu .h-search form input[type="search"],
#header.active .nav .ui.menu .h-search form input[type="search"] {
  border-color: rgba(0, 0, 0, 0.2);
}
#header.inner .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder,
#header.active .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#header.inner .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder,
#header.active .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#header.inner .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder,
#header.active .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#header.inner .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder,
#header.active .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#header.inner .nav .ui.menu .h-search form input[type="search"]::placeholder,
#header.active .nav .ui.menu .h-search form input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#header.inner .nav .ui.menu .h-search form input[type="submit"],
#header.active .nav .ui.menu .h-search form input[type="submit"] {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.inner .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .yuy span {
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
}
#header.active::before {
  left: 0;
  width: 100%;
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
@-webkit-keyframes down {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes down {
  50% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes down {
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li .text {
  top: 37%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 900px;
  margin: 0 auto;
}
#banner ul li .text .box .title {
  font-weight: 900;
  line-height: 1.3;
  font-style: italic;
}
#banner ul li .text .box .title em {
  color: var(--color);
}
#banner ul li .text .box .con {
  line-height: 1.6;
  width: 90%;
  margin: 28px auto 0;
}
#banner ul li .text .box .link {
  padding: 14px 31px 15px;
  line-height: 1;
  gap: 16px;
  font-size: 18px;
  font-style: italic;
  -webkit-transition-property: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition-property: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition-property: color 0.3s, background-color 0.3s, border-color 0.3s;
  overflow: hidden;
  background-color: #333333;
}
#banner ul li .text .box .link span {
  position: relative;
  z-index: 2;
}
#banner ul li .text .box .link svg {
  width: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 2;
  zoom: .8;
}
#banner ul li .text .box .link svg rect {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#banner ul li .text .box .link svg rect.hide {
  opacity: 0 !important;
}
#banner ul li .text .box .link .btn-gradient {
  z-index: 1;
  pointer-events: none;
  background: url(../images/jb.png) no-repeat center;
  background-size: contain;
  width: 200%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#banner ul li .text .box .link:hover .btn-gradient {
  opacity: 1;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box .btn {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .img {
  bottom: 12%;
  left: -24px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner .icon {
  top: 89px;
  left: 0;
}
#banner .icon img {
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#banner .bottom {
  bottom: 71px;
  z-index: 1;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner .bottom .mouse {
  cursor: pointer;
  -webkit-animation: down 2s linear infinite;
  -moz-animation: down 2s linear infinite;
  animation: down 2s linear infinite;
}
#banner .bottom .change {
  margin-left: 13%;
  width: 32.313%;
}
#banner .bottom .change .swiper-scrollbar {
  position: relative;
  width: 80%;
  height: 1px;
  background: #fff;
  border-radius: 0;
}
#banner .bottom .change .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
  height: 3px;
  top: -2px;
  border-radius: 0;
  cursor: pointer;
}
#banner .bottom .change .arrow svg {
  width: 19px;
}
#banner .bottom .change .arrow > div {
  cursor: pointer;
}
#banner .bottom .change .arrow > div rect {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .bottom .change .arrow > div:hover rect:nth-child(2),
#banner .bottom .change .arrow > div:hover rect:nth-child(5) {
  opacity: 0 !important;
}
#banner .bottom .change .arrow .prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: -7px 39px 0 0;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-60 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
.font-46 {
  line-height: 1.3;
}
@-webkit-keyframes ks1 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  0% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ks1 {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-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);
  }
}
#index-body .i-init1 {
  background: var(--color);
  color: #fff;
  padding: 27px 0 26px;
}
#index-body .i-init1 p {
  white-space: nowrap;
  font-size: 30px;
  font-weight: bold;
  -webkit-animation: wordsloop 24s linear infinite;
  -moz-animation: wordsloop 24s linear infinite;
  animation: wordsloop 24s linear infinite;
}
#index-body .i-init1 p span {
  padding: 0 39px 0 42px;
  position: relative;
}
#index-body .i-init1 p span::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-category .ui.container {
  width: 1372px;
}
#index-body .i-category ul li {
  border: solid 1px #a2a2a2;
  padding: 129px 53px 102px;
  z-index: 1;
}
#index-body .i-category ul li .text {
  position: relative;
  z-index: 2;
}
#index-body .i-category ul li .title {
  line-height: 1.3;
}
#index-body .i-category ul li span {
  color: #999999;
  line-height: 1.7;
}
#index-body .i-category ul li .con {
  line-height: 1.7;
}
#index-body .i-category ul li .link {
  text-decoration: underline;
  bottom: 100px;
  right: 61px;
  z-index: 2;
}
#index-body .i-category ul li .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .img {
  right: auto;
  top: auto;
  width: 45.441%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#index-body .i-category ul li:hover {
  color: #fff;
}
#index-body .i-category ul li:hover span {
  color: rgba(255, 255, 255, 0.3);
}
#index-body .i-category ul li:hover .bg {
  opacity: 1;
}
#index-body .i-category ul li:nth-child(3) {
  border-top: 0;
}
#index-body .i-category ul li:nth-child(4) {
  margin-top: -196px;
  border-top: 0;
}
#index-body .i-category ul li:nth-child(even) {
  border-left: 0;
}
/*#index-body .i-category ul li:nth-child(3n+1) {
  height: 773px;
}*/
#index-body .i-category ul li:not(:nth-child(3n+1)) {
  height: 577px;
}
#index-body .i-about {
  background-color: #4a5660;
  padding-top: 7.96875%;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-about .title {
  color: #f2f2f2;
  line-height: 1.1;
}
#index-body .i-about .title em {
  color: var(--color);
}
#index-body .i-about .top .left .con {
  line-height: 2;
}
#index-body .i-about .top .left .con h1 {
  display: inline;
  color: var(--color);
}
#index-body .i-about .top .right {
  text-align: right;
}
#index-body .i-about .top .right span {
  display: inline-block;
  border-radius: 7px;
  border: solid 1px #cccccc;
  color: #cccccc;
  padding: 5px 12px 4px 9px;
}
#index-body .i-about .top .right .bottom {
  background: var(--color);
  padding: 13px 19px 33px 12px;
  width: 383px;
  text-align: left;
  clear: both;
  overflow: hidden;
}
#index-body .i-about .top .right .bottom .link svg {
  width: 13px;
  float: right;
  margin-top: 6px;
}
#index-body .i-about .top .right .bottom .link svg rect {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .top .right .bottom .link svg:hover rect:nth-child(2),
#index-body .i-about .top .right .bottom .link svg:hover rect:nth-child(5) {
  opacity: 0 !important;
}
#index-body .i-about .bottom {
  padding: 11% 6.25% 0 6.1875%;
}
#index-body .i-about .bottom ul {
  margin: 0 -8.5px;
}
#index-body .i-about .bottom ul li {
  padding: 0 8.5px;
  height: 284px;
}
#index-body .i-about .bottom ul li .ig {
  background: #fff;
  height: 215px;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  text-align: center;
  padding: 68px 12px 0;
  color: #333;
  overflow: hidden;
}
#index-body .i-about .bottom ul li .ig i {
  width: 50px;
  height: 50px;
  background-color: #5a656e;
  border-radius: 50%;
}
#index-body .i-about .bottom ul li .ig .tit {
  font-weight: 600;
  line-height: 1.6;
}
#index-body .i-about .bottom ul li .ig p {
  line-height: 1.6;
  color: #5a656e;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .bottom ul li .ig:hover {
  height: 100%;
  padding-top: 58px;
}
#index-body .i-about .bottom ul li .ig:hover p {
  opacity: 1;
}
#index-body .i-about .icon {
  z-index: -1;
}
#index-body .i-about .icon img {
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#index-body .i-about .icon1 {
  top: -18%;
  left: 0;
}
#index-body .i-about .icon2 {
  top: 0;
  right: 0;
}
#index-body .i-service .left {
  width: 44.584%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: url(../images/service-bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 1px 0px 35px 0px rgba(76, 76, 76, 0.27);
  box-shadow: 1px 0px 35px 0px rgba(76, 76, 76, 0.27);
  padding: 4.21875% 2.2% 0 8.28125%;
}
#index-body .i-service .left .con {
  line-height: 1.6;
}
#index-body .i-service .left ul li {
  margin-bottom: 32px;
}
#index-body .i-service .left ul li a {
  display: table;
  padding-left: 98px;
  position: relative;
  line-height: 1.1;
  font-weight: bold;
  outline: none;
  font-size: 24px;
  color: #999;
}
#index-body .i-service .left ul li a .bul {
  width: 25px;
  height: 25px;
  background-color: #999999;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border-radius: 50%;
}
#index-body .i-service .left ul li a .bul::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  width: 0;
  height: 2px;
  background: var(--color);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#index-body .i-service .left ul li a .s2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 98px;
  color: var(--color);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#index-body .i-service .left ul li a:hover .bul,
#index-body .i-service .left ul li a.active .bul {
  width: 37px;
  height: 37px;
  background: var(--color);
}
#index-body .i-service .left ul li a:hover .bul::before,
#index-body .i-service .left ul li a.active .bul::before {
  width: 69px;
}
#index-body .i-service .left ul li a:hover .s1,
#index-body .i-service .left ul li a.active .s1 {
  color: #fff;
}
#index-body .i-service .left ul li a:hover .s2,
#index-body .i-service .left ul li a.active .s2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#index-body .i-service .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-service .right {
  width: 55.416%;
  padding-top: 4.74%;
}
#index-body .i-service .right ul li {
  overflow: hidden;
  margin-bottom: 75px;
}
#index-body .i-service .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-service .right .imges {
  width: 100%;
  height: auto;
}
#index-body .i-service .right .imges .bottom {
  line-height: 1.6;
  position: relative;
  z-index: 3;
}
#index-body .i-service .right .imges .bottom .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: var(--color);
  color: #fff;
  padding: 15px 24px 36px;
  margin: -92px 0 0 32px;
  position: relative;
  z-index: 6;
}
#index-body .i-service .right .imges .bottom .desc p:first-child {
  margin-bottom: 7px;
}
#index-body .i-service .right .imges .imges_sl {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#index-body .i-service .right .imges .imges_sl .title {
  top: 60px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding-left: 69px;
}
#index-body .i-service .right .imges .imges_sl .clean-image {
  display: none;
  -o-object-position: 0 0;
  object-position: 0 0;
}
#index-body .i-service .right .imges .imges_sl .clean-image.active {
  display: block;
}
#index-body .i-service .right .imges .imges_sl:before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.62%, rgba(0, 0, 0, 0.72)), color-stop(100.15%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.72) 23.62%, rgba(0, 0, 0, 0) 100.15%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.72) 23.62%, rgba(0, 0, 0, 0) 100.15%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 23.62%, rgba(0, 0, 0, 0) 100.15%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#index-body .i-service .right .imges.single .imges_sl:before,
#index-body .i-service .right .imges .imges_sl.no_bef:before {
  display: none;
}
#index-body .i-service .right .imges.single .imges_sl:before,
#index-body .i-service .right .imges .imges_sl.no_bef .arr {
  display: none !important;
}
#index-body .i-service .right .imges .imges_sl .title {
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#index-body .i-service .right .imges .imges_sl .imges_sl_all {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-service .right .imges .imges_sl .imges_sl_all.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
#index-body .i-service .right .imges .bottom {
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#index-body .i-service .right .imges .bottom.active {
  opacity: 1;
}
#index-body .i-service .right .imges .imges_sl .imges_sl_block {
  height: -webkit-calc(27.5625vw);
  height: -moz-calc(27.5625vw);
  height: calc(27.5625vw);
  overflow: hidden;
}
#index-body .i-service .right .imges .imges_sl .imges_sl_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-service .right .imges .imges_sl .imges_sl_block svg {
  width: 100%;
}
#index-body .i-service .right .imges .imges_sl .imges_sl_block svg * rect {
  fill: var(--color);
}
#index-body .i-service .right .imges .imges_sl .imges_sl_block svg g {
  width: 242px;
  height: 227px;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#index-body .i-service .right .imges .imges_sl .imges_sl_block svg #grid {
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
}
#index-body .i-service .right .imges .imges_sl .imges_sl_block svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#index-body .i-service .right .imges .imges_sl #square_1,
#index-body .i-service .right .imges .imges_sl #square_6,
#index-body .i-service .right .imges .imges_sl #square_11 {
  -webkit-transform-origin: 10% 0;
  -moz-transform-origin: 10% 0;
  -ms-transform-origin: 10% 0;
  transform-origin: 10% 0;
}
#index-body .i-service .right .imges .imges_sl #square_2,
#index-body .i-service .right .imges .imges_sl #square_7,
#index-body .i-service .right .imges .imges_sl #square_12 {
  -webkit-transform-origin: 30% 0;
  -moz-transform-origin: 30% 0;
  -ms-transform-origin: 30% 0;
  transform-origin: 30% 0;
}
#index-body .i-service .right .imges .imges_sl #square_3,
#index-body .i-service .right .imges .imges_sl #square_8,
#index-body .i-service .right .imges .imges_sl #square_13 {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
#index-body .i-service .right .imges .imges_sl #square_4,
#index-body .i-service .right .imges .imges_sl #square_9,
#index-body .i-service .right .imges .imges_sl #square_14 {
  -webkit-transform-origin: 70% 0;
  -moz-transform-origin: 70% 0;
  -ms-transform-origin: 70% 0;
  transform-origin: 70% 0;
}
#index-body .i-service .right .imges .imges_sl #square_5,
#index-body .i-service .right .imges .imges_sl #square_10,
#index-body .i-service .right .imges .imges_sl #square_15 {
  -webkit-transform-origin: 90% 0;
  -moz-transform-origin: 90% 0;
  -ms-transform-origin: 90% 0;
  transform-origin: 90% 0;
}
#index-body .i-service .right .imges .imges_sl.anime:before {
  opacity: 1;
}
#index-body .i-service .right .imges .imges_sl.anime .title {
  opacity: 1;
}
#index-body .i-service .right .imges .imges_sl.anime #square_1 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#index-body .i-service .right .imges .imges_sl.anime #square_1 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#index-body .i-service .right .imges .imges_sl.anime #square_6 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#index-body .i-service .right .imges .imges_sl.anime #square_6 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#index-body .i-service .right .imges .imges_sl.anime #square_11 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#index-body .i-service .right .imges .imges_sl.anime #square_11 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#index-body .i-service .right .imges .imges_sl.anime #square_2 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_2 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_7 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_7 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_12 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_12 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_3 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_3 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_8 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_8 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_13 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_13 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_4 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_4 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_9 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_9 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_14 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_14 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_5 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_5 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_10 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_10 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_15 {
  -webkit-animation: square_rotate 0.6s ease-in-out;
  -moz-animation: square_rotate 0.6s ease-in-out;
  animation: square_rotate 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#index-body .i-service .right .imges .imges_sl.anime #square_15 > rect {
  -webkit-animation: square_rotate_rect 0.9s ease-in-out;
  -moz-animation: square_rotate_rect 0.9s ease-in-out;
  animation: square_rotate_rect 0.9s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#index-body .i-service .right .imges .imges_sl.anime .polo_min {
  -webkit-animation: polo_min 0.5s ease-out;
  -moz-animation: polo_min 0.5s ease-out;
  animation: polo_min 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#index-body .i-service .right .imges .imges_sl.anime .polo_min.polo_1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .i-service .right .imges .imges_sl.anime .polo_min.polo_2 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#index-body .i-service .right .imges .imges_sl.anime .polo_min.polo_3 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#index-body .i-service .right .imges .imges_sl.anime .polo_min.polo_4 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
#index-body .i-service .right .imges .imges_sl.anime .polo_max {
  -webkit-animation: polo_max 0.5s ease-out;
  -moz-animation: polo_max 0.5s ease-out;
  animation: polo_max 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#index-body .i-service .right .imges .imges_sl.anime .polo_max.polo_5 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#index-body .i-service .right .imges .imges_sl.anime .polo_max.polo_6 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#index-body .i-service .right .imges__main {
  width: 100%;
  position: relative;
}
#index-body .i-service .right .imges__main.bg_1 {
  background-color: #f9fafc;
}
#index-body .i-news {
  padding: 6.83% 0 8.386%;
}
#index-body .i-news .content ul li .item {
  padding: 54px 0;
}
#index-body .i-news .content ul li .item .icon {
  width: 249px;
  height: 54px;
  background: var(--color);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  position: absolute;
}
#index-body .i-news .content ul li .item .icon:first-child {
  top: 0;
  right: 8px;
}
#index-body .i-news .content ul li .item .icon:last-child {
  bottom: 0;
  left: 11px;
}
#index-body .i-news .content ul li .item .ig {
  height: 25.45em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 43px 27px 29px 40px;
}
#index-body .i-news .content ul li .item .ig time {
  color: #666666;
  line-height: 1.4;
}
#index-body .i-news .content ul li .item .ig .title {
  padding-right: 49px;
  color: #223351;
  line-height: 1.36;
}
#index-body .i-news .content ul li .item .ig .title:hover {
  color: var(--color);
}
#index-body .i-news .content ul li .item .ig .tz {
  bottom: 29px;
  right: 27px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  display: inline-block;
}
#index-body .i-news .content ul li .item .ig .tz::before,
#index-body .i-news .content ul li .item .ig .tz::after {
  content: '';
  position: absolute;
  bottom: 6px;
  height: 1px;
}
#index-body .i-news .content ul li .item .ig .tz::after {
  left: 0;
  width: 100%;
  background: #333;
}
#index-body .i-news .content ul li .item .ig .tz::before {
  left: 50%;
  width: 0;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color);
}
#index-body .i-news .content ul li .item .ig .tz:hover {
  color: var(--color);
}
#index-body .i-news .content ul li .item .ig .tz:hover::before {
  left: 0;
  width: 100%;
}
#index-body .i-news .content ul li .item:hover .icon {
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(15% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@-webkit-keyframes square_rotate {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-moz-keyframes square_rotate {
  0% {
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes square_rotate {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes square_rotate_rect {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes square_rotate_rect {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes square_rotate_rect {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes polo_min {
  0% {
    stroke-dasharray: 680;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 680;
    stroke-dashoffset: -680;
  }
}
@-moz-keyframes polo_min {
  0% {
    stroke-dasharray: 680;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 680;
    stroke-dashoffset: -680;
  }
}
@keyframes polo_min {
  0% {
    stroke-dasharray: 680;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 680;
    stroke-dashoffset: -680;
  }
}
@-webkit-keyframes polo_max {
  0% {
    stroke-dasharray: 1200;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
  }
}
@-moz-keyframes polo_max {
  0% {
    stroke-dasharray: 1200;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
  }
}
@keyframes polo_max {
  0% {
    stroke-dasharray: 1200;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
  }
}
.i-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8.334vw;
  height: 91.3021vw;
  background: url(../images/imgs.png) no-repeat center;
  background-size: cover;
  z-index: 2;
}
#footer {
  background-color: #4b5660;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
#footer .f-content .title {
  line-height: 1;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.78;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .left {
  width: 68.313%;
}
#footer .f-content .left .f-ab {
  max-width: 400px;
}
#footer .f-content .left .f-ab p {
  line-height: 1.6;
}
#footer .f-content .left .f-nav ul li {
  text-transform: uppercase;
  margin-bottom: 12px;
}
#footer .f-content .left .f-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .left .f-nav ul li:hover {
  color: var(--color);
}
#footer .f-content .left .f-contact {
  max-width: 290px;
}
#footer .f-content .left .f-contact ul li {
  margin-bottom: 13px;
}
#footer .f-content .left .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .left .f-contact ul li:hover {
  text-decoration: underline;
}
#footer .f-content .left .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-content .left .bottom .f-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content .left .bottom .f-form ul {
  margin: -4px;
}
#footer .f-content .left .bottom .f-form ul li {
  padding: 4px;
}
#footer .f-content .left .bottom .f-form ul li input {
  width: 100%;
  height: 68px;
  background-color: #6a7783;
  font-size: 16px;
  border: 0;
  padding: 0 18px;
}
#footer .f-content .left .bottom .f-form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .left .bottom .f-form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .left .bottom .f-form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .left .bottom .f-form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .left .bottom .f-form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .left .bottom .f-form ul li:first-child {
  width: 38.415%;
}
#footer .f-content .left .bottom .f-form ul li:last-child {
  width: 61.585%;
}
#footer .f-content .left .bottom .f-form ul li:last-child input {
  padding-right: 66px;
}
#footer .f-content .left .bottom .f-form button {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 35px;
  height: 29px;
  background: transparent;
  border: 0;
  background: url(../images/send.png) no-repeat center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .left .bottom .f-form button:hover {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
#footer .f-content .right {
  width: 31.687%;
}
#footer .f-content .right .title {
  line-height: 1.1;
}
#footer .f-content .right .btn {
  display: inline-block;
  position: relative;
}
#footer .f-content .right .btn a {
  width: 10.182em;
  height: 10.182em;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .f-content .right .btn a img {
  margin: -27px 0 0 9px;
}
#footer .f-content .right .btn a .circle {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 200px;
  height: 200px;
  background: var(--color);
  border-radius: 50%;
  top: 65px;
  left: -15px;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out;
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 16px;
  width: 44.633%;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -2px;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .share {
  top: 104px;
  left: 45px;
}
#footer .share a {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  line-height: 57px;
  font-size: 30px;
  margin-bottom: 37px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share a:last-child {
  margin-bottom: 0;
}
#footer .share a:hover {
  background: var(--color);
  border-color: var(--color);
}
#footer::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 34.636%;
  height: 100%;
  background-color: #6a7681;
}
@media screen and (max-width: 1680px) {
  .font-60 {
    font-size: 46px;
  }
  .ml-70 {
    margin-left: 42px;
  }
  .i-bg {
    width: 3.5vw;
  }
  #footer::after {
    width: 32.5%;
  }
  #footer .share {
    zoom: .7;
    left: 15px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 50px;
  }
  #header .nav .ui.menu .menu-box {
    margin: 0 auto;
  }
  #banner ul li .img {
    left: -27px;
    zoom: .67;
  }
  .mt-73 {
    margin-top: 30px;
  }
  .mt-86 {
    margin-top: 40px;
  }
  #index-body .i-service .left ul li a {
    font-size: 20px;
  }
  #index-body .i-service .left ul li a .bul {
    width: 20px;
    height: 20px;
  }
  #index-body .i-service .left ul li a:hover .bul,
  #index-body .i-service .left ul li a.active .bul {
    width: 26px;
    height: 26px;
  }
  #footer .share {
    zoom: .6;
    left: 15px;
  }
}
@media screen and (max-width: 1250px) {
  /*#index-body .i-category ul li:nth-child(3n+1) {
    height: 666px;
  }*/
  #index-body .i-category ul li:not(:nth-child(3n+1)) {
    height: 470px;
  }
  #index-body .i-service {
    zoom: .8;
  }
  #index-body .i-news .content ul li .item .ig .title {
    padding-right: 0;
  }
  #index-body .i-news .content ul li .item .ig .tz {
    font-size: 20px;
  }
  .font-22 {
    font-size: 22px;
  }
  #footer .f-content .left .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #footer .f-content .left .bottom .f-form {
    margin-left: 0;
  }
  #footer .f-content .left .bottom .f-copy {
    width: 100%;
    margin-top: 20px;
  }
  #footer .share {
    zoom: 1;
    left: initial;
    right: 34%;
    top: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .i-bg {
    display: none;
  }
  #banner .bottom {
    bottom: 20px;
  }
  #index-body .i-init1 {
    padding: 14px 0 13px;
  }
  #index-body .i-init1 p {
    font-size: 24px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-26 {
    font-size: 22px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  #index-body .i-category ul li {
    padding: 65px 27px 51px;
  }
  #index-body .i-category ul li .link {
    bottom: 50px;
  }
  /*#index-body .i-category ul li:nth-child(3n+1) {
    height: 560px;
  }*/
  #index-body .i-category ul li:not(:nth-child(3n+1)) {
    height: 400px;
  }
  #index-body .i-category ul li:nth-child(4) {
    margin-top: -160px;
  }
  #index-body .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-about .bottom {
    padding: 9% 0 0 0;
  }
  #index-body .i-about .bottom ul li .ig {
    height: 180px;
    padding: 34px 12px 0;
  }
  #index-body .i-about .bottom ul li .ig .tit,
  #index-body .i-about .bottom ul li .ig p {
    font-size: 14px;
  }
  #index-body .i-about .bottom ul li:hover .ig {
    padding-top: 34px;
  }
  #index-body .i-about .icon {
    zoom: .7;
  }
  #index-body .i-service {
    zoom: 1;
  }
  #index-body .i-service .left {
    width: 100%;
    position: inherit;
    padding: 6% 2.2%;
    height: auto;
  }
  #index-body .i-service .left ul {
    display: none;
  }
  #index-body .i-service .right {
    width: 100%;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .left .f-ab {
    max-width: 350px;
  }
  #footer .f-content .left .f-nav {
    display: none;
  }
  #footer .f-content .right {
    display: none;
  }
  #footer .share {
    display: none;
  }
  #footer::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .box .con {
    width: 100%;
    margin: 14px auto 0;
  }
  #banner .bottom {
    zoom: .6;
  }
  #banner .bottom .mouse {
    display: none;
  }
  #banner .bottom .change {
    margin-left: 0;
    width: 100%;
  }
  #banner .bottom .change .swiper-scrollbar .swiper-scrollbar-drag {
    top: -1px;
  }
  .font-60 {
    font-size: 35px;
  }
  .font-28 {
    font-size: 24px;
  }
  #index-body .i-init1 p {
    font-size: 20px;
  }
  #index-body .i-init1 p span {
    padding: 0 20px 0 21px;
  }
  #index-body .i-category ul li {
    height: auto !important;
    padding: 30px 15px;
    width: 100%;
  }
  #index-body .i-category ul li .link,
  #index-body .i-category ul li .img {
    position: initial;
  }
  #index-body .i-category ul li:nth-child(4) {
    margin-top: 0;
  }
  #index-body .i-category ul li:nth-child(even) {
    border-left: 1px solid #a2a2a2;
  }
  #index-body .i-about .icon {
    zoom: .4;
  }
  #index-body .i-about .bottom ul {
    margin: -8px;
  }
  #index-body .i-about .bottom ul li {
    height: auto;
    width: 50%;
    padding: 8px;
  }
  #index-body .i-about .bottom ul li .ig {
    height: 100%;
    padding: 20px 15px;
  }
  #index-body .i-about .bottom ul li .ig p {
    opacity: 1;
  }
  #index-body .i-about .bottom ul li:hover .ig {
    padding-top: 20px;
  }
  #index-body .i-service .right ul li {
    margin-bottom: 30px;
  }
  #index-body .i-service .right .imges .bottom {
    opacity: 1;
    padding: 20px 15px 0 15px;
  }
  #index-body .i-service .right .imges .bottom .text {
    width: 100%;
  }
  #index-body .i-service .right .imges .bottom .desc {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #index-body .i-service .right .imges .imges_sl .title {
    top: 25px;
    padding-left: 36px;
  }
  #index-body .i-service .right .imges .imges_sl .imges_sl_all {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #footer {
    padding: 30px 0;
  }
  #footer .f-content .left .f-ab,
  #footer .f-content .left .f-contact {
    max-width: 100%;
  }
  #footer .f-content .left .f-contact {
    margin-top: 20px;
  }
  #footer .f-content .left .bottom .f-form ul li {
    width: 100% !important;
  }
  #footer .f-content .left .bottom .f-form button {
    top: initial;
    bottom: 26px;
  }
  #footer .f-content .left .bottom {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .title {
    font-size: 26px;
  }
  #banner ul li .text .box .con {
    display: none;
  }
  #banner ul li .text .box .btn {
    margin-top: 20px;
  }
  #banner ul li .text .box .link {
    font-size: 16px;
  }
  #banner .img,
  #banner .icon {
    display: none;
  }
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-category ul li {
    color: #fff;
    border: 0 !important;
    margin-bottom: 20px;
  }
  #index-body .i-category ul li span {
    color: rgba(255, 255, 255, 0.3);
  }
  #index-body .i-category ul li .bg,
  #index-body .i-category ul li .img {
    opacity: 1;
  }
  #index-body .i-category ul li:last-child {
    margin-bottom: 0;
  }
  #index-body .i-about .icon {
    display: none;
  }
  #index-body .i-about .top .right .bottom {
    width: 320px;
  }
  #index-body .i-about .bottom ul li {
    width: 100%;
  }
  #index-body .i-service .right .imges .imges_sl .imges_sl_block {
    height: 200px;
  }
  #index-body .i-news .content ul li .item .icon {
    zoom: .7;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0%, 90% 100%, 0% 100%);
  }
  #index-body .i-news .content ul li .item .icon:first-child {
    top: 24px;
  }
  #index-body .i-news .content ul li .item .icon:last-child {
    bottom: 24px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-content .left .bottom {
    margin-top: 20px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-banner {
    padding: 79px 0 69px;
    background-color: #faf9f9;
    background-size: 100% 100%;
}
.inner-banner .box .ig {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 79px 0 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}
.inner-banner .box .ig .left {
    position: relative;
    z-index: 1;
    width: 64%;
}
.inner-banner .box .ig .left .mbx {
    font-size: 18px;
    line-height: 1.8;
    /*text-transform: uppercase;*/
    position: relative;
}
.inner-banner .box .ig .left .tit {
    font-size: 66px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
}
.inner-banner .box .ig .left::after {
    content: '';
    width: 299px;
    height: 299px;
    position: absolute;
    bottom: 40px;
    left: -126px;
    z-index: -1;
    background: url(/aptmotor/2025/11/13/banner.png) no-repeat;
}
.inner-banner .box .ig .right {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.8;
    width: 36%;
    margin-bottom: 10px;
}
.pxl-service-grid-layout2 .item--title{
  line-height: 1.4 !important;
}
@media screen and (max-width: 1680px) {
    .inner-banner .box .ig .left::after {
        left: -80px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 70px;
    }
     
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
        line-height: 1.2!important;
    }
    .elementor-9049 .elementor-element.elementor-element-18a1d24 .pxl-heading .pxl-item--title{
        line-height: 1.2!important;
    }
}
@media screen and (max-width: 1440px) {
    .inner-banner .box .ig .left::after {
        left: -70px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 60px;
    }
}
@media screen and (max-width: 1280px) {
    .inner-banner .box .ig .left::after {
        left: -50px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 50px;
    }
}
@media screen and (max-width: 1100px) {
    .inner-banner .box .ig .left .tit {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        padding: 60px 0 30px;
    }
    .inner-banner .box .ig {
        display: block;
        padding: 30px 0;
    }
    .inner-banner .box .ig .left {
        width: 100%;
    }
    .inner-banner .box .ig .left::after {
        display: none;
    }
    .inner-banner .box .ig .right {
        display: none;
    }
    .xian {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box .ig .left .mbx {
        font-size: 16px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 30px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .box .ig {
        padding: 20px 0;
    }
    .inner-banner .box .ig .left .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner .box .ig .left .tit {
        display: none;
    }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.5%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.about-page {
    background-color: #faf9f9;
    }

.about-page .about-1 {
    background: url(/aptmotor/2025/11/13/apt.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 8.542%;
        background-color: #faf9f9;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/aptmotor/2025/11/13/company.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    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;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 110px;
    font-weight: bold;
    color: var(--color);
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(/aptmotor/2025/11/14/about-mission.jpg) no-repeat center 178px;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0 100px 0px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: white;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: white;
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 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;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
    padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    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-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {
    background: #fff;  
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3 .right .content ul li .img{
  margin-top: 20px;
}
.about-page .about-3 .right .content ul li .img dl{
  margin: -20px;
}
.about-page .about-3 .right .content ul li .img dl dd{
  padding: 20px;
}
.about-page .about-3 .right .content ul li .img dl dd .ig img{
  width: 100%;
}
.about-page .about-3 .right .content ul li .img dl dd .ig .text{
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right .content ul li .img dl dd .ig .text div{
  padding: 0 20px;
}
.about-page .about-3 .right .content ul li .img dl dd:last-child .ig .text{
  display: none;
}
.about-page .about-3 .right .content ul li .img dl dd .ig:hover .text{
  opacity: 1;
  height: 100%;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       /*background: #f3f3f3;*/
       border-radius: 20px;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}
.inner-page .m-page {
    margin: 60px 0;
    text-align: center;
    font-size: 18px;
    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 .m-page a,
.inner-page .m-page span {
    width: 2.5em;
    height: 2.5em;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    margin: 0 .3em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: var(--color);
    color: white;
     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 {
    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;
    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: var(--color);
    -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-right: 4%;
}
.product-page h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1em;
}
.inner-page .product_list ul {
    margin: -15px;
}
.inner-page .product_list ul li {
    padding: 15px;
}
.inner-page .product_list ul li a.img-box {
    display: block;
}
.inner-page .product_list ul li span.h6 {
    font-size: 20px;
    line-height: 36px;
    min-height: 4.5rem;
    font-weight: 500;
    display: block;
    margin: 1em 0 .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .product_list ul li span.h6:hover {
    color: var(--color);
}
.product-page {
    padding: 20px 0;
    background-color: #faf9f9;
}
.inner-page .form ul {
    margin: -10px;
}
.inner-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.inner-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .form ul li input,
.inner-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;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
    border-color: var(--color);
}
.inner-page .form ul li textarea {
    height: 80px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.news-page .news-1 {
    padding: 50px 0;
    background-color: #faf9f9;
}
.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-color: white;
}
.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: 1.5;
    -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;
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
.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 {
    padding: 50px 0;
        background-color: #faf9f9;
}
.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 2;
    display: block;
}
.m-link{
    font-size: 14px;
    line-height: 2;
}
.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: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    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;
}
.inner-page .side-title h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}
.contact-page {
    padding: 60px 0 0 0;
}
.contact-page .contact-1 {
    padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
    padding: 100px 0 110px;
}
.contact-page .contact-2 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.contact-page .contact-2 ul li {
    max-width: 25%;
    width: auto;
}
.contact-page .contact-2 ul li:nth-child(1){
    padding-left: 0;
}
.contact-page .contact-2 ul li:hover .content h6 {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
    display: flex;
    align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #aaaaaa;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    flex-shrink: 0;
}
.contact-page .contact-2 ul li .content h6 i {
    font-size: 20px;
    color: #000000;
}
.contact-page .contact-2 ul li .content p {
    font-size: 16px;
    color: #000000;
    line-height: 2;
}
.contact-page .contact-2 ul .add {
    padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
    align-items: flex-start;
}
.contact-page .contact-3 {
    padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.contact-page .contact-3 ul li {
    width: 33.3333%;
    padding-left: 125px;
    position: relative;
    margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
    width: 160px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
    background: #f8f8f8;
    padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    font-weight: bold;
    max-width: 230px;
    padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
    max-width: 230px;
    margin: 0 0 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
    margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
    font-size: 14px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}
.contact-page .contact-4 {
    padding: 0px 0 50px;
}
.contact-page .contact-4 .ui.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-4 .left {
    max-width: 380px;
    padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
    font-size: 48px;
    line-height: 1.4;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
}
.contact-page .contact-4 .right {
    width: 63%;
}
.contact-page .contact-4 .right form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-4 .right form input {
    width: 49%;
    background: none;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
    width: 49%;
    background: none;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
    width: 220px;
    height: 60px;
    background: #000;
    font-size: 16px;
      border-radius: 30px;
    color: #ffffff;
    line-height: 1;
    border: none;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-4 .right form input[type="submit"]:hover{
    background: var(--color);
}
.contact-page .contact-4 .right p {
    font-size: 16px;
    line-height: 2;
    color: #989898;
}
.contact-page .contact-6 {
    margin: 40px 0 60px;
}
.contact-page .contact-6 h4 {
    font-size: 40px; 
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.contact-page .contact-6 ul{
    margin: -20px;
}
.contact-page .contact-6 ul li {
    padding: 20px;
}
.contact-page .contact-6 ul li .box {
    display: block;
     -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 20px;
    position: relative;
    background: #f5f5f5;
    border-radius: 20px;
}
.contact-page .contact-6 ul li .box .h5{
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.contact-page .contact-6 ul li .box .h5::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--color);
     -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .contact-6 ul li .box ul{
    position: absolute;
    right: 30px;
    top: 40px;
    width: 30%;
    margin: -5px;
}
.contact-page .contact-6 ul li .box ul li{
    padding: 5px;
}
.contact-page .contact-6 ul li .box ul li img{
    width: 30px;
}
.contact-page .contact-6 ul li .box .desc{
    font-size: 16px;
    margin: 18px 0 25px;
}
.contact-page .contact-6 ul li .box .det,
.contact-page .contact-6 ul li .box .content{
    font-size: 16px;
}
.contact-page .contact-6 ul li .box .code{
    display: flex;
    width: 55%;
    margin-top: 30px;
}
.contact-page .contact-6 ul li .box .code .item{
    margin-right: 10px;
    text-align: center;
}
.contact-page .contact-6 ul li .box .code .item p{
    font-size: 12px;
    margin-top: 10px;
}
 .contact-page .contact-6 ul li .box:hover{
     background: var(--color);
 }
  .contact-page .contact-6 ul li .box:hover .code p,
  .contact-page .contact-6 ul li .box:hover .det,
  .contact-page .contact-6 ul li .box:hover .content,
  .contact-page .contact-6 ul li .box:hover .desc,
  .contact-page .contact-6 ul li .box:hover .h5{
      color: white;
  }
.contact-page .contact-6 ul li .box:hover .h5::after{
    background: white;
}
.inner-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1,
    .gallery-page, 
    .product-page{
        padding: 70px 0;
    }
     .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;
    }
    .contact-page .contact-6 ul li .box .code{
        width: 62%;
    }
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
     .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 90px;
    }
     .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 66px;
    }
    .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;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .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;
    }
    
    .contact-page .contact-6 ul li .box .code{
        width: 85%;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 60px;
    }
    .about-page .about-1 .data ul li p{
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      white-space: nowrap;
    }
    .about-page .about-1 .data ul li:after{
      content: none;
    }
     .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 0 40px 40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
    .inner-page .product_list ul li {
        padding: 10px;
    }
    .inner-page .product_list ul {
        margin: -10px;
    }
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
     .contact-page .contact-6 ul li{
        width: 50% !important;
    }
    .contact-page .contact-6 ul li .box ul li{
        width: 33% !important;
    }
    .contact-page .contact-4 .left{
      max-width: 100%;
    }
    .contact-page .contact-4 .right{
      width: 100%;
      margin-top: 20px;
    }
    .contact-page .contact-2{
      padding: 60px 0;
    }
    .contact-page .contact-2 ul li{
      max-width: 40%;
    }
    .about-page .about-3 .left{
      width: 50%;
    }
    .about-page .about-3 .right{
      width: 50%;
    }
     .about-page .about-3 .right .content ul li .img dl dd{
    padding: 6px;
  }
  .about-page .about-3 .right .content ul li .img dl dd .ig .text div{
    padding: 6px 12px;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1.4;
    max-height: 100px;
  }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
     .about-page .about-3 .left .title {
        font-size: 53px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
     .about-page .about-1 .data ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      text-align: center;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
     .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
     .inner-page .m-page{
        margin-top: 40px;
    }
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
     .contact-page .contact-6 ul li .ig h4 {
        font-size: 18px;
    }
     .contact-page .contact-6 ul li{
        width: 50% !important;
    }
    .contact-page .contact-6 ul li .box ul li{
        width: 33% !important;
    }
    .contact-page .contact-6 ul li .box .code{
        width: 100%;
    }
    .contact-page .contact-6 ul li .box .h5{
        font-size: 25px;
    }
    .contact-page .contact-4 .left{
      width: 100%;
      padding-top: 0;
    }
    .contact-page .contact-4 .right{
      width: 100%;
    }
    .contact-page .contact-2{
      padding: 0 0 60px 0;
    }
    .contact-page .contact-2 ul li{
      max-width: 50%;
      width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-1 .data ul li .num{
      font-size: 48px;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }
    .inner-page .m-page{
        margin-top: 20px;
    }
    .product-page,
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
        line-height: 1.6;
    }
    .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;
    }
    .contact-page{
      padding: 30px 0 0 0;
    }
     .contact-page .contact-6 ul li{
        width: 100% !important;
    }
    .contact-page .contact-2{
      padding: 0 0 30px 0;
    }
    .contact-page .contact-2 ul li{
      max-width: 100%;
      width: 100%;
    }
    .elementor-9049 .elementor-element.elementor-element-ae6130f{
      padding: 30px 0 !important;
    }
}
@media screen and (max-width: 500px) {
  .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
    font-size: 40px !important;
  }
  .contact-page .contact-4 .left h4{
    font-size: 36px;
  }
  .contact-page .contact-4 .right form input,
  .contact-page .contact-4 .right form textarea{
    width: 100%;
  }
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
     .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
     .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
     .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
     .contact-page .contact-6 h4{
        font-size: 30px;
    }
    .contact-page .contact-6 ul li .box .h5{
        font-size: 22px;
    }
}
.faq-page .marginBox {
  padding: 0px 0 100px;
  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: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  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;
}
.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;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.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;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
      border-radius: 20px;
}
.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 span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@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: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}
.product-page .pro-nav ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .pro-nav ul li{
  font-size: 25px;
  width: 25%;
  text-align: center;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .pro-nav ul li a{
  position: relative;
}
.product-page .pro-nav ul li a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .pro-nav ul li.active a,
.product-page .pro-nav ul li a:hover{
  color: var(--color);
}
.product-page .pro-nav ul li.active a::after,
.product-page .pro-nav ul li a:hover::after{
  background: var(--color);
}
.product-page .init-2 {
  margin-top: 80px;
  text-align: center;
}
.product-page .init-2 .container .tip_title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: -50px;
}
.cpmiaoshu{
  font-size: 26px;
  font-weight: bold; 
  text-align: center;
}
.product-page .init-2 .container .tip_des {
  font-size: 16px;
  margin: auto;
  margin-top: 60px;
  line-height: 30px;
      text-align: left;
  /*max-width: 1520px;*/
  max-height: 294px;
  overflow: auto;
}
.product-page .init-2 .container .content {
  margin-top: 20px;
  text-align: left;
}
.product-page .init-2 .container .content ul {
  /*margin: 0 -30px;*/
      padding-bottom: 120px;
}
.product-page .init-2 .container .content ul li {
  padding: 0 15px;
  margin-top: 60px;
  text-align: center;
}
.product-page .init-2 .container .content ul li a {
  display: block;
  transition: all 0.5s;
}
.product-page .init-2 .container .content ul li .img {
  /*padding: 40px;*/
  background-color: #fff;
  display: flex;
  align-items: center;
      border-radius: 20px;
  justify-content: center; 
  overflow: hidden;
}
.product-page .init-2 .container .content ul li .img img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.product-page .init-2 .container .content ul li .img .desc{
    position: absolute;
    right: 18px;
    top: 20px;
    font-size: 14px;
    border: 2px solid var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 15px;
    padding: 2px 20px;
}
.product-page .init-2 .container .content ul li:hover .img .desc{
        -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}
.product-page .init-2 .container .content ul li .more {
  /*display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;*/
  margin-top: -28px;
  transform: translateY(40px);
  opacity: 0;
  display: inline-block;
}
.product-page .init-2 .container .content ul li .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 14px;
  line-height: 28px;
  min-height: 5rem;
}
.product-page .init-2 .container .content ul li .des {
  font-size: 16px;
  /*margin-top: 10px;*/
  line-height: 30px;
  color: #959595;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-2 .container .content ul li:hover .more {
  opacity: 1;
  transform: translateY(0);
  /*border-radius: 10px;*/
}
.product-page .init-2 .container .content ul li:hover .title,
.product-page .init-2 .container .content ul li:hover .des {
  color: var(--color);
}
.prodet-page .init-1 {
  margin-top: 0px;
}
.prodet-page .init-1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left {
  width: 38%;
}
.prodet-page .init-1 .container .left a {
  display: block;
  width: 100%;
  background-color: #ffffff;
      border-radius: 20px;
}
.prodet-page .init-1 .container .left a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prodet-page .init-1 .container .right {
  width: 56%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .auth {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .share_list a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .init-1 .container .right .share_list a i {
  margin-right: 4px;
}
.prodet-page .init-1 .container .right .share_list a:hover{
  color: var(--color);
}
.prodet-page .init-1 .container .right .des {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px; 
  overflow: auto;
}
.prodet-page .init-1 .container .right .more {
  margin-top: 20px;
}
.prodet-page .init-1 .container .left .swiper {
  margin-top: 30px;
  overflow: hidden;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.prodet-page .init-2 {
  margin-top: 0px;
  padding: 0 100px;
}
.prodet-page .init-2 .container {
  padding: 0;
}
.prodet-page .init-2 .container .left {
  width: 100%;
}
.prodet-page .init-2 .container .left .list {
  padding: 20px;
  position: relative;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  margin-right: 20px;
}
.prodet-page .init-2 .container .left .list:last-child{
  margin-right: 0;
}
.prodet-page .init-2 .container .left .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 4px;
  background-color: var(--color);
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
.prodet-page .init-2 .container .left .list:hover::before,
.prodet-page .init-2 .container .left .list.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.prodet-page .init-2 .container .right {
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
.prodet-page .init-2 .container .right .list {
  display: none;
}
.prodet-page .init-2 .container .right .description .des {
  font-size: 18px;
  line-height: 1.5;
  overflow: auto;
}
.prodet-page .init-2 .container .right .about .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .about .content .img {
  width: 40%;
}
.prodet-page .init-2 .container .right .about .content .text_cont {
  width: 54%;
}
.prodet-page .init-2 .container .right .about .content .text_cont .tip {
  font-size: 30px;
  font-weight: 700;
}
.prodet-page .init-2 .container .right .about .content .text_cont .des {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-2 .container .right .contact_info .tip {
  font-size: 30px;
      font-weight: 600;
}
.prodet-page .init-2 .container .right .contact_info form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .contact_info form .lists {
  margin-top: 50px;
  width: 50%;
  padding-right: 100px;
}
.prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
  font-size: 22px;
}
.prodet-page .init-2 .container .right .contact_info form .lists input {
  width: 100%;
  padding: 6px 0;
  margin-top: 6px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #9a9a9a;
}
.prodet-page .init-2 .container .right .contact_info form .more {
  margin-top: 50px;
  text-transform: uppercase;
}
.prodet-page .init-3 {
  margin: 0px 0;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  border-radius: 10px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .more {
  margin-top: -28px;
  opacity: 0;
  transform: translateY(40px);
  display: inline-block;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 28px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .more {
  opacity: 1;
  transform: translateY(0);
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .title {
  color: var(--color);
}
@media (max-width: 1500px) {
    .prodet-page .init-1 .container .left {
    width: 40%;
  }
  .prodet-page .init-1 .container .right {
    width: 56%;
  }
}
@media (max-width: 1250px){
.product-page .init-2 {
    margin-top: 0;
  }
   .prodet-page .init-1 .container .left a{
    height: 500px;
  }
  .prodet-page .init-1 {
    margin-top: 0;
  }
  .prodet-page .init-2 .container .right .about .content .img {
    width: 100%;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding-right: 30px;
  }
  .product-page .init-2 .container .content ul li .img{
    padding: 40px 0 0;
  }
}
@media (max-width: 1000px){
  .product-page .pro-nav{
    display: none;
  }
  .product-page{
    padding-top: 0;
  }
    .prodet-page .init-1 .container .left{
    width: 100%;
  }
  .prodet-page .init-1 .container .left a{
    height: 90vw;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .prodet-page .init-1 .container .right .title{
    width: 100%;
  }
  .prodet-page .init-1 .container .right > div {
    width: 100%;
  }
  .prodet-page .init-1 .container .left .swiper {
    order: -1;
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .share_list {
    width: 100%;
  }
  .prodet-page .init-2 .container {
    border: none;
  }
  .prodet-page .init-2{
    padding: 0 15px;
  }
  .prodet-page .init-2 .container .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    justify-content: center;
    text-align: center;
  }
  .prodet-page .init-2 .container .left .list:hover::before,
  .prodet-page .init-2 .container .left .list.active::before {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    border-right: 1px solid #fff;
    border-bottom: none;
    width: 33.33%;
  }
  .prodet-page .init-2 .container .left .list.active {
    background-color: var(--color);
    color: #fff;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    border: none;
    min-height: 0;
    border: 1px solid #ffffff;
    margin-top: 10px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 700px){
  .prodet-page .init-1 .container .right .share_list {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    padding: 10px 20px;
    font-size: 20px;
    width: auto;
  }
  .prodet-page .init-2 .container .right .list {
    padding: 20px;
  }
}
@media (max-width: 500px){
    .product-page .init-2 .container .tip_title {
    font-size: 24px;
  }
  .product-page .init-2 .container .tip_des {
    margin-top: 10px;
  }
  .product-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .product-page .init-2 .container .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-2 .container .content ul li .title {
    font-size: 18px;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 18px;
  }
  .prodet-page .init-1 .container .right .auth {
    margin-top: 10px;
    font-size: 16px;
  }
  .prodet-page .init-1 .container .right .des {
    font-size: 16px;
    margin-top: 10px;
  }
  .prodet-page .init-1 .container .right .more {
    margin-top: 20px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .left .list {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .prodet-page .init-2 .container .left .list:first-child {
    border: none;
  }
  .prodet-page .init-2 .container .right {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .left .list {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .right .description .des {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .right .contact_info .tip {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .contact_info form .more {
    padding: 6px 20px;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .tip {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .des {
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    margin-top: 40px;
  }
}
.elementor-9049 .elementor-element.elementor-element-e76c886 .pxl-grid-inner .pxl-grid-item{
  max-width: 100%;
}
.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 40px;
}
.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
}
.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: var(--color);
}
.product-yd-page .init-1 .container ul li .box .left .des {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    font-weight: 500;
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}
.product-yd-page .init-1 .container ul li .box .left .more{
    margin-top: 30px;
}
.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}
.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
}
.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }
    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
        width: 100%;
    }
}
.select-page .content-box {
    padding: 42px 32px;
    background: #f1f1f1;
    border-radius:8px;
}
.select-page .content-box .search1{
  margin-top: 0px;
}
.select-page .content-box .search1 form{
  position: relative;
}
.select-page .content-box .search1 input{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}
.select-page .content-box .search1 input[type="submit"]{
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.resources-page {
  padding: 60px 0 100px;
}
.resources-page .list {
  margin-top: 46px;
}
.resources-page .list .the_head{
  text-align: center;
  height: 88px;
  line-height: 88px;
  background: var(--color);
  color: #fff;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.resources-page .list .the_head .column{
  float: left;
  display: block;
}
.resources-page .list .the_head .column span{
  font-size: 18px;
}
.resources-page .list ul li {
 text-align: center;
 width: 100%;
}
.resources-page .list ul li a.img-box {
  display: block;
}
.resources-page .list ul li span.h6 {
  font-size: 16px;
  margin-right: 1em;
}
.resources-page .list ul li a.download {
  font-size: 16px;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 207px;
  height: 61px;
  line-height: 61px;
  background: var(--color);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.resources-page .list ul li a.download .iconfont{
  font-size: 24px!important;
  margin-left: 17px;
}
.resources-page .list .dw-list li:first-child{
  margin-top: -2px;
}
.resources-page .list .dw-list li:after{
  content:'';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.resources-page .list .dw-list li .column{
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
}
.resources-page .list .dw-list li .column dl dd{
  width: 100%;
  padding: 19px 25px 19px 46px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.resources-page .list .dw-list li .column:first-child{
  border-left: 1px solid #cccccc;
}
.resources-page .list .dw-list li .column img{
  max-height: 90%;
  vertical-align: middle;
}
.resources-page .list .dw-list li .tit{
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
/*.resources-page .list ul li:hover{
  background: var(--color);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}*/
/*.resources-page .list .dw-list li:hover .tit{
  color: #fff;
}*/
/*.resources-page .list ul li:hover .column{
  border-color:var(--color);
}*/
.resources-page .list ul li:hover a.download{
  background: #fff;
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .resources-page .list .dw-list li {
    display: flex;
  }
  .resources-page .list .dw-list li .column {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .resources-page .list .the_head .column{
    width: 33.3333%;
  }
  .resources-page .list{
    overflow-x: auto;
  }
  .resources-page .list .the_head,
  .resources-page .list .dw-list{
    min-width: 700px;
  }
}
@media screen and (max-width: 500px) {
  .resources-page .list .dw-list li .column dl dd{
    display: block;
    padding: 9px 15px;
  }
  .resources-page .list .dw-list li .column dl dd .btn{
    margin-top: 10px;
  }
}
.contact-page .contact-4 .right .tab ul li{
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 46px;
  margin-right: 38px;
  cursor: pointer;
}
.contact-page .contact-4 .right .tab ul li:last-child{
  margin-right: 0;
}
.contact-page .contact-4 .right .tab ul li::before,
.contact-page .contact-4 .right .tab ul li::after{
  content: '';
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-4 .right .tab ul li::before{
  width: 23px;
	height: 23px;
  left: 0;
  top: 4px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
}
.contact-page .contact-4 .right .tab ul li::after{
  left: 6px;
  top: 10px;
  width: 11px;
	height: 11px;
  border-radius: 50%;
	background-color: #ffffff;
  opacity: 0;
}
.contact-page .contact-4 .right .tab ul li:hover::before,
.contact-page .contact-4 .right .tab ul li.active::before{
  background: var(--color);
}
.contact-page .contact-4 .right .tab ul li:hover::after,
.contact-page .contact-4 .right .tab ul li.active::after{
  opacity: 1;
} 
.pxl-service-grid-layout2.style3 .slick-slide{
  height: auto;
}
.pxl-service-grid-layout2.style3 .slick-slide > div{
  height: 100%;
}
.elementor-9049 .elementor-element.elementor-element-e76c886 .pxl-grid-inner .pxl-grid-item,
.pxl-service-grid-layout2.style3 .pxl-item--inner{
  height: 100%;
}