@font-face {
  font-family: 'Staatliches';
  src: url('../fonts/Staatliches-Regular.eot');
  src: url('../fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Staatliches-Regular.woff2') format('woff2'), url('../fonts/Staatliches-Regular.woff') format('woff'), url('../fonts/Staatliches-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #111111;
  height: auto;
  --color: #c00b0a;
}
.container {
  width: 1510px;
  padding: 0 15px;
}
.title,
.sta,
.Sta {
  font-family: 'Staatliches';
}
.color6 {
  color: #666;
}
.color7 {
  color: #777;
}
.colorRed {
  color: var(--color);
}
.minTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}
.minTitle i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
}
.Hbtn,
.inner-page .Hbtn {
  color: var(--color);
  border-radius: var(--px29);
  border: 1px solid var(--color);
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: var(--color);
  color: #fff;
}
.Hbtn:hover img.arrow,
.inner-page .Hbtn:hover img.arrow {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.Hbtn1,
.inner-page .Hbtn1 {
  color: #fff;
  border-radius: var(--px29);
  border: 1px solid var(--color);
  background-color: var(--color);
}
.Hbtn1 img.arrow,
.inner-page .Hbtn1 img.arrow {
  filter: brightness(0) invert(1);
}
.Hbtn1:hover,
.inner-page .Hbtn1:hover {
  background-color: transparent;
  color: var(--color);
}
.Hbtn1:hover img.arrow,
.inner-page .Hbtn1:hover img.arrow {
  -webkit-filter: brightness(1) invert(0);
  -moz-filter: brightness(1) invert(0);
  -ms-filter: brightness(1) invert(0);
  -o-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes qodef-animate-image-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#header {
  position: fixed;
  top: 0;
  right: 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: 7px var(--px40) 14px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -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-right: var(--px78);
  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-right: 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: right;
  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::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  right: 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: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 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: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  right: 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;
  padding-right: var(--px128);
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 27px;
  height: 27px;
}
#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: 25px;
  height: 25px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 10px 0 0;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-right: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  width: 23px;
  height: 22px;
}
#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%;
  left: 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: right;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-right: 10px;
  color: #000;
}
#header.active > .nav,#header.actived > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #000;
}
#banner .swiper ul li {
  position: relative;
}
#banner .swiper ul li .bgImg {
  width: 100%;
  max-width: none;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
