@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.eot");
  src: url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  --color: #dbff2a;
  margin: 0 auto;
  color: #333333;
}
.container {
  width: 1690px;
}
.bigtt-zt {
  font-family: "Gilroy";
  font-weight: 900;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 16px;
  left: 0;
  transition: all 0.5s;
}
#header .nav {
  position: relative;
  height: 110px;
}
#header .nav .logo img{
  filter:brightness(0) invert(1);
  transition: all 0.5s;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: calc(100% - 140px);
}
#header .nav .ui.menu .menu-box {
  max-width: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu {
  display: flex;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 30px;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  border-color: #fff;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  border-color: #fff;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  /*color: white;*/
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: scaleY(0);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language span i {
  font-size: 12px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header .nav .ui.menu .right .line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.76);
}
#header.active {
  background-color: #fff;
  top: 0;
}
#header.active .nav .logo img{
  filter:none;
}
#header.active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li{
  color: #333;
}
#header.active .nav .ui.menu .right .h-search img{
  filter: brightness(0);
}
#header.active .nav .ui.menu .right .line{
  background-color: rgba(0, 0, 0, 0.76);
}
#header.active .nav .ui.menu .right .h-language span{
  color: #333
}
#header.active .nav .ui.menu .right .h-language span img{
  filter: brightness(0);
}
#banner {
  position: relative;

}
#banner .banner-content {
  height: 100vh;
  position: relative;
  overflow: visible;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  pointer-events: none;
  z-index: -2;
}

#banner .banner-content .swiper-slide .canvasbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1280px;
  pointer-events: none;
  display: block;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8) !important;
}

