@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial.woff2') format('woff2'), url('../fonts/Arial.ttf') format('truetype'), url('../fonts/Arial.eot') format('embedded-opentype'), url('../fonts/Arial.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Bold.woff2') format('woff2'), url('../fonts/Arial-Bold.ttf') format('truetype'), url('../fonts/Arial-Bold.eot') format('embedded-opentype'), url('../fonts/Arial-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Arial';
  max-width: 1920px;
  --color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 100%;
  padding: 0 45px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn {
  right: 20px !important;
  bottom: 120px !important;
}
:root {
  --scale: 1.2;
  --scaleY: 0;
  --scale1: 1;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.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%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.text-right {
  text-align: right;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-color {
  color: var(--color);
}
.primary-color {
  color: var(--primary);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-txt {
  color: #6f6f6f;
  line-height: 1.6;
}
h2.h-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.8;
}
@-webkit-keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes play_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes img_animate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_animate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_animate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.language-box .zhuyu span {
  font-size: 16px;
}
.language-box .zhuyu i {
  font-size: 20px;
  margin-left: 5px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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 {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
#header.active,
#header.inner {
  background-color: #141414;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#header.active .nav {
  height: 80px;
}
#header .nav {
  height: 115px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .right .h-search,
#header .nav .right .inquiry,
#header .nav .right .language-box {
  width: 50px;
  height: 50px;
  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: 1px solid white;
  border-radius: 50%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-right: 100px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -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: 8px 15px;
  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;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: 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 > ul {
  display: block;
}
#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;
}
.more {
  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.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 22px;
  height: 45px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color);
  overflow: hidden;
  position: relative;
  border: 1px solid #999;
  border-radius: 35px;
}
.more:hover,
.more:focus {
  color: white;
  border-color: #000;
  background-color: #000;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  padding: 0 75px;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .container a.btn {
  font-size: 24px;
  border-bottom: 2px solid white;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#banner .banner-content .slick-dots {
  position: absolute;
  right: 85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .banner-content .slick-dots li {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 38px 0;
}
#banner .banner-content .slick-dots li.slick-active {
  border-color: #fdfdfe;
}
#banner .banner-content .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fdfdfe;
  color: transparent;
  overflow: hidden;
  border: none;
}
#banner .small-banner {
  position: absolute;
  bottom: 18.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 75px;
}
#banner .small-banner ul {
  width: 385px;
  margin: 0 -7px;
}
#banner .small-banner ul li {
  padding: 0 7px;
}
#banner .small-banner ul li a.img {
  height: 100px;
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 .bottom {
  margin-top: 50px;
  width: 100%;
}
#index-body .homepage-1 .bottom .swiper {
  margin: 0 -17%;
}
#index-body .homepage-1 .bottom .swiper ul li.swiper-slide-active h4 {
  opacity: 1;
}
#index-body .homepage-1 .bottom .swiper ul li.swiper-slide-active .box {
  -webkit-transform: scaleX(var(--scale1));
  -moz-transform: scaleX(var(--scale1));
  -ms-transform: scaleX(var(--scale1));
  transform: scaleX(var(--scale1));
}
#index-body .homepage-1 .bottom .swiper ul li.swiper-slide-active .box a.img {
  height: 100%;
}
#index-body .homepage-1 .bottom .swiper ul li .box {
  height: 568px;
  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;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom .swiper ul li .box a.img {
  width: 100%;
  height: 430px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom .swiper ul li .box a.img img {
  border-radius: 10px;
  object-fit: unset;
}
#index-body .homepage-1 .bottom .swiper ul li h4 {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 {
  background-image: -webkit-gradient(linear, right top, left top, from(#ececec), to(#f5f5f5));
  background-image: -webkit-linear-gradient(right, #ececec 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(right, #ececec 0%, #f5f5f5 100%);
  background-image: linear-gradient(to left, #ececec 0%, #f5f5f5 100%);
}
#index-body .homepage-2 .line {
  width: 55px;
  height: 2px;
  background-color: #000;
  margin: 20px 0 25px;
}
#index-body .homepage-2 .right {
  max-width: 860px;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .homepage-3 {
  background: url('../images/app_bg.jpg') no-repeat center center;
  background-size: cover;
}
#index-body .homepage-3 .top a.btn {
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
#index-body .homepage-3 .top a.btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .homepage-3 .bottom {
  width: 100%;
  position: relative;
}
#index-body .homepage-3 .bottom span.arrow {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .homepage-3 .bottom span.arrow:hover {
  background-color: #000;
  color: white;
  border-color: transparent;
}
#index-body .homepage-3 .bottom span.arrow i {
  font-size: 24px;
}
#index-body .homepage-3 .bottom .swiper {
  margin: 0 -6.5%;
}
#index-body .homepage-3 .bottom .swiper ul li {
  height: 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active {
  padding: 0;
}
#index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active .box {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
  height: 100%;
  -webkit-transform: scaleX(var(--scale));
  -moz-transform: scaleX(var(--scale));
  -ms-transform: scaleX(var(--scale));
  transform: scaleX(var(--scale));
}
#index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active .box::before {
  opacity: 0;
}
#index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active .box .box-t {
  -webkit-transform: scaleX(var(--scaleY));
  -moz-transform: scaleX(var(--scaleY));
  -ms-transform: scaleX(var(--scaleY));
  transform: scaleX(var(--scaleY));
}
#index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active .box .box-b {
  -webkit-transform: scaleX(var(--scaleY));
  -moz-transform: scaleX(var(--scaleY));
  -ms-transform: scaleX(var(--scaleY));
  transform: scaleX(var(--scaleY));
}
#index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active .box .box-b a.btn {
  border-color: #999;
  margin-left: 0;
}
#index-body .homepage-3 .bottom .swiper ul li .box {
  padding: 30px 20px;
  border-radius: 15px;
  height: 540px;
  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-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom .swiper ul li .box::before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
