.font2 {
  font-family: 'font2';
  font-weight: bold;
  text-transform: uppercase;
}
@font-face {
  font-family: 'font2';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'font1';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #d8261c;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  color: #000000;
  font-family: 'font1';
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}
.seoPublic .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
    max-height: 310px;
    padding-right: 10px;
    overflow-y: auto;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.container {
  width: 1550px;
}
@-webkit-keyframes scaAni {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaAni {
  0% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaAni {
  0% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaAni {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#header {
  color: #000;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-weight: 500;
}
#header > .nav > .menu {
  z-index: 1;
  padding: 16px 0;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 60px;
}
#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,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > 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 {
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  padding: 2px 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#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: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -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-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: 2;
}
#header > .nav > .menu .menu-box .right .phoneCont .imgC {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color);
}
#header > .nav > .menu .menu-box .right .phoneCont .imgC .sub {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: var(--color);
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .phoneCont .imgC .img {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
}
#header > .nav > .menu .menu-box .right .phoneCont .textC .tips {
  color: rgba(255, 255, 255, 0.5);
}
#header > .nav > .menu .menu-box .right .phoneCont .textC .des {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .search {
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 28px;
  height: 28px;
}
#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: 120px;
  position: absolute;
  top: 115%;
  right: -80px;
  -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;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 27%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  background-color: #1d1d1d;
  /*-webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.5);
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.5);*/
}
#header.active > .nav > .menu,
#header.inner_active > .nav > .menu {
  padding: 10px 0;
}
.moreCont {
  min-width: 220px;
  padding: 4px 4px 4px 30px;
  background: var(--color);
  color: #fff;
  border-radius: 26px;
  z-index: 2;
}
.moreCont .moreSub {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background: -webkit-linear-gradient(left, #ff416c, #ff4b2b);
  background: -moz-linear-gradient(left, #ff416c, #ff4b2b);
  background: -o-linear-gradient(left, #ff416c, #ff4b2b);
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  opacity: 0;
  left: 0;
  top: 0;
}
.moreCont .moreCir {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
}
.moreCont .moreCir .moreImg {
  width: 16px;
  height: 12px;
}
.moreCont:hover {
  -webkit-box-shadow: 0 10px 20px rgba(255, 75, 43, 0.3);
  box-shadow: 0 10px 20px rgba(255, 75, 43, 0.3);
}
.moreCont:hover .moreSub {
  opacity: 1;
}
.moreCont:hover .moreCir {
  -webkit-transform: rotate(360deg) scale(1.1);
  -moz-transform: rotate(360deg) scale(1.1);
  -ms-transform: rotate(360deg) scale(1.1);
  -o-transform: rotate(360deg) scale(1.1);
  transform: rotate(360deg) scale(1.1);
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 10px #fff, 0 0 20px #fff;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff;
}
.moreCont:hover .moreCir .moreImg {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
#banner {
  position: relative;
  z-index: 3;
  text-align: center;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  text-transform: uppercase;
  max-width: 650px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
  max-width: 990px;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .moreC {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img1 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
  background-color: #1d1d1d;
  color: #fff;
}
#index-body .init-1 .tipsTitle {
  text-transform: uppercase;
}
#index-body .init-1 .content ul li {
  height: auto;
  width: 25%;
}
#index-body .init-1 .content ul li .box {
  border-radius: 30px;
  padding: 40px 20px 0;
}
#index-body .init-1 .content ul li .box .imgC {
  text-align: center;
}
#index-body .init-1 .content ul li .box .imgC .img2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
#index-body .init-1 .content ul li .box .more {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #757575;
  font-size: 20px;
  color: #757575;
  margin: 40px auto 0;
}
#index-body .init-1 .content ul li .box .title {
  text-transform: uppercase;
  display: block;
}
#index-body .init-1 .content ul li .box .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  opacity: 0;
}
#index-body .init-1 .content ul li .box .more2 {
  opacity: 0;
  color: var(--color);
}
#index-body .init-1 .content ul li .box .more2::before,
#index-body .init-1 .content ul li .box .more2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--color);
}
#index-body .init-1 .content ul li .box .more2::after {
  left: -100%;
}
#index-body .init-1 .content ul li .box .more2:hover::before,
#index-body .init-1 .content ul li .box .more2:hover::after {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#index-body .init-1 .content ul li .box .more2:hover::after {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#index-body .init-1 .content ul li .box:hover {
  background: #343434;
}
#index-body .init-1 .content ul li .box:hover .more {
  opacity: 0;
}
#index-body .init-1 .content ul li .box:hover .imgC .img1 {
  opacity: 0;
}
#index-body .init-1 .content ul li .box:hover .imgC .img2 {
  opacity: 1;
}
#index-body .init-1 .content ul li .box:hover .cont {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
#index-body .init-1 .content ul li .box:hover .cont .des {
  opacity: 1;
}
#index-body .init-1 .content ul li .box:hover .cont .more2 {
  opacity: 1;
}
#index-body .init-2 .container .shadow {
  width: -webkit-calc(220%);
  width: -moz-calc(220%);
  width: calc(100% + 120px);
  height: -webkit-calc(200%);
  height: -moz-calc(200%);
  height: calc(100% + 100px);
  z-index: -1;
  bottom: 0;
  left: -120px;
}
#index-body .init-2 .container .right {
  width: 50%;
  margin-left: auto;
  margin-right: 70px;
}
#index-body .init-2 .container .right .tipTitle {
  text-transform: uppercase;
  padding: 0 0 30px 70px;
}
#index-body .init-2 .container .right .tipTitle .sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: bottom left;
}
#index-body .init-2 .container .right .listCont ul li {
  width: 50%;
}
#index-body .init-2 .container .right .listCont ul li .box .imgC {
  width: 60px;
  height: 40px;
}
#index-body .init-2 .container .right .listCont ul li .box .imgC .img {
  width: 100%;
  height: 100%;
  z-index: 2;
}
#index-body .init-2 .container .right .listCont ul li .box .imgC .sub {
  width: 30px;
  height: 30px;
  background-color: var(--color);
  border-radius: 50%;
  top: 0;
  left: -8px;
  opacity: 0;
  z-index: -1;
}
#index-body .init-2 .container .right .listCont ul li .box .text {
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
}
#index-body .init-2 .container .right .listCont ul li .box:hover .imgC .sub {
  opacity: 1;
}
#index-body .init-3 .container .titleC .left {
  width: 50%;
  text-transform: uppercase;
}
#index-body .init-3 .container .titleC .right {
  width: 38%;
}
#index-body .init-3 .container .listCont ul li {
  width: 25%;
}
#index-body .init-3 .container .listCont ul li .box {
  z-index: 2;
  height: 280px;
  padding: 30px 30px;
  background-color: #161616;
  border-radius: 20px;
}
#index-body .init-3 .container .listCont ul li .box .shadow {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
#index-body .init-3 .container .listCont ul li .box .cont1 {
  height: 100%;
}
#index-body .init-3 .container .listCont ul li .box .cont1 .title {
  color: var(--color);
}
#index-body .init-3 .container .listCont ul li .box .cont1 .title .img {
  width: 44px;
  height: 44px;
}
#index-body .init-3 .container .listCont ul li .box .cont1 .des1 {
  bottom: 0;
  left: 0;
  width: 100%;
}
#index-body .init-3 .container .listCont ul li .box .cont2 {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  left: 0;
  top: 0;
}
#index-body .init-3 .container .listCont ul li .box .cont2 .title2 {
  padding: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}