#banner .banner-content .swiper-slide .lte-water-distorsion{
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  object-fit: cover;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 890px;
  line-height: 1.3;
  text-shadow: 2px 4px 0 #003160;
}
#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 840px;
}
#banner .circle-container {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  right: calc((100vw - 1660px) / 2);
  z-index: 2;
}
#banner .circle-container svg {
  fill: #fff;
}
#banner .circle-container .rotating-text {
  animation: rotate 15s linear infinite;
  transform-origin: center;
  font-weight: bold;
}
#banner .circle-container .cirico {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: var(--color);
  font-size: 32px;
}
.btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.btn01 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--color);
}
.btn01 i img {
  animation: rotate 5s linear infinite;
}
.btn01 em {
  font-size: 22px;
  font-weight: bold;
  transition: all 0.5s;
}
.btn01:hover i img {
  animation-play-state: paused;
}
.btn01:hover em {
  color: var(--color);
  transform: translateX(-5px);
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-go {
  width: auto;
  min-width: 232px;
  padding: 0 60px;
  height: 44px;
  border-radius: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 20px;
  font-weight: bold;
}
.btn-go:hover {
  background-color: #fff;
  border-color: var(--color);
}
.pt-btn {
  width: auto;
  min-width: 200px;
  padding: 0 22px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
}
.pt-btn:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
/*- index-body -*/
#index-body .init-category {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#index-body .init-category .mk-content {
  width: max-content;
  will-change: revert;
}
#index-body .init-category .mk-content .left {
  width: 32vw;
  padding-right: 4%;
}
#index-body .init-category .mk-content ul {
  width: max-content;
  will-change: revert;
}
#index-body .init-category .mk-content ul li .box {
  perspective: 1000px;
  perspective-origin: 111% 50%;
}
#index-body .init-category .mk-content ul li .box .imgbox {
  transform-origin: 0 50%;
  transform: rotateY(7deg);
  transform-style: preserve-3d;
  position: relative;
}
#index-body .init-category .mk-content ul li .box .imgbox img {
  border-radius: 20px;  min-width: 715px;
}
#index-body .init-category .mk-content ul li .box .imgbox .txtbox {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 13%;
  left: 0;
}
#index-body .init-category .mk-content ul li .box .imgbox .txtbox .tt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 233px;
  max-width: 90%;
  background-color: #ffffff;
  border-radius: 44px;
  padding: 8px 60px;
  transition: all 0.5s;
}
#index-body .init-category .mk-content ul li .box:hover .imgbox .txtbox .tt {
  background-color: var(--color);
}
#index-body .init-manufacture {
  overflow: hidden;
}
#index-body .init-manufacture .mk-content .pc-list ul {
  display: flex;
}
#index-body .init-manufacture .mk-content .pc-list ul li {
  position: relative;
  flex: 1;
  transition: flex-grow 0.6s ease, margin 1s ease;
  height: 448px;
  overflow: hidden;
  border-radius: 40px;
}
#index-body .init-manufacture .mk-content .pc-list ul li .box {
  position: relative;
  z-index: 0;
  height: 100%;
  display: grid;
  grid-template: 1fr / 1fr;
}
#index-body .init-manufacture .mk-content .pc-list ul li .box .imgbox {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  grid-area: 1 / 1 / 2 / 2;
}
#index-body .init-manufacture .mk-content .pc-list ul li .box .imgbox img {
  border-radius: 40px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index-body .init-manufacture .mk-content .pc-list ul li .box .txtbox {
  width: 614px;
  padding: 50px 70px;
  height: 100%;
  grid-area: 1 / 1 / 2 / 2;
}
#index-body .init-manufacture .mk-content .pc-list ul li .box .txtbox .desc {
  opacity: 0;
  max-height: calc(30px * 4);
  overflow-y: auto;
  transition: all 0.5s;
}
#index-body .init-manufacture .mk-content .pc-list ul li .box .txtbox .btn-go {
  opacity: 0;
}
#index-body .init-manufacture .mk-content .pc-list ul li:hover {
  flex-grow: 1.5;
}
#index-body .init-manufacture .mk-content .pc-list ul li:hover:not(:last-child) {
  margin-right: -40px;
}
#index-body .init-manufacture .mk-content .pc-list ul li:hover .box .txtbox .desc {
  opacity: 1;
}
#index-body .init-manufacture .mk-content .pc-list ul li:hover .box .txtbox .btn-go {
  opacity: 1;
  transform: translateY(0);
}
#index-body .init-manufacture .mk-content .pc-list ul li:not(:last-child) {
  margin-right: -4%;
}
#index-body .init-manufacture .mk-content .mobile-list {
  display: none;
}
#index-body .init-manufacture .mk-content .mobile-list ul li .box {
  position: relative;
}
#index-body .init-manufacture .mk-content .mobile-list ul li .box .imgbox {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
#index-body .init-manufacture .mk-content .mobile-list ul li .box .imgbox img {
  border-radius: 40px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index-body .init-manufacture .mk-content .mobile-list ul li .box .txtbox {
  padding: 25px;
}
#index-body .init-advantage ul {
  margin: -17px;
}
#index-body .init-advantage ul li {
  width: 25%;
  padding: 17px;
}
#index-body .init-advantage ul li .box {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 32px 28px 90px;
  transition: all 0.5s;
}
#index-body .init-advantage ul li:hover .box{
  transform: translateY(-8px);
}
#index-body .init-advantage ul li .box i {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-advantage ul li .box .desc {
  color: #666666;
  height: calc(30px * 5);
  overflow-y: auto;
}
#index-body .init-technology {
  background-color: #333333;
  position: relative;
  z-index: 0;
}
#index-body .init-technology .bgl {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
#index-body .init-technology .infolist ul {
  margin: -22px -10px;
}
#index-body .init-technology .infolist ul li {
  padding: 22px 10px;
}
#index-body .init-technology .infolist ul li .box {
  opacity: 0.48;
  transition: all 0.5s;
}
#index-body .init-technology .infolist ul li .box i {
  width: 44px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-technology .infolist ul li:hover .box {
  opacity: 1;
}
#index-body .innt-insulating {
  height: calc(100vh - 110px);
  position: relative;
}
#index-body .innt-insulating .mk-content {
  width: 100%;
  overflow: hidden;
}
#index-body .innt-insulating .mk-content .scroll-box .scroll-item {
  overflow: hidden;
  padding: 28px 0;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  width: 100%;
  display: flex !important;
  /* 或者 block */
  flex-direction: row;
}
#index-body .innt-insulating .mk-content .scroll-box .scroll-item .con {
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}
#index-body .innt-insulating .mk-content .scroll-box .scroll-item .con p {
  font-size: calc(2.7083vw + 14px);
  font-weight: 300;
  line-height: 1;
}
#index-body .innt-insulating .mk-content .scroll-box .scroll-item .con em {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #333;
  margin: 0 58px;
}
#index-body .innt-insulating .mk-content .scroll-box .scroll-item:nth-child(1) {
  border-bottom: 0;
}
#index-body .innt-insulating .mk-content .scroll-img {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#index-body .innt-insulating .mk-content .scroll-img .imgbox {
  width: 100%;
  height: 100%;
  clip-path: inset(calc(50% - 145px) calc(50% - 145px) round 145px);
  transition: all 0.5s;
}
#index-body .innt-insulating .mk-content .scroll-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#index-body .innt-insulating .mk-content .scroll-text {
  z-index: 3;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-news {
  background-color: #f8f8f8;
  border-radius: 20px;
}
#index-body .init-news .mk-content ul li .box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 14px 40px 45px;
  border:1px solid transparent;
  transition: all 0.5s;
}
#index-body .init-news .mk-content ul li .box:hover {
  border-color: var(--color);
}
#index-body .init-news .mk-content ul li .box .top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
#index-body .init-news .mk-content ul li .box .top .left .line {
  display: block;
  width: 1px;
  height: 27px;
  background-color: #cecece;
}
#index-body .init-news .mk-content ul li .box .top .cat_name {
  width: auto;
  min-width: 145px;
  padding: 0 22px;
  height: 30px;
  border-radius: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
}
#index-body .init-news .mk-content ul li .box .top .cat_name:hover {
  background-color: #e9e9e9;
}
#index-body .init-news .mk-content ul li .box .desc {
  color: #999999;
}
/*- footer -*/
#footer .footer-top{
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#footer .footer-top .map {
  width: 60%;pointer-events: all;
}
#footer .footer-top .form {
  width: 40%;
  padding-left: 6%;
  pointer-events: all;
}
#footer .footer-top .form h2 .go_top {
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
#footer .footer-top .form h2 .go_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/h-gotop.png);
  background-size: cover;
  animation: rotate 15s infinite linear;
}
#footer .footer-top .form h2 .go_top span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color);
  color: #333;
  font-size: 22px;
  font-weight: normal;
}
#footer .footer-top .form form ul {
  margin: -12px -15px;
}
#footer .footer-top .form form ul li {
  padding: 12px 15px;
}
#footer .footer-top .form form input {
  width: 100%;
  height: 58px;
  background-color: rgba(24, 24, 24, 0.25);
  border: solid 1px rgba(255, 255, 255, 0.25);
  padding: 10px 20px;
  color: #fff;
}
#footer .footer-top .form form textarea {
  width: 100%;
  height: 96px;
  background-color: rgba(24, 24, 24, 0.25);
  border: solid 1px rgba(255, 255, 255, 0.25);
  padding: 10px 20px;  color: #fff;
}
#footer .footer-center {
  margin-top: -154px;
  position: relative;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 70%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 260px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list li {
  transition: all 0.5s;
  color: #dddddd;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick {
  max-width: 240px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.pro {
  max-width: 280px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a {
  transition: all 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a {
  background-size: 100% 1px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 378px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li span {
  display: inline-block;
}
#footer .footer-center .footer-b {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#footer .footer-center .footer-b .top{
  pointer-events: all;
}
#footer .footer-center .footer-b .top #ewm {
  width: 84px;
  height: 84px;
  background: #fff;
  border: 4px solid #fff;
}
#footer .footer-center .footer-b .top .share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 19px;
  color: #fff;
  transition: all 0.5s;
}
#footer .footer-center .footer-b .top .share li a:hover {
  background-color: #ffffff;
  color: #333;
}
#footer .footer-center .footer-b .con {
  color: #fff;pointer-events: all;
}
#footer .footer-center .footer-b .con p {
  margin: 0 10px;
}
#footer .footer-center .footer-b .con .svg {
  transform: translateY(2px);
}
#footer .footer-center .footer-b .con svg {
  width: auto;
  max-height: 34px;
  transition: all 0.5s;
  fill: #fff;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 26px;
  }
  #banner .circle-container {
    right: calc((100vw - 1370px) / 2);
    zoom: 0.9;
  }
  #footer .footer-top .form {
    padding-left: 4%;
  }
  #index-body .init-manufacture .mk-content .pc-list ul li .box .txtbox {
    width: 510px;
    padding: 50px 45px;
  }
  #index-body .init-category .mk-content ul li .box .imgbox img {
      min-width: 650px;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 12px;
  }
  #banner .circle-container {
    right: calc((100vw - 1170px) / 2);
    zoom: 0.8;
  }
  #footer .footer-top .form h2 .go_top {
    zoom: 0.8;
  }
  #footer .footer-center .footer-b {
    bottom: -12px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 345px;
  }
  /*#index-body .init-category .mk-content ul li .box .imgbox img {
    zoom: 0.8;
  }*/
  #index-body .init-category .mk-content ul li .box .imgbox .txtbox .tt {
    padding: 8px 30px;
  }
  #index-body .init-manufacture .mk-content .pc-list ul li .box .txtbox {
    width: 418px;
  }
  #index-body .init-advantage ul {
    margin: -10px;
  }
  #index-body .init-advantage ul li {
    padding: 10px;
  }
  #index-body .init-advantage ul li .box {
    padding: 25px 15px 70px;
  }
  #index-body .init-advantage ul li .box i {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }
  #banner .circle-container {
    right: calc((100vw - 940px) / 2);
    bottom: 5%;
  }
  #banner .banner-content .swiper-slide .canvasbox{
    height: 100%;
  }
  #footer .footer-top .map {
    width: 100%;
  }
  #footer .footer-top .form {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #footer .footer-center {
    margin-top: 0;
  }
  #footer .footer-top .form form ul li {
    justify-content: flex-start;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    width: 100%;
  }
  #footer .footer-center .footer-b {
    position: static;
    align-items: flex-start;
  }
  #footer .footer-center .footer-b .con {
    margin-top: 20px;
  }
