@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coalition';
  src: url('../fonts/Coalition.eot');
  src: url('../fonts/Coalition.eot?#iefix') format('embedded-opentype'), url('../fonts/Coalition.woff2') format('woff2'), url('../fonts/Coalition.woff') format('woff'), url('../fonts/Coalition.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.mon {
  font-family: 'Montserrat';
}
.title,
.coa {
  font-family: 'Coalition';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #c8000b;
}
.container {
  width: 1530px;
  padding: 0 15px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.stroke {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  line-height: 0.8;
  font-weight: 600;
  display: block;
  color: transparent;
}
.stroke em {
  line-height: 0.8;
  display: block;
}
.col {
  color: var(--color);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 45px 0 10px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  padding-top: 3px;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-right: 7.8125vw;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 33px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 22px;
  height: 22px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 27px;
  height: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img.down {
  width: 11px;
  height: 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  border-radius: 5px;
  background-color: var(--color);
  transform: skewX(-15deg);
}
#header > .nav > .menu .menu-box .right .formBtn span {
  transform: skewX(15deg);
  display: block;
}
#header > .nav > .menu .menu-box .right .formBtn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: var(--color);
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active,
#header.actived {
  top: -25px;
}
#header.active > .nav,
#header.actived > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #000000;
}
.swiperBtns1 .btns {
  width: var(--px104);
  height: var(--px104);
  min-width: 50px;
  min-height: 50px;
  background-color: #ffffff;
}
.swiperBtns1 .btns img {
  width: 28px;
  height: 27px;
}
.swiperBtns1 .btns:hover {
  background-color: var(--color);
}
.swiperBtns1 .btns:hover img {
  filter: brightness(0);
}
#banner {
  position: relative;
}
#banner .swiper ul li img.imgBg {
  min-height: 400px;
  object-fit: cover;
  object-position: center;
}
#banner .swiper ul li .container {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 13.802vw;
  transform: translateX(-50%);
}
#banner .swiper ul li .container img.img {
  width: 21.71875vw;
  min-width: 200px;
}
#banner .swiper ul li .container .txt {
  width: 100%;
  max-width: 470px;
}
#banner .swiper ul li.swiper-slide-active .img {
  -webkit-animation: bounceIn 1s linear;
  -moz-animation: bounceIn 1s linear;
  -o-animation: bounceIn 1s linear;
  animation: bounceIn 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper-pagination {
  width: auto;
  left: 5.20833vw;
  bottom: 15.3125vw;
}
#banner .swiper-pagination span {
  display: block;
  opacity: 1;
  margin: 0;
  margin-top: 8px;
  background-color: #fff;
  width: 1px;
  height: var(--px52);
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#banner .swiperBtns1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.Hbtn,
.inner-page .Hbtn {
  background-color: var(--color);
  background-image: url('../images/HbtnBg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  border-radius: 5px;
  transform: skewX(-10deg);
}
.Hbtn .por,
.inner-page .Hbtn .por {
  z-index: 2;
  transform: skewX(10deg);
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: #8b0007;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 {
  background-color: #000;
}
#index-body .init_1 .swiperBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#index-body .init_1 .swiperBg ul li {
  height: auto;
  width: 100%;
  background-color: #333;
}
#index-body .init_1 .swiperBg ul li img {
  height: 100%;
  min-width: 100%;
  max-width: stretch;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  position: relative;
  z-index: 1;
}
#index-body .init_1 .swiperBg ul li.swiper-slide-active img {
  opacity: 1;
  z-index: 3;
}
#index-body .init_1 .container  {
  z-index: 4;
}
#index-body .init_1 .container .top {
  /*margin-bottom: var(--npx100);*/
  position: relative;
  z-index: 5;
}
#index-body .init_1 .container .top .menu {
  width: 560px;
  margin-right: 0;
}
#index-body .init_1 .container .top .menu .item {
  padding: 14px;
  /*max-width: 140px;*/
}
#index-body .init_1 .container .top .menu .item .round {
  width: var(--px40);
  height: var(--px40);
  min-width: 30px;
  min-height: 30px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: scale(0);
}
#index-body .init_1 .container .top .menu .item img.img {
  z-index: 2;
  position: relative;
}
#index-body .init_1 .container .top .menu .item .txt {
  opacity: 0.74;
}
#index-body .init_1 .container .top .menu .item:hover .round{
  transform: scale(1);
}
#index-body .init_1 .container .top .menu .item:hover .txt {
  opacity: 1;
}
#index-body .init_1 .swiperBox {
  width: 100%;
  position: relative;
  z-index: 3;
}
#index-body .init_1 .swiperBox .swiper_box {
  width: 100%;
  display: none;
  position: relative;
  height: 730px;
}
#index-body .init_1 .swiperBox .swiper_box:first-child {
  display: block;
}
#index-body .init_1 .swiperBox .swiper_box .swiper {
  padding-left: 20%;
  padding-right: 20%;
  z-index: 5;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li {
  height: auto;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li .list {
  height: 100%;
  padding-bottom: 35px;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li .box {
  width: 390px;
  transform: translateY(var(--npx100));
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li .box .round {
  width: 100%;
  max-width: 680px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: 0;
  z-index: 1;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li .box .imgBox {
  width: 100%;
  position: relative;
  z-index: 5;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li .box .imgBox img {
  max-width: 350px;
  width: 100%;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li .box .titl img.arrow {
  opacity: 0;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li.swiper-slide-active .box {
  width: 100%;
  height: auto;
  /*padding-top: var(--px20);*/
  transform: translateY(0);
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li.swiper-slide-active .box .round {
  transform: translateX(-50%) scale(1);
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li.swiper-slide-active .box .titl {
  font-family: 'Coalition';
  font-size: var(--px32);
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li.swiper-slide-active .box .titl img.arrow {
  opacity: 1;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li.swiper-slide-active .box .imgBox img {
  max-width: 600px;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li.swiper-slide-prev .list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#index-body .init_1 .swiperBox .swiper_box .swiper ul li.swiper-slide-next .list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .init_1 .swiperBox .swiper_box .leftBg,
#index-body .init_1 .swiperBox .swiper_box .rightBg {
  position: absolute;
  width: 26.354166vw;
  height: 26.354166vw;
  min-width: 200px;
  min-height: 200px;
  bottom: var(--px77);
  background-color: var(--color);
  border-radius: 50%;
  box-shadow: 0 0 var(--px60) rgba(200, 0, 11, 0.8);
  z-index: 0;
}
#index-body .init_1 .swiperBox .swiper_box .leftBg {
  left: -15.833333vw;
}
#index-body .init_1 .swiperBox .swiper_box .rightBg {
  right: -15.833333vw;
}
#index-body .init_1 .swiperBox .swiper_box .bgTxt {
  position: absolute;
  font-size: 7.604166vw;
  opacity: 0.12;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13.54166vw;
  z-index: 1;
}
#index-body .init_1 .swiperBox .swiper_box .swiperBtns1 .btnsBox {
  position: absolute;
  z-index: 6;
  bottom: var(--px80);
}
#index-body .init_1 .swiperBox .swiper_box .swiperBtns1 .btnsBoxL {
  left: var(--px80);
}
#index-body .init_1 .swiperBox .swiper_box .swiperBtns1 .btnsBoxL .txt {
  margin-left: -6px;
}
#index-body .init_1 .swiperBox .swiper_box .swiperBtns1 .btnsBoxR {
  right: var(--px80);
}
#index-body .init_1 .swiperBox .swiper_box .swiperBtns1 .btnsBoxR .txt {
  margin-right: -6px;
}
#index-body .init_1 .swiperBox .swiper_box .swiperBtns1 .btns {
  width: var(--px54);
  height: var(--px54);
  min-width: 35px;
  min-height: 35px;
}
#index-body .init_1 .swiperBox .swiper_box .swiperBtns1 .btns img {
  width: 21px;
  height: 20px;
}
#index-body .init_2 .bot .left {
  width: 46%;
}
#index-body .init_2 .bot .left .lineH {
  height: 1px;
  background-color: #adadad;
}
#index-body .init_2 .bot .left .lineH.w-31 {
  width: 31px;
}
#index-body .init_2 .bot .left .num {
  line-height: 1.36;
}
#index-body .init_2 .bot .right {
  margin-right: -5.7%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 2;
}
#index-body .init_2 .bot .right img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  transition: all 3s cubic-bezier(0.2, 1, 0.2, 1), color 0.1s linear, opacity 0.5s ease 0s;
  transform: translate3d(-23.43vw, 23.43vw, 0) scale(0.8) rotate(-15deg) skew(-20deg);
}
#index-body .init_2 .bot .right img[data-show="1"] {
  opacity: 1;
  transform: translateZ(0) scale(1) rotate(0) skew(0);
  position: relative;
}
#index-body .init_2 .yuanImg {
  right: 0;
  bottom: 13%;
  width: 28.645833vw;
  min-width: 150px;
}
#index-body .init_3 {
  overflow: hidden;
}
#index-body .init_3 .titleBox {
  position: relative;
  z-index: 2;
}
#index-body .init_3 .titleBox .title {
  text-shadow: 0 7px 10px rgb(20 20 20 / 50%);
}
#index-body .init_3 .bot .item {
  position: relative;
  z-index: 3;
}
#index-body .init_3 .bot .item .num {
  width: 72px;
  height: 75px;
}
#index-body .init_3 .bot .item .num .shadow {
  bottom: 0;
  position: absolute;
}
#index-body .init_3 .bot .item .textBox {
  width: calc(100% - 72px);
}
#index-body .init_3 .bot .item .textBox .titlBox .iconBox {
  width: 62px;
  height: 58px;
}
#index-body .init_3 .bot .item .textBox .titlBox .titl {
  width: calc(100% - 62px);
  color: #00040a;
}
#index-body .init_3 .bot .item .textBox .txt {
  color: #171717;
}
#index-body .init_3 .bot .itemL .num .shadow {
  right: 0;
  width: 100%;
}
#index-body .init_3 .bot .itemR .num .shadow {
  left: 0;
}
#index-body .init_3 .bot .centerImg {
  width: 62.9166vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#index-body .init_3 .bot .centerImg img {
  width: 100%;
}
#index-body .init_3 img.centerImg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init_4 .titleBox .title {
  color: #0a0a0a;
}
#index-body .init_4 .swiper ul li .list .lineH {
  width: 100%;
  height: 4px;
  background-color: #000000;
  position: relative;
}
#index-body .init_4 .swiper ul li .list .lineH i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
}
#index-body .init_4 .swiper ul li .list .titl {
  line-height: 1.14;
}
#index-body .init_4 .swiper ul li .list .txt {
  line-height: 1.25;
}
#index-body .init_4 .swiper ul li .list:hover .lineH i {
  width: 100%;
}
#index-body .init_4 .waves {
  position: absolute;
  height: 500px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#index-body .init_5 {
  background-color: var(--color);
}
#index-body .init_5 .imgBox {
  width: 14.4270833vw;
  min-width: 180px;
  height: 5.5729166vw;
  min-height: 70px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #191919;
}
#index-body .footerForm {
  background-image: url('../images/footerFormBg.jpg');
}
#index-body .footerForm .title {
  color: #fffefe;
}
#index-body .footerForm form {
  width: 100%;
  color: #000;
}
#index-body .footerForm form input {
  background-color: #fbfbfb;
  border: none;
}
#index-body .footerForm form input.mail {
  height: var(--px98);
  border-radius: 48px;
  min-height: 50px;
  width: 47.4%;
  padding: 0 var(--px36);
  min-width: 290px;
}
#index-body .footerForm form input.contInput {
  display: none;
}
#index-body .footerForm form input.inquery {
  width: var(--px74);
  height: var(--px74);
  min-width: 45px;
  min-height: 45px;
  margin-left: var(--npx34);
  border-radius: 50%;
  background-color: var(--color);
  background-image: url('../images/footerSub.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 23px;
  cursor: pointer;
}
#index-body .footerForm form input.inquery:hover {
  background-color: #000;
}
#index-body .footerForm .lineH {
  width: 100%;
  border: 3px solid var(--color);
}
#footer .footerBot {
  background-image: url('../images/footerBg.jpg');
}
#footer .footerBot .top .container {
  align-items: stretch;
}
#footer .footerBot .top .contBox .iconBox {
  width: var(--px51);
  min-width: 35px;
}
#footer .footerBot .top .contBox .textBox {
  width: calc(100% - var(--px51));
}
#footer .footerBot .top .contBox .textBox .titl {
  color: #454444;
}
#footer .footerBot .top .contBox3 {
  /*border-left: 1px solid #363636;*/
}
#footer .footerBot .top .contBox1 {
  border-right: 1px solid #363636;
}
#footer .footerBot .center {
  border-top: 2px solid #3b3b3b;
  border-bottom: 2px solid #3b3b3b;
}
#footer .footerBot .center .item1 .share li a {
  width: 50px;
  height: 50px;
  background-color: #262626;
  font-size: 22px;
  color: #666666;
}
#footer .footerBot .center .item1 .share li a:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .footerBot .center .item3 {
  max-width: 200px;
}
#footer .footerBot .center .item4 {
  width: 17.5%;
}
#footer .footerBot .center .item4 form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  height: 32px;
  width: 100%;
}
#footer .footerBot .center .item5 .contQr {
  width: 231px;
  height: 231px;
  background-color: #fff;
  padding: 8px;
}
#footer .footerBot .center .item5 .contQr * {
  width: 100%;
  height: 100%;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  min-height: 105px;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c {
    margin-right: 3.5vw;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 15px;
  }
  #header > .nav > .menu .menu-box .right .formBtn {
    margin-left: 15px;
    margin-right: 15px;
  }
  #index-body .init_1 .swiperBox .swiper_box .swiper ul li .box {
    width: 280px;
  }
  #index-body .init_3 .bot .left,
  #index-body .init_3 .bot .right {
    width: 32%;
  }
}
@media (max-width: 1250px) {
  #index-body .init_3 .bot .item .num {
    width: 60px;
    height: 61px;
  }
  #index-body .init_3 .bot .left,
  #index-body .init_3 .bot .right {
    width: 40%;
  }
  #footer .footerBot .center .item4 {
    width: 33%;
  }
}
@media (max-width: 1000px) {
  #index-body .init_1 .swiperBox .swiper_box {
    height: 480px;
  }
  #index-body .init_1 .init_1 .container .top {
    margin-bottom: 20px;
  }
  #index-body .init_1 .container .top .menu {
    width: 50%;
  }
  #index-body .init_1 .swiperBox {
    padding-top: 60px;
  }
  #index-body .init_1 .swiperBox .swiper_box .swiper {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .init_1 .swiperBox .swiper_box .swiper ul li .list {
    width: 40%;
    margin: 0 auto;
  }
  #index-body .init_2 .bot .right {
    margin-right: 0;
    position: static;
  }
  #index-body .init_3 .bot .left,
  #index-body .init_3 .bot .right {
    width: 49%;
  }
  #footer .footerBot .center .item4 {
    width: calc(100% - 300px);
  }
  #footer .footerBot .top .contBox1 {
    border-right: none;
  }
  #footer .footerBot .top .contBox2 {
    width: auto;
  }
  #footer .footerBot .top .contBox3 {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
  #footer .footerBot .top .contBox .textBox {
    width: calc(100% - 35px);
  }
}
@media (max-width: 700px) {
  #index-body .init_1 .container .top .menu {
    width: 100%;
    display: none;
  }
  #index-body .init_1 .swiperBox .swiper_box {
    height: 400px;
  }
  #index-body .init_3 .bot {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init_3 .bot .left,
  #index-body .init_3 .bot .right {
    width: 100%;
  }
  #index-body .init_3 .bot .item .num {
    width: 30px;
    height: 31px;
  }
  #index-body .init_3 .bot .item .textBox {
    width: calc(100% - 30px);
  }
  #index-body .init_3 .bot .item .textBox .titlBox .iconBox {
    width: 40px;
    height: auto;
  }
  #index-body .init_3 .bot .item .textBox .titlBox .titl {
    width: calc(100% - 40px);
  }
  #index-body .init_4 .waves {
    height: 300px;
  }
  #footer .footerBot .center .item4 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner .swiper ul li .container {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #index-body .init_1 .swiperBox .swiper_box .swiper ul li .list {
    width: 80%;
  }
  #index-body .init_1 .swiperBox .swiper_box .swiper ul li .box {
    width: 100%;
  }
  #index-body .init_1 .swiperBox .swiper_box {
    height: auto;
  }
  #index-body .init_1 .container .top .menu .item {
    padding: 5px;
  }
  #index-body .init_1 .swiperBox .swiper_box .swiper ul li .box .imgBox img {
    max-width: 600px;
    width: 100%;
  }
}
#mobile2 .logo img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner .banner2 {
    margin-top: 60px;
  }
}
@-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 {
  position: relative;
  z-index: 0;
  margin-top: 110px;
}


