@font-face {
  font-family: 'Aktiv';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Aktiv';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  vertical-align: middle;
  --color: #da251c;
  --ease-out-elastic: linear(0, 0.5737 7.6%, 0.8382 11.87%, 0.9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, 0.9995 46.99%, 0.9872 51.63%, 0.9842 58.77%, 1.0011 81.26%, 1);
}
.container {
  width: 1546px;
  padding: 0 15px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 18px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 41px;
  height: 25px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #000;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
.titlBox {
  position: relative;
}
.titlBox span.round {
  width: var(--px64);
  height: var(--px64);
  border-radius: 50%;
  position: absolute;
}
.titlBox span.round.fa {
  background-color: #f7a337;
}
.titlBox span.round.bd {
  background-color: #048bd3;
}
.titlBox span.round.fbd {
  background-color: #fbd100;
}
.titlBox span.round.ebf {
  background-color: #5eb21f;
}
.titlBox span.round.dac {
  background-color: #da251c;
}
.titlBox .por {
  z-index: 2;
}
.Hbtn1,
.inner-page .Hbtn1 {
  background-color: #000;
  color: #fff;
  height: 50px;
  padding-top: 5px;
  border-radius: 10px;
}
.Hbtn1:hover,
.inner-page .Hbtn1:hover {
  background-color: var(--color);
}
.Hbtn,
.inner-page .Hbtn {
  background-color: var(--color);
  color: #fff;
  height: 50px;
  padding-top: 5px;
  border-radius: 10px;
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: #f7a337;
}
.Hbtn:hover img.arrow,
.inner-page .Hbtn:hover img.arrow {
  transform: rotate(45deg);
}
.minTitl {
  color: var(--color);
  position: relative;
  z-index: 2;
}
#banner {
  margin-top: 106px;
}
#banner .swiper ul li {
  color: #fff;
  height: 745px;
}
#banner .swiper ul li .line {
  width: var(--px52);
  height: 1px;
  background-color: #fff;
}
#banner .swiper ul li .min_titl img.img {
  margin-top: -2.4479166vw;
  width: 3.8%;
}
#banner .swiper ul li .titlBox {
  width: 100%;
  max-width: 1115px;
}
#banner .swiper ul li .titlBox span.round {
  width: var(--px102);
  height: var(--px102);
  left: -0.9895vw;
  top: -1.30208vw;
}
#banner .swiper ul li .txt {
  width: 100%;
  max-width: 600px;
}
#banner .swiper ul li.swiper-slide-active .min_titl {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .titlBox {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: clipToLeft 1s linear;
  -moz-animation: clipToLeft 1s linear;
  -o-animation: clipToLeft 1s linear;
  animation: clipToLeft 1s linear;
}
#banner .swiper ul li.swiper-slide-active .btnBox {
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .titleBox .titlBox span.round {
  left: 65.4%;
  transform: translateX(-50%);
  bottom: 0;
}
#index-body .init-1 .container .lists {
  margin: -8px -19px;
}
#index-body .init-1 .container .lists li {
  padding: 8px 19px;
  height: 100%;
}
#index-body .init-1 .container .lists li .list {
  height: 100%;
  min-height: 216px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 4px 4px 16px 5px rgba(45, 45, 45, 0.06);
  border-radius: 10px;
}
#index-body .init-1 .container .lists li .list .icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
}
#index-body .init-1 .container .lists li .list .textBox {
  width: calc(100% - 74px);
  color: #000;
}
#index-body .init-1 .container .lists li .list .textBox .txt {
  line-height: 1.625;
}
#index-body .init-1 .container .lists li .list:hover {
  box-shadow: 4px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