#index-body .init-category .mk-content ul li .box .imgbox img {
    min-width: 542px;
}
  #index-body .init-manufacture .mk-content .pc-list ul li .box .txtbox {
    width: 350px;
    padding: 35px;
  }
  #index-body .init-advantage ul li {
    width: 50%;
  }
  #index-body .init-technology .infolist ul li {
    padding: 10px;
  }
  #index-body .init-technology .infolist ul {
    margin: -10px;
  }
  #index-body .init-news .mk-content ul li .box {
    padding: 14px 25px 30px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }

  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #footer .footer-top .form form input {
    height: 42px;
  }
  #footer .footer-top .form form ul {
    margin: -6px -10px;
  }
  #footer .footer-top .form form ul li {
    width: 100%;
    padding: 6px 10px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
  }
  #banner .circle-container {
    right: calc((100vw - 670px) / 2);
  }
  #index-body .init-category .mk-content ul li .box .imgbox img {
    min-width: unset;
    width: 100%;
  }
  #index-body .init-category .mk-content{
    flex-wrap: wrap;
    width: 100%;
  }
  #index-body .init-category .mk-content .left {
    width: 100%;
    padding-right: 0;
  }
#index-body .init-category .mk-content ul {
    width: 100%;
    flex-wrap: wrap;
}
#index-body .init-category .mk-content ul li {
  width: 100%;
}
#index-body .init-category .mk-content ul li .box .imgbox {
    transform: rotateY(0);
}

  #index-body .init-manufacture .mk-content .pc-list {
    display: none;
  }
  #index-body .init-manufacture .mk-content .mobile-list {
    display: block;
  }
  #index-body .init-technology .bgl {
    position: static;
    margin: 0 auto;
    display: block;
  }
  #index-body .innt-insulating {
    height: auto;
  }
  #index-body .innt-insulating .mk-content .scroll-box {
    display: none;
  }
  #index-body .innt-insulating .mk-content .scroll-img {
    z-index: -1;
  }
  #index-body .innt-insulating .mk-content .scroll-text {
    position: static;
    transform: none;
    padding: 40px 15px;
  }
  #index-body .innt-insulating .mk-content .scroll-img .imgbox {
    clip-path: inset(0 0 round 0);
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #banner .circle-container {
    right: 15px;
    zoom: 0.6;
  }
  #index-body .init-advantage ul li {
    width: 100%;
  }
  #index-body .init-advantage ul li .box .desc {
    height: auto;
  }
  #index-body .init-advantage ul li .box {
    padding: 25px 15px;
  }
  #index-body .init-technology .bgl {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  #banner .circle-container {
    display: none;
  }
  #index-body .init-technology .infolist ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #banner .banner-content .swiper-slide .txt-content{
    text-shadow: 2px 2px 4px #000000;
  }
}
/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
/*@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}*/
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}

