@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca-Bold.eot');
  src: url('../fonts/LexendDeca-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/LexendDeca-Bold.woff2') format('woff2'), url('../fonts/LexendDeca-Bold.woff') format('woff'), url('../fonts/LexendDeca-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca-Medium.eot');
  src: url('../fonts/LexendDeca-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/LexendDeca-Medium.woff2') format('woff2'), url('../fonts/LexendDeca-Medium.woff') format('woff'), url('../fonts/LexendDeca-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Deca';
  src: url('../fonts/LexendDeca-Regular.eot');
  src: url('../fonts/LexendDeca-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LexendDeca-Regular.woff2') format('woff2'), url('../fonts/LexendDeca-Regular.woff') format('woff'), url('../fonts/LexendDeca-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #0a174e;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Lexend Deca';
  font-weight: 400;
  color: #141414;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1590px;
  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;
  font-size: 16px;
  background-color: #0a174e;
  border-radius: 6px;
  padding: 12px 18px 12px 17px;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*text-transform: uppercase;*/
}
.more span {
  position: relative;
  z-index: 2;
}
.more span em:first-child {
  -webkit-transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  -moz-transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  display: block;
  margin-top: 1px;
}
.more span em:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  -moz-transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  opacity: 0;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(225%) translateX(0%);
  -moz-transform: translateY(225%) translateX(0%);
  -ms-transform: translateY(225%) translateX(0%);
  transform: translateY(225%) translateX(0%);
}
.more i {
  margin-left: 3px;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  -moz-transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1), -moz-transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1), -webkit-transform 600ms cubic-bezier(0.48, 0, 0.12, 1), -moz-transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  -webkit-transform: skewY(6.3deg) scaleY(0);
  -moz-transform: skewY(6.3deg) scaleY(0);
  -ms-transform: skewY(6.3deg) scaleY(0);
  transform: skewY(6.3deg) scaleY(0);
}
.more:hover span em:first-child {
  opacity: 0;
}
.more:hover span em:last-child {
  -webkit-transform: translateX(0%) translateY(-53%);
  -moz-transform: translateX(0%) translateY(-53%);
  -ms-transform: translateX(0%) translateY(-53%);
  transform: translateX(0%) translateY(-53%);
  opacity: 1;
  -webkit-transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
  -moz-transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
.more:hover::after {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: skewY(6.3deg) scaleY(2);
  -moz-transform: skewY(6.3deg) scaleY(2);
  -ms-transform: skewY(6.3deg) scaleY(2);
  transform: skewY(6.3deg) scaleY(2);
}
#header {
  z-index: 20;
  position: fixed;
  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: 0 auto;
}
#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: 1.3em;
  -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: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
  padding-left: 16px;
  position: relative;
}
#header .nav .menu-box ul.menu > li > a::before {
  content: "\e7f8";
  font-family: "iconfont";
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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 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 a::before,
#header .nav .menu-box ul.menu > li.active a::before {
  opacity: 1;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy ul {
  top: 100%;
  left: initial;
  right: 0;
  z-index: 100;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
}
#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;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 5;
  top: 36%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .title {
  line-height: 1.25;
}
#banner ul li .text span,
#banner ul li .text .title,
#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::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65.79%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
#banner ul .swiper-slide-active .text span,
#banner ul .swiper-slide-active .text .title,
#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 {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner .bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#banner .bottom ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .bottom ul li .ig {
  padding: 47px 90px;
  position: relative;
  z-index: 10;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .bottom ul li i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 61px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 6;
}
#banner .bottom ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 6;
}
#banner .bottom ul li:last-child {
  border-right: 0;
}
#banner .bottom ul li.active {
  border-color: var(--color);
}
#banner .bottom ul li.active .ig {
  background: var(--color);
}
.title,
.i-title {
  font-weight: bold;
}
.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;
}
.i-tag {
  font-size: 18px;
  line-height: 1.4;
}
.i-title {
  font-size: 40px;
  line-height: 1.2;
}
#index-body .i-category {
  padding: 5.15625% 0 0 0;
}
#index-body .i-category .arrow {
  font-size: 20px;
}
#index-body .i-category .arrow 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background-color: #e5e5e5;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .arrow a:hover {
  background: var(--color);
}
#index-body .i-category .content .img ul .slick-list {
  padding-right: 480px;
}
#index-body .i-category .content .text {
  top: 0;
  right: 25%;
  width: 25.10417%;
  height: 100%;
  background: var(--color);
  color: #fff;
}
#index-body .i-category .content .text .more {
  background: #fff;
  color: var(--color);
}
#index-body .i-category .content .text .more:hover {
  color: #fff;
}
#index-body .i-category .content .text .more:hover i {
  color: #fff;
}
#index-body .i-product {
  background-color: #f2f2f2;
  padding: 5.0521% 0 5.10417%;
}
#index-body .i-product ul li .img-box {
  background: #fff;
  border-radius: 10px;
}
#index-body .i-product ul li .tit {
  height: 70px;
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 1.5;
}
#index-body .i-product ul li .tit:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-about {
  color: #fff;
  padding: 4.5% 0 5.417%;
}
#index-body .i-about .top .right .i-title {
  line-height: 1.44;
}
#index-body .i-about .top .right .con h1 {
  display: inline;
}
#index-body .i-about .top .more {
  position: absolute;
  left: 0;
  bottom: 9px;
}
#index-body .i-about .top .more::after {
  background: #fff;
}
#index-body .i-about .top .more:hover {
  color: var(--color);
}
#index-body .i-about .top .more:hover em {
  color: var(--color);
}
#index-body .i-about .bottom {
  margin-top: 5.513%;
  padding-top: 5.9%;
  border-top: 1px solid #676766;
}
#index-body .i-about .bottom .num {
  line-height: 1;
}
#index-body .i-about .bottom .num em {
  font-size: 2.6em;
}
#index-body .i-about .bottom .img ul {
  margin: -15.5px;
}
#index-body .i-about .bottom .img ul li {
  padding: 15.5px;
  width: 38.921%;
}
#index-body .i-about .bottom .img ul li .img-box {
  border-radius: 10px;
}
#index-body .i-about .bottom .img ul li:first-child {
  width: 22.158%;
}
#index-body .i-project {
  padding-top: 4.6875%;
}
#index-body .i-project .tit {
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 10px;
  color: #666666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-project ul li:hover .tit {
  background: var(--color);
  color: #fff;
}
#index-body .i-news {
  padding: 5.15625% 0 5.10417%;
}
#index-body .i-news .left {
  width: 46.67%;
}
#index-body .i-news .left .tag {
  color: #999;
}
#index-body .i-news .left .con {
  color: #666;
}
#index-body .i-news .right {
  width: 48.654%;
}
#index-body .i-news .right .ig {
  border-bottom: 1px solid #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .right .ig .tit {
  width: 86%;
  color: #666;
}
#index-body .i-news .right .ig .tit::before {
  content: "\e7f8";
  font-family: "iconfont";
  display: none;
  margin-right: 12px;
}
#index-body .i-news .right .ig time {
  color: #999;
}
#index-body .i-news .right .ig:hover {
  background: var(--color);
  border-color: var(--color);
  padding-left: 20px;
  padding-right: 18px;
  border-radius: 10px;
}
#index-body .i-news .right .ig:hover .tit {
  color: #fff;
}
#index-body .i-news .right .ig:hover .tit::before {
  display: inline-block;
}
#index-body .i-news .right .ig:hover time {
  color: #fff;
}
#footer {
  background: url(/solarstreetlightfactory/2026/07/17/footbg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-form {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#footer .f-form ul li {
  width: 28.6%;
}
#footer .f-form ul li:nth-child(2) {
  width: 25.3%;
}
#footer .f-form ul li:nth-child(3) {
  width: 38.45%;
}
#footer .f-form ul li:last-child {
  width: 7.65%;
}
#footer .f-form input {
  width: 100%;
  height: 63px;
  padding: 0 20px;
  background: transparent;
  border: 0;
  font-size: 14px;
}
#footer .f-form input::-webkit-input-placeholder {
  color: #999;
}
#footer .f-form input:-moz-placeholder {
  color: #999;
}
#footer .f-form input::-moz-placeholder {
  color: #999;
}
#footer .f-form input:-ms-input-placeholder {
  color: #999;
}
#footer .f-form input::placeholder {
  color: #999;
}
#footer .f-form .more {
  border: 0;
}
#footer .f-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 3px 0 43px;
  text-transform: capitalize;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 10px;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  opacity: .6;
}
#footer .f-content ul li a::before {
  content: "\e7f8";
  font-family: "iconfont";
  display: none;
  margin-right: 12px;
  font-size: 14px;
  vertical-align: top;
  margin-top: 3px;
}
#footer .f-content ul li a:hover {
  opacity: 1;
}
#footer .f-content ul li a:hover::before {
  display: inline-block;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  max-width: 390px;
}
#footer .f-content .f-contact .title {
  margin-bottom: 29px;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 34px;
}
#footer .f-content .f-contact ul li i {
  width: 24px;
}
#footer .f-content .f-contact ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-ab {
  max-width: 384px;
}
#footer .f-content .f-ab .more::after {
  background: #fff;
}
#footer .f-content .f-ab .more:hover {
  color: var(--color);
}
#footer .f-content .f-ab .more:hover em {
  color: var(--color);
}
#footer .f-content .f-nav {
  width: 13%;
}
#footer::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.86);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .f-copy .share a {
  font-size: 22px;
  margin-right: .91em;
}
#footer .f-copy .share a:last-child {
  margin-right: 0;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
