@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-Bold.eot');
  src: url('../fonts/Mukta-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Bold.woff2') format('woff2'), url('../fonts/Mukta-Bold.woff') format('woff'), url('../fonts/Mukta-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-SemiBold.eot');
  src: url('../fonts/Mukta-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-SemiBold.woff2') format('woff2'), url('../fonts/Mukta-SemiBold.woff') format('woff'), url('../fonts/Mukta-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-Medium.eot');
  src: url('../fonts/Mukta-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Medium.woff2') format('woff2'), url('../fonts/Mukta-Medium.woff') format('woff'), url('../fonts/Mukta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-Light.eot');
  src: url('../fonts/Mukta-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Light.woff2') format('woff2'), url('../fonts/Mukta-Light.woff') format('woff'), url('../fonts/Mukta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Mukta';
  font-weight: 300;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
  height: auto;
  --color: #e63d0e;
}
.container {
  width: 1430px;
  padding: 0 15px;
}
.bigContainer {
  width: 1830px;
}
.Hbtn,
.inner-page .Hbtn {
  background-color: var(--color);
  box-shadow: 0px 3px 6px 0px rgba(6, 1, 0, 0.33);
  border-radius: 24px;
  padding: 15px var(--px37);
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.Hbtn .por,
.inner-page .Hbtn .por {
  z-index: 2;
}
.Hbtn::before,
.inner-page .Hbtn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background-color: #121212;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn:hover::before,
.inner-page .Hbtn:hover::before {
  width: 100%;
}
.Hbtn.col12,
.inner-page .Hbtn.col12 {
  background-color: #121212;
}
.Hbtn.col12::before,
.inner-page .Hbtn.col12::before {
  background-color: var(--color);
}
.swiperBtn .btnS {
  width: var(--px47);
  height: var(--px47);
  min-width: 35px;
  min-height: 35px;
  background-color: #121212;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 10px;
}
.swiperBtn .btnS:hover {
  background-color: var(--color);
}
.swiperBtn .btnS.prev {
  background-image: url('../images/btnSL.png');
}
.swiperBtn .btnS.next {
  background-image: url('../images/btnSR.png');
}
.col {
  color: var(--color);
}
.col3 {
  color: #333;
}
.col6 {
  color: #666;
}
@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;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 13px 0;
  color: #000;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--px42);
  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: capitalize;
  color: #000;
}
#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: var(--color);
  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: #fffbc4;
}
#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 {
  padding-left: var(--px128);
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .formBtn:hover {
  opacity: 0.8;
}
#header > .nav > .menu .menu-box .right .searchBox form {
  position: relative;
  width: 150px;
}
#header > .nav > .menu .menu-box .right .searchBox form input {
  border: none;
  background-color: #fff;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="text"] {
  width: 100%;
  height: 22px;
  border-bottom: 1px solid #ddd;
  color: #000;
  padding-left: 29px;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="text"]::placeholder {
  color: #cbcbcb;
}
#header > .nav > .menu .menu-box .right .searchBox form input[type="submit"] {
  position: absolute;
  width: 16px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../images/index_2.png');
}
#header > .nav > .menu .menu-box .right .searchBox .search {
  width: 16px;
  height: 17px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  background-color: #fffbc4;
  border-radius: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #000;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .downIcon {
  width: 12px;
  height: 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont:hover {
  opacity: 0.8;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#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 > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #fff;
}
#banner {
  margin-top: 90px;
  position: relative;
}
#banner .swiper ul li {
  position: relative;
  color: #452a16;
  height: 852px;

}

#banner .swiper ul li .img {
  min-width: 100%;
  max-width: none;
  min-height: 350px;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
#banner .swiper ul li .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#banner .swiper ul li .container .titl {
  text-shadow: 0px 0px 12px #ffffff;
}
#banner .swiper ul li .container .txt {
  width: 100%;
  max-width: 770px;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiperBtn {
  z-index: 3;
  position: absolute;
  right: var(--px60);
  bottom: var(--px34);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1.values-section {
  padding: 10px;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
#index-body .init_1.values-section .values-set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  gap: 300px;
  z-index: 1;
  padding: 0 clamp(0px, 8vw, 50px);
  opacity: 0;
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 50%);
}
#index-body .init_1.values-section .values-set#values-1 {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
#index-body .init_1.values-section .values-set .values-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
}
#index-body .init_1.values-section .values-set .values-content .values-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
#index-body .init_1.values-section .values-set .values-content .values-background .blob {
  position: absolute;
  width: 50%;
  height: 50%;
  filter: blur(150px);
  opacity: 0.7;
}
#index-body .init_1.values-section .values-set .values-content .values-background .blob.blob-1 {
  top: -10%;
  left: -6%;
  background: linear-gradient(86deg, #ddfbcf 40.05%, rgba(45, 39, 61, 0) 78.42%);
}
#index-body .init_1.values-section .values-set .values-content .values-background .blob.blob-2 {
  bottom: -22%;
  right: -28%;
  background: linear-gradient(84deg, #53B1FF 38.65%, rgba(48, 49, 15, 0) 77.14%);
}
#index-body .init_1.values-section .values-set .values-content .values-background .blob.blob-3 {
  top: -10%;
  right: -28%;
  background: linear-gradient(86deg, #53B1FF 40.05%, rgba(45, 39, 61, 0) 78.42%);
}
#index-body .init_1.values-section .values-set .values-content .values-background .blob.blob-4 {
  bottom: -22%;
  left: -6%;
  background: linear-gradient(84deg, #FFEDBF 38.65%, rgba(48, 49, 15, 0) 77.14%);
}
#index-body .init_1.values-section .values-set .values-content .values-background .blob.blob-5 {
  top: -10%;
  left: -6%;
  background: linear-gradient(86deg, #FFEDBF 40.05%, rgba(45, 39, 61, 0) 78.42%);
}
#index-body .init_1.values-section .values-set .values-content .values-background .blob.blob-6 {
  width: 40%;
  height: 40%;
  bottom: 0%;
  right: -13%;
  background: linear-gradient(84deg, #ddfbcf 38.65%, rgba(48, 49, 15, 0) 77.14%);
}
#index-body .init_1.values-section .values-set .values-content .values-left {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 57.3%;
}
#index-body .init_1.values-section .values-set .values-content .values-right {
  z-index: 3;
  opacity: 0;
  width: 36%;
}
#index-body .init_1.values-section .values-set .values-content .values-right .values-pagination {
  padding: 6px 5px;
}
#index-body .init_1.values-section .values-set .values-content .values-right .values-description {
  margin-top: 9.0625vw;
}
#index-body .init_1.values-section .values-set .values-content .values-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
#index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container {
  position: absolute;
  top: 0px;
  right: -175px;
  width: 527px;
  height: 230px;
  z-index: 3;
  pointer-events: none;
}
#index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container.decoration-container2 {
  position: absolute;
  top: 115px;
  left: -175px;
  transform: scaleX(-1);
}
#index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container.decoration-container2 .bird-image-wrapper {
  top: 35%;
}
#index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container .bird-path-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
#index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container .bird-path-svg2 {
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: scaleY(-1);
}
#index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container #bird-flight-path {
  opacity: 0;
  stroke: #0D0D0D;
  stroke-width: 1px;
  fill: none;
}
#index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container .bird-image-wrapper {
  position: absolute;
  height: auto;
  opacity: 0;
  /* JS载入，防止闪烁 */
}
#index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container .bird-image-wrapper img {
  width: 85%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#index-body .init_1.values-section .values-set:nth-child(even) .values-content {
  flex-direction: row-reverse;
}
#index-body .init_1.values-section .values-set:nth-child(even) .values-content .values-left .values-label {
  text-align: right;
}
#index-body .init_2 {
  background-image: url('../images/init_2Bg.jpg');
}
#index-body .init_2 .txtBox {
  max-width: 690px;
  width: 100%;
}
#index-body .init_2 .container {
  z-index: 3;
}
#index-body .init_2 .smallImg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 39.4271vw;
}
#index-body .init_3 {
  background-color: #fefff0;
}
#index-body .init_3 .swiper ul li {
  width: 33%;
}
#index-body .init_3 .swiper ul li .list {
  width: 100%;
  height: 100%;
}
#index-body .init_3 .swiper ul li .list .imgBox {
  width: 100%;
  padding-bottom: 25px;
}
#index-body .init_3 .swiper ul li .list .imgBox .por {
  z-index: 3;
}
#index-body .init_3 .swiper ul li .list .imgBox a.img {
  width: 100%;
  display: inline-block;
}
#index-body .init_3 .swiper ul li .list .imgBox a.img img {
  max-width: 68%;
}
#index-body .init_3 .swiper ul li .list .imgBox .bg {
  width: 100%;
  height: 18.8020833vw;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
  border-radius: var(--px26);
  background-color: #ddfbcf;
}
#index-body .init_3 .swiper ul li:nth-child(3n+2) .list .imgBox .bg {
  background-color: #fbe8cf;
}
#index-body .init_3 .swiper ul li:nth-child(3n) .list .imgBox .bg {
  background-color: #cfe9fb;
}
#index-body .init_3 .swiper ul li:hover .list .imgBox a.img {
  transform: translateY(var(--npx50));
}
#index-body .init_3 .swiper ul li:hover .list a.titl {
  position: relative;
  z-index: 3;
  color: var(--color);
  transform: translateY(var(--npx85));
}
#index-body .init_4 .left {
  width: 40%;
}
#index-body .init_4 .left h6 {
  padding-left: 29px;
  position: relative;
}
#index-body .init_4 .left h6::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../images/init_4Icon1.png');
}
#index-body .init_4 .right {
  width: 59%;
}
#index-body .init_4 .right .numberBox {
  color: #595959;
}
#index-body .init_4 .right .numberBox li.list {
  width: 50%;
  text-align: center;
}
#index-body .init_4 .right .numberBox li.list .numBox .num {
  line-height: 1;
  display: inline-block;
  width: auto;
}
#index-body .init_4 .right .numberBox li.list .numBox .num i {
  left: 100%;
  bottom: 18%;
  color: #595959;
  font-weight: 300;
  white-space: nowrap;
}
#index-body .init_5 {
  background-color: #fffbc4;
  align-items: stretch;
}
#index-body .init_5 .left {
  width: 50%;
  padding-left: 8.2%;
  padding-right: 15px;
  position: relative;
  flex-shrink: 0;
}
#index-body .init_5 .left .swiper ul li .txt {
  max-height: 60px;
  overflow-y: auto;
}
#index-body .init_5 .left .swiper-pagination {
  width: auto;
  left: 16%;
  text-align-last: left;
  bottom: var(--px50);
}
#index-body .init_5 .left .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: var(--px38);
  height: 3px;
  border-radius: 0;
  background-color: #c4b5a5;
  margin: 0 3px;
}
#index-body .init_5 .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init_5 .right {
  width: 50%;
}
#index-body .init_6 {
  background-color: #f4f4f6;
}
#index-body .init_6 .swiper ul li {
  height: auto;
}
#index-body .init_6 .swiper ul li .list {
  border: 3px solid transparent;
  border-radius: var(--px26);
  height: 100%;
  width: 100%;
  background-color: #fff;
}
#index-body .init_6 .swiper ul li .list:hover {
  border-color: var(--color);
}
#index-body .init_6 .swiperBtn .btnS {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
#index-body .init_6 .swiperBtn .btnS.prev {
  left: var(--npx107);
}
#index-body .init_6 .swiperBtn .btnS.next {
  right: var(--npx107);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff6f2;
}
#footer .footerTop {
  border-bottom: 1px solid #cfcfcf;
}
#footer .footerTop .itemL {
  width: 59%;
}
#footer .footerTop .itemL p.linkA a {
  color: #565656;
}
#footer .footerTop .itemL p.linkA a:hover {
  color: var(--color);
}
#footer .footerTop .itemL .item1 {
  width: 37%;
}
#footer .footerTop .itemL .item2 {
  width: 32%;
}
#footer .footerTop .itemL .item3 {
  width: 31%;
  color: #626262;
}
#footer .footerTop .itemL .item3 .titl {
  color: #000;
}
#footer .footerTop .itemL .item4 a {
  display: inline-block;
}
#footer .footerTop .itemL .item5 {
  width: 31%;
}
#footer .footerTop .itemL .item5 .share li a {
  width: 36px;
  height: 36px;
  background-color: #a8a7a8;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
