@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'),
   url(../fonts/Montserrat-Light.eot) format('eot'), 
   url(../fonts/Montserrat-Light.woff) format('woff'), 
   url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype'), 
  url(../fonts/Montserrat-ExtraBold.eot) format('eot'), 
  url(../fonts/Montserrat-ExtraBold.woff) format('woff'),
  url(../fonts/Montserrat-ExtraBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), 
  url(../fonts/Montserrat-Regular.eot) format('eot'), 
  url(../fonts/Montserrat-Regular.woff) format('woff'), 
  url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), 
  url(../fonts/Montserrat-Medium.eot) format('eot'), 
  url(../fonts/Montserrat-Medium.woff) format('woff'), 
  url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), 
  url(../fonts/Montserrat-SemiBold.eot) format('eot'), 
  url(../fonts/Montserrat-SemiBold.woff) format('woff'), 
  url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
    font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/ClassyVogueRegular.ttf) format('truetype'), 
  url(../fonts/ClassyVogueRegular.eot) format('eot'), 
  url(../fonts/ClassyVogueRegular.woff) format('woff'), 
  url(../fonts/ClassyVogueRegular.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DelonRegular';
  src: url(../fonts/DelonRegular.ttf) format('truetype'), 
  url(../fonts/DelonRegular.eot) format('eot'), 
  url(../fonts/DelonRegular.woff) format('woff'), 
  url(../fonts/DelonRegular.woff2) format('woff2');
}

@font-face {
  font-family: 'Mayonice';
  src: url(../fonts/Mayonice.ttf) format('truetype'), 
  url(../fonts/Mayonice.eot) format('eot'), 
  url(../fonts/Mayonice.woff) format('woff'), 
  url(../fonts/Mayonice.woff2) format('woff2');
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #d4ab57;
  --font: 'DelonRegular';
  background-color: white;
  color: #000;
  max-width: 1920px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.container {
  padding: 0 15px;
  width: 1615px;
  margin: 0 auto;
  position: relative;
}

.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color:black;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

.search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}

.search-box form input {
    background: none;
    outline: none;
    border: none;
}

.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}

.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color:black;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: bold;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
.i-tag {
    font-size: 18px;
    display: inline-block;
    position: relative
}

.i-tag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#000;
}

.i-title {
    line-height: 1.3;
    
    display: block;
    font-family: var(--font);
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
}
#header.active,
#header.inner-header {
  background-color: rgba(51, 51, 51, .6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
#header.active .nav,
#header.inner-header .nav {
  height: 80px;
}
#header.active .nav .logo img,
#header.inner-header .nav .logo img{
  max-width: 45px;  
}
#header .nav .logo img{
  transition: 0.5s;
}
#header .nav {
  position: relative;
  height: 120px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 90px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  color: white;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color:white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .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;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -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 .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .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;
}

.language-box .zhuyu {
  color: white;
}
.language-box .zhuyu span {
  font-size: 18px;
  margin: 0 5px;
  line-height: 1;
  text-transform: capitalize;
}
.language-box .zhuyu i {
  font-size: 16px;
  line-height: 1;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}



#banner{
  position: relative;
  z-index: 5;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.more.black {
  border-color: #333;
}
.more.black span {
  color: #333;
}
.more.black::before {
  background: #333;
}
.more.black:hover span {
  color: white;
}
.more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid white;
}
.more:hover::before {
  right: 0;
}
.more:hover span {
  color: #000;
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  text-transform: uppercase;
  font-family: 'DelonRegular';
}
.tit-font {
  font-family:var(--font);
}
.h-title h3 {
  font-size: 72px;
  font-family: var(--font);
  position: relative;
  color: #333333;
  text-transform: uppercase;
  line-height: 0.8;
}
.white {
  color: white;
}

#index-body {
    position: relative;
    z-index: 10;
}
#index-body .category {
  background-color: #f5f5f5;
}
#index-body .category .category-content .left {
  padding-left: 110px;
  width: 39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .category .category-content .left .box .h-title h3 {
  line-height: 1;
}
#index-body .category .category-content .left .box .category-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 85px 0 0;
}


#index-body .category .category-content .left .box .category-btn span {
  position: relative;
  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;
  width: 55px;
  height: 30px;
  cursor: pointer;
}
#index-body .category .category-content .left .box .category-btn span:nth-child(2) {
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 15px;
}
#index-body .category .category-content .left .box .category-btn span:hover i:first-child {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .category .category-content .left .box .category-btn span:hover i:last-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
#index-body .category .category-content .left .box .category-btn span.prev i:first-child {
  left: 100%;
  right: unset;
}
#index-body .category .category-content .left .box .category-btn span.prev:hover i:first-child {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .category .category-content .left .box .category-btn span.prev:hover i:last-child {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
#index-body .category .category-content .left .box .category-btn span i:first-child {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .category .category-content .left .box .category-btn span i {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}





#index-body .category .category-content .right .swiper ul li.swiper-slide .box .text .btn {
  position: relative;
  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;
  width: 55px;
  height: 30px;
  cursor: pointer;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .text .btn:hover i:first-child {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .text .btn:hover i:last-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .text .btn i:first-child {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .text .btn i {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#index-body .category .category-content .right {
  width: 61%;
  overflow: hidden;
}
#index-body .category .category-content .right .swiper {
  margin: 0 -35% 0 0;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide.swiper-slide-active {
  padding-top: 0;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide.swiper-slide-active .box {
  padding-bottom: 60px;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide.swiper-slide-active .box .text {
  bottom: 0;
  padding-left: 0;
  opacity: 1;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide.swiper-slide-active .box .text i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .category .category-content .right .swiper ul li.swiper-slide {
  padding-top: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box {
  position: relative;
  padding-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .img {
  width: 100%;
  height: 600px;
  background-color: white;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .text h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content .right .swiper ul li.swiper-slide .box .text i {
  font-size: 40px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 0.8;
}
#index-body .category .bottom {
  margin-top: 50px;
}
#index-body .category .bottom .swiper-pagination {
  width: 100%;
  display: flex;
  position: static;
}
#index-body .category .bottom .swiper-pagination span {
  width: 25%;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 !important;
}
#index-body .category .bottom .swiper-pagination span.swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(45deg, #efe496, #d4ab57, #efe496, #d5ae5a) !important;
  background: -moz-linear-gradient(45deg, #efe496, #d4ab57, #efe496, #d5ae5a) !important;
  background: linear-gradient(45deg, #efe496, #d4ab57, #efe496, #d5ae5a) !important;
  height: 2px;
}
#index-body .about .container{
  position: absolute;
}
#index-body .about .container .left{
  width: 390px;
}
#index-body .about .container .left ul li {
  color: white;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
   transition: all 0.5s;
}
#index-body .about .container .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .about .container .left ul li h4 {
  font-size: 60px;
  font-family: 'DelonRegular';
  line-height: 0.8;
  transition: all 0.5s;
}

#index-body .about .container .left ul li p {
  font-size: 18px;
  max-width: 130px;
  text-align: right;
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.5s;
}
#index-body .about .container .left ul li:hover{
  border-color: var(--color);
}
#index-body .about .container .left ul li:hover h4{
  color: var(--color);
}
#index-body .about .container .left ul li:hover p{
  color: var(--color);
}
#index-body .about .container .right {
  max-width: 515px;
  margin-top: -70px;
}
#index-body .about .container .right h3 {
  font-size: 66px;
  font-family: 'Mayonice';
  background: linear-gradient(45deg, #efe496, #d4ab57, #efe496, #d5ae5a);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


#index-body .news {
  background-color: #f5f5f5;
}
#index-body .news .left .bot{
  position: absolute;
  left: 0;
  width: 100%;
  bottom:25px;
  z-index: 2;
}
#index-body .news .left .bot h5{
  width: calc(100% - 60px)
}
#index-body .news .left .bot .btn{
  transition: 0.5s;
}

#index-body .news .left .bot .btn {
  position: relative;
  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;
  width: 55px;
  height: 30px;
  cursor: pointer;
}
#index-body .news .left .bot .btn:hover img:first-child {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .news .left .bot .btn:hover img:last-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
#index-body .news .left .bot .btn img:first-child {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news .left .bot .btn img {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#index-body .news .left .img ul li::before{
  content:"";
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(to top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%);
  position: absolute;
  inset:0;
}
#index-body .news .right ul li{
  padding: 60px 0;
  border-bottom:1px solid #999;
}
#index-body .news .right ul li:last-child{
  border-bottom:none;
}
#index-body .news .right ul li h4{
  width: calc(100% - 120px)
}
#index-body .news .right ul li .date{
  color: #b7b7b7;
}