#index-body .init-1 .container .lists li .list:hover .icon img {
  transform: rotateY(360deg);
}
#index-body .init-1 .container .lists li:nth-child(1) .icon {
  background-color: #ffedca;
}
#index-body .init-1 .container .lists li:nth-child(2) .icon,
#index-body .init-1 .container .lists li:nth-child(4) .icon {
  background-color: #def1ff;
}
#index-body .init-1 .container .lists li:nth-child(3) .icon {
  background-color: #ffd4ca;
}
#index-body .init-1 .container .lists li:nth-child(5) .icon {
  background-color: #ffede9;
}
#index-body .init-1 .container .lists li:nth-child(6) .icon {
  background-color: #ffe2ac;
}
#index-body .init-2 .titleBox .titlBox .round {
  left: 59%;
  top: -35%;
}
#index-body .init-2 .bottom {
  padding: 0 var(--px70);
}
#index-body .init-2 .bottom .swiper ul li {
  width: 30%;
  color: #fff;
}
#index-body .init-2 .bottom .swiper ul li a.imgBox {
  display: block;
  border-radius: 20px;
}
#index-body .init-2 .bottom .swiper ul li a.imgBox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
}
#index-body .init-2 .bottom .swiper ul li .titl {
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .init-2 .bottom .swiper ul li .titl:hover {
  color: var(--color);
}
#index-body .init-2 .bottom .swiper ul li:hover .bg {
  opacity: 0.4;
}
#index-body .init-2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background-color: #f7f7f7;
  bottom: 0;
  z-index: -1;
}
#index-body .init-3 {
  background-color: #f7f7f7;
}
#index-body .init-3 .top .round {
  top: 5%;
  left: 26%;
}
#index-body .init-3 .bottom .left {
  width: 48%;
  margin-left: -3.3%;
  container: inline-block;
  place-items: center;
  text-align: center;
  display: flex;
}
#index-body .init-3 .bottom .left .img_box {
  display: flex;
  place-items: center;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: relative;
  touch-action: none;
  width: 100%;
  height: 650px;
  z-index: 1;
}
#index-body .init-3 .bottom .left .img_box .hero__images {
  display: flex;
  place-items: center;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: relative;
  touch-action: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#index-body .init-3 .bottom .left .img_box .hero__images .hero__image {
  user-select: none;
}
#index-body .init-3 .bottom .left .img_box .hero__images .hero__image img {
  border-radius: inherit;
  pointer-events: auto;
  width: auto;
  height: 100%;
  user-select: none;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#index-body .init-3 .bottom .left .img_box .hero__images .hero__image.image1 {
  width: 83.4%;
  top: 0;
  right: 0;
  z-index: 5;
}
#index-body .init-3 .bottom .left .img_box .hero__images .hero__image.image2 {
  z-index: 4;
  width: 95%;
  left: 0;
  bottom: 0;
}
#index-body .init-3 .bottom .left .img_box .hero__images .hero__image.image3 {
  z-index: 3;
  left: 0;
  top: 0;
  width: 78.7%;
}
#index-body .init-3 .bottom .left .img_box .hero__images .hero__image.image4 {
  z-index: 3;
  width: 46px;
  height: 46px;
  right: -4px;
  top: var(--px77);
}
#index-body .init-3 .bottom .left .img_box .hero__images .hero__image.image5 {
  z-index: 4;
  width: var(--px82);
  height: var(--px84);
  left: 1px;
  bottom: var(--px86);
}
#index-body .init-3 .bottom .left .imgbox {
  position: relative;
}
#index-body .init-3 .bottom .left .imgbox .por {
  z-index: 2;
}
#index-body .init-3 .bottom .left .imgbox img.img {
  position: absolute;
  z-index: 1;
}
#index-body .init-3 .bottom .left .imgbox img.img.img1 {
  top: 17%;
  right: -4px;
}
#index-body .init-3 .bottom .left .imgbox img.img.img2 {
  bottom: var(--px86);
  left: 0;
  z-index: 3;
}
#index-body .init-3 .bottom .right {
  width: 50%;
  line-height: 1.625;
}
#index-body .init-3 .bottom .right .lists li .icon {
  width: 118px;
  height: 95px;
}
#index-body .init-3 .bottom .right .lists li .txt {
  color: #494949;
}
#index-body .init-4 .top .titlBox .round {
  top: 7%;
  left: 21.5%;
}
#index-body .init-4 .rollBox {
  overflow: hidden;
}
#index-body .init-4 .rollBox .roll {
  -webkit-animation: scroll-left 50s linear infinite;
  -moz-animation: scroll-left 50s linear infinite;
  animation: scroll-left 50s linear infinite;
}
#index-body .init-4 .rollBox .roll .imgBox {
  padding: 18px 10px;
}
#index-body .init-4 .rollBox .roll .imgBox .img {
  width: 300px;
  height: 121px;
  background-color: #ffffff;
  box-shadow: 4px 4px 16px 5px rgba(45, 45, 45, 0.06);
  border-radius: 10px;
}
#index-body .init-4 .rollBox .roll .imgBox .img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 100%;
}
#index-body .init-4 .rollBox .roll .imgBox:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#index-body .init-4 .rollBox:nth-child(even) .roll {
  -webkit-animation: scroll-right 50s linear infinite;
  -moz-animation: scroll-right 50s linear infinite;
  animation: scroll-right 50s linear infinite;
}
#index-body .init-5 {
  color: #fff;
  position: relative;
  background-image: url('../images/init-5Bg.jpg');
  border-radius: 20px;
  overflow: hidden;
}
#index-body .init-5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .init-5 .top .round {
  left: -1.26%;
  bottom: -2px;
}
#index-body .init-5 .top .txt {
  line-height: 1.75;
  width: 100%;
  max-width: 644px;
}
#index-body .init-6 .left {
  width: 33%;
  position: sticky;
  top: 105px;
  z-index: 9;
}
#index-body .init-6 .left .txt {
  line-height: 1.75;
}
#index-body .init-6 .left .round {
  left: 24%;
  top: 5%;
}
#index-body .init-6 .right {
  width: 67%;
}
#index-body .init-6 .right .faqItem {
  border-bottom: 1px solid #e2e3de;
}
#index-body .init-6 .right .faqItem .titl {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
#index-body .init-6 .right .faqItem .titl::before,
#index-body .init-6 .right .faqItem .titl::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .right .faqItem .titl::before {
  right: 4px;
  width: 14px;
  height: 4px;
}
#index-body .init-6 .right .faqItem .titl::after {
  right: 9px;
  width: 4px;
  height: 14px;
}
#index-body .init-6 .right .faqItem .con {
  line-height: 1.75;
  display: none;
}
#index-body .init-6 .right .faqItem.active .titl {
  color: var(--color);
}
#index-body .init-6 .right .faqItem.active .titl::after {
  height: 0;
}
#index-body .init-7 .sollBox {
  overflow: hidden;
}
#index-body .init-7 .sollBox .soll {
  -webkit-animation: scroll-left 50s linear infinite;
  -moz-animation: scroll-left 50s linear infinite;
  animation: scroll-left 50s linear infinite;
}
#index-body .init-7 .sollBox .soll .img a {
  width: 27.0833vw;
  margin: 0 var(--px19);
  border-radius: var(--px20);
}
#index-body .init-8 .swiper ul li .box {
  margin: auto;
  width: 100%;
  max-width: 1180px;
}
#index-body .init-8 .swiper ul li .box .titl:hover {
  color: var(--color);
}
#index-body .init-8 .swiper ul li .box .date {
  color: #969696;
}
#index-body .init-8 .swiper-pagination {
  position: static;
}
#index-body .init-8 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #c5c5c5;
  opacity: 1;
  margin: 0 6px;
}
#index-body .init-8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #00000b;
}
#footer .formTop {
  background-color: var(--color);
}
#footer .formTop .titl {
  color: #f7f9fe;
}
#footer .formTop form {
  color: #000;
}
#footer .formTop form input {
  height: 70px;
  border-radius: 10px;
  border: none;
  padding-top: 5px;
  width: 26.2%;
}
#footer .formTop form input::placeholder {
  color: #c1c1c1;
}
#footer .formTop form input.inquery {
  width: 15.1%;
}
#footer .formTop form input.inquery:hover {
  background-color: #f8b03f;
}
#footer .center .itemL {
  width: 17.5%;
  min-width: 180px;
}
#footer .center .itemL .cont {
  width: 157px;
  height: 157px;
  background-color: #fff;
  padding: 5px;
}
#footer .center .itemR {
  width: 60.6%;
  color: #b8b8b8;
  line-height: 1.875;
}
#footer .center .itemR .item1 {
  width: 34.5%;
}
#footer .center .itemR .item p.link a:hover {
  color: var(--color);
}
#footer .center .itemR .item .share {
  width: 160px;
}
#footer .center .itemR .item .share li {
  color: #fff;
}
#footer .center .itemR .item .share li a {
  width: var(--px44);
  height: var(--px44);
  min-width: 35px;
  min-height: 35px;
  border: 1px solid #2f2f37;
}
#footer .center .itemR .item .share li:hover {
  background: var(--color);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  width: 100%;
  border-top: 1px solid #313139;
  padding-top: var(--px36);
  padding-bottom: var(--px36);
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1700px) {
  #banner .swiper ul li {
    height: 600px;
  }
  #index-body .init-3 .bottom .left .img_box {
    height: 580px;
  }
}
@media (max-width: 1450px) {
  #banner .swiper ul li {
    height: 530px;
  }
  #index-body .init-3 .bottom .left .img_box {
    height: 500px;
  }
  #footer .center .itemR {
    width: 65%;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner .swiper ul li {
    height: 450px;
  }
  #index-body .init-1 .container .lists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -8px;
  }
  #index-body .init-1 .container .lists li {
    padding: 8px;
  }
  #index-body .init-1 .container .lists li .list {
    min-height: 150px;
  }
  #index-body .init-3 .bottom .left {
    margin-left: 0;
    width: 50%;
  }
  #index-body .init-3 .bottom .left .img_box {
    height: 430px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-3 .bottom .left .imgbox {
    display: block;
  }
  #index-body .init-3 .bottom .right {
    margin-top: 30px;
  }
  #index-body .init-4 .rollBox .roll .imgBox .img {
    width: 260px;
    height: 100px;
  }
  #index-body .init-6 .left {
    position: static;
  }
  #index-body .init-6 .left .titlBox br {
    display: none;
  }
  #index-body .init-6 .left .round {
    left: 9%;
  }
  #index-body .init-8 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 8px;
    height: 8px;
  }
  #footer .formTop form input {
    width: 49%;
    margin-bottom: 10px;
  }
  #footer .formTop form input.cont {
    width: 100%;
  }
  #footer .formTop form input.inquery {
    min-width: 260px;
  }
  #footer .center .itemR {
    width: calc(100% - 190px);
  }
  #footer .center .itemR .item1 {
    width: calc(100% - 170px);
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .lists {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #index-body .init-1 .container .lists li .list {
    min-height: auto;
    padding: 20px;
  }
  #index-body .init-2 .bottom {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .init-7 .sollBox .soll .img a {
    width: 33.33vw;
    margin: 0 5px;
  }
  #footer .formTop form {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .formTop form input {
    width: 100%;
    height: 50px;
  }
  #footer .center {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .center .itemR {
    width: 100%;
    margin-top: 20px;
  }
  #footer .center .itemR .item1 {
    width: calc(100% - 170px);
  }
  #footer .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  #index-body .init-7 .sollBox .soll .img a {
    width: 50vw;
    margin: 0 5px;
  }
  #footer .center .itemR .item1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.inner-banner {
  margin-top: 150px;
  padding-bottom: 22px;
}
.inner-banner .container .mbx {
  font-weight: bold;
  font-size: var(--px18);
  line-height: 2;
  color: #BBBBBB;
}

.faq-page .faq-1 {
  background-color: #fef8e6;
}

.faq-page .faq-1 .ui.container {
  max-width: 930px;
}

.faq-page .faq-1 span.h2 {
  display: inline-block;
  margin-bottom: var(--px38);
  text-align: center;
}

.faq-page .faq-1 .list ul li {
  padding: var(--px40) var(--px50);
  border-radius: 15px;
  background-color: white;
  margin-top: 1.6em;
}

.faq-page .faq-1 .list ul li span.h6 {
  font-weight: bold;
  flex-wrap: nowrap;
}

.faq-page .faq-1 .list ul li span.h6 i {
  width: 3em;
  height: 3em;
  flex: 0 0 3em;
  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%;
  border: 1px solid #221100;
  cursor: pointer;
  cursor: hand;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}

.faq-page .faq-1 .list ul li span.h6 i:after,
.faq-page .faq-1 .list ul li span.h6 i:before {
  content: '';
  width: 1em;
  height: 1px;
  background-color: #3a3a3a;
  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%);
}

.faq-page .faq-1 .list ul li span.h6 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 .faq-1 .list ul li .text {
  color: #3a3a3a;
  line-height: 2;
  margin-top: 2em;
  display: none;
}

.faq-page .faq-1 .list ul li:first-child {
  margin-top: 0;
}

.faq-page .faq-1 .list ul li.active span.h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-page .faq-2 .slide {
  height: 480px;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  z-index: 1;
}

.faq-page .faq-2 .slide:before {
  content: '';
  background-color: #281200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  z-index: -1;
}
.faq-page .faq-1 span.h2 {
  font-weight: bold;
  font-size: var(--px50);
  color: #000000;
  line-height: 1.2;
}

.faq-page .faq-1 .list ul li span.h6 {
  font-size: var(--px18);
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-2 .slide {
    height: 300px;
  }
  .faq-page .faq-1 .list ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-2 .slide {
    height: 200px;
  }
}

.news-page {
  padding: calc(4.059vw + 14px) 0 0 0;
}

.news-page .sideBox .right .info form {
  width: 100%;
  height: 38px;
  margin-bottom: 3rem;
}

.news-page .sideBox .right .info form input[type="text"] {
  width: 78.31%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 22px;
  font-size: var(--px16);
}

.news-page .sideBox .right .info form input[type="submit"] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(../images/n-icon.png) no-repeat center center #fff;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .sideBox .right .info form input[type="submit"]:hover {
  background-color: #b3ddba;
}

.news-page .sideBox .right .info ul li span {
  padding-right: 10px;
}

.news-page .sideBox .right .info ul li span img {
  border: none;
  padding: 0;
}

.news-page .sideBox .right .info ul li time {
  font-size: 14px;
  line-height: 2;
  color: var(--color);
}