#banner .swiper ul li .container {
  position: absolute;
  right: 50%;
  bottom: 11.09375vw;
  transform: translateX(50.0%);
}
#banner .swiper ul li .container .cont {
  max-width: 320px;
}
#banner .swiper ul li .container .cont .txt {
  color: #fff;
  opacity: 0.86;
}
#banner .swiper ul li .container .cont .btnA span {
  display: block;
  position: relative;
  width: var(--px54);
  height: var(--px54);
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#banner .swiper ul li .container .cont .btnA span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50.0%,-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper ul li .container .cont .btnA:hover {
  color: var(--color);
}
#banner .swiper ul li .container .cont .btnA:hover span {
  border-color: transparent;
}
#banner .swiper ul li .container .cont .btnA:hover span::after {
  width: 50%;
  height: 50%;
}
#banner .swiper ul li.swiper-slide-active .cont {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .btnA {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 {
  background-size: cover;
}
#index-body .init_1 .swiperBig ul li {
  width: 46%;
}
#index-body .init_1 .swiperBig ul li .ig::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 232, 232, 0.3);
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init_1 .swiperBig ul li a.title {
  color: var(--color);
  position: absolute;
  right: 50%;
  z-index: 2;
  bottom: var(--px33);
  opacity: 0;
  transform: translateY(20px) translateX(-50%);
}
#index-body .init_1 .swiperBig ul li a.title:hover img {
  transform: rotate(45deg);
}
#index-body .init_1 .swiperBig ul li.swiper-slide-active a.title {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}
#index-body .init_1 .swiperBig ul li.swiper-slide-active .ig::after {
  opacity: 0;
  z-index: -1;
}
#index-body .init_1 .swiperSmallBox .line {
  width: 100%;
  border-bottom: 1px solid #777;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
}
#index-body .init_1 .swiperSmallBox .swiperSmall {
  z-index: 2;
}
#index-body .init_1 .swiperSmallBox .swiperSmall ul li {
  cursor: pointer;
}
#index-body .init_1 .swiperSmallBox .swiperSmall ul li .dot {
  margin: auto;
  text-align: center;
  width: 16px;
  height: 16px;
  position: relative;
}
#index-body .init_1 .swiperSmallBox .swiperSmall ul li .dot i {
  position: relative;
  display: block;
  background-color: #aab2b8;
  border-radius: 50%;
  margin: auto;
  z-index: 2;
  width: 50%;
  height: 50%;
}
#index-body .init_1 .swiperSmallBox .swiperSmall ul li .dot::before {
  content: "";
  background: var(--color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  opacity: 0;
  border-radius: 100%;
  z-index: 1;
}
#index-body .init_1 .swiperSmallBox .swiperSmall ul li.swiper-slide-active .dot i {
  background-color: var(--color);
}
#index-body .init_1 .swiperSmallBox .swiperSmall ul li.swiper-slide-active .dot::before {
  opacity: 0.5;
}
#index-body .init_2 .menuBox {
  align-items: stretch;
}
#index-body .init_2 .menuBox .menu {
  width: 16.66%;
  flex-shrink: 0;
  border-right: 1px solid rgba(17, 17, 17, 0.1);
}
#index-body .init_2 .menuBox .menu .icon {
  width: var(--px64);
  height: var(--px64);
  min-width: 50px;
  min-height: 50px;
  margin: auto;
}
#index-body .init_2 .menuBox .menu .icon img {
  max-width: 100%;
  max-height: 100%;
}
#index-body .init_2 .menuBox .menu.active,
#index-body .init_2 .menuBox .menu:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .init_2 .menuBox .menu.active .icon img,
#index-body .init_2 .menuBox .menu:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init_2 .menuBox .menu.active .titl,
#index-body .init_2 .menuBox .menu:hover .titl {
  color: #fff;
}
#index-body .init_2 .menuBox .menu:last-child {
  border-left: 1px solid rgba(17, 17, 17, 0.1);
}
#index-body .init_2 .bot .swiperBox {
  display: none;
}
#index-body .init_2 .bot .swiperBox .swiper ul li {
  text-align: center;
  width: 25%;
}
#index-body .init_2 .bot .swiperBox .swiper ul li a.title {
  color: #1a1a18;
  display: inline-block;
}
#index-body .init_2 .bot .swiperBox .swiper ul li a.title:hover {
  color: var(--color);
}
#index-body .init_2 .bot .swiperBox:first-child {
  display: block;
}
#index-body .init_3 .bot {
  background-image: url('../images/init_3BotBg.jpg');
  background-repeat: repeat;
  padding-top: 19.53125vw;
  margin-top: -15.2604166vw;
}
#index-body .init_3 .bot .minTitle {
  border-color: rgba(177, 177, 177, 0.45);
}
#index-body .init_3 .bot .titleBox .title {
  color: var(--color);
}
#index-body .init_3 .bot .textBox {
  color: #fff;
}
#index-body .init_3 .bot .textBox .numberBox {
  width: 30%;
}
#index-body .init_3 .bot .textBox .numberBox li {
  width: 44%;
}
#index-body .init_3 .bot .textBox .numberBox li:hover .num {
  color: var(--color);
}
#index-body .init_4 .swiper ul li {
  width: 30%;
}
#index-body .init_4 .swiper ul li .line {
  width: 100%;
  height: 1px;
  background-color: rgba(56, 56, 56, 0.5);
}
#index-body .init_4 .swiper ul li .btn:hover img {
  transform: rotate(45deg);
}
#index-body .init_5 .box {
  height: 44.270834vw;
  min-height: 320px;
  overflow: hidden;
}
#index-body .init_5 .box .bigImg {
  height: inherit;
}
#index-body .init_5 .box .bigImg .img {
  width: 100%;
  height: 100%;
  background-position: center right;
  background-size: cover;
  right: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .init_5 .box .bigImg .img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .init_5 .box .bigImg .img.zIndex {
  z-index: 1;
}
#index-body .init_5 .box .bigImg .img.active {
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .init_5 .box .smallImg {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#index-body .init_5 .box .smallImg ul {
  width: 100%;
  height: 100%;
}
#index-body .init_5 .box .smallImg ul li {
  height: 100%;
  border-right: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init_5 .box .smallImg ul li span {
  line-height: 1.8;
  background: rgba(17, 17, 17, 0.31);
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  writing-mode: sideways-lr;
  position: absolute;
  right: 0;
  bottom: var(--px41);
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init_5 .box .smallImg ul li .text {
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .init_5 .box .smallImg ul li.active {
  background: rgba(176, 9, 11, 0.66);
}
#index-body .init_5 .box .smallImg ul li.active span {
  right: -60px;
}
#index-body .init_5 .box .smallImg ul li.active .text {
  opacity: 1;
  bottom: var(--px56);
}
#index-body .init_6 .lists {
  border: solid 1px #b5b5b5;
  align-items: stretch;
}
#index-body .init_6 .lists .list {
  flex-shrink: 0;
  width: 33.33%;
  border-left: solid 1px #b5b5b5;
}
#index-body .init_6 .lists .list .icon {
  width: var(--px98);
  height: var(--px98);
  min-width: 50px;
  min-height: 50px;
}
#index-body .init_6 .lists .list:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init_6 .lists .list:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transform: rotateY(360deg);
}
#index-body .init_6 .lists .list:hover .txt {
  color: #fff;
}
#index-body .init_6 .lists .list:last-child {
  border: none;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url('../images/init_3BotBg.jpg');
  background-repeat: repeat;
}
#footer .footerTop {
  color: #fff;
}
#footer .footerTop .item p.link a {
  display: inline-block;
}
#footer .footerTop .item p.link a:hover {
  opacity: 1;
}
#footer .footerTop .item1 {
  max-width: 230px;
}
#footer .footerTop .item2 {
  width: 16.5%;
}
#footer .footerTop .item3 {
  width: 23%;
}
#footer .footerTop .item4 {
  width: 24.2%;
}
#footer .footerTop .item4 form {
  position: relative;
}
#footer .footerTop .item4 form input,
#footer .footerTop .item4 form button {
  background-color: transparent;
  border: none;
}
#footer .footerTop .item4 form input {
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
#footer .footerTop .item4 form input.cont {
  padding-left: 24px;
}
#footer .footerTop .item4 form button {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 12px;
}
#footer .footerTop .item4 form button:hover img {
  transform: rotate(45deg);
}
#footer .copyright {
  background-color: #0d0d0d;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  color: #fff;
}
#footer .copyright .container {
  padding-top: 7px;
  padding-bottom: 6px;
}
#footer .copyright .container svg {
  height: 28px;
  width: auto;
  fill: rgba(255, 255, 255, 0.5);
  position: relative;
  top: 1px;
}
#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: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}
@media (max-width: 1450px) {
  #index-body .init_3 .bot .textBox .numberBox {
    width: 35%;
  }
  #footer .footerTop .item2 {
    width: 19%;
  }
  #footer .footerTop .item3 {
    width: 27%;
  }
}
@media (max-width: 1250px) {
  #index-body .init_2 .menuBox .menu {
    width: 33.33%;
  }
  #index-body .init_3 .bot .textBox .numberBox {
    width: 40%;
  }
  #footer .footerTop .item2,
  #footer .footerTop .item3 {
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  #index-body .init_5 .box .bigImg {
    height: 100%;
  }
  #index-body .init_5 .box .smallImg ul li {
    width: 33.33%;
    height: 50%;
    border-bottom: 1px solid #fff;
  }
  #index-body .init_5 .box .smallImg ul li span {
    display: none;
  }
  #index-body .init_5 .box .smallImg ul li .text {
    opacity: 1;
    width: 100%;
    bottom: var(--px56);
    padding-right: 5px;
    padding-left: 5px;
  }
  #footer .footerTop .item1,
  #footer .footerTop .item3,
  #footer .footerTop .item4 {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 700px) {
  #banner .swiper ul li .container .cont {
    width: 100%;
    max-width: none;
  }
  #index-body .init_2 .menuBox {
    margin-bottom: 20px;
  }
  #index-body .init_2 .menuBox .menu {
    border: 1px solid rgba(17, 17, 17, 0.1);
    padding: var(--px20);
    margin-bottom: 0;
  }
  #index-body .init_6 .lists .list {
    width: 50%;
    border: 1px solid #b5b5b5;
  }
  #index-body .init_6 .lists .list:last-child {
    border: 1px solid #b5b5b5;
  }
}
@media (max-width: 500px) {
  #index-body .init_2 .menuBox .menu {
    width: 50%;
  }
  #index-body .init_5 .box .smallImg ul li {
    width: 100%;
    height: 20%;
  }
  #index-body .init_5 .box .smallImg ul li .text {
    bottom: 5px;
  }
  #index-body .init_5 .box .smallImg ul li.active .text {
    bottom: 10px;
  }
  #index-body .init_6 .lists .list {
    width: 100%;
  }
}