#index-body .homepage-3 .bottom .swiper ul li .box p {
  color: #999;
}
#index-body .homepage-3 .bottom .swiper ul li .box .box-t {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom .swiper ul li .box .box-b {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom .swiper ul li .box .box-b a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid transparent;
  color: white;
  margin-left: -5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom .swiper ul li .box .box-b a.btn i {
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
}
#index-body .homepage-3 .bottom .swiper ul li .box .box-b a.img {
  display: block;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
}
#index-body .homepage-4 {
  background-color: #f5f5f5;
}
#index-body .homepage-4 .bottom .btn_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#index-body .homepage-4 .bottom .btn_box span.arrow {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom .btn_box span.arrow:hover {
  opacity: 1;
}
#index-body .homepage-4 .bottom .btn_box span.arrow i {
  font-size: 20px;
  font-weight: bold;
}
#index-body .homepage-4 .bottom ul {
  margin: 0 -10px;
}
#index-body .homepage-4 .bottom ul li {
  padding: 5px 10px;
}
#index-body .homepage-4 .bottom ul li .box {
  padding: 25px;
  height: auto;
  width: 100%;
  border-bottom: 3px solid #939393;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#index-body .homepage-5 {
  background-color: #f5f5f5;
}
#index-body .homepage-5 .bottom {
  border-radius: 20px;
  height: 540px;
  background-color: white;
  padding: 30px;
}
#index-body .homepage-5 .bottom .left span.arrow {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 45px;
}
#index-body .homepage-5 .bottom .left span.arrow:hover {
  background-color: #000;
  color: white;
  border-color: transparent;
}
#index-body .homepage-5 .bottom .left span.arrow i {
  font-size: 24px;
}
#index-body .homepage-5 .bottom .left .swiper {
  height: 200px;
}
#index-body .homepage-5 .bottom .left .swiper ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-5 .bottom .left .swiper ul li.swiper-slide-active span {
  opacity: 1;
}
#index-body .homepage-5 .bottom .left .swiper ul li.swiper-slide-active h4 {
  padding-left: 50px;
  font-size: 30px;
  opacity: 1;
}
#index-body .homepage-5 .bottom .left .swiper ul li.swiper-slide-active + li h4 {
  padding-left: 30px;
}
#index-body .homepage-5 .bottom .left .swiper ul li span {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom .left .swiper ul li h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.2;
}
#index-body .homepage-5 .bottom .right {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-5 .bottom .right ul li a.btn {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom .right ul li a.btn:hover{
  transform: rotate(45deg);
}
#index-body .homepage-5 .bottom .right ul li a.btn i {
  font-size: 24px;
}
#index-body .homepage-6 {
  background-color: #f5f5f5;
}
#index-body .homepage-6 a.more{
  padding: 0 35px;
}
#index-body .homepage-6 .top {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#index-body .homepage-6 .top .right span.arrow {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .top .right span.arrow:hover {
  opacity: 1;
}
#index-body .homepage-6 .top .right span.arrow i {
  font-size: 20px;
  font-weight: bold;
}
#index-body .homepage-6 .top .right a.more {
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 0 10px;
}
#index-body .homepage-6 .bottom {
  margin-top: 40px;
}
#index-body .homepage-6 .bottom ul {
  margin: 0 -7px;
}
#index-body .homepage-6 .bottom ul li {
  padding: 0 7px;
}
#index-body .homepage-6 .bottom ul li .box a.img {
  overflow: hidden;
  border-radius: 12px;
}
#footer {
  background: #f5f5f5;
  padding-bottom: 60px;
}
#footer.inner-footer{
  padding-top: 60px;
}
#footer.inner-footer .top{
  margin-top: 0;
}
#footer .contact {
  max-width: 1520px;
  margin: 0 auto;
  background-color: white;
  padding: 0 45px;
  height: 165px;
  border-radius: 15px;
  border-bottom: 3px solid #000;
}
#footer.inner-footer .contact{
  display: none;
}
#footer .contact a.btn {
  width: 45px;
  height: 45px;
  text-align: center;
  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: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .contact a.btn:hover {
  -webkit-transform: scale(1.1) rotate(45deg);
  -moz-transform: scale(1.1) rotate(45deg);
  -ms-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg);
}
#footer .contact a.btn i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #000;
  border-radius: 50%;
}
#footer .top {
  background: url('../images/f-footer.jpg') no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 40px 35px;
}
#footer .top ul li {
  color: white;
}
#footer .top ul li h4 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-bottom: 30px;
}
#footer .top ul li p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.6;
}
#footer .top ul li p:last-child {
  margin-bottom: 0;
}
#footer .top ul li span {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top ul li span:last-child {
  margin-bottom: 0;
}
#footer .top ul li #ewm img,
#footer .top ul li #ewm canvas {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 12px solid #fff;
}
#footer .top ul li .wechat{
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 12px solid #fff;
}
#footer .top ul li.add {
  max-width: 300px;
}
#footer .top ul li.pro-link {
  max-width: 300px;
}
#footer .top ul li .share a {
  margin-left: 30px;
}
#footer .top ul li .share a:first-child {
  margin-left: 0;
}
#footer .top ul li .share a i {
  font-size: 24px;
}
#footer .top ul li.h-link span {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
#footer .top .bot .share a {
  margin-left: 30px;
  color: white;
}
#footer .top .bot .share a:first-child {
  margin-left: 0;
}
#footer .top .bot .share a i {
  font-size: 20px;
}
#footer .top .bot span {
  color: white;
  font-size: 16px;
}
#footer .top .bot span a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top .bot span a:hover {
  border-color: white;
}
#footer .top .bot span img {
  width: auto;
  height: 18px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media screen and (max-width: 1700px) {
  .container {
    padding: 0 15px;
  }
  #banner .banner-content ul li .container .text {
    width: 45%;
  }
  #index-body .homepage-5 .bottom .right {
    padding-left: 45px;
    padding-right: 0;
  }
  #footer .top ul li.h-link {
    width: 20%;
  }
  #banner .banner-content ul li .container,
  #banner .small-banner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .homepage-3 .bottom .swiper ul li .box {
    height: 400px;
  }
  #index-body .homepage-3 .bottom .swiper ul li {
    height: 500px;
  }
  #index-body .homepage-5 .bottom .left .swiper ul li.swiper-slide-active h4 {
    font-size: 24px;
  }
  #index-body .homepage-5 .bottom .right .swiper ul li h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .small-banner {
    display: none;
  }
  #banner .banner-content ul li .container .text {
    width: 55%;
  }
  #index-body .homepage-1 .bottom .swiper ul li .box a.img {
    height: 320px;
  }
  #index-body .homepage-1 .bottom .swiper ul li .box {
    height: 420px;
  }
  #index-body .homepage-1 .bottom .swiper ul li h4 {
    font-size: 20px;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-5 .bottom .left .swiper ul li h4 {
    font-size: 20px;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.add {
    max-width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-5 .bottom .left {
    display: none;
  }
  #index-body .homepage-5 .bottom .right {
    width: 100%;
    padding: 0;
  }
  #index-body .homepage-5 .bottom {
    height: auto;
    padding: 60px 30px;
  }
  #footer .contact {
    padding: 25px 45px;
    height: auto;
  }
  #footer .contact h2 {
    font-size: 24px;
  }
  #footer .top .bot {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }
  #footer .top .bot span {
    text-align: center;
  }
  #footer .top .bot span:nth-child(2) {
    margin: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-1 .bottom {
    padding: 0 15px;
  }
  #index-body .homepage-1 .bottom .swiper {
    margin: 0;
  }
  #index-body .homepage-1 .bottom .swiper ul li .box {
    height: auto;
  }
  #index-body .homepage-1 .bottom .swiper ul li .box a.img {
    height: auto;
  }
  #index-body .homepage-1 .bottom .swiper ul li h4 {
    opacity: 1;
    font-size: 16px;
  }
  #index-body .homepage-2 .left {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
  #index-body .homepage-2 .right {
    width: 100%;
  }
  #index-body .homepage-3 .bottom {
    padding: 0 15px;
  }
  #index-body .homepage-3 .bottom .swiper {
    margin: 0;
  }
  #index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active .box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active .box .box-t {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .homepage-3 .bottom .swiper ul li.swiper-slide-active .box .box-b {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .homepage-3 .bottom span.arrow {
    display: none;
  }
  #index-body .homepage-3 .bottom .swiper ul li {
    height: 320px;
  }
  #index-body .homepage-3 .bottom .swiper ul li .box {
    height: 100%;
  }
  #index-body .homepage-3 .bottom .swiper ul li .box::before {
    display: none;
  }
  #index-body .homepage-3 .bottom .swiper ul li .box .box-t h4,
  #index-body .homepage-4 .bottom ul li .box h4 {
    font-size: 20px;
  }
  #index-body .homepage-3 .bottom .swiper ul li .box .box-b a.btn {
    border-color: #999;
    margin-left: 0;
  }
  .font-48 {
    font-size: 24px;
  }
  #footer .top ul li p {
    font-size: 14px;
  }
  #footer .top ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .container .text {
    width: 100%;
  }
  #banner .banner-content ul li .container a.btn {
    display: none;
  }
  #index-body .homepage-3 .bottom .swiper ul li {
    height: 400px;
  }
  #index-body .homepage-5 .bottom {
    padding: 30px;
  }
  #index-body .top br {
    display: none;
  }
  #index-body .homepage-6 .top .right {
    width: 100%;
    margin-top: 15px;
  }
  #footer .top ul li.add {
    max-width: 100%;
  }
}