.inner-banner .textAniC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.inner-banner .textAniC .text .c {
  font-size: 15.625vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

.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: var(--px100) 0;
}

.inner-banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}

.inner-banner .cont .mbx span {
  font-size: var(--px20);
  padding-left: 20px;
  position: relative;
}

.inner-banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: var(--px20);
  -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: var(--color);
}

.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: 4px;
  left: 7px;
  background-color: #000;
}
@media (max-width: 1450px) {
  .inner-banner .textAniC {
    padding-top: 20px;
  }
}

.product-yd-page .product-yd-1 {
  background-color: white;
}

.product-yd-page .product-yd-1 .text {
  max-height: 6em;
  overflow: auto;
  padding-right: 10px;
}

.product-yd-page .product-yd-1 .slide {
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-yd-page .product-yd-1 .slide:after {
  content: '';
  width: 0.15em;
  height: 1em;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-yd-page .product-yd-1 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: #f7f7f7;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-yd-page .product-yd-1 .slide span.h3 {
  line-height: 1;
}

.product-yd-page .product-yd-1 .slide span.h1 {
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  white-space: nowrap;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.product-yd-page .product-yd-1 .slide .Hbtn {
  border: 1px solid transparent;
}

.product-yd-page .product-yd-1 .slide:hover {
  color: white;
}

.product-yd-page .product-yd-1 .slide:hover:before {
  width: 86%;
  background-color: var(--color);
}

.product-yd-page .product-yd-1 .slide:hover:after {
  top: 79%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}

.product-yd-page .product-yd-1 .slide:hover .text {
  color: inherit;
}

.product-yd-page .product-yd-1 .slide:hover .more {
  background-color: black;
}

.product-yd-page .product-yd-1 .slide:hover .more i {
  background-color: var(--color);
  color: white;
}

.product-yd-page .product-yd-1 .slide:hover span.h1 {
  -webkit-filter: unset;
  filter: unset;
}
.product-yd-page .product-yd-1 .slide:hover .Hbtn {
  border: 1px solid #fff;
}

.product-yd-page .product-yd-1 .slide:not(.flex-drr) {
  text-align: right;
}

.product-yd-page .product-yd-1 .slide:not(.flex-drr) span.h3 {
  -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;
}

.product-yd-page .product-yd-1 .slide:not(.flex-drr):before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}

.product-yd-page .product-yd-1 .slide:not(.flex-drr):after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 700px) {
  .product-yd-page .product-yd-1 .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-yd-page .product-yd-1 .slide .left {
    width: 100%;
  }

  .product-yd-page .product-yd-1 .slide .right {
    width: 100%;
  }

  .product-yd-page .product-yd-1 .slide:before {
    width: 100% !important;
  }
}
.nor {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  margin-left: auto;
}