.inner-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.inner-banner::after{
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.inner-banner .textcon{
  position: relative;
  z-index: 2;
}

/*
    product-page
==============================================*/
.product-page {
  background: #f3f2ed;
}
.product-page .pro_nav_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 777;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.product-page .pro_nav_box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.product-page .pro_nav_box .pro_nav {
  width: 360px;
  padding: 50px 30px;
  height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  background: #ffffff;
  transform: translate(-100%);
  transition: 0.5s;
}
.product-page .pro_nav_box .pro_nav .close {
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.product-page .pro_nav_box .pro_nav .saerch #s {
  height: 50px;
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #000000;
  padding-right: 45px;
}
.product-page .pro_nav_box .pro_nav .saerch .submit {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 5px;
  background: url(../images/search.png) no-repeat center center;
  border: none;
}
.product-page .pro_nav_box .pro_nav .nav_item li ul {
  padding-left: 15px;
}
.product-page .pro_nav_box .pro_nav .nav_item li a {
  transition: 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.product-page .pro_nav_box .pro_nav .nav_item li a:hover{
  background-size: 100% 1px;
}
.product-page .pro_nav_box .pro_nav .nav_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-page .pro_nav_box .pro_nav .nav_list li .img {
  width: 40%;
}
.product-page .pro_nav_box .pro_nav .nav_list li .t1 {
  width: 60%;
}
.product-page .pro_nav_box .pro_nav .nav_list li a span{
  transition: 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.product-page .pro_nav_box .pro_nav .nav_list li a:hover span{
  background-size: 100% 1px;
}
.product-page .pro_nav_box.active {
  visibility: visible;
  opacity: 1;
}
.product-page .pro_nav_box.active .pro_nav {
  transform: translate(0);
}
.product-page .product-1 .top .pro_search-box {
  max-width: 700px;
  margin: 0 auto;
}
.product-page .product-1 .top .pro_search-box form {
  padding-right: 50px;
  position: relative;
}
.product-page .product-1 .top .pro_search-box #s {
  width: 100%;
  height: 50px;
  border: none;
  font-size: 18px;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.product-page .product-1 .top .pro_search-box .sub {
  width: 40px;
  height: 40px;
  background: url(../images/icon-search.png) no-repeat center center / 30px;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.product-page .product-1 .top .tip_nav {
  font-size: 18px;
  margin-top: 20px;
}
.product-page .product-1 .top .tip_nav ul {
  margin: -10px;
}
.product-page .product-1 .top .tip_nav ul li {
  padding: 10px;
  opacity: 0.5;
  transition: 0.5s;
}
.product-page .product-1 .top .tip_nav ul li:hover {
  text-decoration: underline;
  opacity: 1;
}
.product-page .product-1 .top .tip_nav ul li.active{
    text-decoration: underline;
  opacity: 1;
}
.product-page .product-1 .center .filter_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}
.product-page .product-1 .center .filter_btn i {
  margin-right: 10px;
}
.product-page .product-1 .list ul {
  margin: -15px;
}
.product-page .product-1 .list ul li {
  padding: 15px;
}
.product-page .product-1 .list .ig {
  padding-bottom: 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .list .ig .t1 {
  color: #333;
}
.product-page .product-1 .list .ig .img {
  position: relative;
  background: #ffffff;
  transition: 0.5s;
}
.product-page .product-1 .list .ig .img .btn {
  height: 65px;
  padding: 10px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.5s;
}
.product-page .product-1 .list .ig .img .btn div {
  height: 100%;
  background: var(--color);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-1 .list .ig:hover {
  padding-bottom: 0;
}
.product-page .product-1 .list .ig:hover .img {
  padding-bottom: 80px;
}
.product-page .product-1 .list .ig:hover .img .btn {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 .top .pro_search-box #s {
    font-size: 16px;
  }
  .product-page .product-1 .top .pro_search-box .sub {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .top .tip_nav {
    font-size: 16px;
  }
  .product-page .product-1 .center .filter_btn{
    display:none;
  }
}
.seoPublic>div {
    padding: 90px 0;
}

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(1.8em * 10);
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]{
   color: #333;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
   color: #fff;
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}

.m-page {
  text-align: center;
  margin-top: 40px;
}

.m-page a,
.m-page span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px;
}

.m-page a:hover,
.m-page span.current {
  /*color: #fff;*/
  background-color: var(--color);
}

@media (max-width: 500px) {
  .m-page {
    margin-top: 20px;
  }

  .m-page a,
  .m-page span {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
    height: 28px;
  }
}
/*==============================================
    product-page
*/

/*
    prodet-page
==============================================*/
.prodet-page {
  background: #f3f2ed;
}
.prodet-page .prodet-1 .box .left {
  width: 55%;
  position: sticky;
  top: 120px;
}
.prodet-page .prodet-1 .box .left .big {
  width: 80.4%;
  padding-right: 2%;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  width: 18%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -0.5vw;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 0.5vw;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  background: white;
  cursor: pointer;
}
.prodet-page .prodet-1 .box .right {
  width: 45%;
}
.prodet-page .prodet-1 .box .right .content {
  border-bottom: 1px solid #d4d3cd;
}
.prodet-page .prodet-1 .box .right .pro_box ul {
  margin: -15px;
}
.prodet-page .prodet-1 .box .right .pro_box ul li {
  padding: 15px;
}
.prodet-page .prodet-1 .box .right .pro_box ul li .text {
  line-height: 1.3;
}
.prodet-page .prodet-1 .box .right .pro_box ul li .text span {
  transition: all 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.prodet-page .prodet-1 .box .right .pro_box ul li .text:hover span {
  background-size: 100% 1px;
}
.m-link a {
  transition: 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.m-link a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .box .right .pro_box ul {
    margin: -8px;
  }
  .prodet-page .prodet-1 .box .right .pro_box ul li{
    padding: 8px;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .box .left {
    top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
    position: static;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .box .right .pro_box ul {
    margin: -8px;
  }
  .prodet-page .prodet-1 .box .right .pro_box ul li {
    padding: 8px;
  }
  .prodet-page .prodet-1 .box .left .small {
      width: 18.5%;
  }
}
@media screen and (max-width: 700px) {

  .prodet-page .prodet-1 .box .left .big {
    padding-right: 6px;
  }
}

/*==============================================
    prodet-page
*/





/*
    contact-page
==============================================*/
.contact-page .contact-1 .mk-content .left {
  width: 20%;
}
.contact-page .contact-1 .mk-content .left ul li .titleC i {
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.contact-page .contact-1 .mk-content .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}
.contact-page .contact-1 .mk-content .right {
  width: 80%;
  padding-left: 14%;
}
.contact-page .contact-1 .mk-content .right .des {
  color: #666;
}
.contact-page .contact-1 .mk-content .right form .list {
  margin-top: 30px;
  width: calc(50% - 15px);
}
.contact-page .contact-1 .mk-content .right form .list.w-100 {
  width: 100%;
}
.contact-page .contact-1 .mk-content .right form .list input,
.contact-page .contact-1 .mk-content .right form .list textarea {
  background-color: #f2f2f2;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .mk-content .left {
    width: 25%;
  }
  .contact-page .contact-1 .mk-content .right {
    width: 75%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .mk-content .left {
    width: 100%;
  }
  .contact-page .contact-1 .mk-content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .contact-page .contact-1 .mk-content .right form .list {
    margin-top: 15px;
  }
  .contact-page .contact-1 .mk-content .right form .list {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .mk-content .right form .list {
    width: 100%;
  }
}

/*==============================================
    contact-page
*/





/*
    solution-page
==============================================*/
.solution-page .solution-2 .item {
  background-color: #f7f7f7;
}
.solution-page .solution-2 .item .left p {
  font-size: 306px;
  color: rgba(51, 51, 51, 0.08);
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
}
.solution-page .solution-2 .item.item2 {
  background-color: var(--color);
}
.solution-page .solution-2 .item.item2 .left {
  text-align: right;
}
.solution-page .solution-3 .item {
  background-color: #f7f7f7;
}
.solution-page .solution-3 .item .left .infolist ul {
  margin: -12px;
}
.solution-page .solution-3 .item .left .infolist ul li {
  width: 50%;
  padding: 12px;
}
.solution-page .solution-3 .item .left .infolist ul li .box img {
  margin-top: 8px;
}
.solution-page .solution-3 .item .right .imgbox {
  margin-right: calc((1660px - 100vw) / 2);
}
.solution-page .solution-3 .item:nth-child(even) .mk-content {
  flex-direction: row-reverse;
}
.solution-page .solution-3 .item:nth-child(even) .left {
  padding-left: 4%;
  padding-right: 0;
}
.solution-page .solution-3 .item:nth-child(even) .right .imgbox {
  margin-right: 0;
  margin-left: calc((1660px - 100vw) / 2);
}
@media screen and (max-width: 1700px) {
  .solution-page .solution-2 .item .left p {
    font-size: 280px;
  }
  .solution-page .solution-3 .item .right .imgbox {
    margin-right: calc((1370px - 100vw) / 2);
  }
  .solution-page .solution-3 .item:nth-child(even) .right .imgbox {
    margin-left: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  .solution-page .solution-2 .item .left p {
    font-size: 230px;
  }
  .solution-page .solution-3 .item .right .imgbox {
    margin-right: calc((1170px - 100vw) / 2);
  }
  .solution-page .solution-3 .item:nth-child(even) .right .imgbox {
    margin-left: calc((1170px - 100vw) / 2);
  }
}
@media screen and (max-width: 1250px) {
  .solution-page .solution-2 .item .left p {
    font-size: calc(19.1666vw + 14px);
  }
  .solution-page .solution-3 .item .right .imgbox {
    margin-right: calc((940px - 100vw) / 2);
  }
  .solution-page .solution-3 .item:nth-child(even) .right .imgbox {
    margin-left: calc((940px - 100vw) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .solution-page .solution-2 .item.item2 .left {
    text-align: left;
  }
  .solution-page .solution-3 .item .right .imgbox {
    margin-right: 0;
  }
  .solution-page .solution-3 .item:nth-child(even) .right .imgbox {
    margin-left: 0;
  }
  .solution-page .solution-3 .item {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 500px) {
  .solution-page .solution-3 .item .left .infolist ul li {
    width: 100%;
  }
}
.btn-go.w_cm_f {
  background-color: #fff;
}
.btn-go.w_cm_f:hover {
  background-color: #000;
  color: var(--color);
}

/*==============================================
    solution-page
*/






/*
    sustainability-page
==============================================*/
.sustainability-page .sustainability-1 {
  min-height: 45vw;
}
.sustainability-page .sustainability-1 .desc {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
.sustainability-page .sustainability-2 .item {
  background-color: #f7f7f7;
}
.sustainability-page .sustainability-2 .item .right {
  padding: 60px 90px;
}
.sustainability-page .sustainability-2 .item .right .desc{
  max-height: 155px;
  overflow-y: auto;
}
.sustainability-page .sustainability-2 .item:nth-child(even) {
  flex-direction: row-reverse;
}

/*==============================================
    sustainability-page
*/






/*
    technology-page 
==============================================*/
.technology-page .technology-1 .item {
  background-color: #f8f8f8;
  border-radius: 40px;
}
.technology-page .technology-1 .item .left {
  padding: 30px 100px;
}
.technology-page .technology-1 .item .left .desc {
  color: #666666;
  max-height: calc(30px * 10);
  overflow-y: auto;
}
.technology-page .technology-1 .item .right .imgbox img {
  border-radius: 0px 40px 40px 0px;
}
.technology-page .technology-1 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.technology-page .technology-1 .item:nth-child(even) .right .imgbox img {
  border-radius: 40px 0px 0px 40px;
}
.technology-page .technology-2 {
  background-color: #f8f8f8;
}
.technology-page .technology-2 .material_list ul li .box {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  min-height: 366px;
  cursor: pointer;
}
.technology-page .technology-2 .material_list ul li .box .txtbox {
  padding: 32px 30px;
}
.technology-page .technology-2 .material_list ul li .box .txtbox2 {
  background-color: #333333;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 30px;
  clip-path: circle(3% at 12% 88%);
  transition: all 0.5s;
}
.technology-page .technology-2 .material_list ul li .box .txtbox2 .desc {
  max-height: calc(31px * 9);
  overflow-y: auto;
}
.technology-page .technology-2 .material_list ul li .box:hover .txtbox2 {
  clip-path: circle(80% at 50% 50%);
}
.technology-page .technology-3 .right ul li .box .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.technology-page .technology-3 .right ul li .box .content .desc {
  color: #666;
}
@media screen and (max-width: 1000px) {
  .technology-page .technology-1 .item .left {
    padding: 30px !important;
  }
  .technology-page .technology-1 .item .right .imgbox img {
    border-radius: 40px !important;
  }
  .technology-page .technology-3 .right ul li .box .num {
    zoom: 0.8;
  }
}

/*==============================================
    technology-page 
*/



.gallery-page .gallery-list ul {
  margin: -10px;
}

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

/*
    faq-page
==============================================*/
.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.faq-page .img2 {
    width: 100%;
}


.faq-page .init-1 .container ul {
    margin-top: 40px;
}

.faq-page .init-1 .container ul li {
    padding: 40px 40px;
    border-top: 2px solid #dbdbdb;
}

.faq-page .init-1 .container ul li:last-child {
    border-bottom: 2px solid #dbdbdb;
}

.faq-page .init-1 .container ul li .titleC {
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.faq-page .init-1 .container ul li .titleC .q {
    text-transform: uppercase;
    width: 50px;
}

.faq-page .init-1 .container ul li .titleC .text {
    padding-right: 20px;
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(100% - 50px);
}

.faq-page .init-1 .container ul li .titleC i {
    position: absolute;
    font-size: 30px;
    top: 0;
    right: -10px;
    color: #3d3d3d;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.faq-page .init-1 .container ul li .titleC.active i {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.faq-page .init-1 .container ul li .content {
    margin-top: 20px;
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: none;
}

.faq-page .init-2 .container .content {
    border: 2px solid #e9e9e9;
}

.faq-page .init-2 .container .content .img {
    width: 38%;
}

.faq-page .init-2 .container .content .right {
    width: 62%;
    padding: 30px 140px 30px 80px;
}

.faq-page .init-2 .container .content .right .des {
    margin-top: 20px;
}

.faq-page .init-2 .container .content .right .more {
    margin-top: 40px;
    border: 1px solid #000;
}

.faq-page .init-2 .container .content .right .more span:first-child {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
}

@media (max-width: 1450px) {
    .faq-page .init-2 .container .content .right {
        padding-right: 60px;
    }
}

@media (max-width: 1000px) {
    .faq-page .init-2 .container .content .img {
        width: 100%;
    }

    .faq-page .init-2 .container .content .right {
        width: 100%;
        padding: 20px;
    }
    .faq-page .init-1 .container ul li {
        padding: 20px 10px;
    }
}

@media (max-width: 500px) {
    .faq-page .init-1 .container ul li .titleC .q {
        width: 40px;
    }

    .faq-page .init-2 .container .content .right .more {
        margin-top: 20px;
    }

    .faq-page .init-1 .container ul li .titleC .text {
        font-size: 18px;
    }
}
/*==============================================
    faq-page
*/

/*
    about-page
==============================================*/
.about-page .about-1 {
    padding: 90px 0 0;
    position: relative;
}

.about-page .about-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 235px;
    width: 100%;
    height: 630px;
    background-color: #f6f6f6;
    z-index: -1;
}

.about-page .about-1 .container .left {
    max-width: 58%;
}

.about-page .about-1 .container .left h3 {
    line-height: 1.2;
}

.about-page .about-1 .container .left img {
    margin-top: 80px;
}

.about-page .about-1 .container .right {
    max-width: 37%;
}


.about-page .about-1 .container .right img {
    margin-top: 80px;
    border-bottom-right-radius: 70px;
}

.about-page .about-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}

.about-page .about-1 .text p {
    line-height: 30px;
}

.about-page .about-1 ul {
    margin-bottom: 180px;
}

.about-page .about-1 ul li {
    width: 34%;
    height: 235px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    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;
}

.about-page .about-1 ul li .left {
    margin-right: 35px;
}

.about-page .about-1 ul li .left h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: var(--color);
}

.about-page .about-1 ul li .left p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.about-page .about-1 ul li .right {
    font-size: 16px;
    line-height: 30px;
}

.about-page .about-1 ul li:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 65px;
}

.about-page .about-1 ul li:nth-child(2) {
    width: 32%;
}

.about-page .about-1 ul li:last-child {
    border-right: 1px solid transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 50px;
}

.about-page .about-2 {
    padding: 0 70px;
}

.about-page .about-2 .bg {
    position: absolute;
    right: 0;
    top: -90px;
    border-bottom-right-radius: 70px;
}

.about-page .about-2 .line {
    width: 100%;
    height: 10px;
    background-color: var(--color);
}

.about-page .about-2 .content {
    background-color: #010114;
    padding-bottom: 30px;
    padding-top: 90px;
    position: relative;
}

.about-page .about-2 .content .title {
    color: white;
    text-align: left;
}

.about-page .about-2 .content .title p {
    max-width: 650px;
    line-height: 30px;
}

.about-page .about-2 .content ul {
    margin: 90px -28px 0;
}

.about-page .about-2 .content ul li {
    width: 25%;
    padding: 0 28px;
    color: white;
}

.about-page .about-2 .content ul li .icon {
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about-page .about-2 .content ul li .icon h4 {
    margin-bottom: 10px;
    line-height: 36px;
}

.about-page .about-2 .content ul li p {
    font-size: 16px;
    line-height: 30px;
}

.about-page .about-3 {
    margin: 130px 0 0;
}
.about-page .about-3 .left{
  width: 31%;
}
.about-page .about-3 .right {
    width: 67%;
}

.about-page .about-3 .right .text {
    padding-left: 50px;
}

.about-page .about-3 .right .text .img_box {
    margin-left: 200px;
    margin-top: -110px;
}

.about-page .about-3 .right .box {
    margin-top: 85px;
}

.about-page .about-3 .right .box .box-l {
    width: 50%;
    background-color: #010114;
    color: white;
    padding: 20px 30px 20px 30px;
    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;
    line-height: 30px;
}

.about-page .about-3 .right .box .box-r {
    width: 50%;
}
    .about-page .about-3 .right .box .box-r img{
      height: 100%;
      object-fit: cover;
    } 
.about-page .about-4 {
    padding: 0px 0 160px;
}

.about-page .about-4 h2 {
    line-height: 1.8;
}

.about-page .about-4 h2 span {
    border-bottom: 2px solid var(--color);
}

@media (max-width: 1600px) {

    .about-page .about-2 .bg {
        max-width: 50%;
    }

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

}

@media (max-width: 1450px) {

    .about-page .about-1 ul li .left {
        margin-right: 35px;
    }

    .about-page .about-1 ul li .left h4 {
        font-size: 48px;
    }

    .about-page .about-1 ul li .left p {
        font-size: 14px;
    }

    .about-page .about-1 ul li .right {
        font-size: 14px;
    }

    .about-page .about-2 .content .title p {
        max-width: 50%;
    }

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

    .about-page .about-2 .content ul li {
        padding: 0 15px;
    }


    .about-page .about-4 {
        padding: 120px 0;
    }
}

@media (max-width: 1250px) {

    .about-page .about-1 .container .left h3,
    .about-page .about-1 .container .left span,
    .about-page .about-1 .container .left .btn-go {
        margin-left: 0;
    }

    .about-page .about-1 ul li {
        -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;
        padding: 0 !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .about-page .about-1 ul li .left {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .about-page .about-3{
          margin: 70px 0 0;
    }
    .about-page .about-3 .right .text {
        padding-left: 0;
    }

    .about-page .about-3 .right .text .text-l h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .about-page .about-3 .right .box {
        margin-top: 40px;
    }
    .about-page .about-3 .left{
      display: none;
    }
    .about-page .about-3 .right {
        width: 940px;
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .about-page .about-1 .container .left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .about-page .about-1 .container .left img {
      margin-top: 40px;
    }
    .about-page .about-1 .container .right img {
      margin-top: 40px;
      border-bottom-right-radius: 40px;
    }
    .about-page .about-1 .text{
      padding-bottom: 50px;margin-top: 40px;
    }
    .about-page .about-1 .container .right {
        width: 100%;
        max-width: 100%;
    }
    .about-page .about-1 ul li .left h4 {
    font-size: 38px;
}
    .about-page .about-1 .container .right p {
        max-width: 100%;
    }

    .about-page .about-2 .content .title p {
        max-width: 100%;
    }

    .about-page .about-2 .content ul li {
        width: 48%;
        margin: 20px 0;
    }

    .about-page .about-2 .content {
        height: auto;
        padding-bottom: 90px;
    }

    .about-page .about-3 .left {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 15px;
    }

    .about-page .about-3 .left img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .about-page .about-3 .right {
        width: 100%;
        padding: 0 15px;
    }
    .about-page .about-3 .right .box .box-l {
    width: 100%;
    }
    .about-page .about-3 .right .box .box-r {
    width: 100%;
    margin-top: 40px;
}
.about-page .about-3 .right .box .box-r img{
  width: 100%;
}
}

@media (max-width: 700px) {
    .about-page .about-1 .text p {
        padding: 0 15px;
    }

    .about-page .about-1 .text {
        margin-top: 60px;
        padding-bottom: 55px;
    }

    .about-page .about-1 ul li {
        width: 100% !important;
        border-right: 1px solid transparent;
    }

    .about-page .about-1:before {
        height: 705px;
        bottom: 0;
    }

    .about-page .about-2 .bg {
        display: none;
    }

    .about-page .about-1 ul {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .about-page .about-1 .container .left h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about-page .about-1 .container .left img {
        margin-top: 50px;
    }

    .about-page .about-1 .text p {
        padding: 0;
    }

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

    .about-page .about-2 .content {
        padding-bottom: 50px;
    }

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

    .about-page .about-3 .right .box .box-l {
        padding: 50px 15px;
    }

    .about-page .about-4 p {
        padding: 0;
    }

    .about-page .about-4 h2 {
        margin-top: 40px;
    }

    .about-page .about-4 {
        padding: 80px 0;
    }

    .about-page .about-1 {
        padding: 30px 0 0;
    }
}
/*==============================================
    about-page
*/

/*
    news-page
==============================================*/
.news-page .init-1 {
    position: relative;
    z-index: 2;
}

.news-page .init-1 .container {
    max-width: 780px;
}

.news-page .init-1 .container .tips {
    text-align: center;
}

.news-page .init-1 .container .catCont {
    width: auto;
    position: relative;
    margin: 10px 0 0 auto;
    cursor: pointer;
}

.news-page .init-1 .container .catCont .catName {
    min-width: 160px;
    background-color: #f2f2f2;
    padding: 8px 10px;
}

.news-page .init-1 .container .catCont .catName i {
    margin-left: 30px;
}

.news-page .init-1 .container .catCont .catCont2 {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.news-page .init-1 .container .catCont .catCont2 ul {
    border: 1px solid #eee;
    background-color: #fff;
}

.news-page .init-1 .container .catCont .catCont2 ul li a {
    padding: 6px 16px;
    border-bottom: 1px solid #eee;
    display: block;
}

.news-page .init-1 .container .catCont .catCont2 ul li a:hover {
    background-color: #000;
    color: #fff;
}

.news-page .init-1 .container .catCont .catCont2 ul li:last-child a {
    border-bottom: none;
}

.news-page .init-1 .container .catCont:hover .catCont2 {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.news-page .init-2 .container {
    max-width: 780px;
}

.news-page .init-2 .container .content ul li {
    margin-top: 10px;
}

.news-page .init-2 .container .content ul li .box {
    border-bottom: 1px solid #dadada;
    padding: 30px 14px;
}

.news-page .init-2 .container .content ul li .box .time {
    width: 120px;
    font-weight: 300;
}

.news-page .init-2 .container .content ul li .box .rightC {
    width: -webkit-calc(-20%);
    width: -moz-calc(-20%);
    width: calc(100% - 120px);
    margin-left: auto;
}

.news-page .init-2 .container .content ul li .box .rightC .cateC .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
    margin-top: -2px;
}

.news-page .init-2 .container .content ul li .box .rightC .title {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.news-page .init-2 .container .content ul li .box .rightC .des {
    font-weight: 500;
    color: #7b7b7b;
    margin-top: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-page .init-2 .container .content ul li .box:hover {
    background-color: #dadada;
}

.newdet-page .init-1 {
    background-color: #f2f2f2;
}

.newdet-page .init-1 .container .timeC {
    font-weight: 500;
    text-align: center;
}

.newdet-page .init-1 .container .timeC .cateC {
    margin-left: 16px;
}

.newdet-page .init-1 .container .timeC .cateC .cir {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 8px;
}

.newdet-page .init-1 .container .title {
    text-align: center;
    margin-top: 10px;
}

.newdet-page .init-2 .container {
    font-weight: 500;
    max-width: 780px;
}

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

.newdet-page .init-2 .container .share {
    margin-top: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}

.newdet-page .init-2 .container .share .tips {
    font-weight: 500;
    font-size: 18px;
}

.newdet-page .init-2 .container .share ul li {
    width: auto;
    vertical-align: middle;
    line-height: 1;
    margin-left: 20px;
}

.newdet-page .init-2 .container .share ul li a {
    font-size: 18px;
}

.newdet-page .init-2 .container .share ul li a img {
    width: 18px;
}

.newdet-page .init-2 .container .share ul li:first-child {
    margin-left: 14px;
}

.newdet-page .init-2 .container .m-link {
    margin-top: 20px;
}

.newdet-page .init-2 .container .m-link .btn {
    font-weight: 500;
    margin-top: 10px;
}

.newdet-page .init-2 .container .m-link .prev img {
    margin-right: 10px;
}

.newdet-page .init-2 .container .m-link .next {
    margin-left: auto;
}

.newdet-page .init-2 .container .m-link .next img {
    margin-left: 10px;
}

@media (max-width: 1000px) {
    .news-page .init-1 .container .moreC {
        display: none;
    }
}

@media (max-width: 700px) {
    .news-page .init-2 .container .content ul li .box .rightC {
        width: 100%;
        margin-top: 10px;
    }
}
/*==============================================
    news-page
*/
.page-header01 .menu-btn{
  color: #000000;
}
.mobile-menu-wrap01 .lang-panel .lang-switch{
  color: #000000;
}
.mobileForm button{
  color: #000000;
}
#wap-bottom{
  color: #000000;
}