.news-page .sideBox .right .info ul li h4 {
  font-size: calc(0.2085vw + 14px);
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .sideBox .right .info ul li h4:hover {
  color: var(--color);
}

.news-page .nlist li {
  padding: calc(0.8345vw + 14px) 0;
  border-bottom: 1px solid #dcdcdc;
}

.news-page .nlist li:first-child {
  padding-top: 0;
}

.news-page .nlist li .img {
  width: 60%;
  padding-right: 30px;
  vertical-align: middle;
  position: relative;
}

.news-page .nlist li .img a {
  display: block;
}

.news-page .nlist li .img img {
  border-radius: 20px;
  width: 100%;
}

.news-page .nlist li .text {
  width: 100%;
  vertical-align: middle;
  position: relative;
}

.news-page .nlist li .text span {
  text-transform: uppercase;
}

.news-page .nlist li .text span a {
  font-size: 14px;
  line-height: 1;
}

.news-page .nlist li .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.news-page .nlist li .text h3 {
  
  font-size: var(--px30);
  font-weight: bold;
  line-height: 2;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .nlist li .text h3:hover {
  color: var(--color);
}

.news-page .nlist li .text p {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-page .nlist li .text .share {
  margin-top: 15px;
}

.news-page .nlist li .text .share li {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ffcc41;
  color: #fff;
  font-size: calc(0.1055vw + 14px);
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

.news-page .nlist li .text .share li:nth-child(2) {
  background: #a7e987;
}

.news-page .nlist li .text .share li:nth-child(3) {
  background: #e16ab7;
}

.news-page .nlist li .text .share li:last-child {
  margin-right: 0;
  background: #e16ab7;
}

.news-page .nlist li .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.news-page .nlist li:nth-child(even) .img {
  left: 40%;
  padding-left: 20px;
  padding-right: 0;
}

.news-page .nlist li:nth-child(even) .text {
  left: 0%;
  padding-left: 0;
}

.news-page .nlist li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .left {
    padding-right: 0;
  }

  .news-page .nlist li .img {
    width: 100%;
    padding-right: 0;
  }

  .news-page .nlist li .text {
    width: 100%;
    padding: var(--px32) 0 0 0;
  }

  .news-page .nlist li:nth-child(even) .img {
    left: 0;
  }

  .news-page .nlist li:nth-child(even) .text {
    left: 0;
  }
}

.inner-page .sideBox .left {
  width: 75%;
  padding-right: 20px;
}

.inner-page .sideBox .left .top {
  vertical-align: middle;
}

.inner-page .sideBox .left .top .title {
  font-size: calc(0.8345vw + 14px);
  color: #282828;
  line-height: 1.6;
}

.inner-page .sideBox .left .top .category {
  vertical-align: middle;
  position: relative;
}

.inner-page .sideBox .left .top .category h4 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  padding: 0 0 0 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 293px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  margin: 0 0 0 auto;
  font-size: 15px;
  color: #282828;
}

.inner-page .sideBox .left .top .category h4 i {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: calc(0.315vw + 14px);
}

.inner-page .sideBox .left .top .category ul {
  display: none;
  position: absolute;
  top: auto;
  right: 0;
  width: 100%;
  list-style: none;
  max-width: 293px;
  max-height: 320px;
  margin: 0;
  margin-top: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #282828;
  background-color: #fff;
  -webkit-transition: 400ms ease all;
  -moz-transition: 400ms ease all;
  transition: 400ms ease all;
  z-index: 20;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  border-radius: 10px;
}

.inner-page .sideBox .left .top .category ul li {
  font-size: 15px;
  color: #282828;
}

.inner-page .sideBox .left .top .category ul li a {
  display: block;
  width: 100%;
  padding: 4px 14px;
}

.inner-page .sideBox .left .top .category ul li a.active {
  background-color: #ccc;
}

.inner-page .sideBox .left .list {
  margin-top: 1.5rem;
}

.inner-page .sideBox .left .list ul {
  margin: 0 -15px;
}

.inner-page .sideBox .left .list ul li {
  padding: 0 15px;
  margin-bottom: 2rem;
}

.inner-page .sideBox .left .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  padding-bottom: 20px;
  /*min-height: 482px;*/

}

.inner-page .sideBox .left .list ul li .box .text {
  margin: 15px 0 0;
  color: #282828;
}

.inner-page .sideBox .left .list ul li .box .text span {
  text-transform: uppercase;
}

.inner-page .sideBox .left .list ul li .box .text span a {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
}

.inner-page .sideBox .left .list ul li .box .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -8px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.inner-page .sideBox .left .list ul li .box .text h3 {
  font-size: calc(0.315vw + 14px);
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: bold;
  min-height: 120px;
  line-height: 2;
  padding: 0 3px;
}

.inner-page .sideBox .left .list ul li .box .text p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
}

.inner-page .sideBox .left .list ul li .box .text .more {
  display: inline-block;
  margin-top: 15px;
  border-radius: 50px;
  padding: 11px 29.5px;
  font-size: 14px;
  background-color: var(--color);
  color: white;
}

.inner-page .sideBox .left .list ul li .box:hover {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.inner-page .sideBox .left .list ul li .box:hover .text h3 {
  color: var(--color);
}

.inner-page .sideBox .right {
  width: 25%;
  padding-left: var(--px20);
  position: sticky;
  top: 110px;
  z-index: 9;
}

.inner-page .sideBox .right h3 {
  font-size: var(--px26);
  line-height: 1;
  color: #282828;
  margin-bottom: 1.35rem;
  font-weight: bold;
  
}

.inner-page .sideBox .right .info ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
}

.inner-page .sideBox .right .info ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 10px;
  padding-right: 15px;
}

.inner-page .sideBox .right .info ul li span img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
}

.inner-page .sideBox .right .info ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  font-size: calc(0.1055vw + 14px);
  color: #282828;
}

.inner-page .sideBox .right .info ul li .text h5 {
  font-size: 19px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sideBox .right .info ul li .text h5:hover {
  color: var(--color);
}

.inner-page .sideBox .right .info ul li .text p {
  font-size: 14px;
}

.inner-page .sideBox .right .navs {
  margin-top: 3rem;
}

.inner-page .sideBox .right .navs ul li a {
  font-size: 15px;
  color: #282828;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.inner-page .sideBox .right .navs ul li li a {
  padding-left: 20px;
}

.inner-page .sideBox .right .navs ul li.active>a,
.inner-page .sideBox .right .navs ul li a:hover {
  color: var(--color);
}

.inner-page .sideBox .right .related-pro {
  margin-top: 30px;
}

.inner-page .sideBox .right .related-pro ul li .img-box {
  vertical-align: middle;
}

.inner-page .sideBox .right .related-pro ul li .rights {
  vertical-align: middle;
  padding-left: 12px;
}

.inner-page .sideBox .right .related-pro ul li .rights h5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: calc(0.1055vw + 14px);
}

.inner-page .sideBox .right .related-pro ul li .rights .more {
  font-size: calc(0.1055vw + 14px);
}

.inner-page .sideBox .right .related-pro ul li .rights .more:hover {
  color: var(--color);
}

.inner-page .sideBox .right .related-pro ul li:hover .rights h5 {
  color: var(--color);
}
.inner-page .sideBox .right h3 {
  line-height: 2
}

.inner-page .sideBox .right .related-pro ul li .rights h5 {
  line-height: 1.6
}