.inner-banner {
  position: relative;
  z-index: 0;
  margin-top: 110px;
}


.inner-banner .textAniC {
  position: absolute;
  top: 0;
  right: 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;
  right: 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-right: 20px;
  position: relative;
}

.inner-banner .cont .mbx a {
  position: relative;
  padding-right: 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: #bf0000;
}

.inner-banner .cont .mbx a:first-child {
  padding-right: 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: 10px;
  right: 7px;
  background-color: #000;
}

@media (max-width: 1450px) {

  .inner-banner .textAniC {
    padding-top: 20px;
  }
}

@media (max-width: 1250px) {
  .inner-banner {
    display: none;
  }
}

@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }

  100% {
    -webkit-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}

@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }

  100% {
    -moz-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}

@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }

  100% {
    -o-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}

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

  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    -o-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}

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

.about-page {
  background-color: #fff;
}

.about-page .about-1 {
  background-size: 100% auto;
}

.about-page .about-1 .img .box {
  height: 29.6875vw;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}

.about-page .about-1 .img .box .play {
  position: absolute;
  top: 45%;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
}

.about-page .about-1 .img .box .play span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 60px;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}

.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}

.about-page .about-1 .img .box .play span::before {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.about-page .about-1 .img .box .mask {
  position: absolute;
  right: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/leceling-jingshi/2025/12/08/about2-1.jpg?imageView2/2/format/webp/q/100);
  background-position: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(40.0%);
  -moz-transform: translateX(40.0%);
  -ms-transform: translateX(40.0%);
  transform: translateX(40.0%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-repeat: no-repeat;
}

.about-page .about-1 .bottom p {
  line-height: 1.8;
  color: #4c4c4c;
}

.about-page .about-2 {
  background: #FFFFFF;
}

.about-page .about-2 ul li {
  position: relative;
}

.about-page .about-2 ul li .img img {
  border-radius: 10px;
}

.about-page .about-2 ul li .text .tit {
  line-height: 1.2;
  font-weight: bold;
  color: #141414;
}

.about-page .about-2 ul li .text .con {
  line-height: 1.5;
  color: #666;
}


.about-page .about-2 ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-page .about-2 ul li:nth-child(even) .ig .text {
  padding: 41px 0 0 44px;
}

.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-page .about-5 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;

}