@media (max-width: 1700px) {
  #banner .bottom ul li .ig {
    padding: 47px 70px;
  }
  #index-body .i-category .content .text {
    width: 28%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 37.45%;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: .7em
  }
  #header .nav .more {
    margin-left: 20px;
  }
  #banner .bottom ul li .ig {
    padding: 47px 56px;
  }
  #index-body .i-category .content .img ul .slick-list {
    padding-right: 240px;
  }
  #index-body .i-category .content .text {
    right: 19%;
    width: 31%;
  }
  #index-body .i-news .right .ig .tit {
    width: 83%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 36%;
  }
  #footer .f-content .f-ab {
    max-width: 350px;
  }
  #footer .f-content .f-contact {
    max-width: 350px;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  #banner .bottom ul li .ig {
    padding: 23px 28px;
  }
  #index-body .i-category .content .text {
    padding: 32px 16px 22px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-news .right .ig .tit {
    width: 80%;
  }
  #footer .f-content {
    zoom: .8;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 33.45%;
  }
}
@media (max-width: 1000px) {
  #banner .bottom {
    display: none;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-category .header .arrow {
    margin-top: 20px;
  }
  #index-body .i-category .content .img ul .slick-list {
    padding-right: 0;
  }
  #index-body .i-category .content .text .more {
    zoom: .62;
  }
  #index-body .i-about .top .more {
    position: initial;
    width: auto !important;
    padding: 12px 18px 12px 17px !important;
    margin-top: 20px;
  }
  #index-body .i-about .top .right {
    margin-top: 30px;
  }
  #index-body .i-about .bottom .data {
    display: none;
  }
  #index-body .i-news .left {
    display: none;
  }
  .font-18 {
    font-size: 16px;
  }
  #footer .f-form ul li {
    width: 50% !important;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 100% !important;
  }
  #footer .f-form ul li:last-child {
    width: 10%;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-contact {
    max-width: 320px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
}
@media (max-width: 700px) {
  .font-30 {
    font-size: 24px;
  }
  .i-title {
    font-size: 26px;
  }
  #index-body .i-category .content .text {
    position: initial;
    width: 100%;
  }
  #index-body .i-category .content .text .list {
    margin-top: 30px;
  }
  #index-body .i-category .content .text .more {
    zoom: 1;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-content .f-ab {
    max-width: 100%;
  }
  #footer .f-content .f-contact {
    margin-top: 20px;
    max-width: 100%;
  }
  #footer .f-copy .share {
    display: none;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  #banner ul li .text {
    top: 50%;
  }
  .i-tag {
    font-size: 14px;
    line-height: 2;
  }
  .i-title {
    font-size: 25px;
  }
  .font-18 {
    line-height: 1.8 !important;
  }
  #index-body .i-about .bottom .img ul {
    margin: -7.5px;
  }
  #index-body .i-about .bottom .img ul li {
    padding: 7.5px;
  }
  #index-body .i-project .more {
    margin-top: 20px;
  }
  #index-body .i-news .right .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-news .right .ig .tit {
    width: 100%;
  }
  #index-body .i-news .right .ig time {
    display: inline-block;
  }
}
.inner-banner {
  padding: 8.5% 0 7.5%;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-size: 100% 100%;*/
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.inner-banner .tit {
  font-weight: 500;
  line-height: 1.2;
}
.inner-banner .mbx {
  margin-top: 4px;
}
.inner-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1000px) {
  .inner-banner{
    background-attachment: inherit;
    background-size: cover;
  }
}
@media (max-width: 700px) {
  .inner-banner .tit{
    display: none;
  }
  .inner-banner .mbx{
    font-size: 14px;
    margin-top: 0;
  }
}
.about-page .about-1 .left {
  position:sticky;
  top:25%;
}
.about-page .about-1 .text {
  color: #747474;
}
.about-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}
.about-page .about-1 .list p {
  color: #898782;
}
.about-page .about-2 {
  color: white;
}
.about-page .about-2 .box2 {
  padding: 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-page .about-2 .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.about-page .about-3 .img {
  position: absolute;
  bottom: 105%;
  right: 60%;
}
.about-page .about-3 img.font-66 {
  width: 1em;
}
.about-page .about-3 .right li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .about-3 .right li i img {
  max-width: 100%;
  max-height: 100%;
}
.about-page .about-3 .right li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-3 .right li:hover span.h6 {
  color: var(--color);
}
.about-page .about-4 {
  background-color: #f8f9ff;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about-page .about-4 .img .play {
  width: 7.5em;
  height: 7.5em;
  letter-spacing: .25em;
  background-color: #f8f9ff;
  color: black;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  border-radius: 100%;
}
.about-page .about-4 .img .play svg {
  fill: black;
}
.about-page .about-4 .img .play i {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
  background-color: #636466;
  color: white;
  left: 50%;
  top: 50%;
}
.about-page .about-4 .img .play i:before {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.about-page .about-4 .text {
  color: #707070;
}
.inner-page .play {
  width: 51px;
  text-transform: uppercase;
  letter-spacing: .37em;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.inner-page .play i {
  left: 55%;
  top: 50%;
}
.inner-page .play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.inner-page .play path {
  fill: transparent;
}
.history-2 .list .year span {
  font-size: 16vw;
  line-height: .8;
  color: var(--color);
  /*-webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#e79ea2), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #e79ea2, var(--color));
  background-image: -moz-linear-gradient(left, #e79ea2, var(--color));
  background-image:linear-gradient(to right, #e79ea2, var(--color));*/
  text-indent: -0.05em;
}
.history-2 .list .year .img {
  max-width: 410px;
}
.history-2 .list .year .img img {
  border: 12px solid gray;
  border-radius: 100%;
  background-color: gray;
}
.history-2 .list .text {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.history-2 .slickBtn div {
  width: 3em;
  height: 3em;
  background: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#e79ea2), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #e79ea2, var(--color));
  background-image: -moz-linear-gradient(left, #e79ea2, var(--color));
  background-image: linear-gradient(to right, #e79ea2, var(--color));*/
}
.history-2 hr {
  background-color: gray;
}
.history-2 .list2 {
  line-height: 1;
}
.history-2 .list2 ul {
  padding-right: 9%;
}
.history-2 .list2 li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-2 .list2 li i {
  max-width: 3em;
  border-radius: 100%;
  margin-bottom: 3%;
  overflow: hidden;
  margin-top: -1.5em;
  transition: .5s;
  transform: scale(.7);
}
.history-2 .list2 .slick-slide {
  transition: .5s;
}
/*.history-2 .list2 .slick-slide.slick-cloned {
  opacity: 0;
}*/
/*.history-2 .list2 .slick-slide:not(.slick-active),
.history-2 .list2 .slick-slide:not(.slick-cloned).prev1[data-slick-index="20"] {
  opacity: 0;
}*/
/*.history-2 .list2 .slick-slide:not(.slick-cloned).prev1 {
  opacity: 1;
}*/
.history-2 .list2 .slick-slide.slick-current li i {
  transform: scale(1);
}
/*.history-2 .list2 .slick-slide.next1 li i {
  opacity: 0;
}*/
.history-2 .list2 .slick-list {
  overflow: unset;
}
.history-2 .list2 .slick-current li {
  opacity: 1;
      font-size: 36px;
}
.btns {
  text-align: center;
}
.btns a {
  background: var(--color);
  padding: 15px 20px;
  color: #fff;
  border-radius: 45px;
}
.sustainable-page .sustainable-1 .text {
  color: #747474;
}
.sustainable-page .sustainable-1 .img {
  min-height: 31.77083333vw;
  color: white;
  padding: 5% 7.5% 10%;
}
.sustainable-page .sustainable-1 .img .text {
  color: inherit;
}
.sustainable-page .sustainable-1 .img .play {
  position: absolute;
  right: 17.5%;
  bottom: 0;
  -webkit-transform: translate(0, 80%);
  -moz-transform: translate(0, 80%);
  -ms-transform: translate(0, 80%);
  transform: translate(0, 80%);
}
.sustainable-page .sustainable-1 span.h1 {
  line-height: 1;
  margin-top: auto;
  opacity: .05;
}
.sustainable-2 .text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sustainable-2 .list {
  z-index: 1;
}
.sustainable-2 .list span.h1 {
  line-height: .8;
  opacity: .05;
  top: -2%;
  left: 0;
  z-index: -1;
}
.sustainable-2 .list li {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-2 .list li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-2 .list li i img {
  max-width: 100%;
  max-height: 100%;
}
.sustainable-2 .list li span.h6 {
  line-height: 1.2;
}
.sustainable-2 .list li .text {
  color: #808080;
}
.sustainable-2 .list li:hover {
  background-color: rgba(10,23,78, 0.9);
  color: white;
}
.sustainable-2 .list li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sustainable-2 .list li:hover .text {
  color: inherit;
}
.sustainable-page .sustainable-3 .list .right {
  padding: 0 6% 0 0;
}
.sustainable-page .sustainable-4 {
  background-color: #f7f7f7;
}
.sustainable-page .sustainable-4 .list {
  -webkit-filter: drop-shadow(0 16px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 16px 10px rgba(0, 0, 0, 0.2));
  overflow: hidden;
}
.sustainable-page .sustainable-4 .list .slick-list {
  overflow: unset;
}
.sustainable-page .sustainable-4 .list li img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-4 .list li:hover img {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.sustainable-page .sustainable-5 {
  color: white;
}
.sustainable-page .sustainable-5 .text {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.sustainable-page .sustainable-5 span.tag {
  color: inherit;
}
.home-4 .list .box {
  background-color: #f9f9f9;
}
.home-4 .con{
  width: 90%;
  margin: 0 auto;
  color: #666666;
}
.pack-page .pack-1 .nav a {
  background-color: #cacaca;
  font-size: 18px;
}
.pack-page .pack-1 .nav a.active {
  background-color: var(--color);
}
.pack-page .pack-1 span.h6 {
  color: var(--color);
}
.pack-page .pack-2 .list {
  padding: 0 14%;
  overflow: hidden;
  position: relative;
}
.pack-page .pack-2 .list .content {
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 1;
  padding: 5%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.pack-page .pack-2 .list .content span.tag {
  color: inherit;
}
.pack-page .pack-2 .list .content span.h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.pack-page .pack-2 .list .slick-list {
  overflow: unset;
}
.pack-page .pack-2 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(43, 54, 37, 0.75);
  transition: .5s;
}
.pack-page .pack-2 .list .slick-slide li {
  -webkit-transform: scale(0.8) translateX(20%);
  -moz-transform: scale(0.8) translateX(20%);
  -ms-transform: scale(0.8) translateX(20%);
  transform: scale(0.8) translateX(20%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  filter: blur(3px);
}
.pack-page .pack-2 .list .slick-slide.slick-current {
  z-index: 1;
}
.pack-page .pack-2 .list .slick-slide.slick-current.slick-slide li {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  filter: unset;
}
.pack-page .pack-2 .list .slick-slide.slick-current li:before {
  opacity: 0;
}
.pack-page .pack-2 .list .slick-slide.slick-current li .content {
  opacity: 1;
}
.pack-page .pack-2 .list .slick-slide.slick-current + div li {
  -webkit-transform: scale(0.8) translateX(-20%);
  -moz-transform: scale(0.8) translateX(-20%);
  -ms-transform: scale(0.8) translateX(-20%);
  transform: scale(0.8) translateX(-20%);
}
.pack-page .pack-2 .list .slickBtn div {
  width: 14%;
  height: 100%;
  top: 0 !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  background-color: transparent;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20% 0;
}
.pack-page .pack-2 .list .slickBtn div.prev {
  left: 0;
  -webkit-writing-mode: sideways-rl;
  -ms-writing-mode: sideways-rl;
  writing-mode: sideways-rl;
}
.pack-page .pack-2 .list .slickBtn div.next {
  right: 0;
  left: auto !important;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}
.pack-page .pack-3 {
  background-color: #f8f8f8;
}
.pack-page .pack-3 .list .box {
  background-color: white;
  padding: 5%;
}
.pack-page .pack-3 .list .box a.link {
  color: var(--color);
}
.pack-page .pack-3 .list .box a.link i {
  font-size: 1.5em;
}
.pack-page .pack-4 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pack-page .pack-4 span.h6 {
  line-height: 1.2;
  color: var(--color);
}
.pack-page .pack-4 span.h6:before {
  content: '';
  width: 0.35em;
  height: 0.35em;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  margin-top: .4em;
}
.pack-page .pack-4 .text {
  color: #525252;
}
.pack-page .pack-4 .text strong {
  color: black;
}
.pack-page .pack-4 .left ul {
  grid-template-columns: 52% 44%;
  grid-auto-rows: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.pack-page .pack-4 .left li {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.pack-page .pack-4 .left li:nth-child(2) {
  grid-row: span 2;
  position: relative;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.inner-page .m-page > div {
  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;
  gap: .5em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #eee;
  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;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
@media screen and (max-width: 1250px) {
  .sustainable-page .sustainable-1 .img {
    min-height: 40vw;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .img {
    display: none;
  }
  .about-page .about-2 .box2 {
    padding: 7%;
  }
  .inner-page .play {
    width: 60px;
  }
  .sustainable-page .sustainable-1 .img .play {
    right: 16.5%;
  }
  .sustainable-page .sustainable-3 .list .right {
    margin-bottom: 5%;
  }
  .pack-page .pack-4 .left li:nth-child(2) {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-1 .left{
    position: inherit;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-4 .img .play {
    width: 7em;
    height: 7em;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li {
    width: 48%;
  }
  .sustainable-page .sustainable-1 .img {
    height: 70vw;
  }
  .sustainable-page .sustainable-1 .img .play {
    right: 12%;
  }
  .pack-page .pack-2 .list .content span.h2 {
    font-size: 16px;
  }
  .pack-page .pack-2 .list .slickBtn div {
    font-size: 14px;
  }
  .pack-page .pack-2 .list .slickBtn div i {
    font-size: 1em;
  }
  .inner-page .m-page a, .inner-page .m-page span {
    margin: 0 .2em;
    width: 2.25em;
    height: 2.25em;
  }
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover:after {
  opacity: 1;
}
.gallery-page1 .tab .more{
  background-color: #e5e5e5;
  color: #666666;
  text-transform: capitalize;
}
.gallery-page1 .tab .more i{
  display: none;
}
.gallery-page1 .tab .more::after{
  background: var(--color);
}
.gallery-page1 .tab .more:hover,
.gallery-page1 .tab .more.active{
  color: #fff;
}
.gallery-page1 .tab .more:hover i,
.gallery-page1 .tab .more.active i{
  display: block;
}
.gallery-page1 .tab .more.active::after{
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: skewY(6.3deg) scaleY(2);
  -moz-transform: skewY(6.3deg) scaleY(2);
  -ms-transform: skewY(6.3deg) scaleY(2);
  transform: skewY(6.3deg) scaleY(2);
}
@media screen and (max-width: 1250px) {
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}
.technology_page {
  color: #666;
}
.technology_page .top .titl {
  color: #0c0f0f;
  font-weight: 500;
}
.technology_page .swiperBtn {
  position: relative;
}
.technology_page .swiperBtn .btns {
  position: static;
  transform: none;
}
.technology_page .tech_2 .itemBox .left {
  width: 47.4%;
}
.technology_page .tech_2 .itemBox .right {
  width: 48%;
}
.technology_page .tech_2 .itemBox .Hbtn {
  background-color: #13100f;
  color: #fff;
}
.technology_page .tech_2 .itemBox .Hbtn.btn-text-nina .pxl--btn-text::before {
  color: #fff;
}
.technology_page .tech_2 .itemBox:last-child {
  padding-bottom: 0;
}
.technology_page .tech_2 .itemBox:nth-child(even) {
  flex-direction: row-reverse;
}
.about_page .about_2 {
  background-image: url('/solarstreetlightfactory/2026/07/14/servicebg.jpg?imageView2/2/format/webp/q/80');
}
.about_page .about_2 .more::after{
  background: #fff;
}
.about_page .about_2 .more:hover{
  color: var(--color);
}
.about_page .about_2 .more:hover em{
  color: var(--color);
}
.about_page .about_3 {
  background-color: #f7f7f7;
}
.about_page .about_3 .lists {
  margin: 0 var(--npx25);
  align-items: stretch;
}
.about_page .about_3 .lists li {
  width: 33.3333%;
  padding: 0 var(--px20);
  flex-shrink: 0;
}
.about_page .about_3 .lists li .list {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.9s;
  text-align: center;
  padding: var(--px60) var(--px25);
  background-color: #fff;
  border-radius: 10px;
}
.about_page .about_3 .lists li .list .icon {
  width: var(--px75);
  height: var(--px75);
  min-width: 50px;
  min-height: 50px;
}
.about_page .about_3 .lists li .list:hover {
  background-color: var(--color);
  color: #fff;
}
.about_page .about_3 .lists li .list:hover .txt {
  color: #fff;
}
.about_page .about_3 .lists li .list:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.imgBg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.text-C {
    text-align: center;
}
.colorF {
    color: #fff;
}
@media screen and (max-width: 1250px) {
  .about_page .about_3 .lists li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .about_page .about_3 .lists {
    margin: 0;
  }
  .about_page .about_3 .lists li {
    padding: 0 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .about_page .about_3 .lists li {
    width: 100%;
  }
}
.download-page .download-content {
  background-color: #fff;
  border-radius: 10px;
}
.download-page .download-content .download-list {
  border-top: solid 1px #e8e8e8;
}
.download-page .download-content .download-list li {
  border-bottom: solid 1px #e8e8e8;
  color: #666666;
  font-weight: 500;
}
.download-page .download-content .download-list li .title{
  font-style: italic;
  color: #141414;
}
.download-page .download-content .download-list li .name {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #666666;
}
.download-page .download-content .download-list li .preview {
  margin-left: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.download-page .download-content .download-list li .preview i {
  font-size: 26px;
}
.download-page .download-content .download-list li .preview:hover {
  color: var(--color);
}
.download-page .download-content .download-list li .download {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.download-page .download-content .download-list li .download:hover {
  color: var(--color);
}
.download-page .download-content .download-list li.active .name,
.download-page .download-content .download-list li.active .preview {
  color: var(--color);
}
.download-page .download-content .download-list li.active .name,
.download-page .download-content .download-list li:hover .name {
  color: var(--color);
}
.download-page .download-content .download-list li .bottom {
  display: none;
}
.sideRight {
  position: sticky;
  top: 120px;
}
.sideRight form {
  width: 100%;
  position: relative;
  margin-bottom: var(--px80);
}
.sideRight form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: var(--px18);
  line-height: 1.6;
  border-bottom: 2px solid black;
  height: 40px;
}
.sideRight form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
}
.sideRight h5 {
  font-size: var(--px30);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: var(--px30);
}
.sideRight .category {
  margin-bottom: var(--px50);
}
.sideRight .category ul li {
  font-size: var(--px18);
  line-height: 2;
  color: #909090;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  position: relative;
}
.sideRight .category ul li i{
  cursor: pointer;
}
.sideRight .category ul li .fa {
  position: absolute;
  right: 0;
  top: 15px;
}
.sideRight .category ul li ul{
  width: 100%;
}
.sideRight .category ul li ul li {
  font-size: var(--px18);
}
.sideRight .category ul li.active,
.sideRight .category ul li:hover {
  color: var(--color);
}
.sideRight .like-pro ul {
  margin-bottom: var(--px60);
}
.sideRight .like-pro ul li {
  padding: var(--px24) 0;
  border-bottom: 1px solid #e5e5e5;
}
.sideRight .like-pro ul li:last-child {
  border-bottom: none;
}
.sideRight .like-pro ul li .img-box {
  width: 47%;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .like-pro.news ul li .img-box {
  border: none;
  width: 0%;
}
.sideRight .like-pro ul li:hover .img-box {
  border-color: black;
}
.sideRight .like-pro ul li p {
  width: 100%;
  font-size: var(--px18);
  line-height: 1.6;
  font-weight: 500;
}
.sideRight .share {
  margin-bottom: var(--px80);
}
.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid var(--color);
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: var(--color);
}
.sideRight .share a:hover {
  background: var(--color);
  color: white;
}
.sideRight .imgbox {
  position: relative;
  background: url(../images/side-bg.jpg) no-repeat;
  background-size: cover;
  height: 365px;
}
.sideRight .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .download-page .download-content .download-list li .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
ul.video{
    margin: 0 -15px;
}
ul.video li{
    padding: 15px;
}
ul.video li .block{
    position: relative;
}
ul.video li .block .play{
 position: absolute;
 z-index: 9;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 20px 0 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: var(--px20) var(--px25);
  display: none;
  color: #666;
}
@media screen and (max-width: 1250px) {
  ul.video li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  ul.video li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  ul.video li {
    width: 100%;
  }
}
.news-page .sideLeft ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news-page .sideLeft ul li .img-box {
  position: relative;
  width: 50%;
  padding-right: 40px;
  vertical-align: middle;
}
.news-page .sideLeft ul li .img-box a {
  overflow: hidden;
}
.news-page .sideLeft ul li .img-box span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: white;
  background: var(--color);
  border-radius: 3px;
  font-size: 16px;
  padding: 7px 15px;
}
.news-page .sideLeft ul li .content {
  vertical-align: middle;
}
.news-page .sideLeft ul li .content .time {
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}
.news-page .sideLeft ul li .content h5 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 13px;
  transition: .5s ease;
}
.news-page .sideLeft ul li .content h5:hover {
  color: var(--color);
}
.news-page .sideLeft ul li .content .des {
  font-size: 16px;
  line-height: 32px;
  color: #818181;
  margin: 17px 0 20px;
}
.news-page .sideLeft ul li .content .mores {
  font-size: 18px;
  font-weight: 600;
}
.news-page .sideLeft ul li .content .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  vertical-align: baseline;
  margin-left: 8px;
}
.news-page .sideLeft ul li .content .mores:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.news-page .sideLeft ul li:first-child {
  padding-top: 0;
}
.news-page .sideRight .like-pro ul li p {
  width: 100%;
}
.news-page .sideRight .like-pro ul li .time {
  color: #909090;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.newdet-page .sideLeft .time {
  text-align: center;
  font-size: var(--px18);
  line-height: 1.6;
  color: #909090;
  margin: var(--px20) 0 var(--px35);
}
.newdet-page .sideLeft .content {
  margin-bottom: var(--px100);
  color: #666;
  line-height: 1.6;
}
.newdet-page .sideLeft .form {
  margin-top: var(--px100);
}
.newdet-page .sideLeft .form .title {
  font-weight: 500;
  line-height: 1.6;
}
.newdet-page .sideLeft .form p {
  font-size: var(--px18);
  line-height: 1.6;
  color: #909099;
  margin: 10px 0 var(--px35);
}
.newdet-page .sideLeft .form form ul {
  margin: -10px;
}
.newdet-page .sideLeft .form form ul li {
  padding: 10px;
  border: none;
  margin-bottom: 12px;
}
.newdet-page .sideLeft .form form ul li span {
  font-size: var(--px18);
  line-height: 1.7;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.newdet-page .sideLeft .form form ul li input,
.newdet-page .sideLeft .form form ul li textarea {
  height: 55px;
  font-weight: 500;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #fff;
  font-size: var(--px18);
}
.newdet-page .sideLeft .form form ul li textarea {
  height: 220px;
  padding: 15px;
}
.newdet-page .sideLeft .form form ul li button {
  border: none;
}
.newdet-page .sideLeft .form form ul li.w-100 {
  width: 100%;
}
.newdet-page .sideLeft .form form ul li input[type="submit"] {
  color: white;
  background-color: var(--color);
  transition: .5s ease;
}
.newdet-page .sideLeft .form form ul li input[type="submit"]:hover {
  background-color: black;
}
@media screen and (max-width: 500px) {
  .news-page .sideLeft ul li .img-box {
    width: 100%;
    padding-right: 0;
  }

  .news-page .sideLeft ul li .content {
    width: 100%;
    margin-top: 20px;
  }
}
.product-page {
  padding: 4.74% 0 0%;
}
.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}
.product-page .category ul {
  margin-right: -40px;
}
.product-page .category ul li {
  padding-right: 40px;
}
.product-page .category ul li .img-box {
  display: block;
  overflow: visible
}
.product-page .category ul li .img-box img {
  display: inline-block;
  border-radius: 10px;
}
.product-page .category ul li .img-box {
  max-width: 310px;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 22px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.product-page .category ul li.active .tit {
  color: var(--color);
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  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;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) var(--color) no-repeat center center;
}
.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}
.product-page .info .ui.container {
  max-width: 1273px;
}
.product-page .info h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--color);
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 1%;
}
.product-page .list {
  margin-top: 3.25%;
}
.product-page .list ul {
  margin: 0 -52px -89px 0;
}
.product-page .list ul li {
  padding: 0 30px 30px 0;
}
.product-page .list ul li .img-box {
  display: block;
  padding: 30px 0
}
.product-page .list ul li .img-box img {
  display: inline-block;
}
.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 90%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li .tit {
  font-size: 18px;
  color: #474747;
  /*font-weight: bold;*/
  line-height: 1.6;
  /*margin-top: 25px;*/
  display: block;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.product-page .list ul li .tit:hover{
  color: var(--color);
}
#index-body .init-5 {
  background-image: url(../images/init-1Bg.png);
  background-repeat: no-repeat;
  background-position: right top 140px;
  background-size: contain;
}
#index-body .init-5 .titleBox .textBox {
  max-width: 720px;
}
#index-body .init-5 ul {
  width: 100%;
}
#index-body .init-5 ul li .listBox {
  border-radius: 10px;
  height: 495px;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 80px;
  vertical-align: bottom;
  align-content: flex-end;
  position: relative;
  z-index: 2;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .init-5 ul li .listBox .bold {
  border-bottom: 1px solid rgba(214, 214, 214, 0.43);
  min-height: 70px;
  position: relative;
  z-index: 2;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
#index-body .init-5 ul li .listBox .date {
  width: 100%;
}
#index-body .init-5 ul li .listBox .date .left {
  color: #f2f4ed;
}
#index-body .init-5 ul li .listBox .date .left img {
  margin-right: 12px;
}
#index-body .init-5 ul li .listBox .logoBg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 2s ease;
  z-index: 1;
}
#index-body .init-5 ul li .listBox:hover .bold {
  color: #778056;
}
#index-body .init-5 ul li .listBox:hover .logoBg {
  transform: translate(-50%, -50%) scale(1);
}
.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}

.m-link .prev {
  margin-right: 20px;
  width: 100%;
}

.m-link .prev a.link img {
  margin-right: .5em;
}

.m-link .next {
  width: 100%;
}

.m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}

.m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}

.m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}

.m-link .btnBox .text {
  margin-left: 15px;
  transition: all .3s;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
@media screen and (max-width: 1700px) {
  #index-body .init-5 ul li .listBox {
    padding: 0 50px 70px;
  }
  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .m-link .btnBox {
    padding: 10px;
  }

  .m-link .btnBox .text time {
    font-size: 14px;
  }

  .m-link {
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-5 ul li .listBox {
    padding: 0 20px 50px;
    height: 450px;
  }
  #index-body .init-5 ul li .listBox:hover .logoBg {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }
  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }
  .product-page .list ul li .tit {
    font-size: 19px;
  }
  #index-body .init-5 ul li .listBox .date .left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }
  .product-page .top .product-search {
    margin-left: 26px;
  }
  .product-page .top .product-search form {
    width: 320px;
  }
  .product-page .list ul {
    margin: 0 -15px -30px 0;
  }
  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .product-page .info h1 {
    font-size: 36px;
  }
  .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }

  .m-link .btnBox a.img {
    display: none;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }
   .m-link .prev {
    margin-right: 10px;
  }

  .m-link .next {
    margin-left: 10px;
  }
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 10px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 60px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: var(--color);
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 500px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
  color: #666;
}
.prodet-page .prodet-1 .box .right .content a.msgBtn {
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msgBtn:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 24px;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #acce22;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.prodet-page .prodet-2 .ret ul li .content.form form{
  margin: 0 auto;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next{
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
    font-size: 20px;
line-height: 36px;
  }
  .prodet-page .prodet-1 .box .right .content a.msgBtn {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}
.product-cat-page {
  padding: 5% 0 8.81%;
}
.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  color: #141414;
  transition: .5s
}
.product-cat-page .list ul li .text .title:hover{
  color: var(--color);
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 32px;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-left: 38px;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .img .img-box {
  display: block;
  overflow: visible
}
.product-cat-page .list ul li .img .img-box{
  padding: 40px 0
}
.product-cat-page .list ul li .img .img-box img{
  border-radius: 20px;
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .product-cat-page .list ul li .text {
    width: 100%;
    padding-bottom: 20px;
  }
    .product-cat-page .list ul li{
    -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  }
  .product-cat-page .list ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .product-cat-page .list ul li .img .img-box{
    padding: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}
.contact-page .contact-1 .left {
  width: 43%;
}

.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}

.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}

.contact-page .contact-1 .left ul li span {
  position: absolute;
  left: 3px;
  bottom: 54px;
}

.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}

.contact-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-moz-placeholder,
.contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::-moz-placeholder,
.contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}