#footer .footerTop .itemL .item5 .share li a:hover {
  background-color: var(--color);
}
#footer .footerTop .itemR {
  width: 30%;
}
#footer .footerTop .itemR .formBox {
  background-color: #ffffff;
  border-radius: 26px;
}
#footer .footerTop .itemR .formBox input,
#footer .footerTop .itemR .formBox textarea {
  background-color: #fff;
  border: none;
}
#footer .footerTop .itemR .formBox input.bor,
#footer .footerTop .itemR .formBox textarea.bor {
  border-bottom: 1px solid #b7b8c1;
  padding-top: var(--px22);
  width: 100%;
}
#footer .footerTop .itemR .formBox textarea {
  height: 130px;
}
#footer .footerTop .itemR .formBox .inquery {
  display: inline-block;
  background-color: var(--color);
  border-radius: 22px;
  color: #fff;
}
#footer .footerTop .itemR .formBox .inquery:hover {
  background-color: #000;
}
#footer .copyright {
  position: relative;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #626262;
  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: #626262;
  margin-right: 10px;
}
@media screen and (max-width: 1850px) {
  .bigContainer {
    width: 1780px;
  }
}
@media (max-width: 1800px) {
  .bigContainer {
    width: 1680px;
  }
  #index-body .init_4 .right {
    width: 60%;
  }
}
@media (max-width: 1700px) {
  .bigContainer {
    width: 1430px;
  }
  #banner .swiper ul li {
    height: 755px;
  }
  #index-body .init_6 .swiperBtn .btnS.prev {
    left: -40px;
  }
  #index-body .init_6 .swiperBtn .btnS.next {
    right: -40px;
  }
}
@media (max-width: 1450px) {
  .bigContainer {
    width: 1230px;
  }
  #header > .nav > .menu .menu-box .right .searchBox form {
    display: none;
  }
  #header > .nav > .menu .menu-box .right .searchBox .search {
    display: block;
  }
  #banner .swiper ul li {
    height: 645px;
  } 
  #footer .footerTop .itemR {
    padding-right: 0;
  }
}
@media (max-width: 1250px) {
  .bigContainer {
    width: 700px;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .swiper ul li {
    height: 480px;
  } 
  #index-body .init_1.values-section .values-set .values-content .values-right {
    width: 40%;
  }
  #index-body .init_4 .right .numberBox li.list .numBox .num i {
    font-size: 14px;
  }
  #index-body .init_6 .swiperBtn {
    margin-top: 20px;
  }
  #index-body .init_6 .swiperBtn .btnS {
    position: static;
    transform: none;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li {
    height: 420px;
  }
  #banner .swiper ul li img.phoneImg {
    display: block;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .bigContainer {
    width: 100%;
  }
  #index-body .init_1.values-section .values-set .values-content .values-right {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #index-body .init_1.values-section .values-set .values-content .values-left {
    width: 56%;
  }
  #index-body .init_1.values-section .values-set .values-content .values-visual .decoration-container {
    zoom: 0.7;
  }
  #index-body .init_1.values-section .values-set:nth-child(even) .values-content {
    flex-direction: column-reverse;
  }
  #index-body .init_2 .smallImg {
    width: 30vw;
  }
  #index-body .init_3 .swiper {
    padding-top: var(--px80);
  }
  #index-body .init_3 .swiper ul li .list .imgBox a.img img {
    max-width: 45%;
  }
  #index-body .init_3 .swiper ul li .list .imgBox .bg {
    height: 22vw;
  }
  #index-body .init_3 .swiper ul li:hover .list a.titl {
    transform: translateY(0);
    color: #000;
  }
  #index-body .init_3 .swiper ul li:hover .list a.titl:hover {
    color: var(--color);
  }
  #index-body .init_3 .swiper ul li:hover .list .imgBox a.img {
    transform: translateY(0);
  }
  #index-body .init_4 .right .numberBox li.list:nth-child(odd) {
    width: 42%;
  }
  #index-body .init_4 .right .numberBox li.list:nth-child(even) {
    width: 58%;
  }
  #index-body .init_5 .left {
    padding: 15px !important;
    padding-bottom: 30px !important;
  }
  #index-body .init_5 .left .swiper-pagination {
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
  }
  #footer .footerTop .itemL .item3 {
    width: calc(100% - 360px);
  }
  #footer .footerTop .itemL .item5 {
    width: auto;
  }
}
@media (max-width: 700px) {
  #banner .swiper ul li {
    height: 350px;
  }
  #footer .footerTop .itemL .item3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #index-body .init_2 .smallImg {
    width: 40vw;
  }
  #index-body .init_3 .swiper ul li .list .imgBox .bg {
    height: 40vw;
  }
  #index-body .init_4 .right .numberBox li.list .numBox .num i {
    position: relative;
    left: auto;
    white-space: break-spaces;
  }
}
.page-header02 .logo 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);
}

.color-19 {
  color: #191919;
}
.color-ff {
  color: #fff;
}

.color-77 {
  color: #777777;
}

.color-11 {
  color: #111111;
}

.color-12 {
  color: #121212;
}

.color-65 {
  color: #656565;
}

.color-66 {
  color: #656565;
}

.color-47 {
  color: #474747;
}
.inner-banner {
  margin-top: 90px;
}

.inner-banner .mbx {
  color: var(--color);
}

.inner-banner.pro-banner {
  background-repeat: no-repeat;
  background-position: 0 70%;
}

.inner-banner.pro-banner .left {
  width: 50%;
}

.inner-banner.pro-banner .left h2 {
  font-size: 5.25vw;
  color: var(--color);
  line-height: 1;
}