#index-body .i-advantage {
  padding: 175px 0;
  background-color: #f4f4f4;
}
#index-body .i-advantage .h-title {
position: -webkit-sticky;
    position: sticky;
    top: 50vh;
}
#index-body .i-advantage .h-title h3 {
  font-size: 130px;
}
#index-body .i-advantage .h-title h5 {
  position: absolute;
  top: 110%;
  left: 52.5%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 130px;
  font-family: 'Mayonice';
  white-space: nowrap;
  text-transform: capitalize;
  background: -webkit-linear-gradient(45deg, #efe496, #d4ab57, #efe496, #d5ae5a);
  background: -moz-linear-gradient(45deg, #efe496, #d4ab57, #efe496, #d5ae5a);
  background: linear-gradient(45deg, #efe496, #d4ab57, #efe496, #d5ae5a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#index-body .i-advantage .content {
  margin-top: 100px;
}
#index-body .i-advantage .content ul li {
  height: 55vh;
  position: relative;
  z-index: 10;
}
#index-body .i-advantage .content ul li .ig {
  max-width: 420px;
  background: rgba(255,255,255,.7);
  padding: 39px 45px 37px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 520px;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index-body .i-advantage .content ul li .ig .tit {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .i-advantage .content ul li .ig .text p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.4);
}
#index-body .i-advantage .content ul li:nth-child(1),
#index-body .i-advantage .content ul li:nth-child(4) {
  width: 100%;
}
#index-body .i-advantage .content ul li:nth-child(1) .ig,
#index-body .i-advantage .content ul li:nth-child(4) .ig {
  margin: 0 auto;
}
#index-body .i-advantage .content ul li:nth-child(3n) {
  margin-top: 125px;
}
#index-body .i-advantage .content ul li.active .ig {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}


#footer {
  background-color: #e7e7e7;
  background-image: url(../images/footer-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer.index{
  position: relative;
}
#footer .top .left form ul {
  margin: 0 -18px;
}
#footer .top .left form ul li{
  padding: 0 18px;
  width: 30%;
}
#footer .top .left form ul li:last-child{
  position: relative;
  width: 40%;
}
#footer .top .left form ul li:last-child input[type='text']{
  padding-right: 35px;
}
#footer .top .left form ul li input[type='submit']{
  border: none;
  background: url('../images/submit.png')no-repeat;
  width:22px;
  height: 19px;
  position: absolute;
  bottom:8px;
  right:18px;
  filter: brightness(0);
  transition: 0.5s;
}
#footer .top .left form ul li input[type='submit']:hover{
  filter: brightness(1);
  transform: rotate(30deg);
}
#footer .top .left form input[type='text']{
  background: transparent;
  border:none;
  border-bottom:1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  padding-right: 15px;
  font-size: 18px;
  width: 100%;
}
#footer .wrap {
  border-radius: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: url('../images/f-wrap-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#footer .wrap .left {
  max-width: 400px;
}
#footer .wrap .left p {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}
#footer .wrap .left p img {
  position: absolute;
  left: 0;
  top: 4px;
}
#footer .wrap .right li {
  font-weight: 300;
  margin-bottom: 17px;
}
#footer .wrap .right li a {
  position: relative;
}
#footer .wrap .right li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap .right li:hover a::after {
  width: 100%;
}
#footer .wrap .logo {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 25px 0;
}
#footer .wrap .logo span {
  background-color: #000;
  width: 70px;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
  position: relative;
  text-align: center;
  line-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
@-webkit-keyframes ks1 {
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks1 {
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#footer .wrap .logo span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: ks1 2s ease-out infinite;
}
#footer .wrap .logo span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: ks1 2s ease-out infinite;
  animation-delay: -1s;
}
#footer .wrap .logo::before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 50%;
  height: 1px;
  top: 0;
  right: 3em;
  margin-left: -50%;
  background-image:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%);
}
#footer .wrap .logo::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 1px;
  top: 0;
  left: 3em;
  margin-right: -50%;
  background-image:linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%);
}
#footer .f-copy {
  color: white;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 10px;
}
#footer .f-copy .img img{
  width: auto;
  height: 17px;
  transform: translateY(2px);
}


@media (max-width: 1700px) {
  #index-body .about .container .left h2 {
    font-size: 60px;
  }
  .h-title h3 {
    font-size: 64px;
  }
  #index-body .category .box ul li a {
    width: 30%;
  }
  #index-body .category .box ul li a h3 {
    font-size: 60px;
  }
  #index-body .about .container {
    padding: 0 15px;
  }
  #index-body .i-advantage .content ul li .ig .tit {
    font-size: 30px;
    padding-right: 0;
  }
  #index-body .i-advantage .content ul li .ig {
    max-width: 320px;
    min-height: unset;
  }
}
@media (max-width: 1450px) {
  #index-body .category .box ul li a h3 {
    font-size: 46px;
  }
  #index-body .category .box ul li .img {
    width: 40%;
  }
  .h-title h3 {
    font-size: 50px;
  }
  #index-body .i-advantage .h-title h3 {
    font-size: 80px;
  }
  #index-body .i-advantage {
    padding: 85px 0 135px;
  }
}
@media (max-width: 1250px) {
  #index-body .about .container .right {
    max-width: 40%;
    padding-top: 10px;
  }
  #index-body .about .container .right .more {
    margin-top: 25px;
  }
  #index-body .about .container .left {
    width: 30%;
  }
  #index-body .news .right ul li {
    padding: 30px 0;
  }
  #index-body .about .container .left ul li h4 {
    font-size: 46px;
  }
  #index-body .i-advantage .h-title h5 {
    font-size: 75px;
  }
  #index-body .category .category-content .right .swiper ul li.swiper-slide .box .text h4 {
    font-size: 30px;
  }
  #index-body .category .category-content .right .swiper ul li.swiper-slide .box .img {
    height: 420px;
  }
  #index-body .category .category-content .right .swiper ul li.swiper-slide .box .img img {
    height: auto;
  }
  #footer .top .left form ul li,
  #footer .top .left form ul li:last-child{
    width: 100%;
  }
  #footer .top .left form ul li{
    margin-bottom: 15px;
  }
  #footer .top .left form ul li:last-child{
    margin-bottom: 0;
  }
  #footer {
    background-size: auto 85%;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner,
  .inner-banner{
    margin-top: 60px;
  }
  #index-body .i-advantage .content ul li .ig .text p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
  }
  #index-body .i-advantage .content ul li .ig .tit {
    font-size: 24px;
  }
  #index-body .i-advantage .content ul li .ig {
    max-width: 320px;
    min-height: 360px;
  }
  #index-body .category .box ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .box ul li .page {
    width: 100%;
    margin-bottom: 20px;
  }
  .h-title h3 {
    font-size: 36px;
  }
  #index-body .about .container .left {
    width: 100%;
  }
  #index-body .about .container .left ul {
    max-width: 100%;
  }
  #index-body .about .container .right {
    max-width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
  #index-body .i-advantage .content ul {
    margin: 0 -10px;
  }
  #index-body .i-advantage .content ul li {
    padding: 0 10px;
  }
  #index-body .category .category-content .left{
    width:100%; 
  }
  #index-body .category .category-content{
    padding: 0 15px;
  }
  #index-body .category .category-content .right{
    width: 100%;
    margin-top: 60px;
  }
  #index-body .category .category-content .left .box .category-btn{
    display: none;
  }
   #index-body .category .category-content .left .box p{
     margin: 25px 0;
   }
   #index-body .category .category-content .left{
     padding: 0 15px !important;
   }
   #index-body .category .category-content .right .swiper {
    margin: 0;
  }
  #index-body .about{
    padding: 45px;
  }
  #index-body .about .container{
    position: relative;
    left: 0;
    top:0;
    transform: none;
  }
  #index-body .about > img{
    position: absolute;
    inset:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index-body .i-advantage .h-title {
    position: relative;
    top: 0;
  }
  #index-body .i-advantage .content ul li {
    height: auto;
  }
  #index-body .i-advantage {
    padding: 45px 0;
  }
  #index-body .i-advantage .h-title h3 {
    font-size: 50px;
  }
  #index-body .news .left{
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
  }
  #index-body .news .right{
    width: 100%;
  }
  #footer .f-copy {
    justify-content: center;
  }
}
@media (max-width: 700px) {
  #index-body .about .container .left h2 {
    font-size: 40px;
  }
  #index-body .about .container .left h2 br {
    display: none;
  }
  #index-body .category .box ul li a h3 {
    font-size: 30px;
  }
  #footer .wrap .right{
    display: none;
  }
  #footer .wrap .left {
    max-width: 100%;
  }
  #footer .top h2 {
    font-size: 24px;
  }
  #footer .top .left{
    width: 100%;
  }
  #footer {
    background-position: left bottom;
  }
  #index-body .category .category-content .right .swiper ul li.swiper-slide .box .img {
    height: auto;
  }
  #footer .f-copy p{
    text-align: center;
  }
}
@media (max-width: 500px) {
  #index-body .about {
    padding: 80px 0;
  }
  #index-body .about .container .left ul {
    max-width: 355px;
    margin-top: 30px;
  }
  #index-body .about .container .left h2 {
    font-size: 30px;
  }
  .h-title h3 {
    font-size: 30px;
  }
  #index-body .category .category-content .right .swiper ul li.swiper-slide {
    padding-top: 0;
  }
  #index-body .category .category-content .right .swiper ul li.swiper-slide.swiper-slide-active .box .text {
    margin-top: 20px;
    position: relative;
  }
  #index-body .category .category-content .right .swiper ul li.swiper-slide.swiper-slide-active .box {
    padding-bottom: 0;
  }
}