.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 10px;
}

.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}

.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}

.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
}

.contact-page .contact-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 23px;
  color: #666;
}

.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}

.contact-page .contact-1 .right ul li p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  font-weight: 400;
}

.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}

.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.contact-page .contact-2 #mapContainer {
  height: 526px;
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }

  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }

  .contact-page .contact-1 .left ul {
    margin: 0 -40px -34px 0;
  }

  .contact-page .contact-1 .left ul li {
    padding: 0 40px 34px 0;
  }

  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }

  .contact-page .contact-2 {
    margin-top: 80px;
  }

  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1000px) {
 
  .contact-page {
    padding-top: 60px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .lh-1 {
    line-height: 1.3;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .contact-page .contact-2 {
    margin-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }

  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }

  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 4px;
  }

  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }

  .contact-page .contact-2 {
    margin-top: 30px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
  .contact-page .contact-1 .left ul li{
    width: 100%;
  }
   .contact-page .contact-1 .left .bottom span{
     margin-top: 3px;
   }
}
.page-header01{
  background: #fff;
}
.mobile-menu-wrap01 .mobile-menu{
  background: #fff;
  color: #000;
}
.mobileForm input{
  border: 1px solid #ccc;
}
#addForm2 {
  padding-left: 25px;
  height: 600px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  border-radius: 10px;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  padding-left: 30px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
}
#addForm2 textarea {
  width: 100%;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: #000;
}
@media screen and (max-width: 1450px) {
  #addForm2 {
    width: 100%;
  }
   #addForm2 textarea{
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #addForm2{
    padding: 30px 15px;
    height: auto;
  }
  .contact-page .contact-1 .left .bottom{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left ul {
     margin: 0 -20px -17px 0;
  }
  .contact-page .contact-1 .left ul li{
    padding: 0 20px 17px 0;
  }
}
@media screen and (max-width: 500px){
   #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.case-page .tab ul{
  margin: -10.5px;
}
.case-page .tab ul li{
  padding: 10.5px;
}
.case-page .tab ul li a{
  background-color: #f2f2f2;
	border-radius: 10px;
  display: inline-block;
  padding: 12px 35px 10px;
}
.case-page .tab ul li a:hover,
.case-page .tab ul li a.active{
  background: var(--color);
  color: #fff;
}
.case-page .content dl{
  margin: -26.5px -14.5px;
}
.case-page .content dl dd{
  padding: 26.5px 14.5px;
}
.case-page .content dl dd .img-box{
  border-radius: 10px;
}
.case-page .content dl dd .tit{
  color: #666;
}
@media (max-width: 700px) {
  .flex-3 > *{
    width: 50%;
  }
  .case-page .content dl{
    margin: -14px -7px;
  }
  .case-page .content dl dd{
    padding: 14px 7px;
  }
}
@media (max-width: 500px) {
  .flex-3 > *{
    width: 100%;
  }
  .case-page .tab ul{
    margin: -6px;
  }
  .case-page .tab ul li{
    padding: 6px;
  }
  .case-page .tab ul li a {
    padding: 12px 15px 10px;
  }
}
#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;
}