#index-body .init-3 .container .listCont ul li .box:hover .shadow {
  opacity: 1;
}
#index-body .init-3 .container .listCont ul li .box:hover .cont1 {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
#index-body .init-3 .container .listCont ul li .box:hover .cont2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-4 {
  z-index: 2;
}
#index-body .init-4 .imgList {
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .init-4 .imgList ul {
  height: 100%;
}
#index-body .init-4 .imgList ul li {
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#index-body .init-4 .imgList ul li .box {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .imgList ul .swiper-slide-active .box {
  -webkit-animation: scaAni 6s linear;
  -moz-animation: scaAni 6s linear;
  -o-animation: scaAni 6s linear;
  animation: scaAni 6s linear;
}
#index-body .init-4 .container {
  height: 870px;
}
#index-body .init-4 .container .infoCont {
  width: 560px;
  top: 160px;
  left: 0;
}
#index-body .init-4 .container .infoCont .title {
  text-transform: uppercase;
}
#index-body .init-4 .listCont {
  max-width: 94%;
  width: 1720px;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#index-body .init-4 .listCont .btnC {
  margin: 0 180px 20px auto;
  width: 80px;
  font-size: 40px;
}
#index-body .init-4 .listCont .btnC .btn {
  line-height: 1;
  cursor: pointer;
}
#index-body .init-4 .listCont .btnC .btn:hover {
  color: var(--color);
}
#index-body .init-4 .listCont ul {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 270px;
}
#index-body .init-4 .listCont ul li {
  width: 24%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .init-4 .listCont ul li .box {
  cursor: pointer;
  width: 100%;
  height: 200px;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#index-body .init-4 .listCont ul li .box .title {
  font-size: 24px;
  text-transform: uppercase;
}
#index-body .init-4 .listCont ul li .box .img1 {
  width: 26px;
  height: 18px;
  bottom: 30px;
  left: 30px;
}
#index-body .init-4 .listCont ul li .box .img1:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .init-4 .listCont ul li .box .img2 {
  width: 58px;
  height: 58px;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#index-body .init-4 .listCont ul li.active .box {
  height: 270px;
  background-color: var(--color);
}
#index-body .init-4 .listCont ul li.active .box .title {
  font-size: 36px;
}
#index-body .init-4 .listCont ul li.active .box .img2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-5 .container .tipsTitle {
  text-transform: uppercase;
}
#index-body .init-5 .container .content ul li {
  width: 33.33%;
}
#index-body .init-5 .container .content ul li .box {
  padding: 0 30px;
}
#index-body .init-5 .container .content ul li .box .line {
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 90px;
  left: 0;
  opacity: 0;
}
#index-body .init-5 .container .content ul li .box .time .img {
  width: 24px;
  height: 24px;
}
#index-body .init-5 .container .content ul li .box .title {
  display: block;
}
#index-body .init-5 .container .content ul li .box .des {
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#index-body .init-5 .container .content ul li .box .more {
  text-transform: uppercase;
}
#index-body .init-5 .container .content ul li .box .more .moreImg {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
#index-body .init-5 .container .content ul li .box .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .init-5 .container .content ul .swiper-slide-next .box .line {
  opacity: 1;
}
#index-body .init-5 .container .content ul .swiper-slide-next + .swiper-slide .box .line {
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #161616;
}
#footer .fTop {
  color: #fff;
  z-index: 2;
}
#footer .fTop .shadow {
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: bottom center;
}
#footer .fTop .title {
  max-width: 1130px;
  margin: auto;
  text-transform: uppercase;
}
#footer .fTop .phoneC .phone {
  background-color: #fff;
  border-radius: 26px;
  padding: 12px 20px;
  color: #000;
  line-height: 1;
}
#footer .fTop .phoneC .phone .img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
#footer .fTop .line {
  width: 100%;
  height: 2px;
  background-color: #454545;
}
#footer .fBottom .listCont {
  margin-top: 40px;
}
#footer .fBottom .listCont .logos {
  display: block;
  margin-bottom: 30px;
}
#footer .fBottom .listCont .list .img {
  width: 30px;
  height: 30px;
}
#footer .fBottom .listCont .list .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  color: rgba(255, 255, 255, 0.4);
}
#footer .fBottom .listCont .first {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
#footer .fBottom .listCont .menu-menu-container ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 14px;
  font-size: 16px;
}
#footer .fBottom .listCont .menu-menu-container ul li a:hover {
  color: var(--color);
}
#footer .fBottom .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fBottom .listCont form {
  width: 100%;
}
#footer .fBottom .listCont form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #737373;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
  color: #fff;
}
#footer .fBottom .listCont form .mail {
  margin-top: 0;
}
#footer .fBottom .listCont form .more {
  cursor: pointer;
}
#footer .fBottom .listCont1 {
  width: 450px;
}
#footer .fBottom .listCont2 {
  width: 200px;
}
#footer .fBottom .listCont3 {
  width: 580px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.4);
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  top: 0;
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #footer .fBottom .listCont3 {
    width: 420px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-2 .container .shadow {
    display: none;
  }
  #index-body .init-2 .container .right {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-top: 0;
  }
  #index-body .init-3 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-3 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .container .listCont ul li {
    width: 50%;
    margin-top: 10px;
  }
  #index-body .init-4 .container {
    height: 700px;
  }
  #index-body .init-4 .container .infoCont {
    top: 40px;
  }
  #index-body .init-4 .listCont ul li.active .box .title {
    font-size: 28px;
  }
  #footer .fBottom .listCont1 {
    width: 350px;
  }
  #footer .fBottom .listCont3 {
    width: 330px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-2 .container .right .listCont ul li {
    width: 100%;
  }
  #index-body .init-4 .listCont ul li .box {
    padding: 30px 16px;
  }
  #footer .fBottom .listCont1 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init-4 .container .infoCont {
    width: 100%;
    top: 20px;
    padding: 0 16px;
  }
  #index-body .init-4 .listCont {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .moreCont {
    min-width: 180px;
  }
  .moreCont .moreCir {
    width: 36px;
    height: 36px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #index-body .init-1 .content ul li .box {
    padding: 40px 16px 0;
    background-color: #343434;
  }
  #index-body .init-1 .content ul li .box .more {
    opacity: 0;
  }
  #index-body .init-1 .content ul li .box .cont {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  #index-body .init-1 .content ul li .box .des {
    opacity: 1;
  }
  #index-body .init-1 .content ul li .box .more2 {
    opacity: 1;
  }
  #index-body .init-2 .container .right .tipTitle {
    padding: 0;
  }
  #index-body .init-2 .container .right .tipTitle .sub {
    display: none;
  }
  #index-body .init-3 .container .listCont ul li {
    width: 100%;
  }
  #index-body .init-4 .container {
    height: 500px;
  }
  #index-body .init-4 .listCont ul {
    height: 200px;
  }
  #index-body .init-4 .listCont ul li .box {
    padding: 20px 10px;
  }
  #index-body .init-4 .listCont ul li.active .box {
    height: 200px;
  }
  #index-body .init-4 .listCont ul li.active .box .title {
    font-size: 20px;
  }
  #index-body .init-4 .listCont .btnC {
    margin: 0 10px 10px 0;
  }
  #index-body .init-4 .listCont ul li .box .img2 {
    width: 40px;
    height: 40px;
  }
  #index-body .init-4 .container .infoCont .box .des {
    max-height: 120px;
    overflow-y: auto;
    padding-right: 4px;
  }
  #index-body .init-5 .container .content ul li .box {
    padding: 0 5px;
  }
  #index-body .init-5 .container .content ul li .box .line {
    display: none;
  }
  #footer .fBottom .listCont {
    width: 100%;
  }
  #footer .fBottom .listCont .first {
    margin-bottom: 20px;
  }
  #footer .fBottom .listCont form input {
    padding: 5px 0;
  }
}