.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}

.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;
  color: #666;
  line-height: 1.5;
  max-height: 300px;
  overflow-y: auto;
}

.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 {
  text-align: center;
  padding: 0 var(--px25);
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 700;
}

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

.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 105px;
  float: left;
}

.pro-box .pro-left .menus {

  margin-bottom: var(--px50px);
}

.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.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.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 55px 10px 25px;
  /*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: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
  padding: 10px 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 .sub-menu li {
  padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
  font-size: var(--px20);
  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);
}

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

@media screen and (max-width: 1000px) {
  .pro-box .pro-left {
    display: none;
  }

  .product-page .pro-box .product-right {
    padding-left: 0;
    width: 100%;
  }
}

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

.inner-page .m-page {
  text-align: center;
  margin-top: var(--px90);
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  border: 1px solid #999;
  margin-right: 5px;
}

.inner-page .m-page a.next {
  margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.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 .bigImg {
  border: 1px solid rgba(0, 0, 0, .2);
}
.prodet-page .prodet-right .box .left .bigImg ul li img {
  display: block;
  margin: auto;
}

.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 img {
  border: 1px solid rgba(0, 0, 0, .2);
}

.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: var(--px50);
}
.prodet-page .prodet-right .box .right .Hbtn:hover {
  background-color: #000;
}

.prodet-page .prodet-right .box .right .det.max-h {
  max-height: 360px;
  overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
  margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
  font-size: var(--px20);
  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: var(--px90);
}

.prodet-page .prodet-right .box .right h2 {
  font-size: var(--px35);
}

.prodet-page .prodet-right .box .right .det {
  color: #666;
  line-height: 1.55;
}

.prodet-page .prodet-right .box .right .line {
  width: 100%;
  border-radius: var(--px35);
  height: 10px;
  background-color: var(--color);
}

.prodet-page .prodet-right .box .right .btn {
  padding-bottom: var(--px45);
  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: var(--px100) 0 var(--px30) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
  color: #666;
}

.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;
  margin: 0 var(--px40);
  position: relative;
  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 .prodetBox .titleBox {
  position: relative;
}
.prodet-page .prodet-right .prodetBox .titleBox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
}
.prodet-page .prodet-right .prodetBox .titleBox p {
  display: inline-block;
  background-image: url(../images/tu.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8px 15px 8px 20px;
  text-align: center;
  min-width: 200px;
  position: relative;
  z-index: 2;
}
.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 {
  color: #565656;
  text-align: center;
  background: #f5f5f5;
  white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
  margin-top: var(--px50);
  background: #fff;
}

.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: var(--px18);
  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: var(--px20);
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn {
  background-color: #fff;
  border-radius: var(--px22);
  color: #000;
  padding: 6px;
  padding-left: var(--px20);
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn:hover {
  color: var(--color1);
}

.prodet-page .prodet-right .prodet-content .det form ul li .btn:hover img {
  transform: rotate(45deg);
}

.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: var(--px20);
}

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

  .prodet-page .prodet-right .box .right .Auxil-through .next {
    margin-top: var(--px30);
  }

  .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: 1250px) {

  .prodet-page .prodet-right .box .left {
    width: 100%;
  }

  .prodet-page .prodet-right .box .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

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

@media screen and (max-width: 1000px) {
  .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) {
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
  }

  .prodet-page .prodet-right .prodet-content .det form ul li {
    width: 100%;
  }
}

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

  .prodet-page .prodet-right .prodet-title ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recommended-product {
  background-color: #f9f9f9;
}

.recommended-product ul {
  margin: var(--px60) var(--npx24) 0;
}

.recommended-product ul li {
  padding: 0 var(--px24);
}

.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 .list {
  border: 1px solid rgba(0, 0, 0, .2);
}
.recommended-product ul li h4 {
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recommended-product ul li h4 a:hover {
  color: var(--color);
}
.gallery-page .content ul {
  margin: -10px;
}

.gallery-page .content ul li {
  padding: 10px;
}

.gallery-page .content ul li .img-box {
  border-radius: 20px;
}

.gallery-page .content ul li .img-box img {
  width: 90%;
  margin: auto;
  display: block;

}

@media screen and (max-width: 1000px) {
  .gallery-page .content ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 700px) {
  .gallery-page .content ul li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .gallery-page .content ul {
    margin: 0;
  }

  .gallery-page .content ul li {
    padding: 10px 0;
    width: 100%;
  }
}
.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
}

.faq-page .faq-1 .list ul li i {
  cursor: hand;
  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%;
  }
}

.sa-nav .container li {
  height: 100%;
}

.sa-nav .container .sa-c {
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 25px;
}

.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active {
  background: var(--color);
  color: #fff;
}

.sa-nav .container .sa-c:hover img,
.sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}

.sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
}

.sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
  background: #f6f7f9;
}
.cus-page .tit {
  font-size: var(--px30);
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}


.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: var(--px100);
}

.cus-page .cus-2 .i-title {
  text-align: center;
}

.cus-page .cus-2 .con {
  color: #666;
}

.cus-page .cus-2 .content {
  margin-top: var(--px65);
}
.cus-page .cus-2 .content li.list {
  height: 100%;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: var(--px130);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
  height: 100%;
}

.cus-page .cus-2 .content .item .tit {
  padding: 12px var(--px50);
  border-bottom: 1px solid #e1e5e5;
  height: var(--px150);
  min-height: 100px;
  display: flex;
  align-items: center;
}

.cus-page .cus-2 .content .item .con {
  padding: var(--px45) var(--px50);
  max-width: 770px;
}

.cus-page .cus-2 .content .item .con .des {
  line-height: 1.5;
  height: 90px;
  overflow-y: auto;
  color: #666;
}

.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: var(--px50);
  left: var(--px50);
}

.cus-page .cus-2 .content .item .icon img {
  width: var(--px80);
  height: var(--px80);
  min-width: 45px;
  min-height: 45px;
}

.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-4 {
  padding: 4% 0;
}

.cus-page .cus-4 .content {
  margin-top: var(--px66);
}

.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 2.6041vw;
}

.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: var(--px43) var(--px50);
  border-bottom: 1px solid #e1e5e5;
  font-size: var(--px28);
  line-height: 1.4;
}

.cus-page .cus-4 .content .right .text .con {
  padding: var(--px38) var(--px50);
  color: #4B4B4B;
  line-height: 1.6;
}

.cus-page .cus-4 .content .right .text .btn {
  padding: 0 var(--px50) var(--px50);
}

.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: var(--px20);
}

.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;
}

@media screen and (max-width: 1250px) {
  .cus-page .cus-2 .content .item .tit {
    padding: var(--px30);
  }

  .cus-page .cus-2 .content .item .con {
    padding: var(--px30);
  }

  .cus-page .cus-4 .content .right .text .tit {
    padding: 30px;
  }

  .cus-page .cus-4 .content .right .text .con {
    padding: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .cus-page .cus-2 .content .item {
    padding-bottom: 70px;
  }

  .cus-page .cus-2 .content .item .icon {
    left: 15px;
    bottom: 15px;
  }

  .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;
  }
}

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

  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }

  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }

  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }

  .cus-page .cus-4 .content .right .text .tit {
    padding: 15px;
  }

  .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;
  }
}
.chain-page .chain-1 .img-box {
  border-radius: var(--px20);
  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: var(--px70);
}

.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 .oem-6 .con {
  border-radius: 10px;
}

@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;
  }
}

.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;
  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 ul li .img-box {
  border-radius: 15px 15px 0 0;
}

.news-page .news-list ul li .text {
  background: #f6f7f9;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
  padding-bottom: 70px;
}

.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;
  border: 1px solid transparent;
}

.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 {
  /*height: 90px;*/
  font-weight: bold;
  margin-top: 32px;
  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: 20px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
  border: 1px solid transparent;
}