.inner-banner.pro-banner .left .search {
  width: 100%;
}

.inner-banner.pro-banner .left .search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}

.inner-banner.pro-banner .left .search form input {
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
}

.inner-banner.pro-banner .left .search form input::placeholder {
  font-size: 18px;
  color: #666666;
}

.inner-banner.pro-banner .left .search form input[type="submit"] {
  width: 22px;
  height: 22px;
  background-image: url(../images/in-proban-ss.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner.pro-banner .right {
  max-width: 42%;
  width: 50%;
}
.inner-banner.pro-banner .right .box {
  max-width: calc(100% - 69px);
}
.inner-banner.pro-banner .right .mbx {
  color: #777777;
}

.inner-banner.pro-banner .right h3 {
  font-weight: normal;
}

.inner-banner.pro-banner .right .top>a {
  display: flex;
  width: var(--px69);
  height: var(--px69);
  min-width: 50px;
  min-height: 50px;
  background-color: var(--color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}

@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}

.inner-banner.pro-banner .right .top a i {
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}

.product-dy-page .product-dy-2 .industry {
  position: relative;
}

/*.product-dy-page .product-dy-2 .industry ul li {
  background-attachment: fixed;
  position: sticky;
  top: 220px;
}*/

.product-dy-page .product-dy-2 .industry ul li .box {
  background-size: cover;
  height: 19.8vw;
  padding: 0 var(--px40) var(--px30);
  border-radius: 10px;
  position: relative;
  z-index: 0;
  min-height: 470px;
}

.product-dy-page .product-dy-2 .industry ul li .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(9deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  z-index: -1;
  border-radius: 10px;
}

.product-dy-page .product-dy-2 .industry ul li .box .desc {
  max-width: 790px;
  width: 100%;
}


.product-dy-page .product-dy-4 .hxjs ul li {
  width: 49%;
}

.product-dy-page .product-dy-4 .hxjs ul li .imgBox {
  overflow: hidden;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.13);
}

.product-dy-page .product-dy-4 .hxjs ul li .imgBox img {
  min-height: 330px;
  object-fit: cover;
  object-position: center;
}

.product-dy-page .product-dy-4 .hxjs ul li .imgBox .desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(220, 220, 220, 0) 20%, rgba(230, 0, 18, 0.8) 100%);
  transform: translateY(100%);
  transition: all 0.5s;
}

.product-dy-page .product-dy-4 .hxjs ul li .imgBox .desc h4 {
  max-height: 250px;
  overflow-y: auto;
}

.product-dy-page .product-dy-4 .hxjs ul li .imgBox:hover .desc {
  transform: translateY(0);
}


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

  .product-dy-page .product-dy-2 .industry ul li .box .desc {
    max-width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .product-dy-page .product-dy-2 .industry ul li .box {
    height: auto;
    padding: var(--px40);
  }

  .product-dy-page .product-dy-4 .hxjs ul li {
    width: 100%;
    margin: 10px 0;
  }
}
.color-11 {
  color: #111111;
}

