@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #e77523;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1750px;
  margin: 0 auto;
}
.more {
  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;
  background-color: #e77523;
  color: #fff;
  border-radius: 22px;
  font-size: 14px;
  padding: 12px 13px 11px 21px;
}
.more .icon {
  margin-left: 28px;
  width: 22px;
  height: 22px;
  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;
  position: relative;
  overflow: hidden;
  opacity: .37;
}
.more .icon img:last-child {
  position: absolute;
  -webkit-transform: translate(-150%, 150%);
  -moz-transform: translate(-150%, 150%);
  -ms-transform: translate(-150%, 150%);
  transform: translate(-150%, 150%);
}
.more:hover {
  background: #000;
}
.more:hover .icon {
  opacity: 1;
}
.more:hover .icon img:first-child {
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(150%, -150%);
  -moz-transform: translate(150%, -150%);
  -ms-transform: translate(150%, -150%);
  transform: translate(150%, -150%);
}
.more:hover .icon img:last-child {
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .nav {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 9px auto 0;
}
#header .nav .menu-box ul.menu {
  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;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 3.5em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
  position: relative;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li::before {
  content: '';
  position: absolute;
  top: -91%;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li 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;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -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 var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:hover::before,
#header .nav .menu-box ul.menu > li.active::before {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy span img {
  width: 35px;
}
#header .nav .yuy span i {
  font-size: 16px;
}
#header .nav .yuy ul {
  top: 100%;
  left: initial;
  right: 0;
  z-index: 100;
}
#header.active {
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  top: 81px;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  width: 57.21%;
}
#banner ul li .text .right {
  width: 38.1%;
}
#banner ul li .text .title {
  line-height: 1.1;
}
#banner ul li .text .con {
  line-height: 1.5;
}
#banner ul li .text .more .icon {
  margin-left: 18px;
}
#banner ul li .text .bg {
  z-index: -1;
  top: 0;
  right: 0;
  width: 31.2%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(231, 117, 35, 0.8)), to(var(--color)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(231, 117, 35, 0.8) 40%, var(--color) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(231, 117, 35, 0.8) 40%, var(--color) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(231, 117, 35, 0.8) 40%, var(--color) 100%);
}
#banner ul li .text span.wz,
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .bg {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li::after {
  content: attr(data-text);
  position: absolute;
  left: -10px;
  bottom: -25%;
  font-size: 21.30208333vw;
  line-height: 1;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
#banner ul .swiper-slide-active .text span.wz,
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner ul .swiper-slide-active .text span.wz {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#banner ul .swiper-slide-active .text .bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.title,
.i-title {
  font-weight: 600;
}
.i-tag {
  font-size: 16px;
  line-height: 1.75;
}
.i-title {
  font-size: 60px;
  line-height: 1.2;
}
.i-title em {
  color: var(--color);
}
#index-body .i-category {
  padding: 5.89% 0 6.2% 0;
}
#index-body .i-category .left {
  width: 46.3%;
  position: sticky;
  top: 80px;
}
#index-body .i-category .left .item{
  width: 100%;
}
#index-body .i-category .left ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
#index-body .i-category .left ul li .img-box {
  background-color: #f1f1f1;
  border-radius: 10px;
}
#index-body .i-category .left ul li .con {
  color: #666;
}
#index-body .i-category .left ul li.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#index-body .i-category .right {
  width: 50.06%;
}
#index-body .i-category .right ul li .item {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  text-align: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .right ul li .item .title {
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-right: 79px;
}
#index-body .i-category .right ul li .item .title > span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
#index-body .i-category .right ul li .item time {
  line-height: 1.56;
}
#index-body .i-category .right ul li:first-child .item {
  padding-top: 0;
}
#index-body .i-category .right ul li.active .item {
  padding-right: 18%;
}
#index-body .i-category .right ul li.active .title {
  color: var(--color);
}
#index-body .i-category .right .more .icon {
  margin-left: 22px;
}
#index-body .i-app .px-portfolio-thumb {
  position: relative;
}
#index-body .i-app .px-portfolio-thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
}
#index-body .i-app .px-portfolio-content {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  display: inline-block;
  color: #fff;
  z-index: 2;
}
#index-body .i-app .px-portfolio-content .title {
  font-size: 6.25vw;
  line-height: 1;
}
/*#index-body .i-app .hero-section {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  overflow: hidden;
  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;
}*/
#index-body .i-app .hero-section .blue-glow {
  width: 50%;
  height: 60%;
  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%);
  background: -webkit-radial-gradient(circle, rgba(231, 117, 35, 0.3) 0%, rgba(231, 117, 35, 0.4) 40%, rgba(231, 117, 35, 0));
  background: -moz-radial-gradient(circle, rgba(231, 117, 35, 0.3) 0%, rgba(231, 117, 35, 0.4) 40%, rgba(231, 117, 35, 0));
  background: radial-gradient(circle, rgba(231, 117, 35, 0.3) 0%, rgba(231, 117, 35, 0.4) 40%, rgba(231, 117, 35, 0));
  -webkit-filter: blur(40px);
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#index-body .i-app .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  -webkit-filter: url(#grainy);
  filter: url(#grainy);
  pointer-events: none;
}
#index-body .i-product .title .tit {
  font-size: 12.65625vw;
  line-height: 1;
  color: var(--color);
}
#index-body .i-product .title .moreBtn {
  width: 11.25vw;
  height: 11.25vw;
  background-color: #000000;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .title .moreBtn img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .title .moreBtn:hover {
  background: #e77523;
}
#index-body .i-product .title .moreBtn:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-product ul li .box .img {
  background-color: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .i-product ul li .box .img > i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
  border-radius: 10px;
}
#index-body .i-product ul li .box .img > i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .i-product ul li .box .img > i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .i-product ul li .box .img > i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .i-product ul li .box .img > i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .i-product ul li .box .name a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 2px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 2px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 2px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 2px no-repeat;
}
#index-body .i-product ul li .box:hover .img > i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .i-product ul li .box:hover .img > i.ie2 {
  height: 100%;
  top: 0;
}
#index-body .i-product ul li .box:hover .img > i.ie3 {
  width: 100%;
  left: 0;
}
#index-body .i-product ul li .box:hover .img > i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .i-product ul li .box:hover .name a {
  color: var(--color);
  background-size: 100% 2px;
}
#index-body .i-about {
  padding: 6.3021% 0 6.146%;
  background-color: #f1f1f1;
}
#index-body .i-about .img {
  width: 46.34%;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-about .img .play {
  top: 29px;
  left: 27px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--color);
  padding: 6px;
}
#index-body .i-about .img .play svg {
  font-size: 27px;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
  fill: #fff;
}
#index-body .i-about .img .play span {
  font-size: 20px;
  width: 2.8em;
  height: 2.8em;
  border-radius: 50%;
  background: #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;
  padding-left: 6px;
}
#index-body .i-about .img .play span i {
  border-left: 0.9em solid var(--color);
  border-top: .5em solid transparent;
  border-bottom: 0.5em solid transparent;
}
#index-body .i-about .text {
  width: 48.721%;
}
#index-body .i-about .text .i-tag {
  color: #0f0f0f;
}
#index-body .i-about .text .title {
  line-height: 1.17;
}
#index-body .i-about .text .con {
  color: #666;
}
#index-body .i-strength {
  padding: 5.78125% 0 6.46%;
}
#index-body .i-strength ul li .ig .text {
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color);
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-strength ul li .ig .text .title {
  line-height: 1;
}
#index-body .i-strength ul li .ig .text .title img {
  opacity: .37;
}
#index-body .i-strength ul li .ig .text .con {
  line-height: 1.5;
}
#index-body .i-strength ul li .ig .desc {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-strength ul li .ig .desc .num {
  font-size: 4.79166667vw;
  line-height: 1;
  font-weight: 600;
  opacity: 0.35;
}
#index-body .i-strength ul li .ig .desc .link img {
  display: inline-block;
  opacity: .37;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-strength ul li .ig .desc .link:hover img {
  opacity: 1;
}
#index-body .i-strength ul li .ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(231, 117, 35, 0.9)), to(var(--color)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(231, 117, 35, 0.9) 70%, var(--color) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(231, 117, 35, 0.9) 70%, var(--color) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(231, 117, 35, 0.9) 70%, var(--color) 100%);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-strength ul li .ig:hover .text {
  opacity: 1;
}
#index-body .i-strength ul li .ig:hover .desc {
  opacity: 0;
}
#index-body .i-strength ul li .ig:hover::after {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
#index-body .i-news {
  height: 781px;
  padding-top: 8.1771%;
  color: #fff;
  background-repeat: no-repeat;
}
#index-body .i-news .form {
  width: 44.684%;
  background: var(--color);
  margin-bottom: -20.82153%;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