.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/haomaitools/2026/09/12/arrow-kSH4.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,
.news-page .news-list ul li:hover .text .top time,
.news-page .news-list ul li:hover .text .tit {
  color: #fff;
}
.news-page .news-list ul li:hover .text {
  background: var(--color);
}

.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.news-page .news-list ul li:hover .text .top span {
  border: 1px solid #000;
  background-color: #000;
}
.news-page .news-list ul li:hover .text .more2 {
  border: 1px solid #fff;
}


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

  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list ul li .text .more2 {
    opacity: 1;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }

  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }

  .news-page .news-list ul li .text .tit {
    margin-top: 16px;
    /*height: 10px;*/
  }

  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }

  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
}

.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: var(--px20);
  color: #000000;
  line-height: 2;
  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: var(--px20);
  color: #fff;
  line-height: 2;
  border-radius: var(--px45);
  padding: 0 var(--px23);
  margin-bottom: var(--px64);
}

.newdet-page .sideBox .sideRight h1 {
  line-height: 1.2;
}

.newdet-page .sideBox .sideRight time {
  display: block;
  line-height: 1.5;
  color: #4B4B4B;
}

.newdet-page .sideBox .sideRight .content {
  color: #333;
  line-height: 1.8;
}

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

  .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) {
  .newdet-page .sideBox .sideLeft {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
}
.contact-page .contact-1 .header .con {
  font-size: var(--px20);
  line-height: 1.5;
  max-width: 820px;
  color: #4B4B4B;
}

.contact-page .contact-1 .content {
  margin-top: var(--px60);
}

.contact-page .contact-1 .content ul {
  margin: -15px;
  align-items: stretch;
}

.contact-page .contact-1 .content ul li {
  padding: 15px;
  flex-shrink: 0;
}

.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: var(--px20);
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}