.product-page .product-1 {
  background-size: cover;
  border-radius: var(--px18);
  overflow: hidden;
}
.product-page .product-1 img.img {
  min-height: 350px;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.product-page .product-1 .txtbox {
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.product-page .product-1 .cate-desc {
  max-width: 522px;
  line-height: 1.7;
  max-height: 320px;
  overflow-y: auto;
}

.product-page .product-2 .intro table {
  width: 35% !important;
  border: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.product-page .product-2 .intro table tbody {
  min-width: unset !important;
  white-space: pre-wrap;
}

.product-page .product-2 .intro table tbody tr:nth-last-child(1) {
  margin-bottom: 0;
}

.product-page .product-2 .intro table tr {
  display: flex;
  align-items: center;
  margin-bottom: 16%;
  font-size: 18px;
  color: #666666;
  width: 100% !important;
}

.product-page .product-2 .intro table tr td {
  padding: 0;
  border: 0;
  max-width: 392px;
}

.product-page .product-2 .intro table tr td:nth-child(1) {
  font-size: var(--px96);
  font-weight: bold;
  color: #ff0000;
  line-height: 0.9;
  position: relative;
  margin-right: var(--px30);
}

.product-page .product-2 .intro table tr td:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/in-industrybg.png);
  background-position: bottom right;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.product-page .product-2 .intro table tr td:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-page .product-2 .intro table tr .txt {
  max-width: 394px;
}

.product-page .product-2 .intro table tr .txt strong {
  color: #000011;
}

.product-page .product-2 .intro table tr:nth-child(even) {
  background: transparent;
}

.product-page .product-2 .intro table:nth-child(1) tr {
  flex-direction: row-reverse;
}

.product-page .product-2 .intro table:nth-child(1) tr td {
  text-align: right;
}

.product-page .product-2 .intro table:nth-child(1) tr td:nth-child(1) {
  margin-left: 30px;
  margin-right: 0;
}

.product-page .product-2 .intro table:nth-child(1) tr:nth-child(2) {
  padding-right: var(--px70);
}

.product-page .product-2 .intro table:nth-child(2) tr:nth-child(2) {
  margin-left: var(--px70);
}

.product-page .product-2 .intro>img {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 29%;
}

.product-page .product-3>h2 {
  position: relative;
}

.product-page .product-3 .desc {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.product-page .product-3>h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.product-page .product-3 .list ul {
  margin: 0 var(--npx19);
}

.product-page .product-3 .list ul li {
  width: 25%;
  padding: 0 var(--px19);
  margin-bottom: var(--px110);
}

.product-page .product-3 .list ul li .box .imgBox {
  border-radius: 10px;
  border: solid 1px #e63c0e2e;
  position: relative;
  transition: all 0.5s;
}

.product-page .product-3 .list ul li .box .imgBox img {
  border-radius: 10px;
}

.product-page .product-3 .list ul li .box .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(230, 61, 14, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.product-page .product-3 .list ul li .box .imgBox::after {
  content: "";
  width: var(--px56);
  height: var(--px56);
  min-width: 40px;
  min-height: 40px;
  background-image: url(../images/in-pro-more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.product-page .product-3 .list ul li .box .imgBox:hover {
  border: solid 1px var(--color);
}

.product-page .product-3 .list ul li .box .imgBox:hover::before {
  opacity: 1;
}

.product-page .product-3 .list ul li .box .imgBox:hover::after {
  opacity: 1;
}

.product-page .product-3 .list ul li .box .txt {
  transition: all 0.5s;
}

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

.m-page {

  text-align: center;
}

.m-page a,
.m-page span {
  width: var(--px60);
  height: var(--px60);
  min-width: 40px;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
  font-size: var(--px18);
  margin: 0 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.m-page a:hover,
.m-page span.current {
  background: var(--color);
  color: white;
}

@media screen and (max-width: 1800px) {
  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 90px;
  }
}

@media screen and (max-width: 1700px) {
  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 80px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 86px;
  }
}

@media screen and (max-width: 1450px) {
  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 70px;
  }

  .product-page .product-2 .intro table tr td:nth-child(1)::after {
    bottom: -30px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 60px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 46px;
    width: 33.3%;
    padding: 0 10px;
  }

  .product-page .product-3 .list ul {
    margin: 0 -10px;
  }

  .product-page .product-1 .cate-desc {
    max-height: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .product-1 {
    margin-top: 5%;
  }

  .product-page .product-1 .img {
    min-height: 270px;
    object-fit: cover;
  }

  .product-page .product-1 .txtbox {
    right: 5%;
    left: 5%;
  }

  .product-page .product-2 .intro {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-page .product-2 .intro>img {
    position: static;
    max-width: 42%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0);
  }

  .product-page .product-2 .intro table {
    width: 49% !important;
  }

  .product-page .product-2 .intro table:nth-child(1) tr {
    flex-direction: row;
  }

  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 50px;
  }

  .product-page .product-2 .intro table tr td {
    max-width: 100%;
  }

  .product-page .product-2 .intro table tr {
    margin: 15px 0;
  }

  .product-page .product-2 .intro table:nth-child(1) tr td:nth-child(1) {
    margin-left: 0;
    margin-right: 20px;
  }

  .product-page .product-2 .intro table tr td:nth-child(1) {
    margin-right: 20px;
  }

  .product-page .product-2 .intro table:nth-child(1) tr:nth-child(2) {
    margin-right: 0;
  }

  .product-page .product-2 .intro table:nth-child(2) tr:nth-child(2) {
    margin-left: 0;
  }

  .product-page .product-2 .intro table tr td:nth-child(1)::after {
    display: none;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 700px) {
  .product-page .product-1 {
    height: auto;
    /*padding: 30px;*/
  }

  .product-page .product-2 .intro table {
    width: 100% !important;
  }

  .product-page .product-2 .intro table:nth-child(1) tr td {
    text-align: left;
  }

  .product-page .product-2 .intro table tr td:nth-child(1) {
    font-size: 40px;
  }

  .product-page .product-3 .list ul li {
    margin-bottom: 26px;
    width: 50%;
  }

  .m-page a,
  .m-page span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-3 .list ul li {
    width: 100%;
  }
}


.prodet-page .prodet-1 .box .left {
  width: 50%;
}

.prodet-page .prodet-1 .box .left .proImg {
  padding-top: 100%;
  position: relative;
  border: solid 2px #e63c0e2e;
  border-radius: 10px;
}

.prodet-page .prodet-1 .box .left .proImg>a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.prodet-page .prodet-1 .box .left .proImg img {
  /*height: 100%;*/
  display: block;
  margin: auto;
  border-radius: 10px;
}

.prodet-page .prodet-1 .box .left .smallImg {
  width: 22.5%;
}

.prodet-page .prodet-1 .box .left .smallImg ul {
  margin: -10px 0;
}

.prodet-page .prodet-1 .box .left .smallImg ul .slick-track {
  flex-wrap: wrap;
}

.prodet-page .prodet-1 .box .left .smallImg ul li {
  padding: 10px 0;
}

.prodet-page .prodet-1 .box .left .bigImg {
  width: 77.5%;
  padding-left: 2%;
  display: inline-block;
}

.prodet-page .prodet-1 .box .left .bigImg ul {
  margin: 0 -10px;
}

.prodet-page .prodet-1 .box .left .bigImg ul li {
  padding: 0 10px;
}

.prodet-page .prodet-1 .box .right {
  width: 50%;
  padding-left: 4.5%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .box .right h1 {
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
}

.prodet-page .prodet-1 .box .right .content {
  max-height: 16em;
  overflow-y: auto;
}

.prodet-page .prodet-1 .m-link-pro>a {
  max-width: 49%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.prodet-page .prodet-1 .m-link-pro>a span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: solid 1px #777777;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.prodet-page .prodet-1 .m-link-pro>a .font1 i {
  transform: rotateY(180deg);
}

.prodet-page .prodet-1 .m-link-pro>a:hover {
  color: var(--color);
}

.prodet-page .prodet-1 .m-link-pro>a:hover span {
  border-color: var(--color);
}

.prodet-page .prodet-2 {
  background-color: #fefff0;
  padding: 90px 0;
}
.prodet-page .prodet-2 svg {
  max-width: 80px;
}

.prodet-page .prodet-2 .options .slide .tt {
  border-bottom: 1px solid #d0d0d0;
  transition: all 0.5s;
}

.prodet-page .prodet-2 .options .slide .tt::after {
  content: "+";
  font-size: 45px;
  font-weight: normal;
  transition: all 0.5s;
}

.prodet-page .prodet-2 .options .slide .tt:hover {
  color: var(--color);
}

.prodet-page .prodet-2 .options .slide .content {
  display: none;
  margin-top: 40px;
}
.prodet-page .prodet-2 .options .slide .content img {
  width: 100%;
  max-width: 400px;
}
.prodet-page .prodet-2 .options .slide .content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prodet-page .prodet-2 .options .slide .content form input {
  border: solid 1px rgba(183, 183, 183, 0.5);
  width: 32.5%;
  padding: var(--px20) 10px var(--px20) var(--px30);
  margin-bottom: var(--px20);
}

.prodet-page .prodet-2 .options .slide .content form textarea {
  width: 100%;
  border: solid 1px rgba(183, 183, 183, 0.5);
  height: 245px;
  padding: var(--px20) 10px var(--px20) var(--px30);
  margin-bottom: var(--px20);
}

.prodet-page .prodet-2 .options .slide .content form input[type="submit"] {
  width: 282px;
  background-color: var(--color);
  color: #fff;
  padding: 15px 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  transition: all 0.5s;
  font-size: 24px;
  border-radius: 54px;
}

.prodet-page .prodet-2 .options .slide .content form input[type="submit"]:hover {
  border-color: var(--color);
  color: var(--color);
  background-color: #fff;
}

.prodet-page .prodet-2 .options .slide.active .tt {
  color: var(--color);
}

.prodet-page .prodet-2 .options .slide.active .tt::after {
  content: "-";
}



.prodet-page .prodet-3 .list ul {
  margin: 0 -19px;
}

.prodet-page .prodet-3 .list ul li {
  width: 25%;
  padding: 0 19px;
}

.prodet-page .prodet-3 .list ul li .box .imgBox {
  border-radius: 8px;
  border: solid 1px #e63d0e;
  position: relative;
  transition: all 0.5s;
}

.prodet-page .prodet-3 .list ul li .box .imgBox img {
  border-radius: 8px;
}

.prodet-page .prodet-3 .list ul li .box .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(230, 0, 18, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-3 .list ul li .box .imgBox::after {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url(../images/in-pro-more.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-3 .list ul li .box .imgBox:hover {
  border: solid 1px var(--color);
}

.prodet-page .prodet-3 .list ul li .box .imgBox:hover::before {
  opacity: 1;
}

.prodet-page .prodet-3 .list ul li .box .imgBox:hover::after {
  opacity: 1;
}

.prodet-page .prodet-3 .list ul li .box .txt {
  transition: all 0.5s;
}

.prodet-page .prodet-3 .list ul li .box .txt:hover {
  color: var(--color);
}


@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .options .slide .content form input[type="submit"] {
    width: 168px;
    font-size: 20px;
    padding: 8px 0;
  }
}

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

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

  .prodet-page .prodet-1 .m-link-pro>a {
    font-size: 0;
  }

  .prodet-page .prodet-1 .m-link-pro>a i {
    font-size: 16px;
  }

  .prodet-page .prodet-2 .options .slide .content form input[type="submit"] {
    width: 130px;
    font-size: 16px;
  }

}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .options .slide .content form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
  }

  .prodet-page .prodet-2 .options .slide .content {
    margin-top: 20px;
  }
}

.service-page .service-1 {
  background-image: url(../images/in-service-1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.service-page .service-1 .customized ul li .box {
  height: 100%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.17);
  border-radius: 15px;
  background-color: #ffffff;
  transition: all 0.5s;
}

.service-page .service-1 .customized ul li .box .tt {
  transition: all 0.5s;
  line-height: 1.2;
}

.service-page .service-1 .customized ul li .box .desc {
  height: calc(1.5em * 6);
  overflow-y: auto;
}

.service-page .service-1 .customized ul li .box .tt::after {
  content: "";
  display: block;
  height: 3px;
  width: 50%;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.service-page .service-1 .customized ul li .box:hover {
  background-color: var(--color);
}

.service-page .service-1 .customized ul li .box:hover .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

.service-page .service-1 .customized ul li .box:hover .tt {
  color: #fff;
}

.service-page .service-1 .customized ul li .box:hover .tt::after {
  background-color: #fff;
}

.service-page .service-1 .customized ul li .box:hover .desc {
  color: #fff;
  transition: all 0.5s;
}

.service-page .service-1 .customized .slickBtn div {
  background-color: transparent;
  border: 1px solid #777777;
  transition: all 0.5s;
}

.service-page .service-1 .customized .slickBtn div i {
  color: #777777;
  transition: all 0.5s;
}

.service-page .service-1 .customized .slickBtn div:hover {
  border-color: var(--color);
}

.service-page .service-1 .customized .slickBtn div:hover i {
  color: var(--color);
}

.service-page .service-1 .customized .slickBtn .prev {
  right: auto;
  left: 0;
}

.service-page .service-1 .customized .slickBtn .prev i {
  transform: rotateY(180deg);
}

.service-page .service-1 .customized .slickBtn .next {
  left: auto;
  right: 0;
}

.service-page .service-2 .warehouse .in-left {
  max-width: 48%;
}

.service-page .service-2 .warehouse .in-left .warehouse-img {
  border-radius: 10px;
}

.service-page .service-2 .warehouse .in-left .warehouse-img ul li img {
  width: 100%;
  border-radius: 10px;
}

.service-page .service-2 .warehouse .in-right {
  width: 47%;
  /*height: 676px;*/
}

.service-page .service-2 .warehouse .in-right .inner-title {
  margin-top: 50px;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt {}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li {
  height: auto !important;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .tt {
  cursor: pointer;
  line-height: 1;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .tt p {
  max-width: 90%;
  transition: all 0.5s;
}
.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .tt p i {
  max-width: 60px;
}
.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .tt p img {
  vertical-align: middle;
  transition: all 0.5s;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li .con {
  line-height: 1.7;
  height: 0;
  opacity: 0;
  font-weight: 300;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active {
  background-color: var(--color);
  padding-right: 20px;
  padding-bottom: 25px;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
  color: #fff;
  transition: all 0.5s;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt img {
  opacity: 0;
}

.service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin-top: 20px;
}

.service-page .service-3 .ys ul li .box .desc {
  line-height: 1.7;
  width: 100%;
  margin: auto;
  padding-top: 10px;
}

@media screen and (max-width: 1700px) {
  .service-page .service-2 .warehouse .in-right .inner-title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1450px) {
  .service-page .service-2 .warehouse .in-right .inner-title {
    margin-top: 0;
  }

  .service-page .service-2 .warehouse .in-right .warehouse-txt ul li {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active {
    padding-bottom: 15px;
  }

  .service-page .service-2 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .customized {
    padding: 0 40px;
  }

  .service-page .service-2 .warehouse .in-left {
    max-width: 100%;
  }

  .service-page .service-2 .warehouse .in-right {
    width: 100%;
    margin-top: 5%;
  }
}

.in-contact .in-left {
  width: 49%;
}

.in-contact .in-left ul {
  height: 100%;
}

.in-contact .in-left ul li {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  width: 48.5%;
  height: 47%;
}

.in-contact .in-left ul li .box {
  height: 100%;
  padding: 20px;
}

.in-contact .in-left ul li.w-100 {
  width: 100%;
}

.in-contact .in-right {
  width: 49%;
  background-image: url(../images/in-carbg.png);
  background-repeat: no-repeat;
  background-position: 512px -136px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  padding: var(--px35) var(--px36) var(--px30);
}

.in-contact .in-right form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.in-contact .in-right form input {
  width: 48%;
  display: block;
  background-color: transparent;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  outline: 0;
  height: 52px;
  font-size: var(--px19);
  padding: 6px var(--px18);
  margin-bottom: var(--px28);
}

.in-contact .in-right form input.w-100 {
  width: 100%;
}

.in-contact .in-right form input::placeholder {
  color: #b2b2b2;
}

.in-contact .in-right form textarea {
  width: 100%;
  border: solid 1px #dcdcdc;
  background-color: transparent;
  font-size: var(--px19);
  padding: 6px var(--px18);
  height: 155px;
}

.in-contact .in-right form textarea::placeholder {
  color: #b2b2b2;
}

.in-contact .in-right form [type="submit"] {
  width: 132px;
  background-color: var(--color);
  color: #fff;
  font-size: var(--px18);
  margin-bottom: 0;
  margin: var(--px34) auto 0;
  transition: all 0.5s;
}

.in-contact .in-right form [type="submit"]:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}

.in-contact .in-right .share {
  position: absolute;
  bottom: 7%;
  left: 4%;
}

.in-contact .in-right .share li {
  margin-right: 12px;
}

.in-contact .in-right .share li i {
  width: 24px;
  height: 24px;
  font-size: var(--px20);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .in-contact .in-left {
    width: 100%;
  }

  .in-contact .in-left ul {
    height: auto;
  }

  .in-contact .in-left ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .in-contact .in-right {
    width: 100%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .in-contact .in-right form textarea {
    font-size: 16px;
  }

  .in-contact .in-right form input {
    font-size: 16px;
  }

  .in-contact .in-right {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .in-contact .in-right form input {
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
  }

  .in-contact .in-right form textarea {
    font-size: 14px;
  }

  .in-contact .in-right .share {
    position: static;
    margin-top: 10px;
  }
}

#index-body .init-5 .h-solutions {
  background-image: url(../images/h-solution-bg.jpg);
  background-size: cover;
  border-radius: 10px;
  height: 30vw;
  text-align: center;
}

#index-body .init-5 .h-solutions .h-bigtitle {
  color: #fff;
  margin-top: -26px;
}

#index-body .init-5 .h-solutions .h-solutions-list {
  width: 100%;
}

#index-body .init-5 .h-solutions .h-solutions-list ul li {
  opacity: 0.7;
  max-width: 18%;
  text-align: center;
}

#index-body .init-5 .h-solutions .h-solutions-list ul li p {
  color: #fff;
}
#index-body .init-5 .h-solutions .h-solutions-list ul li img.img {
  max-width: 54px;
}
#index-body .init-5 .h-solutions .h-solutions-list ul li:hover {
  opacity: 1;
}

#index-body .init-5 .h-solutions .more {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

#index-body .init-5 .h-solutions .more:hover {
  color: #fff;
}
@media (max-width: 1000px) {
   #index-body .init-5 .h-solutions {
    height: auto;
    padding: 5% 0 12%;
  }

  #index-body .init-5 .h-solutions .h-bigtitle {
    margin-top: 0;
  }
  #index-body .init-5 .h-solutions .h-solutions-list ul li {
    max-width: 19.5%;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .h-solutions .h-solutions-list ul {
    justify-content: space-evenly;
  }

  #index-body .init-5 .h-solutions .h-solutions-list ul li {
    max-width: none;
    width: 48%;
    padding: 4% 0;
  }
}


.sustainable-page .sustainable-1 .bg {
  background-size: cover;
  height: 24vw;
  border-radius: 10px;
}

.sustainable-page .sustainable-1 .bg .desc {
  max-width: 50%;
  line-height: 1.7;
}

.sustainable-page .sustainable-2 .container::after {
  content: "";
  width: 112.5%;
  height: calc(100% - 95px);
  background-color: #f1f1f1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: -13%;
}

.sustainable-page .sustainable-2 .innovation .left {
  max-width: 54%;
  margin-top: -95px;
}

.sustainable-page .sustainable-2 .innovation .left img {
  border-radius: 10px;
}

.sustainable-page .sustainable-2 .innovation .right {
  max-width: 46%;
  padding-left: 5%;
}

.sustainable-page .sustainable-2 .innovation .right .desc {
  line-height: 1.7;
}

.sustainable-page .sustainable-2 .innovation .swiper-pagination {
  bottom: 32px;
}

.sustainable-page .sustainable-2 .innovation .swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.sustainable-page .sustainable-2 .innovation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.sustainable-page .sustainable-3 .warehouse .in-left {
  max-width: 54%;
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img {
  box-shadow: 4px 8px 31px 1px rgba(0, 0, 0, 0.26);
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li {
  opacity: 0 !important;
  border-radius: 10px;
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li img {
  width: 100%;
  /*border-radius: 10px;*/
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li.swiper-slide-active {
  opacity: 1 !important;
}



.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination {
  bottom: -40px;
  width: auto;
}

.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.sustainable-page .sustainable-3 .warehouse .in-right {
  max-width: 43%;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li {
  height: auto !important;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt {
  cursor: pointer;
  line-height: 1.2;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt p {
  padding: 0 20px 0 0;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt::after {
  content: "+";
  display: block;
  font-size: var(--px24);
  transition: all 0.5s;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
  line-height: 1.7;
  height: 0;
  opacity: 0;
  font-weight: 300;
  max-height: 320px;
  overflow-y: auto;

}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
  color: var(--color);
  transition: all 0.5s;
  font-size: var(--px24);
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt::after {
  content: "-";
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sustainable-page .sustainable-4 {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
}

.sustainable-page .sustainable-4 .top ul li .box {
  background-color: #f1f1f1;
  transition: all 0.5s;
  cursor: pointer;
}

.sustainable-page .sustainable-4 .top ul li.swiper-slide-thumb-active .box {
  background-color: var(--color);
  color: #fff;
}

.sustainable-page .sustainable-4 .bottom ul li .box .txt-l {
  max-width: 40%;
}

.sustainable-page .sustainable-4 .bottom ul li .box .txt-l .desc {
  line-height: 1.7;
}

.sustainable-page .sustainable-4 .bottom ul li .box .img-box {
  max-width: 50%;
  border-radius: 10px;
}

.sustainable-page .sustainable-5 .top {
  border-bottom: 1px solid #8d8d8d;
}

.sustainable-page .sustainable-5 .top .slickBtn div {
  width: 46px;
  height: 46px;
  background-color: transparent;
  border: solid 1px #777777;
  transition: all 0.5s;
}

.sustainable-page .sustainable-5 .top .slickBtn div i {
  color: #777777;
  transition: all 0.5s;
}

.sustainable-page .sustainable-5 .top .slickBtn div.prev i {
  transform: rotateY(180deg);
}

.sustainable-page .sustainable-5 .top .slickBtn div:hover {
  border-color: var(--color);
}

.sustainable-page .sustainable-5 .top .slickBtn div:hover i {
  color: var(--color);
}

.sustainable-page .sustainable-2-0 .item .mk-tt {
  border-bottom: 1px solid #e63d0e;
}

.sustainable-page .sustainable-2-0 .item:nth-child(even) {
  background-color: #f1f1f1;
}

.sustainable-page .sustainable-2-0 .item:nth-child(even) .con {
  flex-direction: row-reverse;
}

.sustainable-page .sustainable-2-0 .item .con .left {
  width: 41%;
}

.sustainable-page .sustainable-2-0 .item .con .left .imgbox {
  display: inline-block;
}

.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
  margin-left: 0;
  margin-right: calc((1520px - 100vw) / 2);
}

.sustainable-page .sustainable-2-0 .item .con .right {
  width: 59%;
}

.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right {
  padding-left: 0;
  padding-right: 6%;
}

.sustainable-page .sustainable-2-0 .item .con .right .text {
  min-height: 24vw;
  min-height: unset;
}

.sustainable-page .sustainable-2-0 .item .con .right .text ul li {}

.sustainable-page .sustainable-2-0 .item .con .right .text ul li .box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

/*.sustainable-page .sustainable-2-0 .item .con .right .text ul li .box .content .desc {
  color: #777777;
}*/

.sustainable-page .sustainable-2-0 .item .con .right .lbanner {
  margin-left: -50%;
}

.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right .lbanner {
  margin-left: 0;
  margin-right: -50%;
  flex-direction: row-reverse;
}

.sustainable-page .sustainable-2-0 .item .con .right .lbanner .swiper {
  padding: 10px;
}

.sustainable-page .sustainable-2-0 .item .con .right .lbanner ul li .box .img-box {
  background-color: #f4f4f4;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
}

.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #777777;
  transition: all 0.5s;
  position: static;
  margin-top: 0;
  color: #777777;
  font-size: 20px;
}

.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button.swiper-button-prev i {
  transform: rotateY(180deg);
}

.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button:hover {
  border-color: var(--color);
  color: var(--color);
}

.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button::after {
  display: none;
}

.sustainable-page .sustainable-0 {
  background-color: #fafafa;
}

.sustainable-page .sustainable-0 .left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sustainable-page .sustainable-0 .left .desc {
  max-width: 50%;
  color: #777777;
}

.sustainable-page .sustainable-0 img {
  min-height: 352px;
  object-fit: contain;
  object-position: bottom;
}
@media screen and (max-width: 1700px) {
  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
    margin-bottom: var(--px45);
  }
  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {

  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
    margin-right: calc((1170px - 100vw) / 2);
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
    margin-bottom: 18px;
    margin-top: 10px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
    max-height: 276px;
  }
}

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

  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
    margin-right: calc((940px - 100vw) / 2);
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
    max-height: 193px;
  }
}

@media screen and (max-width: 1000px) {
  .sustainable-page .sustainable-2-0 .item .con .left {
    width: 100%;
  }

  .sustainable-page .sustainable-2-0 .item .con .right {
    width: 100%;
    margin-top: 5%;
  }

  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .left .imgbox {
    margin-right: 0;
  }

  .sustainable-page .sustainable-2-0 .item .con .right .text {
    min-height: unset;
  }

  .sustainable-page .sustainable-2-0 .item .con .right .lbanner {
    margin-left: 0%;
    flex-wrap: wrap;
  }

  .sustainable-page .sustainable-2-0 .item .con .right .lbanner .swiper {
    width: 100%;
  }

  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right .lbanner {
    margin-right: 0;
  }

  .sustainable-page .sustainable-1 .bg {
    height: auto;
    padding: 30px;
  }

  .sustainable-page .sustainable-1 .bg .desc {
    max-width: 100%;
  }

  .sustainable-page .sustainable-2 .innovation .left {
    max-width: 100%;
    margin-top: 0;
  }

  .sustainable-page .sustainable-2 .innovation .right {
    max-width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .sustainable-page .sustainable-2 .innovation {
    padding: 30px;
  }

  .sustainable-page .sustainable-2 .container::after {
    height: 100%;
    width: 100%;
    margin-left: 0;
  }

  .sustainable-page .sustainable-2 .innovation .swiper-pagination {
    bottom: 7px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-left {
    max-width: 100%;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right {
    max-width: 100%;
    margin-top: 12%;
  }
}

@media screen and (max-width: 700px) {
  .sustainable-page .sustainable-2 .innovation {
    padding: 15px 0 30px;
  }
}

@media screen and (max-width: 500px) {
  .sustainable-page .sustainable-0 .left .desc {
    max-width: 100%;
  }

  .sustainable-page .sustainable-4 .bottom {
    padding: 15px;
  }

  .sustainable-page .sustainable-4 .bottom ul li .box .txt-l {
    max-width: 100%;
  }

  .sustainable-page .sustainable-4 .bottom ul li .box .img-box {
    max-width: 100%;
    margin-top: 5%;
  }
}
.factory-page .wzbg {
  font-size: 9.3229vw;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(rgba(230, 61, 14, 0.3) -50%, rgba(230, 61, 14, 0) 80%);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1000px) {
  .factory-page .wzbg {
    display: none;
  }
}

.factory-page .factory-1 {
  margin-top: var(--npx50);
}

.factory-page .factory-1 .img img {
  border-radius: var(--px20);
}

.factory-page .factory-1 .txt {
  max-width: 68%;
  line-height: 1.7;
}
.factory-page .factory-4 .in-left {
  max-width: 35%;
  text-align: right;
}

.factory-page .factory-4 .in-right {
  max-width: 53%;
}
@media screen and (max-width: 1000px)  {
  .factory-page .factory-1 {
    margin-top: 0;
  }

  .factory-page .factory-1 .txt {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .factory-page .factory-4 {
    padding: 0 15px;
  }

  .factory-page .factory-4 .in-left {
    max-width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .factory-page .factory-4 .in-right {
    max-width: 100%;
    margin-top: 5%;
  }
}

.about-page .about-1 video {
  width: 100%;
  max-width: 100%;
}
.about-page .about-1 .content h3 {
  font-weight: 800;
  color: #e63d0e;
}

.about-page .about-1 .content ul {
  margin: 0 -15px;
}

.about-page .about-1 .content ul li {
  padding: 0 15px;
  text-align: center;
}

.about-page .about-1 .content ul li h2 {
  font-weight: 600;
  line-height: 0.8;
}

.about-page .about-2 .top .left {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.about-page .about-2 .top .right ol li {
  font-size: var(--px18);
  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;
  margin-bottom: 15px;
}

.about-page .about-2 .top .right ol li:last-child {
  margin-bottom: 0;
}

.about-page .about-2 .top .right ol li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 13px;
}

.about-page .about-2 .top .right ol li p {
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}

.about-page .about-2 .top .right ol li em {
  font-weight: 500;
  color: var(--color);
}

.about-page .about-2 .bottom ul {
  margin: 0 -7px;
}

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

.about-page .about-2 .bottom ul .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/arrow-left.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}

.about-page .about-2 .bottom ul .slick-arrow.slick-prev {
  left: -65px;
}

.about-page .about-2 .bottom ul .slick-arrow.slick-next {
  right: -65px;
  background-image: url('../images/arrow-right.png');
}

.about-page .about-3 {
  /*background: url('../images/about-1.jpg') no-repeat;*/
  background-size: cover;
  background-color: #fefff0;
}

.about-page .about-3 .top .text em {
  font-weight: 500;
  color: var(--color);
  font-size: var(--px24);
}

.about-page .about-3 .bottom .map {
  position: absolute;
  inset: 0;
}

.about-page .about-3 .bottom .map .list {
  position: absolute;
  width: fit-content;
}

.about-page .about-3 .bottom .map .list .text {
  position: absolute;
  left: 150%;
  top: 0;
  white-space: nowrap;
  border-radius: 5px;
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(0);
  transition: 0.5s;
  transform-origin: 0 0;
  z-index: 5;
}

.about-page .about-3 .bottom .map .list.right .text {
  left: unset;
  right: 150%;
  transform-origin: 100% 0;
}

.about-page .about-3 .bottom .map .list>img {
  transition: 0.5s;
  max-width: 54px;
}

.about-page .about-3 .bottom .map .list:hover>img {
  transform: scale(1.2);
}

.about-page .about-3 .bottom .map .list:hover .text {
  transform: scale(1);
}

.about-page .about-3 .bottom .map .list .text a {
  font-size: 16px;
  line-height: 1;
  color: var(--color);
  border-bottom: 1px solid var(--color);
}

.about-page .about-4 {
  background-color: #fefff0;
}

.about-page .about-4 .list .text h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.about-page .about-5 {
  position: relative;
  z-index: 5;
}

.about-page .about-5 .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.about-page .about-5 .top a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
}

.about-page .about-5 .top a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-page .about-5 .top a.btn span {
  margin-right: 10px;
  font-size: var(--px20);
  font-weight: 500;
}

.about-page .about-5 .top a.btn i {
  font-size: var(--px20);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-5 .bottom .left {
  max-width: 775px;
}

.about-page .about-5 .bottom .left ul {
  margin: 0 -6px;
  padding: 0 var(--px35);
  position: relative;
}

.about-page .about-5 .bottom .left ul li {
  padding: var(--px30) 6px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-5 .bottom .left ul li:hover {
  padding-top: 0;
}

.about-page .about-5 .bottom .left ul li a.img {
  display: block;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.about-page .about-5 .bottom .left ul .slick-arrow {
  width: 15px;
  height: 40px;
  color: transparent;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-5 .bottom .left ul .slick-arrow::before {
  content: '\e6de';
  font-family: 'iconfont';
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-5 .bottom .left ul .slick-arrow.slick-prev {
  left: 8px;
}

.about-page .about-5 .bottom .left ul .slick-arrow.slick-next {
  right: 8px;
}

.about-page .about-5 .bottom .left ul .slick-arrow.slick-next::before {
  content: '\e618';
}

.about-page .about-5 .bottom .right {
  max-width: 335px;
}

.about-page .about-5 .bottom .right a.img {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1700px) {
  .about-page .about-2 .bottom {
    padding: 0 75px;
  }
}
@media screen and (max-width: 1250px) {
  
  .about-page .about-1 .content ul {
    padding: 0;
  }

  .about-page .about-2 .top .right ol li {
    font-size: 14px;
  }

  .about-page .about-5 .bottom .left {
    padding-right: 60px;
  }

  .about-page .about-3 {
    padding-bottom: var(--px100);
  }

  .about-page .about-3 .bottom .map .list>img {
    max-width: 30px;
  }
}
@media screen and (max-width: 1000px) {

  .about-page .about-1 .content ul li {
    width: 50%;
    padding: 0 5px;
  }

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

  .about-page .about-5 .top a.btn {
    margin: 10px 0;
  }

  .about-page .about-5 .bottom .left ul {
    padding: 0;
  }

  .about-page .about-2 .top .left {
    width: 100%;
    margin-bottom: 30px;
    border-right: none;
  }

  .about-page .about-2 .top .right {
    width: 100%;
    padding-left: 0;
  }

  .about-page .about-4 .list .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .about-page .about-4 .list .img {
    width: 100%;
  }

  .about-page .about-4 .list:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-page .about-5 .bottom .right {
    display: none;
  }

  .about-page .about-5 .bottom .left {
    padding-right: 0;
    width: 100%;
  }

  .about-page .about-5 .top {
    padding: 0 0 30px;
  }

  .about-page .about-3 .bottom .map .list .text {
    zoom: 0.8;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .content ul li {
    width: 50%;
  }
}


.manu-page .list_box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
}

.manu-page .list_box li:last-child {
  margin-bottom: 0;
}

.manu-page .list_box li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}

.manu-page .manu-1 .right .list-t,
.manu-page .manu-1 .right .list-b {
  margin: 0 -13px;
}

.manu-page .manu-1 .right .img {
  padding: 8px 13px;
  max-width: 50%;
}

.manu-page .manu-2 {
  background-color: #f9f9f9;
}

.manu-page .manu-2 ul {
  margin: 0 -8px;
}

.manu-page .manu-2 ul li {
  padding: 0 8px;
}

.manu-page .manu-2 ul li .box {
  background-color: white;
  height: 100%;
}

.manu-page .manu-2 ul li .box .text {
  padding: var(--px30) var(--px40) var(--px40);
}

.manu-page .manu-3 .list .img,
.manu-page .manu-3 .list .text {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

.manu-page .manu-3 .list: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;
}

.manu-page .manu-3 .list .text {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--px45) var(--px75);
}

.manu-page .manu-4 ul {
  margin: -20px -15px;
}

.manu-page .manu-4 ul li {
  padding: 20px 15px;
  width: 25%;
}

.manu-page .manu-4 ul .slick-slide>div {
  height: auto !important;
}

.manu-page .manu-4 ul li .box .title {
  padding: 20px;
  background-color: #f7f7f7;
}

.manu-page .manu-5 ul {
  margin: 0 -6%;
}

.manu-page .manu-5 ul li {
  padding: 0 6%;
  text-align: center;
}

.manu-page .manu-5 ul li .box .icon {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.manu-page .manu-5 ul li .box:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

@media (max-width: 1800px) {
  .manu-page .manu-1 .right {
    zoom: 0.9;
  }
}

@media (max-width: 1700px) {
  .manu-page .manu-1 .right {
    zoom: 0.8;
  }
}

@media (max-width: 1450px) {
  .manu-page .manu-1 .right {
    zoom: 0.7;
  }
}

@media (max-width: 1250px) {

  .manu-page .manu-1 .right {
    zoom: 0.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .manu-page .manu-1 .right .list-b {
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
  }

  .manu-page .manu-4 ul li {
    width: 33.333333333%;
  }
}

@media (max-width: 1000px) {
  .manu-page .manu-1 .left {
    width: 100%;
    margin-bottom: 60px;
  }

  .manu-page .manu-1 .right {
    width: 100%;
    zoom: 0.8;
  }

  .manu-page .manu-3 .list .img {
    width: 100%;
  }

  .manu-page .manu-3 .list .text {
    width: 100%;
  }

  .manu-page .manu-4 ul li {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .manu-page .manu-3 .list .text {
    padding: var(--px50);
  }

  .manu-page .manu-4 ul {
    margin: -10px -5px;
  }

  .manu-page .manu-4 ul li {
    padding: 10px 5px;
  }
}

@media (max-width: 500px) {
  .manu-page .list_box li span {
    display: inline-block;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }

  .manu-page .manu-4 ul li {
    width: 100%;
  }
  .manu-page .manu-5 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .manu-page .manu-5 ul li {
    width: 50%;
    margin: 10px 0;
  }
}

.faq-page .faq-1 {
  position: relative;
}

.faq-page .faq-1 .bg {
  position: absolute;
  inset: 0;
}

.faq-page .faq-1 .content ul li:last-child {
  margin-bottom: 0;
}

.faq-page .faq-1 .content ul li.active a .dot {
  background-color: var(--color);
}

.faq-page .faq-1 .content ul li 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;
}

.faq-page .faq-1 .content ul li a span {
  width: -webkit-calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: calc(100% - 22px);
  font-weight: 500;
}

.faq-page .faq-1 .content ul li a .dot {
  width: 22px;
  height: 22px;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.faq-page .faq-1 .content ul li a .dot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}

.faq-page .faq-2 .content {
  border-top: 2px solid #dbdbdb;
}

.faq-page .faq-2 .content ul li {
  border-bottom: 2px solid #dbdbdb;
}

.faq-page .faq-2 .content ul li a.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-page .faq-2 .content ul li a.title h4 {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}

.faq-page .faq-2 .content ul li a.title i {
  font-size: 30px;
}

.faq-page .faq-2 .content ul li .con {
  display: none;
}

.news-page .news-top {
  background-color: #faf9f9;
}

.news-page .news-top .left {
  vertical-align: middle
}

.news-page .news-top .right {
  vertical-align: middle
}


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

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

.news-page .news-1 .list ul li a.img-box {
  display: block
}

.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px var(--px43) 0px rgba(27, 26, 26, .06);
  -webkit-box-shadow: 0px 5px var(--px43) 0px rgba(27, 26, 26, .06);
  box-shadow: 0px 5px var(--px43) 0px rgba(27, 26, 26, .06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: #fff
}

.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  line-height: 2;
  display: block;
  margin-bottom: 1em
}

.news-page .news-1 .list ul li .content span.h6 {
  font-weight: 500;
  display: block;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 5.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em
}

.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px
}

.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0
}

.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1
}

.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .news-page .news-1 .list ul li .content {
    padding: 7%
  }
}
@media screen and (max-width: 1450px) {
  .news-page .news-1 .list ul li .content {
    padding: 5%
  }

  .news-page .news-1 .list ul li .content span.h6 {
    height: 6.8em
  }

  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px
  }

  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px
  }
}
@media screen and (max-width: 1250px) {
  .news-page .news-1 .list ul li {
    width: 50%
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-top .left,
  .news-page .news-top .right {
    margin: 10px 0
  }
}
@media screen and (max-width: 700px)  {
  
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em
  }

  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1
  }

  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0
  }

  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0
  }

  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em
  }

  .news-page .news-1 .list ul li {
    width: 100%
  }
  .news-page .news-1 .list ul li .content span.h6 {
    height: auto;
  }
  .news-page .news-1 .list ul li .content .pre {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {

  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto
  }
}


.inner-page .slideBarBox .slideBarLeft {
  width: 24%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px
}

.inner-page .slideBarBox .slideBarLeft+.slideBarRight {
  padding-left: 4%;
  padding-right: 0
}

.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: var(--px40);
  padding: var(--px30);
  background-color: #f7f7f7
}

.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: var(--px20);
  line-height: 1.5;
  font-weight: 700;
  display: block;
  color: #424242;
  margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: #fff
}

.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: #000
}

.inner-page .slideBarBox .slideBarLeft .slide form input[type=submit] {
  width: 4em;
  background-image: url("/template/en/images/icon-search-black.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0
}

.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: #f7f7f7;
  color: #fff;
  background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));
  background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));
  background-image: linear-gradient(170deg, var(--color), var(--color2))
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  background-size: cover;
  background-position: center
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-left: 5%
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 30px;
  height: 3.2em
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  margin-top: .5em
}