#index-body .i-news .form .title {
  line-height: 1.22;
}
#index-body .i-news .form input,
#index-body .i-news .form textarea {
  width: 100%;
  height: 91px;
  background-color: #ff9040;
  border-radius: 10px;
  font-size: 18px;
  padding: 0 27px;
  border: 0;
  margin-top: 14px;
}
#index-body .i-news .form input::-webkit-input-placeholder, #index-body .i-news .form textarea::-webkit-input-placeholder {
  color: #fff;
}
#index-body .i-news .form input:-moz-placeholder, #index-body .i-news .form textarea:-moz-placeholder {
  color: #fff;
}
#index-body .i-news .form input::-moz-placeholder, #index-body .i-news .form textarea::-moz-placeholder {
  color: #fff;
}
#index-body .i-news .form input:-ms-input-placeholder, #index-body .i-news .form textarea:-ms-input-placeholder {
  color: #fff;
}
#index-body .i-news .form input::placeholder,
#index-body .i-news .form textarea::placeholder {
  color: #fff;
}
#index-body .i-news .form textarea {
  height: 181px;
  padding-top: 31px;
}
#index-body .i-news .form button {
  margin-top: 35px;
  background: #000;
  border: 0;
  border-radius: 40px;
  font-size: 20px;
  padding: 24px 29px 27px 41px;
}
#index-body .i-news .form button .icon {
  margin-left: 58px;
}
#index-body .i-news .form button:hover {
  background: #fff;
  color: #000;
}
#index-body .i-news .form button:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-news .news {
  width: 45.7%;
  padding-top: 12.326%;
}
#index-body .i-news .news .ig {
  padding-left: 57px;
}
#index-body .i-news .news .ig .tit {
  line-height: 1.3;
}
#index-body .i-news .news .ig .con {
  line-height: 1.56;
}
#index-body .i-news .news .ig::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 29px;
  height: 24px;
  background: url(../images/quote.png) no-repeat center;
  background-size: cover;
}
#index-body .i-mail {
  background-color: #242424;
  padding: 54px 0 51px;
  color: #fff;
}
.fw-500 {
  font-weight: 500;
}
#footer {
  background: #000;
  color: #fff;
  position: relative;
}
#footer .f-content .left {
  width: 42%;
}
#footer .f-content .left .title {
  line-height: 1.15;
}
#footer .f-content .left #ewm {
  width: 82px;
  border-radius: 10px;
  border: 8px solid #fff;
}
#footer .f-content .left a {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #212121;
  line-height: 2em;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}