.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}



.inner-banner {
 
  color: #141414;
  z-index: 1;
  position: relative;

}
.inner-page .optionsNav a {
  height: 2em;
  padding: 0 1em;
  background-color: #999;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .optionsNav a:hover,
.inner-page .optionsNav a.active {
  background-color: #141414;
}
.inner-page .optionsNavchild a {
  color: #666;
  transition: .5s;
  line-height: 1;
  border-left: 0 solid var(--color);
  padding-left: 0;
}
.inner-page .optionsNavchild a:hover,
.inner-page .optionsNavchild a.active {
  color: black;
  padding-left: .3em;
  border-left-width: .3em;
}
.inner-page .optionsNavchild2 a {
  color: #666;
  transition: .5s;
}
.inner-page .optionsNavchild2 a.active,
.inner-page .optionsNavchild2 a:hover {
  color: var(--color);
}
.inner-page .ProList .ProList-right ul {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.5em;
}
.inner-page .ProList .ProList-right ul li {
  background-color: eee;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  border: 0.15em solid transparent;
}
.inner-page .ProList .ProList-right ul li:before {
  content: '';
  width: 0.15em;
  height: 0.6em;
  position: absolute;
  left: -0.15em;
  bottom: .7em;
  background-color: var(--color);
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .ProList .ProList-right ul li .txt-right {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.inner-page .ProList .ProList-right ul li .txt-right a.play{
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .ProList .ProList-right ul li .txt-right a.play img{
  width:45px;
}
.inner-page .ProList .ProList-right ul li .more {
  opacity: 0;
}
.inner-page .ProList .ProList-right ul li .more i {
  color: white;
  background-color: var(--color);
}
.inner-page .ProList .ProList-right ul li .img {
  display: block;
}
.inner-page .ProList .ProList-right ul li .img img {
  margin: 0 auto;
}
.inner-page .ProList .ProList-right ul li span.h5 {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .ProList .ProList-right ul li span.h5 a {
  max-width: 6em;
  text-align: center;
}
.inner-page .ProList .ProList-right ul li span.h6 {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: .2em 0 1em;

}
.inner-page .ProList .ProList-right ul li span.h6 a {
  max-width: 17.90909091em;
}
.inner-page .ProList .ProList-right ul li:hover {
  padding-top: 1em;
  margin-top: -0.5em;
  border-color: var(--color);
}
.inner-page .ProList .ProList-right ul li:hover .more {
  opacity: 1;
}
.inner-page .ProList .ProList-right ul li:hover:before {
  top: 0;
}
.inner-page .ProList .ProList-right ul li:hover span.h5 {
  opacity: 1;
}
.inner-page .ProList .ProList-right ul li:hover span.h6 {
  background-color: var(--color);
  color: white;
  padding: .6em 0;
}
.inner-page .ProList .ProList-right ul li:hover .txt-right a.play{
  opacity: 1;
}

.inner-page .ProList ul.slick{
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.5em;
}
.inner-page .ProList ul.slick li {
  background-color: eee;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  border: 0.15em solid transparent;
}
.inner-page .ProList ul.slick li:before {
  content: '';
  width: 0.15em;
  height: 0.6em;
  position: absolute;
  left: -0.15em;
  bottom: .7em;
  background-color: var(--color);
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .ProList ul.slick li .txt-right {
  font-size: 0;
}
.inner-page .ProList ul.slick li .more {
  opacity: 0;
  margin-left: auto;
  margin-bottom: 15px;
}
.inner-page .ProList ul.slick li .more i {
  color: white;
  background-color: var(--color);
}
.inner-page .ProList ul.slick li .img {
  display: block;
}
.inner-page .ProList ul.slick li .img img {
  margin: 0 auto;
}
.inner-page .ProList ul.slick li span.h5 {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .ProList ul.slick li span.h5 a {
  max-width: 6em;
  text-align: center;
}
.inner-page .ProList ul.slick li span.h6 {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: .2em 0 1em;

}
.inner-page .ProList ul.slick li span.h6 a {
  max-width: 17.90909091em;
}
.inner-page .ProList ul.slick li:hover {
  padding-top: 1em;
  margin-top: -0.5em;
  border-color: var(--color);
}
.inner-page .ProList ul.slick li:hover .more {
  opacity: 1;
}
.inner-page .ProList ul.slick li:hover:before {
  top: 0;
}
.inner-page .ProList ul.slick li:hover span.h5 {
  opacity: 1;
}
.inner-page .ProList ul.slick li:hover span.h6 {
  background-color: var(--color);
  color: white;
  padding: .6em 0;
}

.inner-page .ProList .slick-list {
  padding-top: .5em;
}
.inner-page .ProList ul.slick {
  margin: 0 -0.5em;
}
.inner-page .ProList ul.slick .slick-slide > div {
  padding: 0 .5em;
}
.inner-page .m-page div {
  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;
  gap: .5em;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  width: 2em;
  height: 2em;
  border-top-right-radius: .5em;
  background-color: #141414;
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: var(--color);
}
.inner-page .siteTitle {
  line-height: .9;
  margin-bottom: -0.4em;
  white-space: nowrap;
}
.slickBtn .prev,
.slickBtn .next {
  width: 1.5em;
  height: 1.5em;
  border-radius: 0 !important;
  background-color: #f2f2f2;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slickBtn .prev:hover,
.slickBtn .next:hover {
  background-color: var(--color);
  color: white;
}
.slickBtn .prev {
  border-top-left-radius: .5em !important;
}
.slickBtn .next {
  border-top-right-radius: .5em !important;
}
.product-yd-page .product-yd-1 {
  background-color: white;
}
.product-yd-page .product-yd-1 .text {
  max-height: 6em;
  overflow: auto;
  padding-right: 10px;
  color: #666;
}
.product-yd-page .product-yd-1 .slide {
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-yd-page .product-yd-1 .slide:after {
  content: '';
  width: 0.15em;
  height: 1em;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: #f7f7f7;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .slide span.h3 {
  line-height: 1.5;
}
.product-yd-page .product-yd-1 .slide span.h1 {
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  white-space: nowrap;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.product-yd-page .product-yd-1 .slide:hover {
  color: white;
}
.product-yd-page .product-yd-1 .slide:hover:before {
  width: 56%;
  background-color: #191d26;
}
.product-yd-page .product-yd-1 .slide:hover:after {
  top: 79%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}
.product-yd-page .product-yd-1 .slide:hover .text {
  color: inherit;
}
.product-yd-page .product-yd-1 .slide:hover .more {
  border-color: white;
}
.product-yd-page .product-yd-1 .slide .more:hover {
  background-color: transparent;
}

.product-yd-page .product-yd-1 .slide:hover span.h1 {
  -webkit-filter: unset;
  filter: unset;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr):before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr):after {
  left: auto;
  right: 0;
}
.product-page {
  background-color: #fff;
}
.product-page .init-8 {
  z-index: 1;
  margin-top: 0;
}
.product-page .init-3 {
  z-index: 2;
}
.prodet-page .prodet-1 {
  background-color: #f4f4f4;
}
.prodet-page .prodet-1 .right .top .text{
  padding-left: 30px;
  border-left: 1px solid #adadad;
}
.prodet-page .prodet-1 .prodetBox .left .img-box {
  border: 1px solid #e6e6e6;
}
.prodet-page .prodet-1 .prodetBox .left .small .slick-track {
  width: 100% !important;
}
.prodet-page .prodet-1 .prodetBox .left .small ul {
  margin: -0.44em 0;
}
.prodet-page .prodet-1 .prodetBox .left .small ul li {
  padding: .44em 0;
}
.prodet-page .prodet-1 .prodetBox .left .small ul .slick-current a.img-box {
  border-color: var(--color);
}
.prodet-page .prodet-1 .prodetBox .right .share span {
  opacity: .6;
  line-height: 1;
}
.prodet-page .prodet-1 .prodetBox .right .share a {
  width: 2em;
  height: 2em;
  border-top-right-radius: .5em;
  background-color: #dbdbdb;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .prodetBox .right .share a:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .prodetMore .options {
  background-color: #dbdbdb;
  color: #141414;
}
.prodet-page .prodet-1 .prodetMore .options a {
  height: 2.5em;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .prodetMore .options a:hover,
.prodet-page .prodet-1 .prodetMore .options a.active {
  color: white;
  background-color: var(--color);
}
.prodet-page .prodet-1 .prodetMore form input,
.prodet-page .prodet-1 .prodetMore form textarea {
  width: 100%;
  padding: .5em 1em;
  border: #ccc solid 1px;
  background-color: white;
}
.prodet-page .prodet-1 .prodetMore form textarea {
  height: 6em;
}
.prodet-page .init-3 {
  z-index: 2;
}
.prodet-page .init-1 {
  background-color: white;
}
.prodet-page .init-6 {
  background-color: white;
}
.about-page .about-1 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.about-page .about-1:before {
  content: '';
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: white;
  position: absolute;
}
.about-page .about-2 {
  background-color: #fff;
}
.about-page .about-2 span.h1 {
  line-height: 1;
  margin-bottom: -0.8em;
}
.about-page .init-2:before {
  bottom: 0;
  top: auto
}
.about-page .init-2 .box:before {
  background-color: #f7f7f7;
}
.about-page .init-2 li .box .top .wow-wrap {
  line-height: 1;
  font-size: 0;
}
.about-page .init-2 .box p {
  padding-left: 0;
  line-height: 1.5;
  max-height: 6em;
  overflow: auto;
}
.about-page .about-3 .box{
  margin-bottom: 50px;
}
.about-page .about-3 .box:last-child{
  margin-bottom: 0;
}
.about-page .about-3 .box:nth-child(even){
  flex-direction: row-reverse;
}
.about-page .about-3 .left ul.slick .slick-list {
  overflow: unset;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide {
  opacity: .3 !important;
  transform: translateX(5%) scale(.9);
  transition: 1.5s!important;
  transform-origin: center right;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide~.slick-slide {
  opacity: .6 !important;
  transform: translateX(2.5%) scale(.95);
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current {
  opacity: 1 !important;
  transform: unset;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current+div {
  opacity: .6 !important;
  transform: translateX(2.5%) scale(.95);
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current+div~div {
  opacity: .3 !important;
  transform: translateX(5%) scale(.9);
}
.about-page .about-32 {
  background-color: #f7f7f7;
}
/*.about-page .about-32 .list {
  overflow: hidden;
}*/
.about-page .about-32 .list .prev {
  right: 100%;
}
.about-page .about-32 .list .next {
  left: 100%;
}
.about-page .about-32 .list .slickBtn div {
  top: 57%;
  background-color: var(--color);
  color: white;
}
.about-page .about-32 .list img {
  border-top-right-radius: 100px;
}
.about-page .about-32 .line {
  height: 6px;
  background: transparent;
  display: block;
  position: relative;
}
.about-page .about-32 .line:before {
  content: '';
  width: 200%;
  height: 1px;
  top: 120%;
  background-color: black;
  position: absolute;
  left: 0;
}
.about-page .about-32 .line,
.about-page .about-32 span.h6,
.about-page .about-32 .text {
  transition: .5s;
}
.about-page .about-32 .slick-current .line {
  background-color: var(--color);
}
.about-page .about-32 .slick-current span.h6 {
  color: var(--color);
}
.about-page .about-32 .slick-current .text {
  opacity: .8;
  font-size: 18px;
}

.about-page .about-4 {
  background-color: #f7f7f7;
}
.about-page .about-4 .content {
  width: 130%;
  background-color: var(--color);
  background-image: url("../images/init-6-bg.png");
  background-repeat: no-repeat;
  background-size: 15% auto;
  background-position: bottom 10% right 20%;
  color: white;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .content .text {
  color: inherit;
}
.about-page .about-5 .list {
  background-image: url("../images/about-5-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-left: 20%;
  padding-right: 20%;
}
.about-page .about-5 .list .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.about-page .about-5 .list .slick-slide.prev1 {
  -webkit-transform: translateX(100%) scale(0.75);
  -moz-transform: translateX(100%) scale(0.75);
  -ms-transform: translateX(100%) scale(0.75);
  transform: translateX(100%) scale(0.75);
  z-index: -2;
}
.about-page .about-5 .list .slick-slide.prev0 {
  -webkit-transform: translateX(50%) scale(0.87);
  -moz-transform: translateX(50%) scale(0.87);
  -ms-transform: translateX(50%) scale(0.87);
  transform: translateX(50%) scale(0.87);
  z-index: -1;
}
.about-page .about-5 .list .slick-slide.next0 {
  -webkit-transform: translateX(-50%) scale(0.87);
  -moz-transform: translateX(-50%) scale(0.87);
  -ms-transform: translateX(-50%) scale(0.87);
  transform: translateX(-50%) scale(0.87);
  z-index: -1;
}
.about-page .about-5 .list .slick-slide.next1 {
  -webkit-transform: translateX(-100%) scale(0.75);
  -moz-transform: translateX(-100%) scale(0.75);
  -ms-transform: translateX(-100%) scale(0.75);
  transform: translateX(-100%) scale(0.75);
  z-index: -2;
}
.about-page .about-5 .list .slickBtn div {
  top: 57%;
}
.about-page .about-5 .list .slickBtn .prev {
  left: 15%;
}
.about-page .about-5 .list .slickBtn .next {
  right: 15%;
  left: auto !important;
}
.about-page .about-6 {
  background-color: #f7f7f7;
}



@media screen and (max-width: 700px) {
  .about-page .about-3 .box{
    flex-direction: column !important;
  }
  .about-page .about-3 .box .left{
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .box .right{
    width: 100%;
  }
  .about-page .about-3 .box .right span.h2{
    font-size: 20px;
  }
}











.manufacturing-page {
  background-color: white;
}
.manufacturing-1 {
  position: relative;
}
.manufacturing-1:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.manufacturing-2 {
  background-color: var(--color);
}
.manufacturing-2 .ui.container {
  max-width: 1400px;
}
.manufacturing-2 span.h1 {
  line-height: 1;
  margin-bottom: -0.9em;
}
.manufacturing-2 .box {
  background-color: #f7f7f7;
  margin-top: -8%;
}
.manufacturing-2 .box .text {
  padding-right: 1em;
  max-height: 9em;
  overflow: auto;
}
.manufacturing-3 ul li .box {
  background-color: #f7f7f7;
  border: .5em solid #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.manufacturing-3 ul li .box:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.manufacturing-3 .more em {
  padding: 0;
}
.manufacturing-3 .more i {
  position: static;
  transform: unset !important;
  opacity: 1!important;
}
.manufacturing-3 .box span.h6 {
  /*min-height: 3.2em;
  line-height: 1.6;*/
  text-align: center;
  /*margin-top: .3em;*/
}
.manufacturing-4 {
  background-color: #f7f7f7;
}
.manufacturing-4 .content {
  width: 185%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color)), to(rgba(216, 40, 43, 0.3)));
  background-image: -webkit-linear-gradient(left, var(--color) 50%, rgba(216, 40, 43, 0.3));
  background-image: -moz-linear-gradient(left, var(--color) 50%, rgba(216, 40, 43, 0.3));
  background-image: linear-gradient(to right, var(--color) 50%, rgba(216, 40, 43, 0.3));
  position: relative;
  z-index: 1;
  color: white;
}
.manufacturing-4 .content .text {
  color: inherit;
  max-width: 710px;
}
.manufacturing-4 .right li {
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.manufacturing-4 .right li:before {
  content: '-';
  width: 0;
  display: inline-block;
  vertical-align: sub;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-4 .right li.active,
.manufacturing-4 .right li:hover {
  opacity: 1;
  color: var(--color);
}
.manufacturing-4 .right li.active:before,
.manufacturing-4 .right li:hover:before {
  width: .5em;
}
.manufacturing-5 {
  position: relative;
}
.manufacturing-5:before {
  content: '';
  width: 100%;
  height: 56%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f7f7f7;
}
.manufacturing-5 .box {
  color: white;
  position: relative;
  z-index: 1;
}
.manufacturing-5 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /*background-color: rgba(0, 0, 0, 0.65);*/
}
.manufacturing-5 .box .text {
  color: inherit;
}
.test-page {
  background-color: white;
}
.test-page span.h1 {
  margin-bottom: -0.8em;
}
.download-1 {
  background-color: white;
}
.download-1 .list ul {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.7em;
}
.download-1 .list ul li {
  background-color: #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-1 .list ul li .icon {
  width: 3em;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
}
.download-1 .list ul li hr {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-1 .list ul li .more i {
  background-color: transparent;
}
.download-1 .list ul li:hover {
  background-color: var(--color);
  color: white;
}
.download-1 .list ul li:hover hr {
  background-color: white;
}
.download-1 .list ul li:hover .more {
  background-color: black;
}
.industries-1 .options a {
  height: 5.53333333em;
  padding: 0 1.3em;
  background-color: var(--color);
  color: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-1 .options a i.icon {
  width: 1.23333333em;
  height: 1.23333333em;
  margin-top: .1em;
}
.industries-1 .options a i.iconfont {
  width: 0.8em;
  height: 0.8em;
  border-top-right-radius: .3em;
  background-color: black;
  color: white;
  margin-top: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-1 .options a i.iconfont:before {
  font-size: .5em;
  line-height: 1;
}
.industries-1 .options a .content span {
  width: 100%;
  line-height: 1.2;
}
.industries-1 .options a:hover,
.industries-1 .options a.active {
  background-color: black;
}
.industries-1 .options a:hover i.iconfont,
.industries-1 .options a.active i.iconfont {
  opacity: 0;
}
.industries-2 {
  position: relative;
}
.industries-2:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color);
}
.industries-22 {
  background-color: #f7f7f7;
}
.industries-22 .left span.h6 {
  padding: .5em 1em;
  background-color: var(--color);
  color: white;
}
.industries-3 {
  background-color: var(--color);
  color: white;
}
.industries-3 span.h1 {
  line-height: 1;
  margin-bottom: -0.9em;
}
.industries-3 .text {
  color: inherit;
}
.industries-4 {
  background-color: #f7f7f7;
}
.service-1 .box .right {
  margin-bottom: -50%;
}
.service-1 .box span.h1 {
  white-space: nowrap;
}
.service-1 .box .content {
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 1;
}
.service-1 .box .content .text {
  color: inherit;
}
.service-2 {
  background-color: #f7f7f7;
}
.factory-1 {
  background-color: white;
}
.faq-1 {
  background-color: white;
}
.faq-1 .list li {
  /*border: 1px solid #e5e5e5;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 30px 20px 30px 40px;
  background: #f7f7f7;
  border-top-right-radius: 30px;
}
.faq-1 .list li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-family: Antonio;
  font-size: 26px;
}
.faq-1 .list li .text {
  color: inherit;
}
.faq-1 .list li.active {
  background-color: var(--color);
  color: white;
}
.news-page {
  background-color: white;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-top-right-radius: 20px;
  background: var(--color);

}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: #141414;
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f7f7f7;
  border-top-right-radius: 50px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
  color: black;
  height: 100%;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-top-right-radius: 10px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  opacity: .6;
}
.news-page .news-list ul li .text .tit {
  /*height: 90px;*/
  font-weight: bold;
  margin-top: 32px;
  line-height: 1.4;
}
.news-page .news-list ul li .text .xinwen {
  opacity: .7;
}
.newdet-page {
  background-color: #f7f7f7;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-top-right-radius: 20px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Antonio;

}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
  .optionsNav,
  .product-1 span.h1,
  .inner-banner .searchboxs{
    display: none;
  }
  
}
@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    margin-top: 16px;
    /*height: 10px;*/
  }
  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  border-top-right-radius: 50px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover::after {
  filter: invert(1);
}
.contact-page .contact-1 .content ul li.ie2 .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li.ie3 .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-top-right-radius: 50px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-top-right-radius: 20px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}

.init-2 {
  position: relative;
}
.init-2:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
.init-2 li .box {
  background-color: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
  position: relative;
}
.init-2 li .box:before {
  content: '';
  width: 0.15em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 15%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 li .box .top {
  position: relative;
  z-index: 1;
}
.init-2 li .box .top:before {
  content: '';
  width: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}
.init-2 li .box .top i {
  width: 1.42857143em;
  height: 1.42857143em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 li .box .top i img {
  max-width: 55%;
  max-height: 55%;
}
.init-2 li .box .top span.h6 {
  line-height: 1;
  display: block;
}
.init-2 li .box .top span.h6 sup {
  vertical-align: top;
}
.init-2 li .box .top span.h6 sub {
  vertical-align: top;
}
.init-2 li .box p {
  padding-left: 31%;
  line-height: 1;
}
.init-2 li .box:hover {
  background-color: var(--color);
}
.init-2 li .box:hover:before {
  top: 80%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}
.init-2 li .box:hover i {
  background-color: #141414;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .init-2 li .box p {
    padding-left: 18%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
  .init-2 li .box p {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .font-em-20 {
    font-size: 1.4em;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 20px;
    height: auto;
    line-height: normal;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    zoom: .7;
  }
  .contact-page .contact-1 .content ul li .ig .info {
    padding-bottom: 70px;
    font-size: 18px;
  }
  .contact-page .contact-1 .header .con {
    font-size: 18px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 28px;
  }
  .newdet-page .sideBox .sideRight .category {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 1.5em 0;
  }
  .service-1 .box .right {
    margin-bottom: 0;
  }
  .download-1 .list ul {
    grid-template-columns: 1fr;
  }
  .download-1 .list ul li .icon {
    width: 4em;
    height: 4em;
  }
  .manufacturing-4 .content,
  .about-page .about-4 .content {
    width: 100%;
  }
  .prodet-page .prodet-1 .prodetMore .options {
    display: none;
  }
  .prodet-page .prodet-1 .prodetMore {
    padding-top: 50px;
  }
  .prodet-page .prodet-1 .prodetMore .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .prodetMore .ret .slide {
    margin-top: 5%;
    display: block !important;
  }
  table {
    white-space: nowrap;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .product-yd-1 .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page .product-yd-1 .slide .left {
    width: 100%;
  }
  .product-yd-page .product-yd-1 .slide .right {
    width: 100%;
  }
  .product-yd-page .product-yd-1 .slide:before {
    width: 100% !important;
  }
  .about-page .about-5 .list {
    padding-left: 7%;
    padding-right: 7%;
  }
  .about-page .about-5 .list .slickBtn .prev {
    left: 1%;
  }
  .about-page .about-5 .list .slickBtn .next {
    right: 1%;
  }
  .newdet-page .sideBox .sideRight .category {
    font-size: 16px;
    zoom: .8;
  }
}
@media screen and (max-width: 500px) {
  .test-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .test-1 .box .left {
    width: 100%;
  }
  .test-1 .box .right {
    width: 100%;
  }
  .font-em-20 {
    font-size: 1em;
  }
  .test-page span.h1,
  .manufacturing-2 span.h1 {
    margin-bottom: -0.3em;
    text-align: center;
  }
  .manufacturing-2 .box {
    margin-top: 0;
    padding: 4%;
  }
  .manufacturing-2 .box .text {
    max-height: none;
    overflow: unset;
  }
  .manufacturing-5 .box {
    padding: 10% 3%;
  }
  .prodet-page .prodet-1 .prodetBox .left .small ul {
    font-size: 8px;
  }
}
button.more {
  border: none;
}
.testing-page .testing-1 .options {
  background-color: #dbdbdb;
}
.testing-page .testing-1 .options span {
  color: #666;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
}
.testing-page .testing-1 .options span.active {
  background-color: var(--color);
  color: white;
}
.testing-page .testing-1 .m-link {
  margin-top: auto;
}
.min_height{
  min-height: 80px;
}

#index-body .init-4 ul{
  margin: 0 -20px;
}
#index-body .init-4 ul li{
  padding: 0 20px;
}

.ProList ul li.item  .btm{
  text-align: left;
} 
.ProList ul li.item .text .title{
  color: var(--color);
}

.searchboxs{
  position: absolute;
  width: 353px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.inner-banner .searchboxs{
  top: 50%;
  transform: translateY(-50%);
  left: 0%
}
#banner .content  .searchboxs{
  position: relative;
  left: 0;
  margin-left: 0;
  margin-right: auto;
}
.searchboxs form{
  width: 100%;
  position: relative;
}
.searchboxs form input[type="text"]{
 width: 100%;
 height: 60px;
 padding: 0 15px;
 font-size: 18px;
 color: #000;
padding-right: 40px;
border: none;
}
.searchboxs form input[type="submit"]{
   width: 40px;
   height: 40px;
   background: url('../images/icon-search-black.png') center center no-repeat;
   background-size: 28px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 10px;
   border: none;
}
.inner-page .ProList .ProList-right ul li.items .top .img-box img{
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.inner-page .ProList .ProList-right ul li .content{
  text-align: left;
  padding: 15px;
  background: var(--color);
  color: #eee;
}
.inner-page .ProList .ProList-right ul li.newitem{
  border-color: var(--color);
}
.ProList ul li.item  .btm p{
  word-break: break-all;
}
.product-1 .ProList .ProList-left{
  position: sticky;
  top: 120px;
}
.product-1 .ProList .ProList-left .img_1 ul{
  margin: 0 -5px;
}
.product-1 .ProList .ProList-left .img_1 ul li{
  padding: 0 5px;
}

@media screen and (max-width: 1000px) {
  .product-1 .ProList .ProList-left {
    position: relative;
    top: 0;
    width: 100%;
  }
  .product-1 .ProList .ProList-right{
    width: 100%;
    margin-top: 40px;
  }
  .product-1 .ProList .ProList-left .content:last-child{
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .prodet-1 .top .b-left{
    width: 100%;
  }

  .prodet-page .prodet-1 .right .top .text{
    width: 100%;
    margin-top: 30px;
    border-left: none;
    padding-left: 0;
  }
}