.about-page .about-5 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}

.about-page .about-5 i.bg em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}

.about-page .about-5 span.h2 {
  line-height: 1.6;
}

.about-page .about-5 span.h2 em {
  color: #d42633;
}

.about-page .about-5 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.about-page .about-5 .right li {
  position: relative;
}

.about-page .about-5 .right li:last-child {
  margin-bottom: 0;
}

.about-page .about-5 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  right: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}

.about-page .about-5 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-left: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}

.about-page .about-5 .right li .content {
  background-color: #f7f7f7;
  padding: 4% 6% 6% 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-5 .right li.active:before {
  height: 100%;
}

.about-page .about-5 .right li.active .content {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .about-page .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }

  .about-page .about-2 ul li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1250px) {

  .about-page .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }

  .about-page .about-2 ul li {
    margin-bottom: 30px;
  }

  .about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-page .about-2 ul li:nth-child(even) .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1000px) {

  .about-page .about-2 ul li {
    padding-bottom: 0;
  }

  .about-page .about-2 ul li .img {
    width: 100%;
  }

  .about-page .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }
  .about-page .about-5 .left {
    position: static;
  }

  .about-page .about-5 .right li .content {
    min-height: 100px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    background: transparent;
    padding-top: 0;
  }
  .about-page .about-5 .right li i {
    zoom: .7;
  }

  .about-page .about-5 .right li:before {
    right: 1.2em;
  }
}
@media screen and (max-width: 500px) {

  .about-page .about-1 .bottom {
    line-height: 1.8;
  }
}
.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: 100px;
}

.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 .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: right;
  position: absolute;
  bottom: var(--px50);
  right: 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: 66px;
}

.cus-page .cus-4 .content .left {
  padding-left: 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-right: 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: 43px 50px;
  border-bottom: 1px solid #e1e5e5;
  font-size: var(--px28);
  line-height: 1.4;
}

.cus-page .cus-4 .content .right .text .con {
  padding: 38px 50px;
  color: #4B4B4B;
  line-height: 1.6;
}

.cus-page .cus-4 .content .right .text .btn {
  padding: 0 50px 50px;
}