.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a img {
  filter: invert(1);
  max-width: 45px;
  min-width: 45px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  object-fit: none
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
  background-color: var(--color);
  background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));
  background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));
  background-image: linear-gradient(170deg, var(--color), var(--color2));
  color: white;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover i,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active i {
  color: var(--color);
}

.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0
}

.inner-page .slideBarBox .slideBarRight {
  width: 76%;
  padding-right: 4%
}

.inner-page.newdet-page .form ul {
  margin: -10px
}

.inner-page.newdet-page .form ul li {
  padding: 10px;
  font-size: 14px
}

.inner-page.newdet-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px
}

.inner-page.newdet-page .form ul li input[type='text'],
.inner-page.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.inner-page.newdet-page .form ul li input[type='text']:focus,
.inner-page.newdet-page .form ul li textarea:focus {
  border-color: var(--color)
}

.inner-page.newdet-page .form ul li input[type='submit'] {
  background: transparent;
  border: none;
}

.inner-page.newdet-page .form ul li textarea {
  height: 80px
}

.inner-page.newdet-page .form ul li.wid-100 {
  width: 100%
}

.inner-page.newdet-page .form ul li .btn {
  font-size: 15px;
  line-height: 4.53333333em;
  height: 4.53333333em;
  padding: 0 2.4em;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none
}