.inner-page .sideBox .right .related-pro ul li .rights .more {
  line-height: 2
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .left {
    width: 100%;
  }

  .inner-page .sideBox .left .top {
    margin-top: 20px;
  }

  .inner-page .sideBox .right {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .inner-page .sideBox .left .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .left {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .sideBox .left .list ul li {
    width: 100%;
  }
}

.m-page {
  margin-top: calc(3.0225vw + 13px);
}

.m-page .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.m-page .wp-pagenavi a {
  
  font-weight: bold;
  font-size: calc(0.365vw + 14px);
  color: #000;
  width: var(--px76);
  height: var(--px76);
  background: transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 84px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.m-page .wp-pagenavi a:hover {
  background: var(--color);
  color: #fff;
}

.m-page .wp-pagenavi span {
  font-weight: bold;
  font-size: calc(0.365vw + 14px);
  color: #FFFFFF;
  width: var(--px76);
  height: var(--px76);
  background: #D01E1C;
  border-radius: 5px;
  text-align: center;
  line-height: var(--px76);
}

.newdet-page {
  padding: calc(3.959vw + 14px) 0;
}

.newdet-page .header span {
  text-transform: uppercase;
}

.newdet-page .header span a {
  font-size: 14px;
  line-height: 1;
}

.newdet-page .header span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -6px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.newdet-page .header h1 {
  font-size: var(--px38);
  
  line-height: 1.6;
  font-weight: bold;
  margin-top: 15px;
}

.newdet-page .content {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2;
}

.newdet-page .content img {
  width: 100%;
}

.newdet-page .text {
  margin-top: 15px;
}

.newdet-page .text dl {
  width: 320px;
  font-size: 16px;
  line-height: 2;
}

.newdet-page .text dl dt {
  /*min-width: 49%;*/
  padding-right: 1rem;
  display: inline-block;
  font-weight: bold;
}

.newdet-page .text dl dd {
  min-width: 49%;
  display: inline-block;
}

.newdet-page .text .share {
  margin-top: 1rem;
}

.newdet-page .text .share li {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ffcc41;
  color: #fff;
  font-size: calc(0.1055vw + 14px);
  text-align: center;
  line-height: 33px;
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .text .share li:nth-child(2) {
  background: #a7e987;
}

.newdet-page .text .share li:nth-child(3) {
  background: #e16ab7;
}

.newdet-page .text .share li:last-child {
  margin-right: 0;
  background: #e16ab7;
}

.newdet-page .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.newdet-page .form {
  margin: 1.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 81%;
}

.newdet-page .form .desc h3 {
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.newdet-page .form .desc p {
  font-size: calc(0.1055vw + 14px);
  line-height: 2;
  margin-bottom: 15px;
}

.newdet-page .form form {
  width: 600px;
  text-align: center;
}

.newdet-page .form form ul {
  text-align: left;
}

.newdet-page .form form li {
  margin-bottom: 15px;
}

.newdet-page .form form li label {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
}

.newdet-page .form form li textarea,
.newdet-page .form form li input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0 22px;
  font-size: 15px;
}

.newdet-page .form form li textarea {
  padding: 15px 22px;
  height: 248px;
  border-radius: 20px;
}

.newdet-page .form form li input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .form form li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 15px;
}

.newdet-page .form form input[type="submit"] {
  padding: 10px 26px 9px;
  font-size: 15px;
  background-color: var(--color);
  border-radius: 50px;
  border: none;
  margin-top: 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .form form input[type="submit"]:hover {
  box-shadow: 0 0 0 4em var(--color) inset, 0 5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.2);
}

.newdet-page .m-link {
  margin: var(--px32) 0 calc(4.479vw + 14px) 0;
  border-bottom: 1px solid #dcdcdc;
}

.newdet-page .m-link i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative;
}

.newdet-page .m-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(0.1055vw + 14px);
  font-weight: bold;
  margin: 20px 10px 20px;
  max-width: 60%;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .m-link span em {
  color: var(--color);
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.m-link a:hover em {
  color: #fff;
}

.newdet-page .m-link span:hover em {
  color: #fff;
}

.newdet-page .m-link span:hover {
  color: #fff;
}

.newdet-page .m-link .prev {
  text-align: left;
}

.newdet-page .m-link .next {
  text-align: right;
}

.newdet-page .ui.container .content p {
  font-size: var(--px18) !important;
  color: #666 !important;
  text-align: left !important;
  line-height: 2 !important;
  height: auto !important;
}

.newdet-page .ui.container .content ul li {
  padding: 5px 10px !important;
  line-height: 2;
  font-size: calc(0.1055vw + 14px);
  color: #666 !important;
}

.newdet-page .ui.container .content h3 {
  font-size: calc(0.2085vw + 14px);
  line-height: 1.8;
  padding: 10px 5px;
}

.newdet-page .ui.container .content h2 {
  font-size: calc(0.315vw + 14px);
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #e16ab7;
}

.newdet-page .ui.container .content ol li,
.newdet-page .ui.container .content ul li {
  list-style: disc;
  list-style-position: inside;
}
.newdet-page .m-link span {
  line-height: 1.8
}


@media screen and (max-width: 700px) {
  .newdet-page .text .share {
    display: none;
  }

  .newdet-page .form {
    width: 100%;
  }

  .newdet-page .form form {
    width: 100%;
  }

  .newdet-page .m-link .prev,
  .newdet-page .m-link .next {
    width: 100%;
    text-align: left;
  }

  .newdet-page .m-link .text {
    margin-top: 15px;
  }
}
.seoPublic .Auxil-through a {
  height: auto;
}

.bd-about-page .about-1 {
  padding-top: calc(6.25vw + 14px);
  padding-bottom: var(--px120);
}

.bd-about-page .about-1 .container {
  display: flex;
}

.bd-about-page .about-1 .container>div {
  width: 50%;
}

.bd-about-page .about-1 .container .a1-l {
  padding-right: var(--px46);
}

.bd-about-page .about-1 .container .a1-l .all-h {
  /*padding-top: calc(3.959vw + 7px);*/
  line-height: 1.6;
  margin-bottom: calc(1vw + 14px);
}

.bd-about-page .about-1 .container .a1-r {
  padding-left: var(--px34);
  border-radius: var(--px20);
}

.bd-about-page .about-2 {
  padding-left: 5.21%;
}

.bd-about-page .about-2 .a2-m .swiper-a2 {
  overflow: hidden;
  padding-bottom: calc(5vw + 9px);
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide {
  padding: 50px var(--px50) calc(2.0835vw + 13px);
  /*border-radius: var(--px24);*/
  border-radius: 30px;
  position: relative;
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-bg1 {
  position: absolute;
  right: 0;
  top: 0;
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-bg2 {
  position: absolute;
  right: 45px;
  bottom: 0;
  transform: translateY(100%);
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-p1 {
  
  font-weight: bold;
  font-size: calc(0.575vw + 14px);
  line-height: 1.8;
  color: #ffffff;
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-p2 {
  font-weight: 400;
  font-size: var(--px18);
  color: #ffffff;
  min-height: 162px;
  line-height: 1.8;
}

.bd-about-page .about-3 {
  padding-bottom: calc(6.25vw + 11px);
}

.bd-about-page .about-3 .container {
  display: flex;
  align-items: center;
}

.bd-about-page .about-3 .container .a3-l {
  width: 63.26%;
}

.bd-about-page .about-3 .container .a3-r {
  width: 36.74%;
}

.bd-about-page .about-4 {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: calc(5.519vw + 15px);
  padding-bottom: calc(4.65vw + 19px);
}

.bd-about-page .about-4 .container .a4-l {
  /*width: 50%;*/
}

.bd-about-page .about-4 .container .a4-l .a4-h {
  color: #fff;
}

.bd-about-page .about-4 .container .a4-l .a4-p {
  margin-top: var(--px18);
  color: #fff;
  margin-bottom: var(--px44);
}

.bd-about-page .about-4 .container .a4-l .a4-i {
  display: flex;
  max-width: 100%;
}

.bd-about-page .about-4 .container .a4-l .a4-d1 {
  margin-right: 10px;
}

.bd-about-page .about-5 {
  padding-top: calc(4.65vw + 19px);
  padding-bottom: calc(6.25vw + 15px);
  background: #fef8e6;
}

.bd-about-page .about-5 .all-p {
  margin-top: var(--px20);
}

.bd-about-page .about-5 .swiper-a5 {
  overflow: hidden;
  margin-top: calc(2.6555vw + 14px);
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .a2-bg1 {
  position: static;
  display: block;
  margin: 0 auto;
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12 {
  position: absolute;
  bottom: -68px;
  right: 26px;
  color: pink;
  font-size: 82px;
  transform: rotate(68deg);

}
.bd-about-page .jr_bg1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 78px;
}

.bd-about-page .jr_bg {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 126px;
  height: 106px;
  background: url(../images/iconbg.png) no-repeat center;
  background-size: cover;
  border-radius: 0;
}
.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_1 {
  color: rgba(173, 212, 97, 1);
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_2 {
  color: rgba(179, 105, 252, 1);
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_3 {
  color: rgba(208, 30, 28, 1);
}

.bd-about-page .about-2 .a2-m .swiper-a2 .swiper-slide .ang12.ang12_4 {
  color: rgba(55, 203, 249, 1);
}
@media (max-width: 1250px) {
  .bd-about-page .about-3 .container .a3-l ,.bd-about-page .about-3 .container .a3-r {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .bd-about-page .about-4 .container .a4-l {
    width: 100%;
  }
  .bd-about-page .about-4 .container .a4-l .a4-d1 {
    max-width: calc(33.33% - 10px);
  }

  .bd-about-page .about-3 .container {
    flex-wrap: wrap;
  }

  .bd-about-page .about-3 .container .a3-r {
    margin-top: var(--px34);
  }

  .bd-about-page .about-1 .container .a1-l .all-h {
    padding: 0;
    margin-bottom: var(--px34);
  }

  .bd-about-page .about-1 .container .a1-l {
    margin-bottom: var(--px34);
  }

  .bd-about-page .about-1 .container {
    flex-wrap: wrap;
  }
}

.index-body .init-7 {
  padding-top: calc(6.5vw + 10px);
  padding-bottom: calc(7.759vw + 5px);
}

.index-body .init-7 .marquee {
  margin-top: var(--px100);
  width: 100%;
  box-sizing: border-box;
}

.index-body .init-7 .marquee__track {
  display: flex;
  gap: 30px;
  /* spaceBetween */
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.index-body .init-7 .slide {
  flex: 0 0 12.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  font-weight: 700;
  font-size: calc(0.315vw + 14px);
  box-sizing: border-box;
  width: 242px;
  height: 242px;
  position: relative;
  z-index: 1;
  background: #f4eada;
  border-radius: var(--px20);
}
.index-body .init-7 .slide img {
  max-height: 100%;
}
.index-body .init-7 .slide:nth-of-type(even) {
  transform: rotate(-10deg);
}

.index-body .init-7 .slide:nth-of-type(odd) {
  transform: rotate(10deg);
}

.index-body .init-7 .slide:nth-of-type(2n) {
  position: relative;
  z-index: 2;
}

.index-body .init-7 .slide:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(../images/t1-1.png) no-repeat center;
  right: -33px;
  bottom: -33px;
  transform: rotate(10deg);
  z-index: 5;
}

.index-body .init-7 .slide:nth-of-type(4n) {
  position: relative;
  z-index: 2;
}

.index-body .init-7 .slide:nth-of-type(4n)::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 66px;
  background: url(../images/t1-2.png) no-repeat center;
  right: -59px;
  top: 68px;
  transform: rotate(10deg);
  z-index: 5;
}

.index-body .init-7 .slide:nth-of-type(6n) {
  position: relative;
  z-index: 2;
}

.index-body .init-7 .slide:nth-of-type(6n)::before {
  content: "";
  position: absolute;
  width: 101px;
  height: 67px;
  background: url(../images/t1-3.png) no-repeat center;
  right: -70px;
  top: 68px;
  transform: rotate(10deg);
  z-index: 5;
}

.index-body .init-7 .slide:nth-of-type(8n) {
  position: relative;
  z-index: 2;
}

.index-body .init-7 .slide:nth-of-type(8n)::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(../images/t1-1.png) no-repeat center;
  right: -33px;
  bottom: -33px;
  top: unset;
  left: unset;
  transform: rotate(10deg);
  z-index: 5;
}

.index-body .init-7 .slide:nth-of-type(10n) {
  position: relative;
  z-index: 2;
}

.index-body .init-7 .slide:nth-of-type(10n)::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 66px;
  background: url(../images/t1-2.png) no-repeat center;
  right: -59px;
  top: 68px;
  transform: rotate(10deg);
  z-index: 5;
}

.index-body .init-7 .slide:nth-of-type(12n) {
  position: relative;
  z-index: 2;
}

.index-body .init-7 .slide:nth-of-type(12n)::before {
  content: "";
  position: absolute;
  width: 101px;
  height: 67px;
  background: url(../images/t1-3.png) no-repeat center;
  right: -70px;
  top: 68px;
  transform: rotate(10deg);
  z-index: 5;
}

@media (max-width: 1499px) {
  .index-body .init-7 .slide {
    flex: 0 0 25%;
  }
}

@media (max-width: 1249px) {
  .index-body .init-7 .slide {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 700px) {
  .index-body .init-7 .slide {
    flex: 0 0 50%;
  }
}
@media (max-width: 500px) {
  .index-body .init-7 .slide {
    flex: 0 0 100%;
  }
}
.honor-page .honor-box ul {
  margin: 0 -15px;
}

.honor-page .honor-box ul li {
  padding: var(--px30) 15px;
}

.bd_btn {
  position: relative;

  font-weight: bold;
  font-size: var(--px18);
  color: #000000;
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 2;
}

.bd_btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.bd_btn:hover::after {
  width: 0%;
}
.contact-page {
  /*background-color: #fef8e6;*/
  position: relative;
}

.contact-page:before {
  content: '';
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 100%;
  z-index: -1;
  background-color: inherit;
}

.contact-page .contact-1 .ui.container {
  max-width: 810px;
}

.contact-page .contact-1 .text {
  /*max-width: 580px;*/
  margin: 2em auto 3.625em;
  line-height: 2;
}

.contact-page .contact-1 .form {
  font-weight: bold;
}

.contact-page .contact-1 .form ul li.wid-100 {
  grid-column: span 2;
}

.contact-page .contact-1 .form ul li.wid-100.txt-center {
  display: flex;
  justify-content: center;
}

.contact-page .contact-1 .form ul li input,
.contact-page .contact-1 .form ul li textarea {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 1.7em;
  border: 1px solid #b8b2ad;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .form ul li textarea::-webkit-input-placeholder {
  color: black;
}

.contact-page .contact-1 .form ul li input:-moz-placeholder,
.contact-page .contact-1 .form ul li textarea:-moz-placeholder {
  color: black;
}

.contact-page .contact-1 .form ul li input::-moz-placeholder,
.contact-page .contact-1 .form ul li textarea::-moz-placeholder {
  color: black;
}

.contact-page .contact-1 .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .form ul li textarea:-ms-input-placeholder {
  color: black;
}

.contact-page .contact-1 .form ul li input::placeholder,
.contact-page .contact-1 .form ul li textarea::placeholder {
  color: black;
}

.contact-page .contact-1 .form ul li input:focus,
.contact-page .contact-1 .form ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-1 .form ul li textarea {
  height: 170px;
}

.contact-page .contact-1 .form ul li input[type="checkbox"] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  cursor: pointer;
  cursor: hand;
}

.contact-page .contact-1 .form ul li p {
  color: #afafaf;
  display: inline-block;
  margin-left: 1em;
}

.contact-page .contact-1 .form ul li button {
  font-size: 1.125em;
  height: 3.33333333em;
  padding: 0 2.55555556em;
  border-radius: 1.66666667em;
  background-color: var(--color);
  color: white;
  margin: 0 auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .form ul li button:hover {
  background-color: black;
}

.contact-page .contact-2 .flex {
  flex-wrap: nowrap;
}

.contact-page .contact-2 .slide {
  padding: 30px 4% 40px;
  border-radius: var(--px20);
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.contact-page .contact-2 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1e1e1e;
  opacity: .7;
  z-index: -1;
}

.contact-page .contact-2 .slide i {
  display: block;
}

.contact-page .contact-2 .slide span.h6 {
  display: block;
  font-weight: bold;
  margin: .5em 0;
}

.contact-page .contact-2 .slide p {
  font-weight: 500;
}

.contact-page .contact-3 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}

.contact-page .contact-3 iframe {
  border: none;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-3 iframe {
    height: 400px;
  }

  .contact-page .contact-2 .slide {
    padding: 2%;
    border-radius: 20px;
  }

  .contact-page .contact-2 .slide i img {
    max-height: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-2 .slide {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  

  .contact-page .contact-2 .slide {
    width: 100%;
  }
  .contact-page .contact-1 .form ul li {
    grid-column: span 2;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .form ul li.wid-100 {
    grid-column: span 2;
  }

  .contact-page .contact-3 iframe {
    height: 300px;
  }
}

.product-page .slideBar .left.column {
  width: 75%;
  padding-right: var(--px50);
}
.product-page .product-1 .left .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page .product-1 .left .top h1 {
  width: 60%;
  font-size: var(--px30);
  line-height: 1.2;
  text-transform: uppercase;
}

.product-page .product-1 .left .top .catgory {
  width: 40%;
  height: 48px;
  position: relative;
}

.product-page .product-1 .left .top .catgory span {
  height: 100%;
  ;
  line-height: 50px;
  width: 100%;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
}

.product-page .product-1 .left .top .catgory span i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page .product-1 .left .top .catgory ul {
  position: absolute;
  box-shadow: 0px 3px 7px 3px rgb(0 0 0 / 8%);
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 3;
  display: none;
}

.product-page .product-1 .left .top .catgory ul li {
  font-size: 16px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-1 .left .top .catgory ul li a {
  display: block;
}

.product-page .product-1 .left .top .catgory ul li:hover {
  background: var(--color);
  color: white;
}

.product-page .product-1 .left .Auxil-catdes {
  font-size: 16px;
  margin: 30px 0;
  color: #8e8e8e;
  line-height: 30px;
  max-height: 200px;
  overflow-y: auto;
}

.product-page .product-1 .list {
  margin-top: 10px;
}

.product-page .product-1 .list ul {
  margin: -15px;
}

.product-page .product-1 .list ul li {
  padding: 15px;
}

.product-page .product-1 .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-1 .list ul li .box .more{
  margin: 0 auto;
}
.product-page .product-1 .list ul li .box .more:visited,
.product-page .product-1 .list ul li .box .more:link {
  background: var(--color);
}

.product-page .product-1 .list ul li .box .cat_name {
  font-size: 14px;
  line-height: 2;
  color: #8e8e8e;
  margin-top: 25px;
}

.product-page .product-1 .list ul li .box .h4 {
  font-size: var(--px18);
  line-height: 1.8;
  margin: 15px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-1 .list ul li .box .des {
  line-height: 1.5;
  color: #8e8e8e;
}

.product-page .product-1 .list ul li .box:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.product-page .product-1 .list ul li .box:hover .h4 {
  color: var(--color);
}

.product-page .slideBar .right.column {
  width: 25%;
  position: sticky;
  top: 160px;
}

.product-page .slideBar .right .h3 {
  font-size: var(--px28);
}

.product-page .slideBar .right ul.nav li {
font-size: var(--px18);
line-height: 2;
}
.product-page .slideBar .right ul.nav li .line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-page .slideBar .right ul.nav li a {
  display: block;
  padding: 15px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 100%;
  max-width: calc(100% - 20px);
}

.product-page .slideBar .right ul.nav li.active>a,
.product-page .slideBar .right ul.nav li:hover>a {
  color: var(--color);
}
.product-page .slideBar .right ul.nav li > ul {
  display: none;
}
.product-page .slideBar .right ul.nav li a.active {
  color: var(--color);
}
.product-page .slideBar .right ul.list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .img {
  width: 35%;
  vertical-align: middle;
}

.product-page .slideBar .right ul.list li .img img {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .txt {
  width: 65%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.725;
}
.product-page .slideBar .right ul.list li .txt a:hover {
  color: var(--color);
}
@media screen and (max-width:1450px) {
  .product-page .product-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width:1250px) {
  .product-page .slideBar .right {
    display: none;
  }

  .product-page .slideBar .left {
    width: 100%;
    padding-right: 0;
  }
  .product-page .slideBar .left.column{
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width:1000px) {
  
  .product-page .product-1 .left .top .catgory {
    display: none;
  }

  .product-page .product-1 .left .top h1 {
    width: 100%;
    padding-right: 0;
  }

  .product-page .product-1 {
    padding: 60px 0 0 !important;
  }
  .product-page .product-1 .h3{
    margin-bottom: 30px;
  }

  .product-page .product-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width:700px) {
  .product-page .product-1 .left .Auxil-catdes {
    max-height: 200px;
    overflow: auto;
  }

  .product-page .product-1 .list ul li {
    width: 100%;
  }
}

.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 0;
  border: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}

.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}

.prodet-page .prodet-1 .left .img.active>img {
  display: none;
}

.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}

.prodet-page .prodet-1 .left .img img {
  width: 100%;
}

.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}

.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}

.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}

.prodet-page .prodet-1 .right {
  vertical-align: middle;
}

.prodet-page .prodet-1 .right h1 {
  font-size: 35px;
  line-height: 1.4;
}

.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}

.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
}

.prodet-page .prodet-1 .right .slickBox {

  margin-bottom: 30px;
}

.prodet-page .prodet-1 .right .slickBox .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .right .slickBox ul {
  margin: -10px;
}

.prodet-page .prodet-1 .right .slickBox ul li {
  padding: 10px;
}

.prodet-page .prodet-1 .right .slickBox ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .right .slickBox .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prodet-page .prodet-1 .right .slickBox .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}

.prodet-page .prodet-1 .right .slickBox .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-1 .right .slickBox .slick-arrow.slick-prev:after {
  content: "\f0d9";
}

.prodet-page .prodet-1 .right .slickBox .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-1 .right .slickBox .slick-arrow.slick-next:after {
  content: "\f0da";
}

.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 3.5rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}

.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}

.prodet-page .prodet-1 .right a.more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
  
}

.prodet-page .prodet-1 .right a.more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #ff9800;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 2rem 0 2em;
  border-bottom: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;

}

.prodet-page .prodet-1 .right .share ul li:hover {
  color: #ff9800;
}

.prodet-page .prodet-2 {
  padding-top: 50px;
}

.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: var(--px30);
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 3rem;
  text-transform: uppercase;
  
}

.prodet-page .product-list {
  width: 100%;
}

.prodet-page .product-list ul {
  width: 100%;
}

.prodet-page .product-list ul .slick-list {
  width: 100%;
}

.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}

.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}