.cus-page .cus-4 .content .right .text .btn .more {
  text-transform: capitalize;
  width: 160px;
  height: 50px;
  line-height: 50px;
}

.cus-page .cus-4 .content .right .text:hover {
  background: #fff;
}

.cus-page .cus-4 .content ul li {
  margin-bottom: 20px;
}

.cus-page .cus-4 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cus-page .cus-4 .content ul li:nth-child(even) .left {
  padding: 0 10px 0 0;
}

.cus-page .cus-4 .content ul li:nth-child(even) .right {
  padding: 0 0 0 10px;
}

.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 {
    right: 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;
    right: 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;
  }
}

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

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

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

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

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

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

.sustanibility-page .sustanibility-2 .what .right ul li .box p {
  width: 100%;
  padding: 0 var(--px20);
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .content {
  padding: var(--px25) var(--px35) var(--px40);
  line-height: 1.7;
  display: none;
}

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

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

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

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

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

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

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

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

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

.sustanibility-page .sustanibility-3 .zs-list ul li .box .imgbox {
  width: 100%;
  object-fit: cover;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .imgbox img {
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
  position: absolute;
  width: 90%;
  top: 50%;
  right: 50%;
  transform: translate(50.0%,-50%);
}

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

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img {
  min-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

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

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

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

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

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

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

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

  .sustanibility-page .sustanibility-2 .what .right {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5%;
  }
  .sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 100%;
    padding: 10px 20px;
  }
}

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

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

.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  margin-right: 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;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-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: right;
}

.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 {
  left: 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 25px 10px 55px;
  /*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;
  left: -webkit-calc(100% - 8px);
  left: -moz-calc(100% - 8px);
  left: 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;
  left: 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-right-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-right: 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: 40px;
  border: 1px solid #999;
  margin-left: 5px;
}

.inner-page .m-page a.next {
  margin-right: 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 .pro-box .pro-left {
  display: none;
}
.prodet-page .prodet-right {
  /*width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);*/
  /*padding-left: 65px;*/
  width: 100%;
}

.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, 0.2);
  border-radius: 6px;
}
.prodet-page .prodet-right .box .left .bigImg ul li img {
  display: block;
  margin: auto;
  border-radius: 6px;
}

.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, 0.2);
  border-radius: 6px;
}
.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-right: 50px;
}

.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: 20px;
  display: flex;
  align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
  display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
  margin-left: 15px;
  font-size: 90px;
}

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

}

.prodet-page .prodet-right .box .right .det {
  color: #666;
  line-height: 28px;

}

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

.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
  border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50.0%,-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;
  right: 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 {
  padding-bottom: var(--px60);
  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 .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: 50px;
  /*padding: 10px;*/
  background: #fff;
  /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
  margin-top: 18px;
  width: 49.5%;
  display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more {
  position: relative;
}

.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"] {
  position: absolute;
  width: 100%;
  right: 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: 22px;
  color: #000;
  padding: 6px;
  padding-right: 20px;
}

.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: 30px;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
    flex-direction: row-reverse;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
    margin-left: 0;
    margin-right: 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;
  }

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

  .prodet-page .prodet-right .box .right {
    padding-right: 0;
  }

  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-right {
    width: 100%;
    padding-right: 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-right: 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) -24px 0;
}

.recommended-product ul li {
  padding: 0 24px;
}

.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}

.recommended-product ul li .img_box .icon {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}

.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommended-product ul li h4 {
  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: 1;
  -webkit-box-orient: vertical;*/
}

.recommended-product ul li h4 a:hover {
  color: var(--color);
}


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

.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-right: 10%;
  padding-left: 6%;
  margin-right: -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-left: -40px;
  margin-right: 0;
  padding-right: 6%;
  padding-left: 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-right: 0;
    margin-top: 10px;
  }

  .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-left: 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;
}

.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;
  left: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}

.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/leceling-jingshi/2025/12/12/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-0.0,100);
  -moz-transform: translate(-0.0,100);
  -ms-transform: translate(-0.0,100);
  transform: translate(-0.0,100);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}

.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
@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 {
    left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .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 {
    margin-top: 0;
  }

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

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

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

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  right: 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;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-0.0,100);
  -moz-transform: translate(-0.0,100);
  -ms-transform: translate(-0.0,100);
  transform: translate(-0.0,100);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-right: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}

.newdet-page .sideBox .sideRight h1 {
  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: 42px;
}

.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 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;
  }
}