.inner-page.newdet-page .form ul li .btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em
}

.inner-page.newdet-page .form ul li .btn:hover {
  background: #222
}
@media screen and (max-width: 1450px) {
  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    padding-left: 2%
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none
  }

  .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    width: 100%;
    padding-left: 0
  }
}

.newdet-page .init4 ul li {
  padding: 10px
}

.newdet-page .slideBarRight time {
  font-size: 14px;
  line-height: 2;
  display: block
}

.m-link .Auxil-through {
  font-size: 14px;
  line-height: 2
}

.newdet-page .slideBarRight h1 {
  font-size: var(--px40);
  line-height: 1.4;
  font-weight: 700
}

.newdet-page .slideBarRight .text {
  margin: 2em 0
}

.newdet-page .slideBarRight .text p {
  margin-top: 1em
}

.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0
}

.newdet-page .slideBarRight .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em
}

.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.newdet-page .slideBarRight .share a:hover {
  background-color: var(--color)
}
.newdet-page .slideBarRight span.h5 {
  font-size: var(--px20);
  line-height: 1.5;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block
}
.newdet-page .slideBarRight .text section {
  margin-bottom: var(--px40);
}

.newdet-page .slideBarRight .text h2 {
  font-size: var(--px20);
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--px18);
}

.newdet-page .slideBarRight .text h3 {
  font-size: var(--px18);
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

.newdet-page .slideBarRight .text h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.newdet-page .slideBarRight .text p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 35px;
}