.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}

.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}

.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: .5s;
}

.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}

.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}

.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}

.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}

.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}

.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}

.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}

.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}

.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}

.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7
}

.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 5rem;
}

.prodet-page .custom-page .custom-3 .list>ul>li {
  padding-left: 0;
}

.prodet-page .custom-page .custom-3 .list>ul>li i {
  display: none;
}

.prodet-page .custom-page .custom-3 .list>ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}

.prodet-page .custom-page .custom-3 .list>ul .m-link a {
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.prodet-page .custom-page .custom-3 .list>ul .m-link a:hover {
  color: #ff9800;
}
@media screen and (max-width: 700px)  {
  
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
}

.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .product-list ul li {
  width: 33.3333%;
}

.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}

.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}

.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 1rem 3.5rem;
}

.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.product-page .product-list ul li .product-block:hover .product-transition .product-inner .product-image.second-image {
  opacity: 1;
}

.product-page .product-list ul li .product-block:hover .product-transition .product-inner .product-image.first-image {
  opacity: 0;
}

.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  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 .product-list ul li .product-block .product-transition .fa-box .fa {
  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: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}

.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: #ff9800;
  color: #fff;
}

.product-page .product-list ul li .product-block .product-content {
  padding: 1rem 3rem 0;
  text-align: center;
  margin-bottom: 2rem;
}