/*inner-page*/
/*inner-page*/
.inner-page{
  z-index: 1;
  position: relative;
}
.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 76px;
}

.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 340px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}


@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 100px 0;
}
.inner_banner .cont .title {
  font-weight: bold;
  text-transform: uppercase;
    font-family: 'font2';
}
.inner_banner .cont .mbx {
  font-size: 0;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: #bf0000;
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}
@media (max-width: 1450px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 270px;
  }
}

@media (max-width: 1250px) {
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
  .inner_banner{
    display: none;
  }
}

@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}

@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
}

@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
}

.m-page{
    text-align: center;
}
.m-page a,
.m-page span.current{
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.m-page a {
    background: #ccc;
    transition: all .5s;
}
.m-page a:hover{
    background: var(--color);
}
.m-page span.current {
    background: var(--color);
}


.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul > p{
  margin: 0 20px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text{
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h1{
  font-weight: bold;
}
.product-page .pro-box .product-right .text h3{
  font-size: 30px;
    
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text .cat_des{
  font-size: 20px;
  color: #666;
  line-height: 32px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
  font-size: 20px;
  line-height: 1.8;  
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 500;
}
.product-page .pro-box .product-right ul li h4:hover{
  color: var(--color);
}

.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.pro-box .pro-left .menus {
  margin-bottom: 50px;
}
.pro-box .pro-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menus > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menus > li.active .menu-a span,
.pro-box .pro-left .menus > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menus > li.active .menu-a a,
.pro-box .pro-left .menus > li:hover .menu-a a,
.pro-box .pro-left .menus > li.active .menu-a i,
.pro-box .pro-left .menus > li:hover .menu-a i {
  color: white;
}
.pro-box .pro-left .menus > li .menu-a i.active{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.pro-box .pro-left .menus > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 70px 10px 27px;
  font-size: 20px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: 18px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform-origin: center center;
}
.pro-box .pro-left .menus > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus > li.active .sub-menu{
  display: block;
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  border-bottom:1px solid #eee;
  display: block; 
  padding: 10px 0 15px 0;
}
.pro-box .pro-left .menus > li .sub-menu li:last-child a{
  border: none;
}
.pro-box .pro-left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menus > li .sub-menu li.active a{
  color:var(--color);
}


.prodet-page {
  padding: 120px 0  0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}

.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box i{
  display: none;
}
.prodet-page .prodet-right .box .right .det.max-h{
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page .prodet-right .box .right .det table{
  margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul{
  display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li{
  margin-right: 15px;
  font-size: 90px;
}
.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;
    
}
.prodet-page .prodet-right .box .right .det {
 color: #666;
 line-height: 2;
 
}
.prodet-page .prodet-right .box .right .line{
  width: 100%;
  border-radius:35px;
  height: 10px;
  background-color: var(--color);
}
.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img{
  border-color:transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img{
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p{
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover{
  color: var(--color);
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add{
  position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love{
  display: none;
  z-index: 204;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love{
  position: absolute;
  left:2px;
  top:50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect{
  opacity: 1;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect{
  opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content{
  padding-bottom: 60px;
  color: #666;
  font-size: 20px;

}
.prodet-page .prodet-right .prodet-title ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0 10px 0;
  margin: 0 40px;
  position: relative;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table{
  table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd){
  background-color: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td{
  font-size: 20px;
  color: #565656;
  text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}
.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more{
  position: relative;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"]{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 20px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 20px;
}


.baseBtn {
  padding: 0 1em;
  height: 2.3em;
  color: #FFFFFF;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.baseBtn span {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.baseBtn span:first-of-type {
  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;
  position: relative;
}
.baseBtn span:first-of-type::before,
.baseBtn span:first-of-type::after {
  content: "\e7b9";
  font-family: "iconfont";
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.baseBtn span:first-of-type::before {
  margin-right: 10px;
  background-color: white;
  color: var(--color);
}
.baseBtn span:first-of-type::after {
  color: #FFFFFF;
  background-color: var(--color);
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.baseBtn span:last-of-type {
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--color);
  display: none;
}
.baseBtn:hover,
.baseBtn:focus {
  background-color: #FFFFFF;
  border-color: #4c4c4c;
}
.baseBtn:hover span,
.baseBtn:focus span {
  color: #4c4c4c;
}
.baseBtn:hover span:first-of-type,
.baseBtn:focus span:first-of-type {
  transform: translateX(calc(-1.6em - 10px));
}
.baseBtn:hover span:first-of-type::before,
.baseBtn:focus span:first-of-type::before {
    opacity: 0;
}
.baseBtn:hover span:first-of-type::after,
.baseBtn:focus span:first-of-type::after {
    opacity: 1;
}
.baseBtn:hover span:last-of-type,
.baseBtn:focus span:last-of-type {
  border-color: #4c4c4c;
}
.baseBtn.row {
  color: #4c4c4c;
  background-color: transparent;
  border: 1px solid #4c4c4c;
}
.baseBtn.row span:last-of-type {
  border-color: #4c4c4c;
  background-color: transparent;
  color: #4c4c4c;
}
.baseBtn.row:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
}
.baseBtn.row:hover span {
  color: #FFFFFF;
}
.baseBtn.row:hover span:last-of-type {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: var(--color);
}

.baseBtn.row span:first-of-type::before {
  color: #FFFFFF;
  background-color: var(--color);
}
.baseBtn.row span:first-of-type::after {
  background-color: white;
  color: var(--color);
}


.recommended-product {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.recommended-product h2{
  font-weight: bold;
}
.recommended-product ul {
  margin: 40px -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 20px;
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
 overflow: hidden;
 transition: all .5s;
}
.recommended-product ul li h4:hover{
  color: var(--color);
}

@media screen and (max-width: 1700px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next{
     margin-top: 30px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t{
     flex-direction: row-reverse;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span{
     margin-right: 0;
     margin-left: 10px;
   }
}
@media screen and (max-width: 1450px) {
  .product-page .pro-box .product-right ul li h4{
    font-size: 20px;
  }

  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }

}

@media screen and (max-width: 1250px) {
  .product-page .pro-box .product-right ul li{
    width: 50%;
  }

  .prodet-page .prodet-right .box .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-right .box .right{
    width: 100%;
  }
  .prodet-page .prodet-right .box .left .bigImg ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .prodet-page .prodet-right .box .right{
    padding-left: 0;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .pro-box .pro-left{
    display: none;
  }
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left:0;
  }

  .prodet-page .prodet-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right .box .right .line img{
    width:100%;
  }
  .prodet-page .prodet-right .box .right .btn a:first-child{
    display: none;
  }
  .prodet-page .prodet-right .box .right .btn a:last-child{
    margin-left: 0;
  }
}

@media screen and (max-width:700px) {
  .product-page .pro-box .product-right ul li{
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px
  }
  .prodet-page .prodet-right .prodet-content .det form ul li{
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-right .box .right h2{
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-right .box .left{
    padding-bottom: 30px;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    margin-bottom: 16px;
  }
  .product-page .pro-box .product-right .text h3{
    font-size: 20px;
  }
  .prodet-page .prodet-right .prodet-title{
    margin: 20px 0 20px 0;
  }
  .recommended-product{
    padding: 40px 0;
  }
  .recommended-product ul{
    margin-top: 20px;
  }
  .recommended-product ul li h4{
    font-size: 20px;
  }
  .prodet-page .prodet-right .prodet-content{
    margin-bottom: 40px;
  }
}


.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}


.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #f2f6f7;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 32px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #181818;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f2f6f7;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}


@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}


.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f2f6f7;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.news-page .news-list ul li .text .xinwen{
  padding-bottom: 60px;
}
.news-page .news-list ul li .text .des{
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  line-height: 1.8;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-weight: bold;
  color: #151515;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f2f6f7;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 20px 0 20px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .more2 {
    position: relative;
    margin-top: 20px;
    right: 0;
    opacity: 1;
  }
  .news-page .news-list ul li .text .xinwen{
    padding-bottom: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .news-page .news-list ul li .text{
    padding-bottom: 0;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 16px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}


.chain-page .chain-1 .img-box {
    border-radius: 20px;
    overflow: hidden;
}

.chain-page .chain-1 .img-box img {
    min-height: 300px;
    object-fit: cover;
}

.chain-page .chain-2 .strength-list ul li {
    margin-top: 70px;
}
.chain-page .chain-2 .strength-list ul li:first-child{
  margin-top: 0;
}

.chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.chain-page .chain-2 .strength-list ul li .box .img-box img {
    border-radius: 10px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox {
    background-color: #f6f7f9;
    border-radius: 10px;
    width: calc(50% + 40px);
    padding-left: 10%;
    padding-right: 6%;
    margin-left: -40px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.4;
    color: #333333;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    color: #4c4c4c;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
    flex-direction: row-reverse;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 10%;
}

.chain-page .chain-3 {
    background-color: #f4f5f9;
}

.chain-page .chain-3 .process-li {
    padding: 0 10%;
}

.chain-page .chain-3 .process-li .swiper {
    padding: 25px 0;
    margin: 0 -1px;
    overflow: hidden;
}

.chain-page .chain-3 .process-li ul .slick-list {
  overflow: visible;
}

.chain-page .chain-3 .process-li ul li .in {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.chain-page .chain-3 .process-li ul li .box {
    height: 405px;
    padding: 15px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0 20px;
}

.chain-page .chain-3 .process-li ul li .box .num {
    width: 50px;
    height: 50px;
    background-color: #f4f5f9;
    border: solid 1px #cccccc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    border-radius: 10px;
    width: 92px;
    height: 92px;
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box i img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}

.chain-page .chain-3 .process-li ul li .box:hover .num {
    background-color: #000318;
    color: var(--color);
}

.chain-page .chain-3 .process-li ul li .box:hover i {
    background-color: #000;
}

.chain-page .chain-3 .process-li ul li .box:hover i img {
    filter: none;
}

.chain-page .chain-3 .process-li ul li .in-yj {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.zs {
    left: 0;
    top: 0;
}

.chain-page .chain-3 .process-li ul li .in-yj.ys {
    right: 0;
    top: 0;
    transform: rotate(90deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.yx {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.chain-page .chain-3 .process-li ul li .in-yj.zx {
    left: 0;
    bottom: 0;
    transform: rotate(-90deg);
}

.chain-page .chain-3 .process-li ul li.odd .box {
    border-top: 1px solid #cccccc;
    border-bottom: 0;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.zs {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.odd .in-yj.ys {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .box {
    border-top: 0;
    border-bottom: 1px solid #cccccc;
}

.chain-page .chain-3 .process-li ul li.even .num {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.chain-page .chain-3 .process-li ul li.even .in-yj.yx {
    opacity: 1;
}

.chain-page .chain-3 .process-li ul li.even .in-yj.zx {
    opacity: 1;
}

.chain-page .chain-3 .process-li .zdy-switch>div {
    background-color: #fff;
    position: absolute;
    transform: translateY(-50%);
}

.chain-page .chain-3 .process-li .zdy-switch>div:hover {
    background-color: var(--color);
}

.chain-page .oem-6 .con {
    border-radius: 10px;
    min-height: 400px;
    text-align: center;
    padding: 10px;
}

.chain-page .oem-6 .con .mk-desc{
  max-width: 100%;
}

@media (max-width: 1000px) {
    .chain-page .chain-2 .strength-list ul li .box .img-box {
        width: 100%;
    }

    .chain-page .chain-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .chain-page .chain-2 .strength-list ul li {
        margin-top: 30px;
    }
}


.sustanibility-page .sustanibility-1 .img-box {
    border-radius: 20px;
    overflow: hidden;
}

.sustanibility-page .sustanibility-1 .img-box img {
    min-height: 300px;
    object-fit: cover;
}

.sustanibility-page .sustanibility-2 .what {
    background-color: #f4f5f9;
    border-radius: 20px;
}

.sustanibility-page .sustanibility-2 .what .mk-tt {
    color: #333333;
}

.sustanibility-page .sustanibility-2 .what .left {
    width: 40%;
    padding-left: 5%;
}

.sustanibility-page .sustanibility-2 .what .right {
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
}

.sustanibility-page .sustanibility-2 .what .right ul li {
    padding: 5px 0;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 25px 35px 20px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li .box p {
    width: 100%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 25px 35px 40px;
    line-height: 1.7;
    display: none;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box {
    background-color: var(--color);
    border-radius: 10px;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .tt {
    color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .content {
    color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box span.ico img {
    filter: brightness(0) invert(1);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box i {
    color: #fff;
    transform: rotate(90deg);
}

.sustanibility-page .sustanibility-3 .zs-list ul {
    margin: 0 -20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 50%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box {
    position: relative;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
    width: 100%;
    object-fit: cover;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: auto;
    padding-right: 4px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
    opacity: 1;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
    opacity: 1;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
    opacity: 0;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
    opacity: 0;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
    opacity: 1;
}

@media (max-width: 1250px) {
    .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 20px 15px;
    }

    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 20px 15px;
    }
}

@media (max-width: 1000px) {
    .sustanibility-page .sustanibility-2 .what .left {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sustanibility-page .sustanibility-2 .what .right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 5%;
    }

    .sustanibility-page .sustanibility-3 .zs-list ul li {
        width: 100%;
        padding: 10px 20px;
    }
}

@media (max-width: 700px) {
    .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 10px;
    }

    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
        zoom: 0.85;
    }
}


.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
.cus-page .cus-1 .content {
  margin-top: 56px;
}
.cus-page .cus-1 .content .column {
  vertical-align: bottom;
}
.cus-page .cus-1 .content .left {
  padding-right: 7px;
}
.cus-page .cus-1 .content .left .text {
  /*padding-top: 180px;*/
  max-width: 700px;
}
.cus-page .cus-1 .content .right {
  padding-left: 7px;
}
.cus-page .cus-1 .content .right .text {
  padding: 0 0 100px 85px;
}
.cus-page .cus-1 .content .img {
  border-radius: 10px;
}
.cus-page .cus-1 .content .img img {
  width: 100%;
  border-radius: 10px;
}
.cus-page .cus-1 .content .text .con {
  line-height: 44px;
  color: #4B4B4B;
  margin-top: 24px;
}

.cus-page .cus-2 {
  /*padding-top: 6%;*/
}
.cus-page .cus-2 .i-title {
  text-align: center;
}
.cus-page .cus-2 .con {
  color: #666;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 100px;
    display: flex;
    align-items: center;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 18px;
  line-height: 1.5;
  height: 140px;
  /*min-height: 4.5em;
  max-height: 4.5em;
  overflow-y: auto;*/
  color: #666;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: var(--color);
}
.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}
.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}
.cus-page .cus-3 {
  padding-top: 6%;
}
.cus-page .cus-3 .header {
  margin-top: 106px;
}
.cus-page .cus-3 .header .con {
  font-size: 20px;
  line-height: 1.6;
  color: #4B4B4B;
  max-width: 820px;
}
.cus-page .cus-3 .content {
  margin-top: 72px;
}
.cus-page .cus-3 .content ul li {
  width: 21.84%;
}
.cus-page .cus-3 .content ul li .ig {
  width: 100%;
  height: 760px;
  position: relative;
}
.cus-page .cus-3 .content ul li .ig .img-box {
  height: 100%;
}
.cus-page .cus-3 .content ul li .ig .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.cus-page .cus-3 .content ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
.cus-page .cus-3 .content ul li .ig .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.cus-page .cus-3 .content ul li .ig .text .tit {
  margin-bottom: 25px;
}
.cus-page .cus-3 .content ul li .ig .text .con {
  line-height: 1.5;
  margin-bottom: 30px;
}
.cus-page .cus-3 .content ul li.active {
  width: 78.16%;
}
.cus-page .cus-3 .content ul li.active .ig .text {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cus-page .cus-4 {
  padding: 4% 0;
}
.cus-page .cus-4 .content {
  margin-top: 66px;
}
.cus-page .cus-4 .content .left {
  padding-right: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-4 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-4 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-4 .content .right {
  padding-left: 10px;
  height: auto;
  width: 50%;

}
.cus-page .cus-4 .content .right .i-title
{
  padding: 0 50px;
}
.cus-page .cus-4 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
    padding-top: var(--px60);
}
.cus-page .cus-4 .content .right .text .tit {
  padding: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 27px;
  line-height: 1.4;
}
.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}
.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}
.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}
.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}
.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}
.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-4 .content ul li:last-child {
  margin-bottom: 0;
}
.cus-page .cus-5 {
  padding-bottom: 2%;
}
.cus-page .cus-5 .header {
  margin-top: 93px;
}
.cus-page .cus-5 .header .tit {
  max-width: 500px;
}
.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: 100px;
}

.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}
.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}
.cus-page .cus-5 .content .text .con {
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
.cus-page .cus-6 {
  padding-top: 6%;
}
.cus-page .cus-6 .i-title {
  max-width: 936px;
}
.cus-page .cus-6 .content {
  margin-top: 66px;
}
.cus-page .cus-6 .content .item {
  background: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 80px;
  text-align: center;
}
.cus-page .cus-6 .content .item .tit {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
}
.cus-page .cus-6 .content .item .tit em {
  color: var(--color);
}
.cus-page .cus-7 {
  padding-top: 6%;
}
.cus-page .cus-7 .header {
  margin-top: 93px;
}
.cus-page .cus-7 .header .con {
  color: #4B4B4B;
  max-width: 700px;
}
.cus-page .cus-7 .content {
  margin-top: 66px;
}
.cus-page .cus-8 {
  padding-top: 6%;
}
.cus-page .cus-8 .tab {
  margin-top: 66px;
}
.cus-page .cus-8 .tab ul li {
  display: inline-block;
  line-height: 56px;
  border-radius: 56px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 33px;
}
.cus-page .cus-8 .tab ul li.active {
  background: var(--color);
  color: #fff;
}
.cus-page .cus-8 .content {
  margin-top: 30px;
}
.cus-page .cus-8 .content .left {
  width: 50%;
  padding-right: 10px;
  height: auto;
}
.cus-page .cus-8 .content .left .img-box {
  border-radius: 10px;
  height: 100%;
}
.cus-page .cus-8 .content .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cus-page .cus-8 .content .right {
  padding-left: 10px;
  width: 50%;
  height: auto;
}
.cus-page .cus-8 .content .right .text {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.cus-page .cus-8 .content .right .text .tit {
  font-size: 27px;
  line-height: 1.4;
  padding: 43px 50px 39px;
  border-bottom: 1px solid #e1e5e5;
}
.cus-page .cus-8 .content .right .text .con {
  line-height: 1.6;
  padding: 35px 50px;
  color: #4B4B4B;
}
.cus-page .cus-8 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cus-page .cus-8 .content ul li:nth-child(even) .left {
  padding: 0 0 0 10px;
}
.cus-page .cus-8 .content ul li:nth-child(even) .right {
  padding: 0 10px 0 0;
}
.cus-page .cus-9 {
  padding-top: 6%;
}
.cus-page .cus-9 .content {
  margin-top: 66px;
}
.cus-page .cus-9 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-9 .content .img-box img {
  width: 100%;
}
.cus-page .cus-9 .content .img-box .text {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.cus-page .cus-9 .content .img-box .text span {
  width: 85px;
  display: inline-block;
  position: relative;
}
.cus-page .cus-9 .content .img-box .text::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  right: 50%;
  margin-right: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box .text::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  left: 50%;
  margin-left: 50px;
  top: 50%;
  background: #fff;
  z-index: 3;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}
.cus-page .cus-9 .content .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1450px) {
  .cus-page .cus-1 .content .left .text {
    padding-top: 100px;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 0 0 60px 40px;
  }
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 700px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 620px;
  }
}

@media screen and (max-width: 1250px) {
  .cus-page .tit {
    font-size: 30px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 18px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 560px;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 690px;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
    font-size: 24px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 469px;
  }
  .cus-page .cus-6 .content .item {
    padding: 40px 36px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 490px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 30px 30px 26px;
    font-size: 24px;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 30px;
  }
}


@media screen and (max-width: 1000px) {
  .cus-page .cus-1 .content {
    margin-top: 28px;
  }
  .cus-page .cus-1 .content .left {
    width: 100%;
    padding: 0;
  }
  .cus-page .cus-1 .content .left .text {
    padding-top: 30px;
  }
  .cus-page .cus-1 .content .right {
    width: 100%;
  }
  .cus-page .cus-1 .content .right .text {
    padding: 30px 0;
  }
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header {
    margin-top: 30px;
  }
  .cus-page .cus-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-3 .content {
    margin-top: 30px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 30px;
  }
  .cus-page .cus-4 .content {
    margin-top: 30px;
  }
  .cus-page .cus-4 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-4 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-5 .header {
    margin-top: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-5 .content {
    margin-top: 30px;
  }
  .cus-page .cus-5 .content .text {
    padding: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  }
  .cus-page .cus-6 .content {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header {
    margin-top: 30px;
  }
  .cus-page .cus-7 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-7 .content {
    margin-top: 30px;
  }
  .cus-page .cus-8 .tab {
    margin-top: 30px;
  }
  .cus-page .cus-8 .content ul li .left {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-8 .content ul li .right {
    width: 100%;
    padding: 0 !important;
  }
  .cus-page .cus-9 .content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .cus-page .cus-3 .content ul li .ig {
    height: 580px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    padding: 20px 15px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    margin-bottom: 12px;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    margin-bottom: 0;
  }
  .cus-page .tit {
        font-size: 30px;
    }
  .cus-page .cus-5 .content .img-box img{
    min-height: 360px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 18px;
    padding: 0 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .cus-page .cus-1 .content .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .cus-page .cus-3 .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .cus-page .cus-3 .content ul {
    display: block;
  }
  .cus-page .cus-3 .content ul li {
    width: 100%;
  }
  .cus-page .cus-3 .content ul li .ig {
    height: 520px;
  }
  .cus-page .cus-3 .content ul li .ig .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 12px 6px;
  }
  .cus-page .cus-3 .content ul li .ig .text .tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cus-page .cus-3 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-3 .content ul li .ig::after {
    height: 100%;
  }
  .cus-page .cus-3 .content ul li.active {
    width: 100%;
  }
  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
  }
  .cus-page .cus-4 .content .right .text .con {
    padding: 15px;
    line-height: 1.8;
  }
  .cus-page .cus-4 .content .right .text .btn {
    padding: 0 15px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  }
  .cus-page .cus-6 .content {
    overflow: hidden;
  }
  .cus-page .cus-6 .content .item {
    padding: 20px 15px;
  }
  .cus-page .cus-6 .content .item .tit {
    margin-top: 12px;
    font-size: 20px;
  }
  .cus-page .cus-8 .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    margin-right: 13px;
    height: 40px;
    line-height: 40px;
  }
  .cus-page .cus-8 .content .right .text .tit {
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
  .cus-page .cus-8 .content .right .text .con {
    padding: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .cus-page .cus-9 .content {
    margin-top: 20px;
  }
  .cus-page .cus-9 .content .img-box .text {
    font-size: 20px;
  }
  .cus-page .cus-5 .content .text .con{
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}
.wc {
    color: #FFFFFF;
}
.w12 {
   width: 1200px;
}

.big-little {
  font-weight: bold;
  font-size: 40px;
  color: #141414;
}

@media (max-width:1000px) {
 .big-little {
   font-size: 24px;
 }
}


.about-page .about-1 .box .slide {
      max-width: 470px;
    max-height: 400px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;
}
.about-page .about-1 .box .slide:nth-child(2) {
  max-width: 600px;
}
.about-page .about-1 .box span.h6 {
  color: #6b6b6b;
  line-height: 1.6;
}
.about-page .about-1 .box span.h6 span{
  display: block;
}
.about-page .about-1 .box span.h6 em {
  color: var(--color);
}
.about-page .about-1 .box span.h6 i {
  color: black;
}
.about-page .about-1 .box .text p:last-child {
  margin-top: 3.75em;
}
.about-page .about-2 {
  background-color: #161616;
  color: white;
  overflow: hidden;
}
.about-page .about-2 .ui.container {
  max-width: 1000px;
}
.about-page .about-2 .list {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list ul {
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.about-page .about-2 .list ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about-page .about-2 .list ul li .box {
  background-color: white;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .left {
  padding: 0 4%;
}
.about-page .about-2 .list ul li .left span.tag {
  color: black;
  margin-bottom: .5em;
  text-transform: unset;
}
.about-page .about-2 .list ul li .left span.h6 {
  color: var(--color);
  margin-bottom: 1em;
  display: block;
}
.about-page .about-2 .list ul li .left .text {
  color: #545454;
}
.about-page .about-2 .list ul li .right {
  padding-left: 8%;
}
.about-page .about-2 .list ul li .right .img {
  height: 360px;
  background-size: cover;
  background-position: center;
}
.about-page .about-2 .list ul li:first-child {
  position: relative;
}
.about-page .about-2 .list ul li.off .box {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.about-page .about-2 .scrollPage {
  margin-top: 4.75em;
  z-index: 2;
  position: relative;
}
.about-page .about-3 {
  background-color: #161616;
  color: white;
  position: relative;
  z-index: 1;
  text-align: right;
}
.about-page .about-3 .mask {
  position: relative;
  z-index: -1;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  overflow: hidden;
  top: 7px;
}
.about-page .about-3 .mask:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #161616;
  opacity: .21;
  z-index: 1;
}
.about-page .about-3 .box {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.about-page .about-3 .box .options {
  font-weight: bold;
}
.about-page .about-3 .box .options span {
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .box .options span i {
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .options span.active {
  color: var(--color);
}
.about-page .about-3 .box .options span.active i {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-3 .box .ret {
  max-width: 44%;
  position: relative;
}
.about-page .about-3 .box .ret span.h6 {
  font-weight: bold;
  margin-bottom: .5em;
  display: block;
  color: var(--color);
}
.about-page .about-3 .box .ret .slide {
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  width: 100%;
  top: 0;
  left: 0;
}
.about-page .about-3 .box .ret .slide.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
.about-page .about-4 {
  background-color: #161616;
}
.about-page .about-4 .slide {
  height: 800px;
  background-size: cover;
  background-position: center;
  padding: 0 8%;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 1;
  position: relative;
}
.about-page .about-4 .slide span.h6 {
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
.about-page .about-4 .slide .text {
  margin-top: 2em;
  display: none;
}
.about-page .about-4 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #161616;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .slide:hover .text {
  display: block;
}
.about-page .about-4 .slide:hover:before {
  opacity: .6;
}
.about-page .about-5 .left {
  width: 44%;
  padding-right: 8%;
}
.about-page .about-5 .left .scrollPage > div {
  background-color: #f3f3f3;
}
.about-page .about-5 .left .scrollPage > div.page {
  background-color: var(--color);
}
.about-page .about-5 .left .scrollPage > div:hover {
  background-color: var(--color);
}
.about-page .about-5 .right {
  width: 55%;
  position: relative;
}
.about-page .about-5 .right .list .slick-list {
  padding-bottom: 10%;
  margin-bottom: -10%;
}
.about-page .about-5 .right .list ul {
  margin: -10px;
}
.about-page .about-5 .right .list ul li {
  padding: 10px;
}

.about-page .about-5 .msgHf {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  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: 1.30555556em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 80px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-5 .msgHf:hover {
  background-color: #161616;
}

.about-page span.h2{
  font-weight: bold;
  display: block;
}


.scrollPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.scrollPage > * {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage > * i.iconfont {
  font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
  background-color: var(--color);
  color: white;
}
.scrollPage .page {
  margin: 0 1em;
  padding: 0.3125em;
  background-color: var(--color);
  color: white;
  width: auto;
  border-radius: 2.1875em;
}
.scrollPage .page span.num {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  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%;
}
.scrollPage .page span.line {
  width: 0;
  height: .6em;
  border-radius: .3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.scrollPage .page span.line i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 0;
  background-color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage:hover .page {
  max-width: 100%;
}
.scrollPage:hover .page span.line {
  margin: 0 1em;
  width: 11.25em;
}

@media screen and (max-width: 1700px) {
  .about-page .about-1 .box{
    flex-wrap: wrap;
  }
  .about-page .about-1 .box span.h6 span{
    display: inline;
  }
  .about-page .about-1 .box .slide:first-child{
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }  
  .about-page .about-1 .box .slide{
    max-width: 700px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .box .slide:nth-child(2){
    max-width: 100%;
    width: 100%;
    max-height: max-content;
  }
  .about-page .about-1 .box .slide:nth-child(2) img{
    width: 100%;
  }
  .about-page .about-1 .box .slide{
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3{
    padding-bottom: 40px;
  }
  .about-page .about-3 .box .options{
    flex-wrap: wrap;
  }
  .about-page .about-3 .box .options span{
    width: 100%;
    margin-top: 20px;
    white-space: normal;
  }
  .about-page .about-3 .mask{
    display: none;
  }
  .about-page .about-3 .box{
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .about-page .about-3 .box .ret{
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .slide {
    max-width: none !important;
  }
  .about-page .about-1 .box .slide:nth-child(2) {
    display: none;
  }
  .about-page .about-1 span.h2 {
    text-align: left;
  }
  .about-page .about-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .box .text p:last-child {
    margin-top: 1em;
  }
  .about-page .about-2 .scrollPage {
    margin-top: 3em;
  }
  .about-page .about-3 .box .options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .about-page .about-3 .box .options i {
    max-width: 25px;
  }
  .about-page .about-4 .slide {
    height: 300px;
  }
  .about-page .about-4 .slide .text{
    max-height: 140px;
    overflow-y: auto;
    padding-right: 4px;
  }
  .about-page .about-4 .slide:before {
    opacity: .8;
  }
  .about-page .about-5 .right {
    top: 0;
  }
  .about-page .about-5 span.h2 {
    margin-bottom: .5em;
  }
  .scrollPage .page span.line {
    display: none;
  }
  .about-page .about-5 .left {
    padding-right: 3%;
  }
  .about-page .about-5 .right .list ul .slick-current ~ div {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-5 .right .list {
    overflow: hidden;
  }
  .about-page .about-5 .right .list .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: unset;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .right .img {
    height: 300px;
  }
  .about-page .about-2 .list ul li .right {
    padding-left: 0;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .box {
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-3 .mask {
    display: none;
  }
  .about-page .about-3 .box .ret {
    max-width: none;
  }
  .about-page .about-4 .slide {
    height: auto;
    padding: 5%;
  }
  .about-page .about-4 .slide .text {
    display: block;
  }
  .about-page .about-5 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-5 .left .scrollPage {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .right .list {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
    .about-page .about-4 .slide {
    width: 100%;
  }
  .about-page .about-4 .flex {
    flex-wrap: wrap;
  }
    .about-page .about-2 .list ul li .left {
    width: 100%;
    padding: 3%;
  }
  .about-page .about-2 .list ul li .right {
    width: 100%;
  }
  .about-page .about-2 .list ul li .right .img {
    height: 120px;
  }
  .about-page .about-2 .list ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .about-page .about-5 .left .text{
    margin-bottom: 0;
  }
  .about-page .about-5 .msgHf{
    margin-top: 20px;
  }
}


.gallery-page {
  padding: 5.209% 0;
}
.gallery-page .content {
  margin-top: 40px;
}
.gallery-page .content ul li{
  margin-top: 20px;
}
.gallery-page .content ul li .img-box {
  border-radius: 20px;
}
.gallery-page .content ul li .img-box img {
  width: 100%;
}
.gallery-page .content ul li .gp1{
  font-size: 22px;
}

@media screen and (max-width: 700px) {
  .gallery-page .content {
    margin-top: 20px;
  }
}