.radius-10{
  border-radius: 10px;
}

.title-40{
  font-size: 40px;
  font-weight: bold;
}
.product-page {
  background: #f7f7f7;
}
.download-page{
  background: #f7f7f7;
  padding: 4.74% 0 0%;
}
.download-page .top{
  margin-top: 0;
}
@media (max-width: 1000px) {
  .font-30{
    font-size: 20px;
  }
  .m-link .next{
    margin: 0;
  }
  .m-link .next a.link{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .yc {
    display: none;
  }
  #footer .f-form ul li:last-child{
    margin-bottom: 20px;
  }
  #index-body .i-category .arrow{
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .font-40,
  .font-36 {
    font-size: 24px;
  }
  .m-link{
    display: block;
  }
  .m-link .prev,
  .m-link .next{
    width: 100%;
  }
  .download-page .download-content{
    padding: 30px 15px;
  }
  .download-page .download-content .download-list li .name{
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .download-page .download-content .download-list li .preview{
    margin-left: 0;
  }
  .pt-180 {
    padding-top: 30px;
  }
  #index-body .i-category .header .arrow{
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  #index-body .i-category .arrow a{
    width: 2em;
    height: 2em;
  }
}

.color-666{
color: #666;  
}

#banner .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#banner .img img.zIndex {
  z-index: 1;
}
#banner .img img.active {
    -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
    z-index: 2;
}
@-webkit-keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}
@-moz-keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}
@keyframes qodef-animate-image-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}
@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: .3;
    }
    to {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}