.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;

}

.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;

}

.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}

.product-page .product-list ul li .product-block .product-content p {
  font-size: 14px;
  line-height: 2;
  color: #aaa;
}

.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);

}

.product-page .product-list ul li .product-block .see-more:hover {
  background: #ff9800;
}

.custom-page .custom-1 {
  text-align: center;
}

.custom-page .custom-1 .ui.container {
  max-width: 1210px;
}

.custom-page .custom-1 .des {
  font-size: var(--px18);
  line-height: 26px;
  color: #494949;
  margin: var(--px20) auto var(--px35);
  max-width: 950px;
}

.custom-page .custom-1 ul {
  margin: var(--px60) -45px 0;
}

.custom-page .custom-1 ul li {
  padding: 10px 45px;
  text-align: center;
}

.custom-page .custom-1 ul li .num {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #1746f9;
  margin: auto;
}

.custom-page .custom-1 ul li .title {
  font-size: var(--px18);
  margin: 15px 0;
}

.custom-page .custom-1 ul li .txt {
  font-size: 15px;
  line-height: 2;
  color: #494949;
}

.custom-page .custom-2 .box {
  background: #f4f4f4;
  padding: 60px;
}

.custom-page .custom-2 .box ul {
  margin: calc(-1.0938vw - 14px);
}

.custom-page .custom-2 .box ul li {
  padding: var(--px35);
  text-align: center;
}

.custom-page .custom-2 .box ul li .title {
  display: inline-block;
  background: #000000;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}


#index-body .i-partner ul {
  padding: 35px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

#index-body .i-partner ul li {
  padding: 10px;
  text-align: center;
}

#index-body .i-partner ul li img {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}

#index-body .i-partner ul li:hover img {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .custom-page .custom-2 .box ul li {
    width: 50%;
  }
  #index-body .i-partner ul li {
    width: 33%;
  }
}
@media screen and (max-width: 700px) {
  .custom-page .custom-1 ul {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-page .custom-1 ul li {
    padding: 0 10px;
  }
  .custom-page .custom-2 .box ul {
    margin: 0;
  }
  .custom-page .custom-2 .box ul li {
    padding: 10px;
  }
  #index-body .i-partner ul li {
    vertical-align: middle;
  }
}
@media screen and (max-width: 500px) {
  .custom-page .custom-1 ul li {
    width: 100%;
  }
  .custom-page .custom-2 .box ul li {
    width: 100%;
  }
}

.manufacturing-page h2 {
  font-size: var(--px42);
  color: var(--color);
  font-weight: bold;
  line-height: 2;
  text-transform: capitalize;
  text-align: center;
}

.manufacturing-page .manufacturing-1 {
  padding-bottom: 50px;
}

.manufacturing-page .manufacturing-1 h3 {
  text-align: center;
  font-size: var(--px18);
  color: #3e3e3e;
  font-weight: 300;
}


.manufacturing-page .init-factory2 {
  margin: var(--px50) 0;
}

.manufacturing-page .init-factory2 .column {
  padding: 0 var(--px30);
  text-align: left;
  vertical-align: middle;
}

.manufacturing-page .init-factory2 .column h3.title {
  font-weight: 600;
  font-size: var(--px30);
  text-align: left;
  color: #1b1b1b;
}

.manufacturing-page .init-factory2 .column p {
  line-height: 2;
  margin: 10px 0;
}

.manufacturing-page .init-factory2 .column .arrows {
  width: 130px;
  height: 63px;
  margin-top: var(--px40);
}

.manufacturing-page .init-factory2 .column .arrows .fa {
  width: 54px;
  height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: var(--px20);
  float: left;
  cursor: pointer;
}

.manufacturing-page .init-factory2 .column .arrows .fa-angle-left {
  background: #f5f5f5;
  color: #000;
}

.manufacturing-page .init-factory2 .column .arrows .fa-angle-right {
  background: var(--color);
  color: #fff;
}

.manufacturing-page .manufacturing-2 {
  padding: var(--px80) 0;
  margin-bottom: var(--px100);
  background: url(/template/en/images/about-bg_02-1.jpg) no-repeat center bottom;
}

.manufacturing-page .manufacturing-2 h2 {
  color: #1a1a1a;
  text-align: left;

}

.manufacturing-page .manufacturing-2 .column {
  color: #fff;
  vertical-align: middle;
}

.manufacturing-page .manufacturing-2 .column h4 {
  color: #1a1a1a;
  font-size: var(--px54);
  line-height: 1;
}

.manufacturing-page .manufacturing-2 .column em {
  color: #1a1a1a;
  font-size: var(--px22);
  margin-left: -10px;
}

.manufacturing-page .manufacturing-2 .column p {
  color: #1a1a1a;
  font-size: var(--px18);
}


.manufacturing-page .customized-1 {
  text-align: center;
  overflow: hidden;
}

.manufacturing-page .customized-1 h2 {
  color: #1a1a1a;
}

.manufacturing-page .customized-1 .list {
  margin-top: var(--px80);
  position: relative;
}

.manufacturing-page .customized-1 .list:after {
  content: '';
  width: 200%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  left: -50%;
  z-index: -1;
}

.manufacturing-page .customized-1 .ui.container {
  max-width: 1630px;
  width: auto;
  padding-bottom: var(--px50);
}

.manufacturing-page .customized-1 .list ul {
  margin: 0 -15px;
  padding: 85px 0;
}

.manufacturing-page .customized-1 .list ul li {
  padding: 0 15px;
  position: relative;
}