#footer .f-content .left a:hover {
  background: var(--color);
}
#footer .f-content .left a:last-child {
  margin-right: 0;
}
#footer .f-content .right {
  width: 52%;
}
#footer .f-content .right .tit {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
#footer .f-content .right .tit::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
#footer .f-content .right .f-nav {
  max-width: 366px;
}
#footer .f-content .right .f-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -4.5px;
}
#footer .f-content .right .f-nav ul li {
  padding: 5px 4.5px;
}
#footer .f-content .right .f-nav ul li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 9px 21px 8px;
  background-color: #343436;
  border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .right .f-nav ul li a:hover {
  background: var(--color);
}
#footer .f-content .right .f-nav ul li ul {
  display: none;
}
#footer .f-content .right .f-contact {
  max-width: 418px;
}
#footer .f-content .right .f-contact ul li {
  line-height: 1.6;
}
#footer .f-wz {
  text-transform: uppercase;
  font-size: 5.98958333vw;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}
#footer .f-wz em {
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  background-color: #242424;
  color: #ddd;
  margin-top: -1.6%;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #ddd;
}
#footer .f-back {
  width: 48px;
  height: 48px;
  background-color: #ec6a0d;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-back:hover {
  background: #fff;
  color: var(--color);
}
@media (max-width: 1700px) {
  #banner ul li .text {
    top: 30px;
  }
  #footer .f-copy{
    padding-right: 20px;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    margin-right: 1em;
  }
  #index-body .i-news {
    height: 670px;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  #banner ul li .text .title {
    font-size: 53px;
  }
  #index-body .i-category .right ul li .item .title {
    padding-right: 40px;
    font-size: 40px;
  }
  #index-body .i-product .title .moreBtn {
    width: 16vw;
    height: 16vw;
  }
  #index-body .i-news {
    height: 560px;
  }
  #index-body .i-news .box {
    padding-right: 0;
  }
  #index-body .i-news .form input {
    height: 70px;
  }
  #index-body .i-news .form textarea {
    height: 130px;
    padding-top: 20px;
  }
  #index-body .i-mail .mail {
    font-size: 30px;
  }
  #footer .f-content {
    zoom: .66;
  }
  #footer .f-copy {
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  #banner ul li .text {
    top: 11px;
  }
  #banner ul li .text .title {
    font-size: 36px;
  }
  #banner ul li .text .con {
    display: none;
  }
  #index-body .i-category .left {
    display: none;
  }
  #index-body .i-category .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-about .text {
    margin-top: 30px;
  }
  #index-body .i-strength .header .left {
    width: 100%;
  }
  #index-body .i-news {
    height: auto;
  }
  #index-body .i-news .form {
    width: 100%;
    margin-bottom: 0;
  }
  #index-body .i-news .news {
    width: 100%;
    padding: 30px 0;
  }
  #index-body .i-mail {
    padding: 30px 0;
  }
  #index-body .i-product .title .moreBtn img {
    width: 50%;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-16 {
    font-size: 16px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .left {
    display: none;
  }
  #footer .f-content .right {
    width: 100%;
    padding: 0;
  }
  #footer .f-content .right .f-nav {
    display: none;
  }
  #footer .f-content .right .f-contact {
    max-width: 100%;
  }
  #footer .f-copy{
    padding-right: 0;
  }
  #footer .f-copy .container {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  #footer .f-back {
    display: none;
  }
  #footer .f-wz{
    line-height: 1.1;
  }
}
@media (max-width: 700px) {
  #banner ul li .text span.wz {
    font-size: 14px;
  }
  #banner ul li .text .title {
    font-size: 26px;
    line-height: 1.3;
  }
  #banner ul li .text .btn {
    margin-top: 12px;
  }
  #banner ul li::after {
    display: none;
  }
  #index-body .i-category .right ul li .item .title {
    font-size: 30px;
  }
  .font-60 {
    font-size: 30px;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-strength .header .more {
    margin-top: 20px;
  }
  .font-45 {
    font-size: 30px;
  }
  #index-body .i-news .form input,
  #index-body .i-news .form textarea {
    font-size: 16px;
  }
  #index-body .i-news .form input {
    height: 60px;
  }
  #index-body .i-news .form textarea {
    height: 100px;
    padding-top: 12px;
  }
  #index-body .i-news .form button {
    font-size: 16px;
    padding: 12px 13px 11px 21px;
  }
  #index-body .i-news .form button .icon {
    margin-left: 28px;
  }
  .font-28 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 20px;
  }
  #banner ul li .text .left {
    width: 100%;
    padding-top: 0;
  }
  #banner ul li .text .right {
    display: none;
  }
  #banner ul li .bg,
  #banner ul li::after {
    display: none;
  }
  .more .icon {
    zoom: .7;
  }
  #index-body .i-category .right ul li.active .item {
    padding-right: 10%;
  }
  #index-body .i-category .right ul li.active .item .title {
    font-size: 24px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  .font-25 {
    font-size: 18px;
  }
  #index-body .i-mail .mail {
    font-size: 22px;
  }
  #footer .f-content .right .f-contact ul li {
    font-size: 14px;
    line-height: 2;
  }
}
.inner-banner {
  padding-top: 120px;
  min-height: 255px;
  background-color: #f1f1f1;
}
.inner-banner .bgImg {
  bottom: 10px;
  right: 0;
  width: 42%;
}
.inner-banner .container {
  z-index: 2;
  color: #090909;
}
.inner-banner .container .mbx span {
  color: var(--color);
}
.inner-banner .container .mbx .mbxBox {
  font-size: 20px;
}
.inner-banner .container .mbx .mbxBox a {
  margin-right: 3px;
  margin-left: 3px;
}
.inner-banner .container .mbx .mbxBox span {
  margin-left: 3px;
}
about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -7%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-4 {
  padding-top: 5.21%;
}
.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}
.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}
.about-page .about-5 .list ul li,
.about-page .about-5 .list ul .box {
  height: 100%;
}
.about-page .about-5 .list ul .box {
  background-color: white;
  overflow: hidden;
}
.about-page .about-5 .list ul .content {
  padding: 8%;
}
.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
.about-page .about-6 {
  padding: 6.407% 0;
}
.about-page .about-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  padding-right: 100px;
}
.about-page .about-6 .left .t1 {
  font-weight: bold;
}
.about-page .about-6 .left .desc {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
.about-page .about-6 .right {
  padding-left: 101px;
  position: relative;
}
.about-page .about-6 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border: none;
}
.about-page .about-6 .right .tag::after {
  content: none;
}
.about-page .about-6 .right .tag ul {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-6 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  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-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-6 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-6 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.about-page .about-6 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-6 .right .tag ul li.current a {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.about-page .about-6 .right .content ul li {
  background: #f7f7f7;
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
  border-radius: 0px;
}
.about-page .about-6 .right .content ul li .tit {
  font-size: 55px;
  line-height: 1;
  color: #030303;
  font-weight: bold;
}
.about-page .about-6 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-6 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-6 .right .content ul li.active {
  background: var(--color);
  border-radius: 0px;
}
.about-page .about-6 .right .content ul li.active .tit {
  color: #fff;
}
.about-page .about-6 .right .content ul li.active .con {
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .about-page .about-6 .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-6 .left .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-6 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1000px){
  .about-page .about-6 .left .title {
    font-size: 53px;
  }
  .about-page .about-6 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-6 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-6 .right .content ul li .con {
    margin-top: 10px;
  }
  .about-page .about-6 .left {
    position: initial;
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  .about-page .about-6 .left .title {
    font-size: 46px;
  }
  .about-page .about-6 .right .content ul li .con {
    font-size: 16px;
  }
  .about-page .about-6 .right .content ul li .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-6 .left .title {
    font-size: 32px;
    line-height: 1.6;
  }
  .about-page .about-6 .right {
    padding-left: 0;
  }
  .about-page .about-6 .right .tag {
    display: none;
  }
  .about-page .about-6 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-6 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text .h5 {
  display: block;
  font-size: 18px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 0px 0 0;
  background: white;
  padding: 30px 10px;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1250px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .content .box ul li {
    width: 50%;
    padding: 5px;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li .imgbox .text .h5 {
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div {
    margin-top: 0;
  }
  .gallery-page {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .content .box ul li {
    width: 100%;
    padding: 3px;
  }
}
.faq-page .init-1 .container .tipsTitleCont {
  max-width: 630px;
}
.faq-page .init-1 .container .content {
  padding: 0 120px;
  margin-top: 50px;
}
.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}
.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
  color: var(--color);
}
.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}
.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}
.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}
.m-page .wp-pagenavi {
  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;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.m-page .wp-pagenavi .current {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }
  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }
  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.factory-page ul{
  margin: 0px -25px;
}
.factory-page ul li{
  margin-top: 50px;
  padding: 0px 25px;
}
.factory-page ul li .box .img {
  position: relative;
  display: block;
}
.factory-page ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.factory-page ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 700px) {
  .flex-3 > *{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .flex-3 > *{
    width: 100%;
  }
}
.markets-yd-page .init-1 .titleC{
  align-items: center;
}
.markets-yd-page .init-1 .titleC .titleText{
  max-width: calc(100% - 30px);
  color: #3f3f3f;
}
.markets-yd-page .init-1 .title2{
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.2;
  max-width: 990px;
}
.markets-yd-page .init-1 .content ul{
  padding-top: 10px;
}
.markets-yd-page .init-1 .content ul li{
  margin-top: 50px;
}
.markets-yd-page .init-1 .content ul li .box{
  position: relative;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}
.markets-yd-page .init-1 .content ul li .box a{
  display: block;
}
.markets-yd-page .init-1 .content ul li .box .img img{
  width: 100%;
  height: 546px;
}
.markets-yd-page .init-1 .content ul li .box .cont{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 110px 40px 70px;
  color: #fff;
}
.markets-yd-page .init-1 .content ul li .box .cont .sub{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all .5s;
  background: var(--color);
  transform: scaleX(0);
  z-index: -1;
  transform-origin: left;
}
.markets-yd-page .init-1 .content ul li .box .cont .tips{
  text-transform: uppercase;
}
.markets-yd-page .init-1 .content ul li .box .cont .title{
  font-weight: bold;
  margin-top: 10px;
}
.markets-yd-page .init-1 .content ul li .box .cont .more{
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #000;
  right: 50px;
  bottom: 40px;
  padding: 0;
}
.markets-yd-page .init-1 .content ul li .box:hover .cont .more{
  color: var(--color);
  background: #fff;
}
.markets-yd-page .init-1 .content ul li .box:hover .cont .sub{
    transform: scaleX(1);
}
.markets-page .init-1 .container .img{
  width: 100%;
  border-radius:20px
}
.markets-page .init-1 .container .title{
  font-weight: bold;
}
.markets-page .init-1 .container .des{
  margin-top: 40px;
  font-weight: 400;
}
.markets-page .init-1 .container .des ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.markets-page .init-1 .container .des ul li{
  margin-top: 30px;
  width: 28%;
  padding-left: 32px;
  position: relative;
}
.markets-page .init-1 .container .des ul li::before{
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color);
}
.markets-page .init-1 .container .des ul li strong,
.markets-page .init-1 .container .des ul li b{
  font-weight: bold;
  display: block;
  margin-bottom: -10px;
}
.markets-page .init-2 .container .tips em{
  color: var(--color);
}
.markets-page .init-2 .container .content{
  margin-top: 30px;
}
.markets-page .init-2 .container .content ul li .img{
  display: block;
  border: 1px solid #dedede;
}
.markets-page .init-2 .container .content ul li .img img{
  width: 100%;
}
.markets-page .init-2 .container .content ul li .title{
  display: block;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}
.markets-page .init-2 .container .content ul li .title:hover{
  color: var(--color);
}
.markets-page .init-3 .container .title{
  font-weight: bold;
  max-width: 1050px;
}
.markets-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.markets-page .init-3 .container form textarea,
.markets-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.markets-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 55px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.markets-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.markets-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
  position: relative;
  top: 5px;
}
.markets-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.markets-page .init-3 .container form .content {
  width: 100%;
}
.markets-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.markets-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.markets-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.markets-page .init-3 .container form .more:hover{
  background: #000;
}
.markets-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
@media (max-width: 1000px) {
  .markets-yd-page .init-1 .content ul li .box .cont{
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 16px;
  }
  .markets-yd-page .init-1 .content ul li .box .cont .sub{
    transform: scaleX(1);
  }
  .markets-yd-page .init-1 .content ul li .box .cont .more{
    color: var(--color);
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
  }
  .markets-page .init-1 .container .des ul li{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .markets-yd-page .init-1 .title2{
    line-height: 44px;
  }  
  .markets-page .init-3 .container form {
    margin-top: 10px;
  }
  .markets-page .init-3 .container form input,
  .markets-page .init-3 .container form textarea {
    width: 100%;
  }
  .markets-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .markets-page .init-3 .container form .file_input {
    width: 100%;
  }
  .markets-page .init-1 .container .des{
    margin-top: 20px;
  }
  .markets-page .init-1 .container .des ul{
    margin-top: 10px;
  }
  .markets-page .init-2 .container .content{
    margin-top: 10px;
  }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}
.support-page .init-2 .container .cont .left .title {
  font-weight: 700;
  font-family: 'syne';
}
.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  font-family: 'syne';
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content .swiper{
  padding: 20px;
}
.support-page .init-4 .container .content ul li {
  width: 33.33%;
  height: auto;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(/forlandlighting/2026/07/07/984651.png);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
  .support-page .init-1 .container .right .title{
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-1 .container .right .title{
    font-size: 27px;
  }
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.support-page .init-4 .container .sPage{
  margin-top: 20px;
  text-align: center;
}
.support-page .init-4 .container .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 2px 10px;
  opacity: 1;
  display: inline-flex;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .5s;
}
.support-page .init-4 .container .sPage .swiper-pagination-bullet::before{
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all .5s;
  content: '';
  background: #d3d3d3;
}
.support-page .init-4 .container .sPage .swiper-pagination-bullet-active{
  border: 1px solid var(--color);
}
.support-page .init-4 .container .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
.sustainability-page .text{
  color: #797979;
}
.sustainability-page .sustainability-1 {
  padding: 0 0 20px;
  overflow: hidden;
}
.sustainability-page .sustainability-1 .box .left {
  width: 84%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1%;
}
.sustainability-page .sustainability-1 .box .left span.h2 {
  margin-bottom: .8em;
}
.sustainability-page .sustainability-1 .box .right {
  width: 15%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sustainability-page .sustainability-2 {
  padding-top: 28%;
  background-size: cover;
  background-position: center;
}
.sustainability-page .sustainability-2 .bottom {
  padding: 50px 0 60px;
  background-color: rgba(34, 34, 34, 0.5);
  color: white;
}
.sustainability-page .sustainability-2 .bottom .text {
  color: inherit;
}
.sustainability-page .sustainability-3 {
  padding-top: 100px;
  margin-bottom:100px;
}
.sustainability-page .sustainability-3 .slide {
  margin-bottom: 0px;
  align-items: center;
}
.sustainability-page .sustainability-3 .slide .left {
  vertical-align: middle;
  padding-right: 3%;
}
.sustainability-page .sustainability-3 .slide .left span.h2 {
  margin-bottom: 1em;
}
.sustainability-page .sustainability-3 .slide .right {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 .slide .right .img {
  display: block;
  height: 420px;
  background-size: cover;
  background-position: center;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) {
  direction: rtl;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) .left {
  direction: ltr;
  padding-right: 0;
  padding-left: 3%;
}
@media screen and (max-width: 1800px) {
  .sustainability-page .sustainability-1 .box .left {
    width: 76%;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 25%;
  }
  .sustainability-page .sustainability-2 .bottom {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1500px) {
  .sustainability-page .sustainability-1 {
    padding: 50px 0;
  }
  .sustainability-page .sustainability-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainability-page .sustainability-1 .box .right {
    display: none;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 18%;
  }
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 360px;
  }
}
@media screen and (max-width: 1200px) {
    .sustainability-page .sustainability-3 {
    padding-top: 50px;
  }
  .sustainability-page .sustainability-3 .slide .left span.h2 {
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-3 .slide .left {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }
  .sustainability-page .sustainability-3 .slide .right {
    width: 100%;
  }
  .sustainability-page .sustainability-3 .slide {
    display: block;
  }
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 240px;
  }
}
@media screen and (max-width: 500px) {
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 200px;
  }
  .flex-2 > *{
    width: 100%;
  }
}
.news-page .sidebar-box .sidebar-left {
  width: 28%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 2;
  color: #555555;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  padding-right: 5px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  margin-left: 10px;
  color: #7b7b7b;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent 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;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 30px 30px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2{
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.8;
  padding: 12px 24px;
  background-color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover{
  background: #000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img{
  transform: rotate(45deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
  color: #fff;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-right {
  width: 72%;
}
.news-page .news-list ul {
  margin: -30px -15px 0;
}
.news-page .news-list ul > p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}
.news-page .news-list ul li {
  padding: 0 15px;
  margin-top: 30px;
}
.news-page .news-list ul li .box .img img {
  width: 100%;
}
.news-page .news-list ul li .box .content .cat_name {
  background-color: #000000;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px;
  line-height: 2;
}
.news-page .news-list ul li .box .content .title {
  font-weight: 700;
  margin-top: 20px;
  font-size: 24px;
  line-height: 44px;
}
.news-page .news-list ul li .box .content .title:hover {
  color: var(--color);
}
.news-page .news-list ul li .box .content .time {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color);
  display: inline-block;
  margin-top: 5px;
}
.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  font-weight: 500;
  color:rgba(0,0,0,.5);
  margin-top: 6px;
  line-height: 30px;
}
.newdet-page {
  padding: 0 0 100px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: var(--color);
  padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}
.newdet-page .content {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0,0,0,.5);
}
.newdet-page .content table tr td{
  font-size: 16px;
  font-weight: 400;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  margin: 0 auto;
}

@media (max-width: 1250px) {
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}

@media (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}

@media (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
  .product-page .pro_init_1 .container .right .text_2 .text1{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
.releted-product .content ul {
  margin: 0 -15px;
}
.releted-product .content ul li {
  padding: 0 15px;
}
.releted-product .content ul li .img a {
  border: 1px solid #dadada;
    height: 316px;
  background: #fff;
}
.releted-product .content ul li .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.releted-product .content ul li .text {
  margin-top: 20px;
  font-weight: 600;
  color: #000;
}
.releted-product .content ul li .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .releted-product .content ul li .img a{
    height: auto;
  }
}
.contact-page {
  padding-top: 90px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.contact-page .contact-1 .left form ul li .more p{
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  margin-left: 0;
  padding-left: 0;
}
.contact-page .contact-1 .left form ul li .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more:hover{
  background: #000;
}
.contact-page .contact-1 .left form ul li .more:hover .img{
  transform: rotate(45deg);
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 0;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 100px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.product-page .init-1 .containerC .cateCont {
  width: 440px;
  background-color: #f6f6f6;
  padding: 70px 20px 70px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #343639;
  display: block;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.product-page .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
    font-size: 16px;
  line-height: 30px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a em{
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 19px;
  display: inline-block;
  margin-right: 3px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a em i{
  opacity: 0;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li a.active em i{
  opacity: 1;
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 70px;
}
.product-page .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
  font-weight: bold;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
  border-radius: 50px
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
  background-color: var(--color);
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
  border-radius: 50px
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page .init-1 .containerC .listContC .titleC form button{
  border: 0;
}
.product-page .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box{
  background: #f1f1f1;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: bold;
line-height: 2;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  font-weight: bold;
  line-height: 1.8;
    /*overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  min-height: 7em;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
line-height: 2;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0 0 15px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
  font-weight: bold;
  padding: 10px 15px;
  background: transparent;
  color: black;
  border: none;
  height: auto;
  line-height: normal;
  font-size: 14px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 17px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
  background-size: contain;
    background-repeat: no-repeat;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 380px;
  overflow-y: auto;
  padding-right: 4px;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .product-page .init-1 .containerC .listContC .titleC form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .product-page .init-1 .containerC .listContC .titleC .cat {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 10px;
    font-size: 18px;
line-height: 1.8;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
}
@media (max-width: 1250px){
   .product-page .init-1 .containerC .cateCont {
    display: none;
  }
  .product-page .init-1 .containerC .listContC {
    width: 100%;
    padding-left: 30px;
  } 
}
@media (max-width: 1000px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 26px;
  } 
  .seoPublic .Auxil-about .box .right div.h3{
    line-height: 1.8;
  }
    .seoIndustry{
    display: none;
  }
  .product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title{
    min-height: auto;
    font-size: 18px;
line-height: 1.8;
  }
}
@media (max-width: 700px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 22px;
  } 
}
@media (max-width: 500px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 16px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 100%;
  } 
}
.prodet-page {
  background-color: #f6f6f7;
  padding-top: 5%;
}
.prodet-page .prodet-1 .left {
  width: 52.5%;
}
.prodet-page .prodet-1 .right {
  width: 47.5%;
}
.prodet-page .prodet-1 .right .desc {
  color: #686868;
  position: relative;
  padding-left: 20px;
}
.prodet-page .prodet-1 .right .desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 3px;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.6;
}
.prodet-page .prodet-1 .right .line {
  width: 100%;
  height: 1px;
  background-color: #b0b0b0;
}
.prodet-page .prodet-1 .right .btn a:nth-child(2) {
  background-color: black;
  border-color: black;
}
.prodet-page .prodet-1 .right .btn a:nth-child(2):hover {
  background-color: transparent;
  color: black;
}
.prodet-page .prodet-1 .right .Auxil-through {
  max-width: 450px;
}
.prodet-page .prodet-1 .right .Auxil-through a {
  display: block;
  background-color: #e9e9e9;
  padding: 7px 12px 3px;
  margin-bottom: 9px;
  color: #6e6e6e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .gallery {
  width: 15%;
}
.prodet-page .prodet-1 .gallery .prev,
.prodet-page .prodet-1 .gallery .next {
  width: 100%;
  height: 36px;
  background-color: #f0f0f1;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .gallery ul {
  margin: -10px 0;
  padding: 20px 0;
}
.prodet-page .prodet-1 .gallery ul li {
  padding: 10px 0;
}
.prodet-page .prodet-1 .gallery ul li a {
  display: block;
  background-color: white;
}
.prodet-page .prodet-1 .gallery .slick-track {
  width: 100% !important;
}
.prodet-page .prodet-1 .big {
  width: 81.5%;
}
.prodet-page .prodet-1 .big a {
  display: block;
  background-color: white;
}
.prodet-page .prodet-1 .big ul,
.prodet-page .prodet-1 .big li {
  width: 100%;
}
.prodet-page .prodet-2 ul.option {
  border-bottom: 1px solid #767676;
}
.prodet-page .prodet-2 ul.option em {
  font-weight: normal;
  color: var(--color);
  margin-right: 15px;
}
.prodet-page .prodet-2 ul.option li {
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-2 ul.option li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 6px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 ul.option li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 ul.option li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .box .item {
  line-height: 34px;
}
@media (max-width: 1250px) {
  .prodet-page .prodet-1 .right .line {
    margin: 20px 0;
  }
  .prodet-page .prodet-1{
    padding-top: 50px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .prodet-page .prodet-1 .gallery {
    width: 18%;
  }
  .prodet-page .prodet-1 .big {
    width: 80%;
  }
  .prodet-page .prodet-1 .gallery ul li {
    padding: 3px 0;
  }
  .prodet-page .prodet-1 .gallery ul {
    margin: -3px 0;
    padding: 7px 0;
  }
  .prodet-page .prodet-1 .gallery .prev,
  .prodet-page .prodet-1 .gallery .next {
    height: 22px;
    line-height: 22px;
  }
  .prodet-page .prodet-2 ul.option em {
    margin-right: 5px;
  }
  .prodet-page .prodet-2 ul.option {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 ul.option li {
    width: 100%;
    margin-bottom: 12px;
  }
}
.seoPublic > div:nth-child(odd){
  background: transparent;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.fancybox-image, .fancybox-spaceball{
  background: #fff;
}