.newdet-page .slideBarRight .text ul,
.newdet-page .slideBarRight .text ol {
  margin-bottom: 35px;
  list-style-type: revert;
}

.newdet-page .slideBarRight .text li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: left;
}

.newdet-page .slideBarRight .text table {
  width: 100%;
  margin-bottom: 35px;
  border-collapse: collapse;
}

.newdet-page .slideBarRight .text table tr {
  border-bottom: 1px solid #ddd;
}

.newdet-page .slideBarRight .text table td {
  text-align: center;
  padding: 12px;
}

.newdet-page .slideBarRight .text strong {
  font-weight: bold;
}

.newdet-page .slideBarRight .text a {
  color: #0066cc;
  text-decoration: none;
}

.newdet-page .slideBarRight .text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .inner-page.newdet-page .form ul li {
    width: 100%;
  }
}
.seoPublic .Auxil-related .list ul li,.seoPublic .Auxil-related .list ul li .box {
  height: 100%;
}


.innovation-page .innovation-3 {
  color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.innovation-page .innovation-3 .nav ul li a {
  display: block;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--color);
  padding: 5px 25px;
  font-size: 18px;
  border-radius: 20px;
}

.innovation-page .innovation-3 .nav ul li:hover a,
.innovation-page .innovation-3 .nav ul li.active a {
  background: #222;
}