.manufacturing-page .customized-1 .list ul span {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 100%;
  border: 20px solid var(--color);
  line-height: 1;
  background: var(--color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: var(--px36);
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-top: 12px;
}

.manufacturing-page .customized-1 .list ul span:after {
  content: '';
  opacity: .4;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.manufacturing-page .customized-1 .list ul li .content {
  width: 130%;
  left: -15%;
  position: absolute;
  padding: var(--px20) 0;
  top: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.manufacturing-page .customized-1 .list ul li .content h4 {
  font-size: var(--px18);
  color: #1e1e1e;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 400;
}

.manufacturing-page .customized-1 .list ul li .content p {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 1.6;
}

.manufacturing-page .customized-1 .list ul li:hover span {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.manufacturing-page .customized-1 .list ul li:hover span:after {
  opacity: 1;
}

.manufacturing-page .customized-1 .list ul li:hover .content {
  margin: 10px 0;
}

.manufacturing-page .customized-1 .list ul li:hover .content h4 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  color: var(--color);
}

.manufacturing-page .customized-1 .list ul .slick-list {
  overflow: unset;
}

.manufacturing-page .customized-1 .list ul .slick-slide:nth-child(odd) li .content {
  top: auto;
  bottom: 100%;
}

.manufacturing-page .customized-1 a.more {
  line-height: 52px;
  height: 52px;
  padding: 0 var(--px36);
  background: var(--color);
  color: #fff;
  font-size: var(--px25);
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: var(--px50) auto 0;
  display: inline-block;
}

.manufacturing-page .customized-1 a.more:hover {
  background: #333;
}

.manufacturing-page .quality-2 {
  /*padding: var(--px70) 0;*/
  /*background: var(--color);*/

}

.manufacturing-page .quality-2 h2 {
  color: #000;
}

.manufacturing-page .quality-2 h3 {
  font-size: var(--px18);
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  margin: var(--px20) 0;
}

.manufacturing-page .quality-2 .content {
  padding-top: var(--px30);
}

.manufacturing-page .quality-2 .content table {
  overflow: unset;
}

.manufacturing-page .quality-2 .content table tbody {
  table-layout: fixed;
}

.manufacturing-page .quality-2 .content table tbody td {
  border: none;
  width: 50% !important;
  background: white;
}

.manufacturing-page .quality-2 .content table tbody tr {
  position: relative;
  z-index: 1;
  background: none !important;
}

.manufacturing-page .quality-2 .content table tbody tr:nth-child(odd) {
  background: #f8f9fc !important;
}

.manufacturing-page .quality-2 .content table tbody tr:after {
  content: '';
  width: 200%;
  height: 93%;
  left: -50%;
  position: absolute;
  z-index: -1;
}

.manufacturing-page .quality-2 .content table tbody strong {
  font-weight: 600;
  font-size: var(--px32);
  color: var(--color);
}

.manufacturing-page .quality-1 {
  padding: var(--px100) 0;
  background: #f8f9fc;
}

.manufacturing-page .quality-1 .list {
  position: relative;
  padding-top: var(--px60);
}

.manufacturing-page .quality-1 ul {
  margin: -10px;
}

.manufacturing-page .quality-1 ul li {
  padding: 10px;
}

.manufacturing-page .quality-1 .list img.bg {
  width: 50%;
  cursor: pointer;
  cursor: hand;
}

.manufacturing-page .quality-1 .list .big .slick-arrow {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  z-index: 1;
  color: transparent;
  font-size: 0;
  border: none;
  transition: .5s;
}

.manufacturing-page .quality-1 .list .big .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  left: -90px;
}

.manufacturing-page .quality-1 .list .big .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  right: -90px;
}

.manufacturing-page .quality-1 .list .big .slick-arrow:hover {
  background-color: var(--color);
}

.manufacturing-page .quality-1 .list .small {
  position: relative;
  padding-top: 40px;
}
.manufacturing-page .quality-1 .list .small h5 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 1.5;
}

.manufacturing-page .quality-1 .column {
  vertical-align: middle;
}

.manufacturing-page .quality-1 .grid-box {
  position: relative;
}

.manufacturing-page .quality-1 .grid-box .text {
  position: absolute;
  width: 60%;
  right: 0;
  top: 30%;
  background: #f7f7f7;
  padding: var(--px30);
  z-index: 3;
}

.manufacturing-page .quality-1 .text h2 {
  margin-bottom: 10px;
  text-align: left !important;
  font-size: var(--px28);
}