.inner-banner{
  margin-top: 0;
}
.inner-banner .mbx {
  font-size: 0;
}
.inner-banner .mbx * {
  font-size: 16px;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  position: relative;
  top: -.2em;
}
.inner-page {
  background-color: white;
  position: relative;
  z-index: 1;
}
.inner-page .ProductBox {
  padding: 1em 1em 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  height: 100%;
}
.inner-page .ProductBox:before {
  content: '';
  width: 100%;
  height: 42%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.inner-page .ProductBox a.img-box {
  max-width: 80%;
  margin: 0 auto;
}
.inner-page .ProductBox .btn a {
  width: 10em;
  padding: 0 1em;
  height: 2.71428571em;
  -webkit-transition: .5s all,color 0s;
  -moz-transition: .5s all,color 0s;
  transition: .5s all,color 0s;
  border: 1px solid transparent;
}
.inner-page .ProductBox .btn a:first-child {

}
.inner-page .ProductBox .btn a:last-child {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox .btn a:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.inner-page .ProductBox:hover {
  background-color: #d5d5d5;
  color: white;
}
.inner-page .ProductBox:hover span.tag {
  color: inherit;
}
.inner-page .ProductBox:hover .btn a:first-child {
  border-color: white;
  background-color: white;
  color: var(--color);
}
.inner-page .ProductBox:hover .btn a:last-child {
  background-color: transparent;
  color: white;
  border-color: white;
}
.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 > div a,
.inner-page .m-page > div span {
  height: 2.25em;
  width: 2.25em;
  border-radius: .3em;
  border: 1px solid #d4d4d4;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page > div a:hover,
.inner-page .m-page > div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page .relatedPro .box {
  height: 100%;
  border: 1px solid #c8c8c8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-bottom: 30px;
}
.inner-page .relatedPro .box a.img-box {
  padding: 7%;
  border-radius: inherit;
}
.inner-page .relatedPro .box .btn {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.inner-page .relatedPro .box .btn a {
  height: 2.71428571em;
  min-width: 2.71428571em;
  padding: 0 1.42857143em;
  border-radius: 1.42857143em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box .btn a:first-child {
  padding: 0;
  background-color: #ccc;
}
.inner-page .relatedPro .box .btn a:first-child i {
  font-size: 1.5em;
}
.inner-page .relatedPro .box .btn a:last-child {
  background-color: var(--color);
  color: white;
  margin-top: -2.71428571em;
  opacity: 0;
}
.inner-page .relatedPro .box .btn a:last-child:hover {
  background-color: black;
}
.inner-page .relatedPro .box:hover {
  border-color: var(--color);
}
.inner-page .relatedPro .box:hover .btn a:last-child {
  opacity: 1;
}
.inner-page .relatedPro .slick li {
  height: 100%;
  padding-bottom: 1.35714286em;
}
.inner-page .relatedPro .slickDots li {
  margin: 0 1.2em;
  background-color: #ccc;
  border: none;
}
.inner-page .relatedPro .slickDots li.slick-active {
  background-color: var(--color);
}
.inner-page span.h2 em {
  color: var(--color);
}
.inner-page .slickBtn {
  font-size: 30px;
}
.inner-page .slickBtn div {
  background-color: #1c1c1c;
}
.inner-page .slickBtn div.next {
  margin-left: .5em;
}
.inner-page .slickBtn div:hover,
.inner-page .slickBtn div.prev {
  background-color: var(--color);
}
.inner-page .honor .slickBtn div {
  border: 1px solid black;
  background-color: black;
}
.inner-page .honor .slickBtn div.prev {
  background-color: transparent;
  color: black;
}
.inner-page .honor .slickBtn div:hover {
  background-color: var(--color);
  color: white !important;
  border-color: var(--color);
}
.inner-page .honor .slick-track {
  align-items: center;
}
.inner-page .news-cat {
  line-height: 1;
}
.inner-page .news-cat a {
  padding: .8em 2.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .news-cat a.active,
.inner-page .news-cat a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}

.honor-page .slide .list ul{
  margin: -15px;
}
.honor-page .slide .list ul li{
  padding: 15px;
}
.product-page .top .text {
  color: #171717;
  max-height: 280px;
  overflow: auto;
  line-height: 1.8;
}
.prodet-page .prodet-1 .left .small .slick-track {
  display: block;
}
.prodet-page .prodet-1 .left .small .arrows {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-track .slick-slide>div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
  height: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .small .arrows:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul {
  margin: -0.5em 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: .5em 0;
}
/*.prodet-page .prodet-1 .left .big {
  -webkit-box-reflect: below -15% linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}*/
.prodet-page .prodet-1 .right h1 {
  line-height: 1.3;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #cdcdcd;
}
.prodet-page .prodet-2 .top span {
  height: 3.36363636em;
  padding-left: .8em;
  padding-right: 2.45454545em;
  border-top-left-radius: 0.72727273em;
  border-top-right-radius: 0.72727273em;
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .top i.plus {
  width: 1em;
  height: 1em;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .top i.plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.prodet-page .prodet-2 .content {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .content table {
  color: black;
  text-align: center;
}
.prodet-page .prodet-2 .content table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .content table tr td {
  padding: 1em;
  border-color: #dcdcdc;
}
.prodet-page .prodet-2 .content table tr td p {
  display: inline-block;
  text-align: left;
}
.prodet-page .prodet-2 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}
.prodet-page .prodet-2 .list li {
  height: 100%;
}
.prodet-page .prodet-2 .list .box {
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  justify-content: flex-start;
}
/*.prodet-page .prodet-2 .list .box .text {
  margin-top: auto;
}*/
.prodet-page .prodet-2 .list .box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.prodet-page .prodet-2 .list .box i img {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-2 .list .box i:before {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.prodet-page .prodet-2 .list .box i:after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) scale(0.6);
  -moz-transform: translate(-50%, 50%) scale(0.6);
  -ms-transform: translate(-50%, 50%) scale(0.6);
  transform: translate(-50%, 50%) scale(0.6);
}
.prodet-page .prodet-2 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .list .box:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .list .box:hover .text {
  color: inherit;
}
.prodet-page .prodet-3 {
  background-color: #f7f7f7;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  background-color: white;
  border: none;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 14.44444444em;
}
.prodet-page .prodet-3 .form ul li button {
  height: 2.75em;
  width: 10em;
  padding: 0 1em;
  max-width: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
}
.prodet-page .prodet-3 .form ul li button:hover {
  background-color: black;
}
.prodet-page .prodet-4 span.h2 em {
  color: var(--color);
}
.construction-page .construction-1 .text {
  width: 90%;
  max-width: 1250px;
  margin-top: -10%;
  padding: 3.5%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
}
.construction-page .construction-2 .list i {
  width: 3.46153846em;
  height: 3.46153846em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
  box-shadow: -0.1em -0.1em 0.2em rgba(255, 121, 45, 0.2);
  position: relative;
  z-index: 1;
  color: var(--color);
}
.construction-page .construction-2 .list i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -0.2em;
  top: -0.08em;
  border-radius: inherit;
  background-color: white;
  -webkit-box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
  box-shadow: inset -0.2em -0.08em 0.2em rgba(255, 121, 45, 0.2);
}
.construction-page .construction-2 .list span {
  line-height: 1.2;
}
.construction-page .construction-3 {
  background-color: #f8f8f8;
}
.construction-page .construction-3 .relatedPro .img-box {
  background-color: #f8f8f8;
}
.construction-page .construction-3 .relatedPro .img-box img {
  mix-blend-mode: darken;
}
/*.industrial-page .industrial-1 .left .img {
  width: 140%;
}*/
.industrial-1 .right {
  position: relative;
  z-index: 1;
}
.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}
.app-page .industrial-1 .right span.h2 {
  width: 100%;
}
.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}
.industrial-page .industrial-1 .right .info li {
  padding: .3em .5em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}
.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}
.industrial-page .industrial-1 .right .dots p {
  margin-bottom: .3em;
}
.industrial-page .industrial-1 .right .dots p i {
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}
.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}
.industrial-page .industrial-3 .box {
  width: 100%;
  position: relative;
}
.industrial-page .industrial-3 .box li {
  height: 100%;
  padding-top: 1.33333333em;  
}
.industrial-page .industrial-3 .box:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 0;
  background-color: #f8f8f8;
}
.industrial-page .industrial-3 .box .box2 {
  border: 1px solid #b5b5b5;
  height: 100%;
  position: relative;
  background-color: white;
}
.industrial-page .industrial-3 .box .box2 span.num {
  width: 2.66666667em;
  height: 3.05555556em;
  background-color: var(--color);
  color: white;
  margin-top: -1.33333333em;
}
.industrial-page .industrial-3 .box .box2 span.h6 {
  line-height: 1.2;
}
.industrial-page .industrial-3 .box .box2 > i {
  height: 3.45em;
}
.industrial-page .industrial-3 .box .box2 > i img {
  max-height: 100%;
}
.industrial-page .industrial-3 .box .box2 .border i {
  position: absolute;
  background-color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 0;
  height: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(1) {
  height: 1px;
  left: 0;
  top: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(2) {
  width: 1px;
  right: -1px;
  top: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(3) {
  height: 1px;
  right: 0;
  bottom: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(4) {
  width: 1px;
  left: -1px;
  bottom: 0;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  width: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  height: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.solar-page .solar-1 .content {
  margin-left: auto;
  margin-right: 2%;
  margin-top: -22%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  padding: 3.5%;
}
.solar-page .solar-2 .list ul {
  padding: 0 1%;
}
.solar-page .solar-2 .list ul li {
  margin: 0 -5%;
  padding-top: 110%;
}
.solar-page .solar-2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #989898;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solar-page .solar-2 .list ul li:after {
  content: '';
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solar-page .solar-2 .list ul li .content {
  width: 100%;
  padding: 0 15%;
  font-size: 10px;
}
.solar-page .solar-2 .list ul li .content span.num {
  line-height: .8;
  margin-bottom: -0.3em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, white, var(--color));
  background-image: -moz-linear-gradient(bottom, white, var(--color));
  background-image: linear-gradient(to top, white, var(--color));
}
.solar-page .solar-2 .list ul li .content i.icon {
  height: 2em;
  display: block;
}
.solar-page .solar-2 .list ul li .content i.icon img {
  max-height: 100%;
}
.solar-page .solar-2 .list ul li:hover:before {
  border-color: var(--color);
}
.solar-page .solar-2 .list.active li:after {
  width: 0;
}
.solar-page .solar-2 .list.active li:nth-child(2):after {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.solar-page .solar-2 .list.active li:nth-child(3):after {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.solar-page .solar-2 .list.active li:nth-child(4):after {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
/*.app-page .left .img {
  width: 130%;
}*/
.app-page .slide:nth-child(even) .left {
  direction: rtl;
}
.app-page .slide:nth-child(even) .right {
  text-align: right;
  direction: rtl;
}
.app-page .slide:nth-child(even) .right * {
  direction: ltr;
}
.faq-page span.h6 {
  padding: 1em 1.6em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i {
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.faq-page span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .text {
  padding: 1.5em 3em 0;
}
.faq-page li.active span.h6 {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}
.faq-page li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.projects-page .projects-1 .bottom ul.font-30 {
  margin: -1em;
}
.projects-page .projects-1 .bottom ul.font-30 li {
  padding: 1em;
  height: 100%;
  position: relative;
  margin-bottom: .5em;
}
.projects-page .projects-1 .bottom ul.font-30 li a {
  height: 95%;
  position: relative;
}
.projects-page .projects-1 .bottom ul.font-30 li a img {
  height: 100%;
  object-position: center;
  object-fit: cover;
  width: 100%;
}
.projects-page .projects-1 .bottom ul.font-30 .slick-track {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide > div:last-child {
  margin-top: auto;
}
.projects-page .projects-1 .bottom .content {
  width: 80%;
  padding: 4% 5%;
  background-color: rgba(255, 255, 255, 0.95);
  /*margin-top: -15%;*/
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: absolute;
  left: 10%;
  bottom: 20px;
  /*margin-bottom: 20px;*/
}
.projects-page .projects-2 .map {
  position: relative;
}
.projects-page .projects-2 .map li {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i {
  width: 100%;
  position: absolute;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i:before,
.projects-page .projects-2 .map li i:after {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  left: -25%;
  top: -25%;
  border-radius: 100%;
  background-color: rgba(255, 121, 45, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.projects-page .projects-2 .map li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.projects-page .projects-2 .map li span {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.projects-page .projects-2 .map li .pre {
  zoom: .4;
  display: inline-flex;
  margin: 0 auto;
}
.projects-page .projects-2 .map li:nth-child(1) {
  left: 18%;
  top: 29%;
}
.projects-page .projects-2 .map li:nth-child(1) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(2) {
  left: 18%;
  top: 50%;
}
.projects-page .projects-2 .map li:nth-child(3) {
  left: 21.5%;
  top: 39%;
}
.projects-page .projects-2 .map li:nth-child(3) .pre {
  zoom: .7;
}
.projects-page .projects-2 .map li:nth-child(4) {
  left: 24%;
  top: 58%;
}
.projects-page .projects-2 .map li:nth-child(5) {
  left: 25%;
  top: 67%;
}
.projects-page .projects-2 .map li:nth-child(6) {
  left: 28%;
  top: 84%
}
.projects-page .projects-2 .map li:nth-child(7) {
  left: 32%;
  top: 70%;
}
.projects-page .projects-2 .map li:nth-child(8) {
  left: 46%;
  top: 62%;
}
.projects-page .projects-2 .map li:nth-child(8) .pre {
  zoom: .3;
}
.projects-page .projects-2 .map li:nth-child(9) {
  left: 47.5%;
  top: 38%;
}
.projects-page .projects-2 .map li:nth-child(10) {
  left: 49%;
  top: 31%;
}
.projects-page .projects-2 .map li:nth-child(11) {
  left: 50%;
  top: 63%;
}
.projects-page .projects-2 .map li:nth-child(12) {
  left: 52%;
  top: 33%;
}
.projects-page .projects-2 .map li:nth-child(13) {
  left: 52%;
  top: 41%
}
.projects-page .projects-2 .map li:nth-child(14) {
  left: 55%;
  top: 24%;
}
.projects-page .projects-2 .map li:nth-child(15) {
  left: 56%;
  top: 36%;
}
.projects-page .projects-2 .map li:nth-child(16) {
  left: 57%;
  top: 42%;
}
.projects-page .projects-2 .map li:nth-child(17) {
  left: 54%;
  top: 51%;
}
.projects-page .projects-2 .map li:nth-child(17) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(18) {
  left: 55%;
  top: 76%;
}
.projects-page .projects-2 .map li:nth-child(19) {
  left: 54%;
  top: 84%;
}
.projects-page .projects-2 .map li:nth-child(20) {
  left: 64%;
  top: 37%;
}
.projects-page .projects-2 .map li:nth-child(21) {
  left: 66%;
  top: 48%;
}
.projects-page .projects-2 .map li:nth-child(22) {
  left: 69%;
  top: 54%;
}
.projects-page .projects-2 .map li:nth-child(23) {
  left: 77%;
  top: 45%;
}
.projects-page .projects-2 .map li:nth-child(23) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(24) {
  left: 77%;
  top: 57%;
}
.projects-page .projects-2 .map li:nth-child(25) {
  left: 75.5%;
  top: 64%;
}
.projects-page .projects-2 .map li:nth-child(26) {
  left: 81.5%;
  top: 59%;
}
.projects-page .projects-2 .map li:nth-child(27) {
  left: 80%;
  top: 66%;
}
.projects-page .projects-2 .map li:nth-child(28) {
  left: 85%;
  top: 79%;
}
.projects-page .projects-3 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
.projects-page .projects-3 .list ul:last-child {
  direction: rtl;
}
.projects-page .projects-3 .list ul a.img-box {
  padding: 8% 10%;
  background-color: white;
}
.technology-page .technology-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.technology-page .technology-1 .right {
  width: 60%;
  margin-right: -15%;
}
.technology-page .technology-1 .right img {
  width: 100%;
}
.esg-page .esg-2 .boxBorder {
  background-color: white;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}
.esg-page .esg-2 .boxBorder .list li {
  padding: 3% 2% 2%;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  background-color: white;
}
.esg-page .esg-2 .boxBorder .list li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.esg-page .esg-2 .boxBorder .list li .box> i {
  height: 1em;
}
.esg-page .esg-2 .boxBorder .list li .box i img {
  max-height: 100%;
}
.esg-page .esg-2 .boxBorder .list li .box .info {
  line-height: 1.57142857;
  color: #3a3a3a;
}
.esg-page .esg-2 .boxBorder .list li .box .info p {
  margin-top: 1.42857143em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.esg-page .esg-2 .boxBorder .list li .box .info p em{
  color: var(--color);
}
.esg-page .esg-2 .boxBorder .list li .box .info p em i{
  color: #000;
}
.esg-page .esg-2 .boxBorder .list li .box .info p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.esg-page .esg-2 .boxBorder .list li:hover .box {
  -webkit-transform: translateY(-23%);
  -moz-transform: translateY(-23%);
  -ms-transform: translateY(-23%);
  transform: translateY(-23%);
}
.esg-page .esg-2 .boxBorder .number {
  position: relative;
  color: white;
  font-size: 0;
  text-align: center;
}
.esg-page .esg-2 .boxBorder .number:before {
  content: '';
  width: 100%;
  height: 180%;
  border-radius: inherit;
  z-index: -1;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.esg-page .esg-2 .boxBorder .number span.h6 {
  line-height: 1.2;
}
.esg-page .esg-2 .boxBorder .number span.h6 sub {
  vertical-align: bottom;
}
.esg-page .esg-2 .boxBorder .number hr {
  background-color: white;
}
.esg-page .esg-2 .boxBorder .number p {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.esg-page .esg-2 .boxBorder .number li:hover p {
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}
.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}
.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 45.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%;
}
.onestop-page .onestop-3 .list ul li .img img {
  height: 100%;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.manufacturing-page .manufacturing-1 .text {
  color: #616161;
  line-height: 1.66666667;
}
.manufacturing-page .manufacturing-1 .list {
  font-size: 0;
}
.manufacturing-page .manufacturing-1 .list li {
  padding: 10% 10% 6%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: var(--color);
  border: 1px solid #c1c1c1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.manufacturing-page .manufacturing-1 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.manufacturing-page .manufacturing-1 .list li i.icon {
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.manufacturing-page .manufacturing-1 .list li span.h6 {
  line-height: 1;
}
.manufacturing-page .manufacturing-1 .list li:hover {
  color: black;
}
.manufacturing-page .manufacturing-1 .list li:hover:before {
  opacity: 1;
}
.manufacturing-page .manufacturing-1 .list li:hover i.icon {
  -webkit-filter: unset;
  filter: unset;
}
.manufacturing-page .manufacturing-2 .list .slick-track .slick-slide > div {
  height: auto;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -1em;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 1em;
}
.distributor-page .distributor-1 span.h5 {
  color: #4e4e4e;
  line-height: 1.2;
}
.distributor-page .distributor-1 .list ul li .box {
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.09);
}
.distributor-page .distributor-1 .list ul li .box i.icon {
  height: 5.85714286em;
  margin-top: -2.92857143em;
}
.distributor-page .distributor-2 {
  padding: 13% 0 17%;
  color: white;
}
.distributor-page .distributor-3 {
  margin-top: -10%;
}
.distributor-page .distributor-3 .list {
  background-color: white;
}
.distributor-page .distributor-3 .list ul li {
  margin-bottom: 1em;
  padding: 1.3em;
  padding-left: 3em;
  border-radius: 2.66666667em;
  border: 1px solid #c1c1c1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.distributor-page .distributor-3 .list ul li i.mask {
  content: '';
  background-image: url("../images/distributor-3.png");
  background-repeat: no-repeat;
  background-position: center right 20%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 100%;
}
.distributor-page .distributor-3 .list ul li:last-child {
  margin-bottom: 0;
}
.distributor-page .distributor-3 .list ul li span.h6 i {
  width: 2.53333333em;
  height: 2.53333333em;
  border-radius: 100%;
  position: relative;
  background-color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.distributor-page .distributor-3 .list ul li span.h6 i:after,
.distributor-page .distributor-3 .list ul li span.h6 i:before {
  content: '';
  width: .6em;
  height: 0.13333333em;
  background-color: white;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.distributor-page .distributor-3 .list ul li span.h6 i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.distributor-page .distributor-3 .list ul li .text {
  display: none;
  color: inherit;
}
.distributor-page .distributor-3 .list ul li .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.distributor-page .distributor-3 .list ul li .text p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.distributor-page .distributor-3 .list ul li:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.distributor-page .distributor-3 .list ul li:hover i.mask {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: .5;
}
.distributor-page .distributor-3 .list ul li:hover span.h6 i {
  background-color: white;
}
.distributor-page .distributor-3 .list ul li:hover span.h6 i:after,
.distributor-page .distributor-3 .list ul li:hover span.h6 i:before {
  background-color: var(--color);
}
.distributor-page .distributor-3 .list ul li.active i.mask {
  opacity: 0;
}
.distributor-page .distributor-3 .list ul li.active span.h6 i:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
.news-page .list ul li {
  border: 1px solid #e3e3e3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li time {
  padding: 0 3%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li time:before {
  content: '';
  border-left: 1em solid var(--color);
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.5em;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li time:after {
  content: '';
  width: 3em;
  left: 100%;
  height: 1px;
  background-color: #666;
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li time em {
  line-height: 1;
}
.news-page .list ul li .content {
  padding: 0 5%;
}
.news-page .list ul li:hover {
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
.news-page .list ul li:hover time {
  background-color: var(--color);
  color: white;
}
.news-page .list ul li:hover time:before {
  opacity: 1;
}
.news-page .list ul li:hover time:after {
  background-color: var(--color);
}*/
.newdet-page .newdet-1 span.tag2 i {
  color: var(--color);
}
.newdet-page .newdet-1 .text {
  line-height: 1.8;
}
.newdet-page .newdet-1 .m-link span {
  display: block;
  color: var(--color);
}
.newdet-page .newdet-1 .m-link span a {
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .m-link span a:hover {
  color: var(--color);
}
.contact-page .contact-1 .info li {
  margin-bottom: 1em;
}
.contact-page .contact-1 .info li i {
  color: var(--color);
  font-size: 1.2em;
  line-height: 1;
}
.contact-page .contact-1 .info li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: #999;
}



.news-page .news-top {
    padding: 80px 0;
    background-color: #faf9f9;
}

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

.news-page .news-top .right {
    padding-left: 50px;
    vertical-align: middle
}

.news-page .news-1 {
    padding: 100px 0;
    /*background-color: #faf9f9*/
}

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

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

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

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

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

.news-page .news-1 .list ul li .content span.h6 {
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.news-page .news-1 .list ul li .content .text {
    font-size: 14px;
    line-height: 28px
}

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

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

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

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

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

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

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

    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 15px;
        line-height: 24px
    }
}
@media screen and (max-width: 1450px) {
  .projects-page .projects-2 .map {
    zoom: .6;
  }
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }

    .news-page .news-1 .list ul li .content {
        padding: 5%
    }

    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 15px;
        line-height: 24px;
        height: 6.8em
    }

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

    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px
    }
}
@media screen and (max-width: 1250px) {
  .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
  .projects-page .projects-2 .map {
    zoom: .5;
  }
  .solar-page .solar-2 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
      .news-page .news-1 .list ul li {
        width: 50%
    }
}
@media screen and (max-width: 1000px) {
  .inner-page .slickBtn {
    font-size: 20px;
  }
  .technology-page .technology-1 .left {
    position: static;
  }
  .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
  .solar-page .solar-1 .content {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .solar-page .solar-2 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-page .projects-2 .map {
    zoom: .3;
  }
  .product-page .product-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .font-32 {
    font-size: 24px;
  }
  .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
 
  .esg-page .esg-2 .boxBorder .list li {
    width: 100%;
  }
  .esg-page .esg-2 .boxBorder .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .esg-page .esg-2 .boxBorder .list li:hover .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .esg-page .esg-2 .boxBorder .number {
    padding-left: 5%;
    padding-right: 5%;
  }
  .app-page .left .img {
    width: 100%;
  }
  .app-page .slide:nth-child(even) .right {
    text-align: left;
  }
  .app-page .slide:nth-child(even) .right span.tag {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact-page .contact-1 iframe {
    height: 250px;
  }
  .construction-page .construction-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .app-page .industrial-1 .right span.h2 {
    width: 100%;
  }
  .projects-page .projects-3 .list ul:last-child {
    display: none;
  }
  .prodet-1 .btn a.more {
    margin-bottom: 1em;
  }
  .prodet-1 .btn a.more~a {
    width: 100%;
  }
  #index-body .init-1 .list ul li .box {
    height: auto;
  }
    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 18px;
        height: auto;
        margin-bottom: 15px;
    }
    .news-page .news-1 .list ul li .content .pre .text{
      margin:  15px 0;
    }
    .news-page .news-top .left,.news-page .news-top .right {
        width: 100%;
        padding: 0;
        margin: 10px 0
    }
}
@media screen and (max-width: 700px) {
  #footer .footer-form .form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .footer-form .form ul li.wid-100 {
    grid-column: span 1;
  }
  #footer .footer-form .form input {
    padding: 1em;
  }
  .distributor-page .distributor-3 .list ul li {
    padding: 1em;
    border-radius: 1em;
  }
  .distributor-page .distributor-1 .list ul li .box i.icon {
    zoom: .5;
  }
  .construction-page .construction-1 .text {
    width: 100%;
    margin-top: 0;
  }
  .font-22 {
    font-size: 16px;
  }
  .esg-page .esg-2 .boxBorder .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .industrial-page .industrial-3 .box {
    width: 100%;
  }
  .projects-page .projects-2 .map {
    zoom: .2;
  }
  .solar-page .solar-2 .list ul,
  .product-page .product-1 .list ul {
    grid-template-columns: 1fr;
  }
  .solar-page .solar-2 .list ul li {
    padding: 0;
    margin: 10px 0;
  }
  .solar-page .solar-2 .list ul li:after,
  .solar-page .solar-2 .list ul li:before {
    display: none;
  }
  .solar-page .solar-2 .list ul li .content {
    position: static;
    width: 100%;
    padding: 5%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border: 1px solid #999;
    border-radius: 10px;
  }
  .esg-page .esg-2 .boxBorder .number ul li {
    width: 100%;
  }
  .distributor-page .distributor-3 .list {
    padding: 1em;
  }
   .news-page .news-1 {
        padding:30px 0
    }
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em
    }

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

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

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

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

    .news-page .news-1 .list ul li {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,.news-page .news-1 .list ul li .content .pre .text {
        height:auto
    }
}

.right_nav_list{position:fixed;bottom:120px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#ff792d;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%;border-radius: 100%;
    background: url(/switchgearfactory/2025/09/03/youxaing1.png) no-repeat center #ff792d !important;}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px;display: none;}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-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:999;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;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)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-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);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}
h1.hhh {
    display: inline;
}
a.eee {
    width: 716px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.h6.font-16.font-bold.up-word.up-word.block {
    line-height: 1.6;
}
span.h2.font-36.font-bold.block {
    font-size: 26px;
    line-height: 1.4;
}
span.h6.pl-15.pr-15.font-14.font-bold.block.hover-text {
    line-height: 2;
}
#index-body .init-1 .list ul li {
  padding: 1em;
  height: 448px;
}
.onestop-page .onestop-3 .list ul li .content i img {
  max-width: 1em;
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .list ul li .box {
    height: 100%;
  }
  .font-38 {
    font-size: 16px;
  }
  .text.font-16 {
    line-height: 1.6;
  }
  .init-3 .list .slickBtn div,
  .industrial-2 .list .slickBtn div {
    top: 37%;
  }
  #banner ul.slick-dots {
    zoom: .6;
  }
  .industrial-1 .right .list li i {
    max-width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .industrial-1 .right .list li i.pt-8 {
    max-width: 10px;
  }
  .onestop-page .onestop-3 .list ul li .content {
    padding: 3% !important;
  }
  .esg-1 .text {
    width: 100%;
  }
  .faq-page span.h6 img {
    max-width: 30px;
  }
  .distributor-1 .list ul {
    flex-wrap: wrap;
  }
  .distributor-page .distributor-3 .list ul li i.mask {
    background-size: 20% auto;
  }
}
.editor-module,
.editor-module1,
.editor-module2,
.editor-module3,
.editor-module4 {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

.editor-module h2,
.editor-module1 h2,
.editor-module2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.editor-module p {
    margin-bottom: 16px;
}
.module-block {
    background: #fff;
    padding: 48px;
    border-radius: 14px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.module-block h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.module-block h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.module-block p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #333;
}

.module-block ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.module-block li {
    margin-bottom: 10px;
}
.editor-module2 h4,
.editor-module3 h4,
.editor-module4 h4 {
    text-align: center;
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 25px;
    padding-top: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
.more-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px 20px; 
    margin-top: 15px;
}

.module-block {
    background: rgba(255, 255, 255, 0.85); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px; 
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease; 
    overflow: hidden; 
    position: relative;
}


.module-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.01);
    border-color: #ff7400; 
}
.editor-module3.module-block {
    display: flex !important;
    align-items: flex-start;
    gap: 20px;
}


.editor-module3 .editor-left {
    flex: 0 0 581px;
}


.editor-module3 .editor-right {
    flex: 1;
    min-width: 0;
}

.editor-module3 .editor-right * {
    float: none !important;
    clear: none !important;
}
.inner-page .m-page > div a,
.inner-page .m-page > div span {
  height: 1em!Important;
  width: 1em!Important;
  font-size: 30px;
}
.newdet-page .newdet-1 .text{
  color: #000;
}


/*3-21 add css change*/

@-webkit-keyframes bc {
  form {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes bc {
  form {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bc {
  form {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#animateopen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99999999;
  top: 0;
  left: 0;
}
#animateopen.active .mainbox .h2 i {
  -webkit-animation: bc 3s linear 1;
  -moz-animation: bc 3s linear 1;
  animation: bc 3s linear 1;
}
#animateopen .mainbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#animateopen .mainbox .h2 {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  position: relative;
  display: inline-block;
}
#animateopen .mainbox .h2 i.bor {
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
}
#animateopen .mainbox .h2 i.bor.top {
  top: 0;
  left: 0;
}
#animateopen .mainbox .h2 i.bor.btm {
  bottom: 0;
  right: 0;
}
.max-1100{
  max-width: unset;
}



#banner .video{
  position: relative;
}

#banner .video .text{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#banner .video .text .box .h3{
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 1px 5px  rgba(0, 0, 0, 0.3);
}
#banner .video .text .box  a.more2{
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  display: inline-block;
  color: #fff;
  background: #FF792D;
  transition: 0.3s all;
  border-radius: 25px;
  
}
#banner .video .text .box p{
     background: url(/switchgearfactory/2026/03/26/txt-bg-1.png) no-repeat;
    background-position-x: -27px;
    background-position-y: -84px;
    background-size: 250px;
    padding-left: 40px;
    margin-left: -40px;
    margin-bottom: 40px;
    margin-top: 20px;
    text-shadow: 1px 1px  rgba(0, 0, 0, 1);
    color: #eee;
}
#banner .video .text .box  a.more2:hover{
  transition: 0.3s all;
  background: #000;
}

#index-body .video .ui.container{
  max-width: 1000px;

}
.about-2 .max-none{
 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

}
.about-2 .max-none .list{
  width: 50%;
}
.about-2 .max-none .imgbox{
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 1000px) {
.about-2 .max-none .list{
  width: 100%;
}
.about-2 .max-none .imgbox{
  width: 100%;
  margin-top: 20px;
}
}

.init-2 .right ul li img{
  width: 100%;
}



.service-page .text p {
  margin-top: 2em;
}
.service-page .text p strong {
  font-weight: 500;
  color: black;
}
.service-page .text p:first-child {
  margin-top: 0;
}
.service-page .service-1 {
  position: relative;
  padding: 100px 0;
}
.service-page .service-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(left bottom, var(--color), transparent 40%);
  background-image: -moz-radial-gradient(left bottom, var(--color), transparent 40%);
  background-image: radial-gradient(left bottom, var(--color), transparent 40%);
  opacity: .5;
}
.service-page .service-1 .left {
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.service-page .service-1 .left span.h2 {
  font-size: 64px;
}
.service-page .service-1 .right .text {
  margin: 2em 0;
}
.service-page .service-2 {
  padding-top: 100px;
}
.service-page .service-2 span.h2 {
  display: block;
  margin-bottom: 2em;
}
.service-page .service-2 .left {
  padding-right: 5%;
}
.service-page .service-2 .left img {
  margin-bottom: -50%;
}
.service-page .service-2 .right {
  padding-top: 10%;
}
.service-page .service-2 .right span.h5 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 1.5em;
  display: block;
}
.service-page .service-2 .list {
  margin-top: 50px;
  margin-bottom: -100px;
}
.service-page .service-2 .list 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;
}
.service-page .service-2 .list ul li .box2 {
  padding: 50px;
  background-color: white;
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.service-page .service-2 .list ul li .box2 span.h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 100px;
  margin-top: 0;
  display: block;
  width: 100%;
}
.service-page .service-2 .list ul li .box2 .text {
  font-size: 14px;
  margin: 1.5em 0;
}
.service-page .service-2 .list ul li .box2 a.link {
  margin-top: auto;
  margin-bottom: 0;
}
.service-page .service-2 .list ul li .box2 i.fa {
  font-size: 40px;
  display: block;
  margin-top: 1em;
  width: 100%;
  margin-bottom: 0;
}
.service-page .service-3 {
  /*background-image: url("../images/service-3-bg.jpg");
  background-size: cover;
  background-position: center;*/
  padding: 200px 0 100px;
  color: white;
}
.service-page .service-3 .bg{
  width: 100%;
  position: absolute;
  inset:0;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  filter: brightness(0.6);
}
.service-page .service-3 .left {
  padding-right: 7%;
}
.service-page .service-3 .left .play {
  width: 100px;
  height: 100px;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: auto;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 .right span.tag {
  color: inherit;
}
.service-page .service-3 .right span.h2 {
  margin-bottom: 2em;
  display: block;
}
.service-page .service-3 .right .text {
  color: inherit;
}
.service-page .service-3 .right .img_box {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-4 {
  padding: 100px 0;
}
.service-page .service-4 .list {
  margin-top: 60px;
}
.service-page .service-4 .list ul {
  margin: -15px;
}
.service-page .service-4 .list ul li {
  padding: 15px;
  text-align: center;
}
.service-page .service-4 .list ul li a.img-box {
  display: block;
}
.service-page .service-4 .list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 1.5em 0 .5em;
  display: block;
}
.inner-page span.tag {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color);
    display: block;
    margin-bottom: .5em
}

.inner-page span.h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2
}

.inner-page a.link {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding-bottom: .3em;
    font-weight: 500;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page a.link:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page a.link img {
    margin-left: 1em;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    max-width: .7em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page a.link:hover {
    color: var(--color)
}

.inner-page a.link:hover:before {
    width: 0
}

.inner-page a.link:hover img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.inner-page .slick-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inner-page .slick-btn div {
    position: relative;
    cursor: pointer;
    cursor: hand;
    z-index: 1
}

.inner-page .slick-btn div img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .slick-btn div:before {
    content: '';
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background-color: #c30d23;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.3);
    -moz-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.inner-page .slick-btn div img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.inner-page .slick-btn div.prev {
    margin-right: 32px
}

.inner-page .slick-btn div.prev img {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.inner-page .slick-btn div:hover {
    z-index: 2
}

.inner-page .slick-btn div:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.inner-page .slick-btn div:hover:before {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 1
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  padding-right: 60px;
  vertical-align: middle;
}
.about-page .about-1 .left .text {
  max-height: 560px;
  padding-right: 10px;
  overflow-y: auto;
  font-size: 16px;
}
.about-page .about-1 .left .flex {
  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;
}
.about-page .about-1 .left .flex .img2 {
  margin-left: 20px;
}
.about-page .about-1 .left .flex .img2 span.h6 {
  font-size: 17px;
  font-weight: 500;
  display: block;
}
.about-page .about-1 .left .flex .img2 span.small {
  display: block;
  font-size: 14px;
}
.about-page .about-1 .right {
  max-width: 790px;
}
.about-page .about-2 .list {
  padding: 100px 0;
  border-top: 1px solid #eaeaea;
}
.about-page .about-2 .list ul {
  margin: -40px;
}
.about-page .about-2 .list ul li {
  padding: 40px;
}
.about-page .about-2 .list ul li span.h2 {
  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;
}
.about-page .about-2 .list ul li span.h2 img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  width: .6em;
  margin-left: .5em;
}
.about-page .about-2 .list ul li .text {
  color: black;
  font-size: 14px;
}
.about-page .about-3 {
  padding: 130px 0;
  position: relative;
}
.about-page .about-3:before,
.about-page .about-3:after {
  content: '';
  width: 94%;
  height: 100%;
  top: 0;
  left: 3%;
  position: absolute;
  background-image: -webkit-linear-gradient(48deg, var(--color), #f9f9f9 35%);
  background-image: -moz-linear-gradient(48deg, var(--color), #f9f9f9 35%);
  background-image: linear-gradient(42deg, var(--color), #f9f9f9 35%);
  border-radius: 10px;
  opacity: .5;
}
.about-page .about-3:after {
  background-color: #f9f9f9;
  background-image: unset;
  opacity: 1;
  z-index: -1;
}
.about-page .about-3 .left .list ul {
  margin: -20px;
  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;
}
.about-page .about-3 .left .list ul li {
  padding: 20px;
}
.about-page .about-3 .left .list ul li .box2 {
  display: block;
  background-color: white;
  padding: 45px;
  height: 100%;
  transition: 0.5s;
}
.about-page .about-3 .left .list ul li .box2:hover{
  transform: translateY(-30px);
}
.about-page .about-3 .left .list ul li .box2 i.fa {
  font-size: 40px;
}
.about-page .about-3 .left .list ul li .box2 span.h6 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  margin-top: 2em;
}
.about-page .about-3 .left .list ul li .box2 .text {
  font-size: 14px;
  margin: 1em 0 2em;
  color: black;
}
.about-page .about-3 .right {
  padding-left: 4%;
}
.about-page .about-3 .right span.h2 {
  font-size: 90px;
  display: inline-block;
  width: 100%;
  margin-bottom: .8em;
}
.about-page .about-3 .right .img {
  float: right;
  margin-bottom: -50%;
}
.about-page .about-4 {
  padding: 100px 0;
}
.about-page .about-4 .left {
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.about-page .about-4 .right {
  padding-top: 150px;
}
.about-page .about-4 .right .list ul {
  margin: -10px;
}
.about-page .about-4 .right .list ul li {
  padding: 10px;
}
.about-page .about-4 .right .list ul li .text {
  font-size: 24px;
  font-weight: 500;
  color: black;
  line-height: 44px;
}
.about-page .about-4 .right .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.about-page .about-4 .right .flex .headlist {
  margin-left: 50px;
  width: 60%;
}
.about-page .about-4 .right .flex .headlist .box2 {
  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;
}
.about-page .about-4 .right .flex .headlist .box2 .head {
  border-radius: 100%;
  max-width: 80px;
  padding: 4px;
  border: 3px solid var(--color);
}
.about-page .about-4 .right .flex .headlist .box2 .head img {
  border-radius: inherit;
}
.about-page .about-4 .right .flex .headlist .box2 .content {
  margin-left: 30px;
}
.about-page .about-4 .right .flex .headlist .box2 .content span.h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  display: block;
}
.about-page .about-4 .right .flex .headlist .box2 .content span.small {
  display: block;
  font-size: 14px;
  line-height: 2;
}
.about-page .about-5 {
  padding: 50px 0;
  position: relative;
}
.about-page .about-5:before {
  content: '';
  width: 94%;
  left: 3%;
  height: 1px;
  background-color: #eaeaea;
  top: 0;
  position: absolute;
}
.about-page .about-5 .list ul {
  margin: -10px;
}
.about-page .about-5 .list ul li {
  padding: 10px;
}
.about-page .about-5 .list ul li img {
  display: block;
  margin: 0 auto;
}
.about-page .about-6 {
  position: relative;
  color: white;
  padding: 100px 0;
}
.about-page .about-6:before {
  content: '';
  width: 94%;
  height: 100%;
  left: 3%;
  top: 0;
  position: absolute;
  background-color: black;
  background-image: url("../images/about-6-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  border-radius: 10px;
  background-size: contain;
  background-attachment: fixed;
}
.about-page .about-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.about-page .about-6 .left .img {
  height: 700px;
  background-size: cover;
  background-position: center;
}
.about-page .about-6 .right {
  padding-left: 5%;
}
.about-page .about-6 .right .list {
  margin-top: 60px;
}
.about-page .about-6 .right .list ul li {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about-page .about-6 .right .list ul li i.fa {
  font-size: 40px;
}
.about-page .about-6 .right .list ul li span.h6 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  margin: 1em 0 .5em;
}
.about-page .about-6 .right .list ul li .text {
  color: inherit;
}
.about-page .about-6 .right .list ul li:last-child {
  border-bottom: none;
}
.about-page .about-7 {
  padding: 100px 0;
}
.about-page .about-7 .left {
  width: 35%;
  padding-right: 5%;
}
.about-page .about-7 .left .text {
  margin: 1em 0 2em;
}
.about-page .about-7 .right {
  width: 65%;
}
.about-page .about-7 .right .list ul {
  margin: -15px;
}
.about-page .about-7 .right .list ul li {
  padding: 15px;
}
.about-page .about-7 .right .list ul li a.img {
  display: block;
  position: relative;
  overflow: hidden;
}
.about-page .about-7 .right .list ul li a.img:before {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  left: -30%;
  top: -60%;
  background-image: -webkit-radial-gradient(50%, var(--color), transparent 70%);
  background-image: -moz-radial-gradient(50%, var(--color), transparent 70%);
  background-image: radial-gradient(50%, var(--color), transparent 70%);
  -webkit-transform-origin: 50% 90%;
  -moz-transform-origin: 50% 90%;
  -ms-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
  -webkit-animation: xz 8s linear infinite;
  -moz-animation: xz 8s linear infinite;
  animation: xz 8s linear infinite;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-7 .right .list ul li a.img:hover:before {
  opacity: 1;
}
.about-page .about-7 .right .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.about-page .about-7 .right .list ul li .flex .content span.h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  display: block;
}
.about-page .about-7 .right .list ul li .flex .content span.small {
  font-size: 14px;
}
.about-page .about-7 .right .list ul li .flex .share {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-7 .right .list ul li .flex .share a {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: .5em;
}
.about-page .about-7 .right .list ul li .flex .share a:first-child {
  margin-left: 0;
}
.about-page .about-7 .right .list ul li:hover .flex .share {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  .service-page .service-4,
  .service-page .service-1，
  .about-page .about-1,
  .about-page .about-2 .list,
  .about-page .about-7,
  .about-page .about-6,
  .about-page .about-4, {
    padding: 70px 0;
  }
  .service-page .service-2 .list ul li .box2 i.fa,
  .about-page .about-3 .left .list ul li .box2 i.fa,
  .about-page .about-6 .right .list ul li i.fa {
    font-size: 32px;
  }
  .service-page .service-4 .list ul li span.h6,
  .about-page .about-7 .right .list ul li .flex .content span.h6 {
    font-size: 18px;
  }
  .service-page .service-2 .right span.h5,
  .about-page .about-4 .right .list ul li .text {
    font-size: 20px;
  }
  .service-page .service-1 .left span.h2,
  .about-page .about-3 .right span.h2 {
    font-size: 70px;
  }
  .service-page .service-1 .right .text {
    margin: 1em 0;
  }
  .service-page .service-2 .list ul li .box2,
  .about-page .about-3 .left .list ul li .box2 {
    padding: 30px;
  }
  .service-page .service-3 .right .nav {
    font-size: 14px;
    margin-top: 2em;
    padding-top: 1.5em;
  }
  .about-page .about-3 {
    padding: 90px 0;
  }
  .about-page .about-3:before,
  .about-page .about-3:after,
  .about-page .about-6:before {
    width: 100%;
    left: 0;
  }
  .about-page .about-3 .left .list ul li .box2 span.h6 {
    margin-top: 1em;
  }
  .about-page .about-3 .left .list ul li .box2 .text {
    margin: .5em 0 1em;
  }
  .about-page .about-6 .right .list {
    margin-top: 40px;
  }
  .about-page .about-6 .right .list ul li {
    padding: 20px 0;
  }
  .about-page .about-6 .left .img {
    height: 540px;
  }
  .service-page .service-2 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1450px) {
    .about-page .about-3 .left .list ul li .box2 i.fa,
  .about-page .about-6 .right .list ul li i.fa,
  .service-page .service-2 .list ul li .box2 i.fa {
    font-size: 28px;
  }
  
  .about-page .about-1 .left .flex .img2 span.h6 {
    font-size: 15px;
  }
  .about-page .about-2 .list ul li {
    padding: 20px;
  }
  .about-page .about-2 .list ul {
    margin: -20px;
  }
  .about-page .about-3 .left .list ul li {
    padding: 10px;
  }
  .about-page .about-3 .left .list ul {
    margin: -10px;
  }
  
  .service-page .service-1 .left span.h2,
  .about-page .about-3 .right span.h2 {
    font-size: 52px;
  }
  .about-page .about-4 .right {
    padding-top: 90px;
  }
  .service-page .service-2 .right span.h5,
  .about-page .about-4 .right .list ul li .text {
    font-size: 18px;
  }
  
  .service-page .service-4 .list ul li span.h6,
  .about-page .about-7 .right .list ul li .flex .content span.h6 {
    font-size: 16px;
  }
  .about-page .about-7 .right .list ul li .flex .content span.h6{
    line-height: 2;
  }
  .inner-page span.h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px) {
   .about-page .about-3 .left .list ul li .box2 i.fa,
  .about-page .about-6 .right .list ul li i.fa,
  .service-page .service-2 .list ul li .box2 i.fa {
    font-size: 24px;
  }
    .service-page .service-2 .list ul li .box2,
  .about-page .about-3 .left .list ul li .box2 {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page span.h2 {
    font-size: 30px;
  }
  .about-page .about-1 .left .text {
    max-height: unset;
    padding-right: 0;
    overflow-y: unset;
  }
  .service-page .service-1 .left span.h2,
  .about-page .about-3 .right span.h2 {
    font-size: 40px;
  }
  .service-page .service-1 .left,
  .service-page .service-2 .left,
  .service-page .service-4 .left,
  .faq-page .faq-1 .left,
  .about-page .about-1 .left,
  .about-page .about-3 .left,
  .about-page .about-4 .left,
  .about-page .about-6 .left,
  .about-page .about-7 .left,
  .prodet-page .prodet-1 .left {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .right,
  .service-page .service-2 .right,
  .service-page .service-4 .right,
  .about-page .about-1 .right,
  .about-page .about-4 .right,
  .about-page .about-6 .right,
  .about-page .about-7 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .service-page .service-2 .left img{
    display: none;
  }
  .service-page .service-2 .right,
  .about-page .about-4 .right {
    padding-top: 0;
  }
  .service-page .service-2 span.h2 {
    margin-bottom: 0;
  }
  .service-page .service-2 .list ul li {
    width: 50%;
  }
  .service-page .service-2 .list ul li .box2 span.h6 {
    font-size: 18px;
  }
  
  .about-page .about-1 .right .img {
    height: 280px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .right {
    display: none;
  }
  .about-page .about-3 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-4,
  .about-page .about-1,
  .about-page .about-2 .list,
  .about-page .about-7,
  .about-page .about-6,
  .about-page .about-4,
  .service-page .service-1 {
    padding: 50px 0;
  }
  
  .about-page .about-3 .left .list ul li .box2 i.fa,
  .about-page .about-6 .right .list ul li i.fa,
  .service-page .service-2 .list ul li .box2 i.fa {
    font-size: 20px;
  }
  
  .service-page .service-1 .left span.h2,
  .about-page .about-3 .right span.h2 {
    font-size: 32px;
  }
  .service-page .service-3 .left {
    width: 100%;
    padding-right: 0;
    text-align: center;
    position: static;
  }
  .service-page .service-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .service-3 .left .play {
    margin-right: auto;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  
  .service-page .service-1 .left span.h2,
  .about-page .about-3 .right span.h2 {
    font-size: 24px;
  }
  .service-page .service-1 .left span.h2{
    line-height: 44px;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-3 .right .nav {
    display: block;
  }
  .service-page .service-3 .right .nav a {
    margin-bottom: .5em;
    display: inline-block;
  }
  .about-page .about-2 .list ul li {
    width: 100%;
  }
}