.innovation-page .innovation-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.innovation-page .innovation-3 .right .list li {
  padding: 7.5% 6%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1000px){
  .innovation-page .innovation-3 .left {
    position: static;
    top: 0;
  }
}

.aft03 {
  position: relative;
  overflow: hidden;
  background-color: #fefff0;
}

.aft03 p {
  color: #666;
  font-weight: 300;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--px100);
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  border-radius: 5%;
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 600;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}

.custom-2new .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-2new .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e63d0e1f;
  line-height: 1.5;
}
@media screen and (max-width:1700px) {
  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }
}
@media screen and (max-width:1000px)  {
  .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }
}

.service-add ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-add ul li .text {
  background: #faf9f9;
  padding: var(--px20) 6%;
}

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

.service-add ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .service-add ul li .text {
    padding: 20px 15px;
  }
}

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

  .service-add ul li .img,
  .service-add ul li .text {
    width: 100%;
  }
}

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

.contact-page .contact-1 .header .con {
  line-height: 1.875;
  max-width: 820px;
  color: #4B4B4B;
}

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

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

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

.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: var(--px18);
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .icon {
  width: var(--px60);
  height: var(--px60);
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: var(--color);
}

.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: #000;
}

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

.contact-page .contact-2 .box {
  background: #fff;
  padding: var(--px50);
  border-radius: 10px;
}

.contact-page .contact-2 .box .form {
  margin-top: 42px;
}

.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(--px18);
  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: 25px;
  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: 200px;
}

.contact-page .contact-2 .box .form ul li button {
  border: 0;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-3 {
  padding-top: 2%;
}

.contact-page .contact-3 iframe {
  height: 630px;
  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-3 iframe {
    height: 400px;
  }
  .contact-page .contact-1 .content ul li .ig {
    height: 100%;
    min-height: auto;
  }
}

@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 .form {
    margin-top: var(--px30);
  }
  .contact-page .contact-2 .box .form ul {
    margin: -5px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 5px;
  }
}

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

  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }

  .contact-page .contact-2 .box .form ul li {
    width: 100%;
  }
}
.cus_page .cus_1 .swiper ul li.swiper-slide .icon {
  width: var(--px80);
  height: var(--px80);
  min-width: 45px;
  min-height: 45px;
  border: 1px solid #e63d0e;
  border-radius: 50%;
  margin: 10px auto;
  padding: 15px;
}
#index-body .init_1N {
  width: 100%;
  overflow: hidden;
}
#index-body .init_1N .item .values-background {
  position: absolute;
  inset:0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-body .init_1N .item .values-background .blob {
  position: absolute;
  width: 50%;
  height: 50%;
  filter: blur(150px);
  opacity: 0.7;
}
#index-body .init_1N .item .values-background .blob.blob-1 {
  top: -10%;
  left: -6%;
  background: linear-gradient(86deg, #ddfbcf 40.05%, rgba(45, 39, 61, 0) 78.42%);
}
#index-body .init_1N .item .values-background .blob.blob-2 {
  bottom: -22%;
  right: -28%;
  background: linear-gradient(84deg, #53B1FF 38.65%, rgba(48, 49, 15, 0) 77.14%);
}
#index-body .init_1N .item .values-background .blob.blob-3 {
  top: -33%;
  right: -28%;
  background: linear-gradient(86deg, #53B1FF 40.05%, rgba(45, 39, 61, 0) 78.42%);
}
#index-body .init_1N .item .values-background .blob.blob-4 {
  bottom: -22%;
  left: -6%;
  background: linear-gradient(84deg, #FFEDBF 38.65%, rgba(48, 49, 15, 0) 77.14%);
}
#index-body .init_1N .item .values-background .blob.blob-5 {
  top: -10%;
  left: -6%;
  background: linear-gradient(86deg, #FFEDBF 40.05%, rgba(45, 39, 61, 0) 78.42%);
}
#index-body .init_1N .item .values-background .blob.blob-6 {
  width: 40%;
  height: 40%;
  bottom: 0%;
  right: -13%;
  background: linear-gradient(84deg, #ddfbcf 38.65%, rgba(48, 49, 15, 0) 77.14%);
}
#index-body .init_1N .item .left {
  width: 57.3%;
}
#index-body .init_1N .item .right {
  width: 34%;
}
#index-body .init_1N .item .lineBox {
  width: fit-content;
}
#index-body .init_1N .item .lineBox .img {
  max-width: 11.05104166vw;
  min-width: 100px;
}
#index-body .init_1N .item1 .lineBox .box img.line {
  padding-bottom: var(--px75);
}
#index-body .init_1N .item1 .lineBox,#index-body .init_1N .item3 .lineBox,#index-body .init_1N .item5 .lineBox {
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .init_1N .item1 .lineBox .line,#index-body .init_1N .item3 .lineBox .line,#index-body .init_1N .item5 .lineBox .line {
  width: 15.67708vw;
  min-width: 120px;
}
#index-body .init_1N .item2 .lineBox,#index-body .init_1N .item4 .lineBox,#index-body .init_1N .item6 .lineBox {
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init_1N .item2 .lineBox .line,#index-body .init_1N .item4 .lineBox .line,#index-body .init_1N .item6 .lineBox .line {
  width: 18.22916vw;
  min-width: 120px;
}
#index-body .init_1N .item:last-child {
  padding-bottom: var(--px150);
}
@media screen and (max-width: 1000px) {
  #index-body .init_1N .item .right .btnBox {
    margin-bottom: 20px;
  }
  #index-body .init_1N .item {
    padding-bottom: var(--px120);
  }
}