.manufacturing-page .quality-1 .text p {
  margin-bottom: 10px;
  text-align: left !important;
  font-size: 16px;
  color: #1b1b1b;
}
@media screen and (max-width: 1450px) {
  .manufacturing-page .quality-2 .content table tbody td {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 1250px) {
  .manufacturing-page .customized-1 .list ul li .content h4 {
    line-height: 1.2;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .quality-2 .content table tbody td {
    display: block;
    width: 100%;
  }

  /*.manufacturing-page .quality-1,
  .manufacturing-page .quality-2 {
    display: none;
  }*/
  .manufacturing-page .manufacturing-2 .column {
    width: 50%;
    margin-bottom: 20px;
  }
  .manufacturing-page .quality-1 .list img.bg {
    width: 70%;
    display: block;
    margin: 15px auto;
  }
  .manufacturing-page .quality-1 .grid-box .text {
    top: 0%;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .manufacturing-page .init-factory2 .column {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .manufacturing-page,
  .manufacturing-page .manufacturing-2 {
    padding: 10px 0;
  }

  .manufacturing-page .quality-2 .content table tbody td {
    padding: 20px 0;
  }
  .manufacturing-page .manufacturing-2 .column {
    width: 100%;
    text-align: center;
  }
  .manufacturing-page .customized-1 .list {
    margin-top: 40px;
  }
}

.service-page .service-1 {
  max-width: 1740px;
  width: 100%;
  margin: 0 0 0 auto;
}
.service-page .service-1 .text {
  width: 44.827%;
  padding-right: 40px;
  vertical-align: middle;
}
.service-page .service-1 .text .header span {
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  color: #f4a000;
}
.service-page .service-1 .text .header h3 {
  font-size: var(--px45);
  line-height: 1;
      font-weight: bold;
  color: #000000;
}
.service-page .service-1 .text .header p {
  font-size: var(--px18);
  line-height: 2;
  padding-top: var(--px20);
}
.service-page .service-1 .text .content {
  margin-top: var(--px32);
  width: 84.8%;
}
.service-page .service-1 .text .content li {
  background: #f9f9f9;
  padding: 12px var(--px20) var(--px17);
  margin-bottom: var(--px20);
}
.service-page .service-1 .text .content li:last-child{
  margin-bottom: 0;
}
.service-page .service-1 .text .content li span {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-1 .text .content li span svg {
  width: 69.6px;
  height: 69.6px;
}
.service-page .service-1 .text .content li .desc {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #282828;
  width: 76%;
  vertical-align: middle;
}
.service-page .service-1 .text .content li .desc h4 {
  font-size: var(--px18);
  font-weight: bold;
  line-height: 1.9;
}
.service-page .service-1 .text .content li .desc p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 9px;
}
.service-page .service-1 .text .content ul.slick-dots {
  position: absolute;
  bottom: -35%;
  left: 0;
  width: 100%;
}
.service-page .service-1 .text .content ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #282828;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.service-page .service-1 .text .content ul.slick-dots li button {
  display: none;
}
.service-page .service-1 .text .content ul.slick-dots li.slick-active {
  background-color: #f4a000;
}
.service-page .service-1 .img {
  width: 55.173%;
  vertical-align: middle;
}
@media screen and (max-width: 1450px) {
  .service-page .service-1 .text {
    padding: 0 16px;
  }
  .service-page .service-1 .text .content {
    width: 90%;
  }
  .service-page .service-1 .text .content li .desc {
    width: 75%;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .text .content li {
    padding: 10px 20px;
  }
  .service-page .service-1 .text .content li .desc {
    width: 72%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .text .content li .desc {
    width: 70%;
  }
  .service-page .service-1 .text {
    margin-left: 15px;
    margin-right: 15px;
  }
  .service-page .service-1 .img {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .text .content li {
    padding: 10px 10px;
  }
}

.about-page .ab1 .text {
  padding-right: 0px;
}

.about-page .ab1 .text h3 {
  font-size: var(--px45);
  line-height: 1;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
  color: #000;
}

.about-page .ab1 .text h3::after {
  content: '';
  width: 130px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.about-page .ab1 .text .con {
  margin-top: var(--px32);
  font-size: var(--px18);
  line-height: 1.5;
  color: #767676;
  max-height: 390px;
  padding-right: var(--px20);
  /*overflow: auto;*/
}

.about-page .ab1 .text .data {
  margin-top: var(--px56);
}

.about-page .ab1 .text .data h4 em {
  font-size: var(--px32);
  color: #666;
  line-height: 1;
}

.about-page .ab1 .text .data p {
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
}

.about-page .ab2 {
  padding-bottom: var(--px120);
}

.about-page .ab2 ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -10px;
}

.about-page .ab2 li {
  padding: 0 10px;
}

.about-page .ab2 li .box {
  padding: 0 var(--px25);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  color: #282828;
  padding-bottom: var(--px30);
  height: 100%;
}

.about-page .ab2 li .box span {
  width: 76.8px;
  height: 76.8px;
  border-radius: 50%;
  display: block;
  padding-top: var(--px32);
}

.about-page .ab2 li .box h3 {
  font-size: var(--px28);
  line-height: 1.6;
  margin-top: var(--px48);
  font-weight: bold;
}

.about-page .ab2 li .box p {
  margin-top: var(--px30);
  font-size: var(--px18);
  line-height: 1.7;
}

.about-page .ab2 li .box .mores {
  display: block;
  font-size: 14px;
  margin-top: var(--px21);
}

.about-page .ab2 li .box .mores i {
  margin-left: 10px;
}

.about-page .ab3 {
  padding-bottom: var(--px48);
}
.about-page .ab3 .box {
  max-width: 1709px;
  width: 100%;
}

.about-page .ab3 .left {
  position: relative;
  vertical-align: middle;
  width: 54.65%;
}

.about-page .ab3 .left .img {
  mask-image: url(../images/ab3-1.svg);
  -webkit-mask-image: url(../images/ab3-1.svg);
  mask-position: left;
  -webkit-mask-position: left;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.about-page .ab3 .left .icon1 {
  position: absolute;
  top: 24px;
  left: 224px;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab3 .left .icon2 {
  position: absolute;
  bottom: 26%;
  right: 42px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab3 .right {
  vertical-align: middle;
  width: 45%;
  padding-left: var(--px32);
  color: #282828;
}

.about-page .ab3 .right h3 {
  font-size: var(--px45);
  line-height: 1;
  color: #000000;
}

.about-page .ab3 .right p {
  font-size: var(--px18);
  line-height: 1.6;
  margin-top: var(--px24);
  color: #000;
  padding-left: 10px;
}

.about-page .ab3 .right .info {
  margin-top: var(--px24);
}

.about-page .ab3 .right .info li span svg {
  width: 47.2px;
  height: 47.2px;
  font-size: 14px;
}

.about-page .ab3 .right .info li h5 {
  font-size: var(--px17);
  line-height: 2;
  text-transform: uppercase;
}

.about-page .ab3 .right .info li h6 {
  font-size: 15px;
  line-height: 2;
  margin-top: 0;
}

.about-page .ab3 .right .btn {
  margin-top: var(--px32);
}

.about-page .ab3 .right .more {
  margin-top: var(--px32);
}

.about-page .ab4 {
  padding: var(--px50) 0;
}

.about-page .ab4 .header {
  text-align: center;
}

.about-page .ab4 .header span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  color: #f4a000;
}

.about-page .ab4 .header h3 {
  font-size: var(--px45);
  line-height: 1;
  margin-top: 12px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*position: relative;*/
  z-index: 1;
  color: #000;
}

.about-page .ab4 .header h3::after {
  /*content: '';
  width: 130px;
  height: 6px;
  position: absolute;
  left: 45.5%;
  bottom: 5px;
  z-index: -1;*/
  /*background-color: #f4a000;*/
}

.about-page .ab4 .content {
  margin-top: var(--px48);
}

.about-page .ab4 .content li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: var(--px48);
}

.about-page .ab4 .content li span {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #b3ddba;
  text-align: center;
  line-height: 60px;
}

.about-page .ab4 .content li span img {
  vertical-align: middle;
}

.about-page .ab4 .content li .text {
  display: inline-block;
  width: calc(100% - 60px);
  padding-left: 12px;
  color: #282828;
}

.about-page .ab4 .content li .text h4 {
  font-size: var(--px24);
  line-height: 1.8;
  font-weight: bold;
}

.about-page .ab4 .content li .text p {
  font-size: var(--px18);
  line-height: 1.8;
  margin-top: 10px;
  color: #767676;
}

.about-page .ab4 .content li:nth-child(3n) {
  margin-right: 0;
}

.about-page .ab4 .content li:nth-child(2) span,
.about-page .ab4 .content li:nth-child(4) span {
  background: #f4a000;
}

.about-page .ab4 .content li:nth-child(3) span,
.about-page .ab4 .content li:nth-child(5) span {
  background: #fff1ca;
}

.about-page .ab5 {
  padding-bottom: var(--px48);
}

.about-page .ab5 .box {
  max-width: 1740px;
  width: 100%;
  margin: 0 0 0 auto;
}

.about-page .ab5 .left {
  width: 45%;
  padding-right: var(--px48);
  padding-left: 15px;
}

.about-page .ab5 .left h3 {
  font-size: var(--px46);
  line-height: 1;
  margin-top: var(--px66);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #000;
}

.about-page .ab5 .left h3::after {
  content: '';
  width: 130px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  background-color: #f4a000;
}

.about-page .ab5 .left ul {
  margin-top: var(--px32);
}

.about-page .ab5 .left ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 10px;
}

.about-page .ab5 .left ul li h4 {
  font-size: var(--px18);
  line-height: var(--px32);
  position: relative;
  width: 100%;
  padding: 16px 50px 16px 16px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-weight: bold;
}

.about-page .ab5 .left ul li h4 span {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #000000;
  box-shadow: 0 0 0 1px #000000;
  text-align: center;
  line-height: 30px;
  padding-top: 4px;
}

.about-page .ab5 .left ul li h4:hover {
  background-color: #f7f6f5;
}

.about-page .ab5 .left ul li .con {
  font-size: var(--px18);
  line-height: 1.8;
  color: #767676;
  display: none;
  padding: 16px 16px;
}

.about-page .ab5 .left ul li.active {
  background-color: #f7f6f5;
  padding: 16px 16px 0 0;
}

.about-page .ab5 .left ul li.active h4 {
  padding: 0 var(--px32) 0 16px;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.about-page .ab5 .left ul li.active h4 span {
  top: -5px;
  right: 0px;
}

.about-page .ab5 .left .more {
  display: inline-block;
  margin-top: var(--px32);
  padding: 15px var(--px43);
  border-radius: 50px;
  background-color: #f4a000;
  text-align: center;
  font-size: 15px;
  color: #282828;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab5 .left .btn {
  margin-top: var(--px32);
}

.about-page .ab5 .left .more:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.about-page .ab5 .right {
  position: relative;
  width: 55%;
}

.about-page .ab5 .right .img {
  mask-image: url(../images/ab5-1.svg);
  -webkit-mask-image: url(../images/ab5-1.svg);
  mask-position: right;
  -webkit-mask-position: right;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.about-page .ab5 .right .icon1 {
  position: absolute;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  right: 19em;
  top: 0;
  z-index: -1;
}

.about-page .ab5 .right .icon2 {
  position: absolute;
  top: 18em;
  left: 15em;
  z-index: -1;
}

.about-page .ab6 {
  padding-bottom: var(--px48);
}

.about-page .ab6 .ui.container {
  max-width: 1230px;
  width: 100%;
}

.about-page .ab6 li span {
  display: inline-block;
  vertical-align: middle;
}

.about-page .ab6 li span svg {
  width: 69.6px;
  height: 69.6px;
}

.about-page .ab6 li .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #282828;
  color: #282828;
  width: 70%;
}

.about-page .ab6 li .text h3 {
  font-size: var(--px23);
  line-height: 1;
  font-weight: bold;
}

.about-page .ab6 li .text p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 9px;
}
@media screen and (max-width: 1250px) {
  .about-page .ab2 li .box {
    padding: 0 10px 20px;
  }

  .about-page .ab5 .left ul li .con {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .ab1 .text .data {
    display: none;
  }

  .about-page .ab1 .text .con {
    max-height: 280px;
    overflow: auto;
  }

  .about-page .ab2 ul {
    flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .about-page .ab2 li {
    width: 48% !important;
    margin-bottom: 15px;
  }

  .about-page .ab3 {
    display: none;
  }
  .about-page .ab4 .content li {
    width: 48%;
  }
  .about-page .ab4 .content li .text {
    width: 100%;
    padding-left: 0;
  }

  .about-page .ab4 .content li .text h4 {
    font-size: var(--px18);
    line-height: 1.6;
    height: 60px;
  }

  .about-page .ab4 .content li .text p {
    font-size: 14px;
    line-height: 2;
  }

  .about-page .ab5 .left {
    width: 100%;
    padding: 0 15px !important;
  }

  .about-page .ab5 .right {
    display: none;
  }

  .about-page .ab6 li {
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px){
  
  .about-page .ab1 .text {
    width: 100%;
  }

  .about-page .ab1 .img {
    display: none;
  }

  .about-page .ab2 ul {
    display: block;
  }

  .about-page .ab2 ul li {
    width: 100% !important;
  }

  .about-page .ab4 .header h3::after {
    display: none;
  }

  .about-page .ab4 .content li {
    width: 100%;
  }

  .about-page .ab6 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .ab5 .left h3 {
    margin-top: 30px;
  }

  .about-page .ab4 {
    padding: 0;
  }
}
@media screen and (max-width: 500px){
  .about-page .ab1 .text .con {
    margin-top: 15px;
  }

  .about-page .ab2 li .box p {
    margin-top: 15px;
    line-height: 1.8;
  }

  .about-page .ab4 .content li .text {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .about-page .ab4 .content li {
    margin: 0 0 20px 0;
  }
}
.showBox {
  position: relative;
}
.showBox .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: -1;
}
.showBox:hover .img1 {
  opacity: 0;
}
.showBox:hover .img2 {
  opacity: 1;
  z-index: 5;
}