.contact-page .contact-1 .content ul li .ig .icon {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
}


.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover .icon {
  background-color: #141414;
}

.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}

.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.contact-page .contact-2 .box .form {
  margin-top: var(--px42);
}

.contact-page .contact-2 .box .form ul {
  margin: -13px var(--npx25);
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px var(--px25);
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: var(--px20);
  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: 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-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-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;
  }
}
/*.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -15%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color:#ea0029;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  top: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
  display: none;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-3 .box .right {
  position: relative;
}
.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-3 .box .right .year svg {
  width: 19vw;
  height: 19vw;
  position: absolute;
  left: 86%;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .box .left {
    position: static;
  }
  .about-page .about-3 .box .right .year svg {
    width: 30vw;
    left: 34%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
}*/

.about_page1 .about-1 {
  position: relative;
  z-index: 1;
}
.about_page1 .about-1 .left span.h2 {
  line-height: 1.1;
}
.about_page1 .about-1 .left span.h2 em {
  text-transform: uppercase;
}
.about_page1 .about-1 .box {
  border-radius: 1em;
  position: relative;
}
.about_page1 .about-1 .box .play2 {
  margin-left: 0;
  margin-right: auto;
}
.about_page1 .about-1 .box .list {
  padding: 1em;
}
.about_page1 .about-1 .box .list li[class] {
  background-color: white;
}
.about_page1 .about-1 .box .list .icon {
  height: 2em;
}
.about_page1 .about-1 .box .list .icon img {
  max-height: 100%;
}
.about_page1 .about-1 .box .list span.h6 {
  line-height: 1;
}
.about_page1 .about-1 .box .list span.h6 sup {
  color: var(--color);
  vertical-align: top;
}
.about_page1 .about-1 .box .list p {
  line-height: 1.2;
  color: #929292;
}
.about_page1 .about-2 {
  padding-top: 16.14583333vw;
  margin-top: -9.89583333vw;
  border-radius: 2em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  overflow: visible;
}
.about_page1 .about-2 .box {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.about_page1 .about-2 .list {
  padding-right: 10.41666667vw;
}
.about_page1 .about-2 .list ul {
  position: relative;
}
.about_page1 .about-2 .list ul:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: rgb(209 209 209 / 34%);
  top: 60px;
  left: -10.15625vw;
}
.about_page1 .about-2 .list li {
  width: 20.3125vw;
}
.about_page1 .about-2 .list li .img {
  display: block;
  height: 60px;
  position: relative;
}
.about_page1 .about-2 .list li .img img {
  max-height: 100%;
  height: 50px;
}
.about_page1 .about-2 .list li .img:before {
  content: '';
  width: .6em;
  height: .6em;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about_page1 .about-2 .list li span.h6 {
  line-height: 1;
  color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about_page1 .about-2 .list li .text {
  line-height: 1.4;
}
.about_page1 .about-2 .list li:hover .img:before {
  background-color: var(--color);
}
.about_page1 .about-2 .list li:hover span.h6 {
  color: var(--color);
}
.about_page1 .about-3 {
  overflow: hidden;
}
.about_page1 .about-3 .list {
  padding-right: 25%;
}
.about_page1 .about-3 .list .slick-list {
  overflow: unset;
}
.about_page1 .about-3 .list ul:nth-child(even) {
  direction: rtl;
}
.about_page1 .about-4 .img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.about_page1 .about-4 .img.active {
  opacity: 1;
  pointer-events: unset;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about_page1 .about-4 .img i.maskClip {
  bottom: 0;
  top: auto;
  width: 3.2em;
  height: 1em;
  border-top-right-radius: .5em;
  border-bottom-right-radius: 0;
}
.about_page1 .about-4 .img i.maskClip:before,
.about_page1 .about-4 .img i.maskClip:after {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: .5em;
  height: .5em;
  -webkit-clip-path: path("M0 0 Q0,20 20,20 L 0 20 Z");
  clip-path: path("M0 0 Q0,20 20,20 L 0 20 Z");
}
.about_page1 .about-4 .img i.maskClip:after {
  bottom: 100%;
  top: auto;
}
.about_page1 .about-4 .img i.maskClip:before {
  bottom: 0;
  top: auto;
}
.about_page1 .about-4 .list li {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.about_page1 .about-4 .list li span.h6 {
  line-height: 1;
}
.about_page1 .about-4 .list li hr {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.about_page1 .about-4 .list li hr:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
.about_page1 .about-4 .list li.active {
  opacity: 1;
  -webkit-filter: unset;
  filter: unset;
}
.about_page1 .about-4 .list li.active hr:before {
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .about_page1 .about-4 .img i.maskClip:before,
  .about_page1 .about-4 .img i.maskClip:after {
    -webkit-clip-path: path("M0 0 Q0,17 17,17 L 0 17 Z");
    clip-path: path("M0 0 Q0,17 17,17 L 0 17 Z");
  }
}
@media screen and (max-width: 1450px) {
  .about_page1 .about-4 .img i.maskClip:before,
  .about_page1 .about-4 .img i.maskClip:after {
    -webkit-clip-path: path("M0 0 Q0,16 16,16 L 0 16 Z");
    clip-path: path("M0 0 Q0,16 16,16 L 0 16 Z");
  }
}
@media screen and (max-width: 1250px) {
  .about_page1 .about-4 .list li i img {
    max-height: 40px;
  }
  .about_page1 .about-4 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about_page1 .about-2 .box {
    top: 10px;
  }
  .about_page1 .about-4 .img i.maskClip:before,
  .about_page1 .about-4 .img i.maskClip:after {
    -webkit-clip-path: path("M0 0 Q0,14 14,14 L 0 14 Z");
    clip-path: path("M0 0 Q0,14 14,14 L 0 14 Z");
  }
}
@media screen and (max-width: 1000px) {
  .about_page1 .about-2 .list li {
    width: 35vw;
  }
}
@media screen and (max-width: 700px)  {
  .about_page1 .about-2 .list li {
    width: 70vw;
  }
}
@media screen and (max-width: 500px) {
  .about_page1 .about-3 .list {
    padding-right: 5%;
  } 
}
@keyframes lz {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

span.tag {
  padding: 1em;
  padding-right: 1.57142857em;
  border-radius: 3em;
  background-color: #101010;
  color: white;
  line-height: 1;
}
span.tag em {
  overflow: hidden;
}
span.tag i {
  padding-right: 1em;
  -webkit-animation: lz 5s linear infinite;
  -moz-animation: lz 5s linear infinite;
  animation: lz 5s linear infinite;
  white-space: nowrap;
}
span.tag i:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}
span.tag i:last-child {
  position: absolute;
  left: 100%;
  bottom: 0;
}
.inner-page span.tag {
  border: 1px solid var(--color);
  background-color: transparent;
  color: inherit;
}

.inner-page i.maskClip {
  width: 6.5em;
  height: 1.75em;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-right-radius: 1em;
}
.inner-page i.maskClip:after,
.inner-page i.maskClip:before {
  content: '';
  width: 1em;
  height: 1em;
  background-color: white;
  -webkit-clip-path: path("M0 0 Q0,40 40,40 L 0 40 Z");
  clip-path: path("M0 0 Q0,40 40,40 L 0 40 Z");
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page i.maskClip:before {
  left: 100%;
  top: 0;
}
.inner-page i.maskClip:after {
  left: 0;
  top: 100%;
}
@media screen and (max-width: 1700px) {
  .inner-page i.maskClip:after,
  .inner-page i.maskClip:before {
    -webkit-clip-path: path("M0 0 Q0,34 34,34 L 0 34 Z");
    clip-path: path("M0 0 Q0,34 34,34 L 0 34 Z");
  }
}
@media screen and (max-width: 1450px) {
  .inner-page i.maskClip:after,
  .inner-page i.maskClip:before {
    -webkit-clip-path: path("M0 0 Q0,32 32,32 L 0 32 Z");
    clip-path: path("M0 0 Q0,32 32,32 L 0 32 Z");
  }
}
@media screen and (max-width: 1250px) {
  .inner-page i.maskClip:after,
  .inner-page i.maskClip:before {
    -webkit-clip-path: path("M0 0 Q0,28 28,28 L 0 28 Z");
    clip-path: path("M0 0 Q0,28 28,28 L 0 28 Z");
  }
}
.play2 {
  width: 148px;
  margin-left: auto;
}
.play2 svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  fill: white;
}
.play2 svg path {
  fill: none;
}
.play2 span {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(200, 0, 11,.7)), to(var(--color)));
  background-image: -webkit-linear-gradient(right, rgba(200, 0, 11,.7), var(--color));
  background-image: -moz-linear-gradient(right, rgba(200, 0, 11,.7), var(--color));
  background-image: linear-gradient(to left, rgba(200, 0, 11,.7), var(--color));
}
.play2 span i {
  border-left: 1.25em solid white;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
}
@media screen and (max-width: 1700px) {
  .play2 {
    zoom: .7;
  }
}

.sustainability-page .sustainability-1 img {
  margin: 0 auto;
}
.sustainability-page .sustainability-1 .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.sustainability-page .sustainability-1 .slick-slide.slick-active {
  opacity: 1;
}
.sustainability-page .sustainability-1 li {
  padding: 1em;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  position: relative;
  left: 1px;
  height: 100%;
}
.sustainability-page .sustainability-1 li > * {
  /*opacity: .3;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainability-page .sustainability-1 li:before {
  content: '';
  width: 2em;
  height: 2em;
  background-color: white;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  z-index: 1;
}
.sustainability-page .sustainability-1 li:hover > * {
  opacity: 1;
}
.sustainability-page .sustainability-2 {
  background-color: var(--color);
  color: white;
  border-radius: 2em;
  margin-top: -2em;
  margin-bottom: -2em;
}
.sustainability-page .sustainability-2 span.tag {
  --color: white;
}
.sustainability-page .sustainability-2 .img img {
  width: 110%;
  max-width: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  position: relative;
  left: 0;
}
.sustainability-page .sustainability-2 .text {
  line-height: 1.33333333;
  color: inherit;
  opacity: .7;
}
.sustainability-page .sustainability-2 hr {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainability-page .sustainability-2 .slide {
  background-color: white;
  color: #090909;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainability-page .sustainability-2 .slide:hover {
  color: white;
  background-color: #000000;
}
.sustainability-page .sustainability-2 .slide:hover hr {
  background-color: white;
}
.sustainability-page .sustainability-2 .slide:hover .img img {
  left: -10%;
}
.sustainability-page .sustainability-3 .list {
  overflow: hidden;
}
.sustainability-page .sustainability-3 .list ul {
  margin: 0 -1em;
}
.sustainability-page .sustainability-3 .list ul li {
  padding: 0 1em;
}
.sustainability-page .sustainability-3 .list ul li span.h6 {
  line-height: 1.16666667;
}
.sustainability-page .sustainability-3 .list ul li .text {
  line-height: 1.5;
}
.sustainability-page .sustainability-3 .list ul li .img {
  height: 3.4em;
  width: 2em;
  border-radius: 3em;
  position: relative;
  z-index: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.sustainability-page .sustainability-3 .list ul li .img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainability-page .sustainability-3 .list ul li .img .link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #090909;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainability-page .sustainability-3 .list ul li:hover .img {
  width: 100%;
  padding: 0 1em;
}
.sustainability-page .sustainability-3 .list ul li:hover .img:before {
  opacity: 0;
}
.sustainability-page .sustainability-3 .list ul li:hover .img .link {
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .sustainability-page .sustainability-1 li > img {
    max-height: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .sustainability-page .sustainability-3 .list ul li .icon img {
    max-height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 li > img {
    max-height: 60px;
  }
  .sustainability-page .sustainability-3 .list ul li .img {
    width: 100%;
  }
  .sustainability-page .sustainability-3 .list ul li .img:before {
    display: none;
  }
  .sustainability-page .sustainability-3 .list ul li .img .link {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .sustainability-page .sustainability-3 .list ul {
    font-size: 10px;
  }
}

.case-page .form {
  background-color: #f1f1f1;
}

.case-page .form input,
.case-page .form textarea {
  background-color: white;
}

.case-page .box .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.case-page .box .left li {
  background-size: cover;
  background-position: left center;
  position: relative;
}

.case-page .box .left li>img {
  width: 110%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  position: relative;
  left: 0;
  max-width: none;
}

.case-page .box .left li .pos {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.case-page .box .left li .area {
  margin-left: auto;
  height: 100%;
  padding: 3%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: inherit;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.case-page .box .left li .area span.tag {
  background-color: var(--color);
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.case-page .box .left li .area hr {
  background-color: white;
}

.case-page .box .left li .area .text {
  color: inherit;
  line-height: 1.28571429;
}

.case-page .box .left li .area .link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.case-page .box .left li .area .link:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.case-page .box .left li:hover>img {
  left: -10%;
}

.case-page .box .left li:hover .area {
  background-color: var(--color);
}

.case-page .box .left li:hover .area span.tag,
.case-page .box .left li:hover .area .link {
  background-color: white;
  color: var(--color);
}
@media screen and (max-width: 700px) {
  .case-page .box .left li .area {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .case-page .box .left li>img {
    width: 120%;
  }
}


.case-page .form input,
.case-page .form textarea,
.case-page .form button.btn {
  width: 100%;
  border: none;
  padding: 1.8em 2.2em;
  border-radius: 2.5em;
  background-color: #fff;
  line-height: 1.2;
}

.case-page .form input::-webkit-input-placeholder,
.case-page .form textarea::-webkit-input-placeholder,
.case-page .form button.btn::-webkit-input-placeholder {
  color: #7a7a7a;
}

.case-page .form input:-moz-placeholder,
.case-page .form textarea:-moz-placeholder,
.case-page .form button.btn:-moz-placeholder {
  color: #7a7a7a;
}

.case-page .form input::-moz-placeholder,
.case-page .form textarea::-moz-placeholder,
.case-page .form button.btn::-moz-placeholder {
  color: #7a7a7a;
}

.case-page .form input:-ms-input-placeholder,
.case-page .form textarea:-ms-input-placeholder,
.case-page .form button.btn:-ms-input-placeholder {
  color: #7a7a7a;
}

.case-page .form input::placeholder,
.case-page .form textarea::placeholder,
.case-page .form button.btn::placeholder {
  color: #7a7a7a;
}

.case-page .form textarea {
  height: 9.44444444em;
}

.case-page .form .text {
  line-height: 1.4;
}

.case-page .form button {
  border: none;
}

.case-page .form button.btn {
  line-height: .8;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.case-page .form button.btn:hover {
  background-color: #262626;
}
@media screen and (max-width: 1000px) {
  .case-page .form input,
  .case-page .form textarea,
  .case-page .form button.btn {
    padding: 1em;
    border-radius: 2em;
  }
}

.casedet-page .casedet-2 {
  height: 38.54166667vw;
}

.casedet-page .prodet-4 {
  background-color: transparent;
}