body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #1572b5;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1670px;
  margin: auto;
  width: 100%;
}
.more {
  height: 48px;
  background-color: #1572b5;
  display: inline-block;
  line-height: 48px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  padding: 0 30px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.more span {
  position: relative;
  z-index: 2;
}
.more::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 100%;
}
.lh-1 {
  line-height: 1;
}
#mobile5 #menu-on5{
  background: #ffffff;
}
#mobile5 .menu-content .menu-list ul li ul{
  display: block;
}
#mobile5 .menu-content .mob-search form input[type=submit]{
  background-image: url(../images/search.png);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}
#header .container {
  width: 100%;
  max-width: 100%;
  padding: 0 60px;
}
#header .nav {
  padding: 10px 0;
  width: 100%;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 55px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -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: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .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;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 18px;
}
#header .nav .ui.menu .h-language span img {
  width: 30px;
  margin-right: 12px;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 7px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  padding: 0 20px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active,#header.inner  {
  top: 0px;
  color: #000000;
}
#header.active .nav::after,#header.inner .nav::after {
  width: 100%;
}
#header.active .nav .ui.menu .logo img,#header.inner .nav .ui.menu .logo img {
  -webkit-filter: none;
  filter: none;
}
#header.active .nav .ui.menu .h-search img,#header.inner .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.h-nav .h-nav_list{
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 101;
  background: #ffffff;
  max-height: 700px;
  overflow-y: auto;
  padding: 40px 0 30px;
  border-top: 1px solid #efefef;
  display: none;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    /*pointer-events: none;
   -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition: .5s;
  z-index: -3*/
}
.h-nav .pro_box{
  display: flex;
  justify-content: space-between;

}
.h-nav .h-nav_list li .img-box{
  border: 1px solid #eeeeee;
  border-radius: 15px;
  overflow: hidden;
}
.h-nav .h-nav_list li .t1{
  transition: .5s;
}
.h-nav .h-nav_list li .t1:hover{
  color: var(--color);
}
.h-nav .h-nav_list::-webkit-scrollbar{
  width: 0;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  width: 100%;
  position: absolute;
  bottom: 130px;
}
#banner li .text .title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body .line {
  width: 264px;
  height: 4px;
  background-color: var(--color);
  border-radius: 2px;
  display: inline-block;
}
#index-body a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage {
  background: #f5f5f7;
}
#index-body .advantage .list {
  padding: 0 25px;
  position: relative;
}
#index-body .advantage .list ul {
  position: relative;
}
#index-body .advantage .list ul::after {
  content: "";
  display: block;
  width: 1px;
  height: 62px;
  background-color: #ffffff;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
#index-body .advantage .list ul .box {
  position: relative;
}
#index-body .advantage .list ul .box::after {
  content: "";
  display: block;
  width: 1px;
  height: 62px;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
#index-body .advantage .list ul .icon {
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .advantage .list ul .txt {
  color: #5c5c5c;
}
#index-body .advantage .list .prev,
#index-body .advantage .list .next {
  background: none;
  color: #000000;
  opacity: 0.2;
  font-size: 60px;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .advantage .list .prev:hover,
#index-body .advantage .list .next:hover {
  color: var(--color);
  opacity: 1;
}
#index-body .advantage .list .prev {
  left: 0;
}
#index-body .advantage .list .next {
  margin-left: 0;
  right: 0;
}
#index-body .type {
  background: #f5f5f7;
}
#index-body .type .tip .cont {
  max-width: 1190px;
  margin: 0 auto;
  color: #5c5c5c;
}
#index-body .type .tip .btn {
  border-bottom: 1px solid var(--color);
  color: var(--color);
  line-height: 1.2;
  display: inline-block;
}
#index-body .type .bottom {
  padding: 0 60px;
}
#index-body .type .bottom .box {
  padding-top: 10px;
}
#index-body .type .bottom .box .t1 {
  color: #5c5c5c;
  position: relative;
  z-index: 3;
}
#index-body .type .bottom .box .img {
  border-radius: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#index-body .type .bottom .box .img img {
  border-radius: 8px;
}
#index-body .type .bottom .box .img .play_box {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 120px;
  height: 140px;
  background-color: #f5f5f7;
  border-radius: 10px;
  padding-bottom: 20px;
  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;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .bottom .box .img .play_box .play {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  background-color: #1572b5;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
}
#index-body .type .bottom .box:hover .img {
  -webkit-box-shadow: 7px 7px 9px 1px rgba(28, 28, 27, 0.1);
  box-shadow: 7px 7px 9px 1px rgba(28, 28, 27, 0.1);
}
#index-body .type .bottom .box:hover .img .play_box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .type .bottom .slickBtn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .type .bottom .slickBtn .prev,
#index-body .type .bottom .slickBtn .next {
  background: none;
  color: #000000;
  opacity: 0.2;
  font-size: 60px;
  width: auto;
  height: auto;
  line-height: 1;
}
#index-body .type .bottom .slickBtn .prev:hover,
#index-body .type .bottom .slickBtn .next:hover {
  color: var(--color);
  opacity: 1;
}
#index-body .type .bottom .slickBtn .next {
  margin-left: 70px;
}
#index-body .about .box .left {
  width: 50%;
}
#index-body .about .box .left .cont {
  color: #5c5c5c;
}
#index-body .about .box .left .more {
  background: none;
  color: var(--color);
  border: 1px solid var(--color);
}
#index-body .about .box .left .more:hover {
  color: #ffffff;
}
#index-body .about .box .right {
  position: relative;
  width: 45%;
}
#index-body .about .box .right > img {
  width: 100%;
}
#index-body .about .box .right .play-btn {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.22);
  left: 55px;
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}
#index-body .about .box .right .play-btn i {
  border: none;
  font-size: 30px;
}
#index-body .about .data {
  position: relative;
}
#index-body .about .data .line2 {
  width: 100%;
  height: 1px;
  background-color: #1572b5;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 0;
}
#index-body .about .data li .num {
  color: var(--color);
}
#index-body .about .data li p {
  color: #4a4a4a;
}
#index-body .projects {
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat center top / 100%;
}
#index-body .projects .top {
  position: relative;
}
#index-body .projects .top .line {
  position: absolute;
  right: 100%;
  -webkit-transform: translate(-20px);
  -moz-transform: translate(-20px);
  -ms-transform: translate(-20px);
  transform: translate(-20px);
  top: 11px;
}
#index-body .projects .top .left {
  width: 25%;
}
#index-body .projects .top .right {
  width: 75%;
}
#index-body .projects .top .right ul{
  justify-content: space-evenly;
}
#index-body .projects .top .right li {
  padding-left: 32px;
  position: relative;
  color: #5c5c5c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .projects .top .right li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .projects .top .right li:hover,
#index-body .projects .top .right li.active {
  color: var(--color);
}
#index-body .projects .top .right li:hover::before,
#index-body .projects .top .right li.active::before {
  opacity: 1;
}
#index-body .projects .bottom .item {
  display: none;
}
#index-body .projects .bottom .item.active {
  display: block;
}
#index-body .projects .bottom .box {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
#index-body .projects .bottom .box .left {
  height: 100%;
  width: 50%;
}
#index-body .projects .bottom .box .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .projects .bottom .box .right {
  width: 50%;
  padding: 0 30px;
}
#index-body .projects .bottom .box .right .t1 {
  color: #5c5c5c;
}
#index-body .projects .bottom .box .right .t1:hover {
  color: var(--color);
}
#index-body .projects .bottom .box .right .btn {
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  display: inline-block;
  line-height: 1.2;
}
#index-body .projects .bottom .box .right .btn:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .choose .box .left {
  width: 40%;
}
#index-body .choose .box .left .img {
  margin-bottom: 75px;
}
#index-body .choose .box .left .img:last-child {
  margin-bottom: 0;
}
#index-body .choose .box .right {
  width: 55%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
#index-body .choose .box .right .item {
  padding-top: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 75px;
  opacity: 0;
}
#index-body .choose .box .right .item.active {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .choose .box .right .item .st {
  color: #5c5c5c;
}
#index-body .choose .box .right .item .bot {
  position: relative;
}
#index-body .choose .box .right .item .bot .icon {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
#index-body .choose .box .right .item .bot .mor_line {
  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;
}
#index-body .choose .box .right .item .bot .mor_line .lin {
  width: 130px;
  height: 4px;
  background-color: #e5e5e5;
  margin-right: 9px;
}
#index-body .choose .box .right .item .bot .mor_line .lin.back {
  background: #000000;
}
#index-body .choose .box .right .item .tlt {
  line-height: 1.2;
}
#index-body .m-choose {
  display: none;
}
#index-body .m-choose img {
  width: 100%;
}
#index-body .news {
  background: #f5f5f7;
}
#index-body .news .bottom {
  text-align: center;
}
#index-body .news .bottom ul {
  text-align: left;
}
#index-body .news .bottom ul .box {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .news .bottom ul .box .text {
  padding: 30px;
}
#index-body .news .bottom ul .box .text .t1:hover {
  color: var(--color);
}
#index-body .news .bottom ul .box .text .time {
  border-top: 3px solid #dfe0e0;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #ffffff;
  color: #8c8c8c;
}
#footer .f-form {
  background: url(../images/f-bg.jpg) no-repeat center center / cover;
  color: #ffffff;
  padding: 75px 0 70px;
}
#footer .f-form .box .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  color: #000000;
}
#footer .f-form .box .right ul li input {
  width: 100%;
  height: 90px;
  border: none;
  padding: 0 25px;
}
#footer .f-form .box .right ul .i1 {
  width: 37%;
}
#footer .f-form .box .right ul .i1:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .f-form .box .right ul .i2 {
  width: 26%;
}
#footer .f-form .box .right ul .i2 input {
  background-color: #2f2f2f;
  border-radius: 8px;
  padding: 0;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid #000000;
  color: #ffffff;
}
#footer .f-form .box .right ul .i2 input:hover {
  background: #ffffff;
  color: #000000;
}
#footer .f-box li {
  line-height: 1.8;
}
#footer .f-box li ul{
  display: none; 
}
#footer .f-box li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box .tit {
  color: #000000;
}
#footer .f-box .f-case{
  max-width: 340px
}
#footer .f-box .f-contact {
  max-width: 440px;
}
#footer .f-box .f-contact ul li {
  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;
  padding-left: 13px;
}
#footer .f-box .f-contact ul li .t {
  width: 130px;
}
#footer .f-box .f-contact ul li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-code #ewm {
  width: 142px;
  height: 142px;
  border: 7px solid rgba(234, 234, 234, 0.66);
}
#footer .share {
  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: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#footer .share a {
  width: 60px;
  height: 60px;
  background-color: #f3f3f3;
  border-radius: 50%;
  color: #929292;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  margin-left: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share a:hover {
  background: var(--color);
  color: #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #7a7a7a;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px 0 28px;
  position: relative;
}
#footer .f-copy .bq {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #7a7a7a;
}
#footer .f-copy svg text {
  fill: #7a7a7a;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
    font-size: 16px;
  }
  #index-body .about .box .left {
    padding-right: 0;
  }
  #footer .f-box .f-case{
    max-width: 240px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1220px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
    margin-right: 25px;
  }
  #header .nav .ui.menu .chat{
    display: none;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 20px;
  }
  #index-body .projects .bottom .box .left img {
    height: 240px;
  }
  #index-body .projects {
    background-size: cover;
  }
  #footer .f-box .f-contact {
    max-width: 350px;
  }
  #footer .f-box .f-contact ul li .t {
    width: 110px;
  }
  #footer .f-form .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .f-form .box .right {
    width: 100%;
  }
  #index-body .about .box .right .play-btn {
    left: 40px;
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
  }
   #footer .f-box .f-case{
  display: none;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #index-body .projects .top .right li {
    margin-bottom: 10px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #footer .share {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin: 20px 0;
  }
  #index-body .about .box .right .play-btn {
    left: 30px;
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  #index-body .projects .top .right {
    font-size: 16px;
  }
  #index-body .type .bottom .box .t1 {
    font-size: 16px;
  }
  #footer .f-box .tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .m-choose {
    display: block;
  }
  #index-body .choose {
    display: none;
  }
  .font-36 {
    font-size: 24px;
  }
  #index-body .projects .bottom .box .left {
    width: 100%;
  }
  #index-body .projects .bottom .box .right {
    width: 100%;
    padding: 20px;
  }
  #index-body .projects .bottom .box .left img {
    height: auto;
  }
  #index-body .projects .bottom .box .left {
    height: auto;
  }
  #index-body .projects .top .line {
    display: none;
  }
  #footer .f-form .box .right ul .i1 {
    width: 50%;
  }
  #footer .f-form .box .right ul .i2 {
    width: 100%;
  }
  #index-body .line {
    width: 150px;
  }
  #index-body .about .box .left {
    margin-bottom: 50px;
  }
  #index-body .projects .top .right {
    margin-top: 40px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-box .f-products,
  #footer .f-box .f-case {
    display: none;
  }
  #footer .f-box .f-code {
    margin-top: 30px;
  }
  #index-body .about .box .right .play-btn {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
  }
  #footer .f-box .f-contact ul li {
    padding-left: 0;
  }
  #index-body .projects .bottom .box .right .t1 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .type .bottom {
    padding: 0 15px;
  }
  #index-body .about .data li {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  #index-body .about .data .line2 {
    display: none;
  }
  #footer .f-form .box .right ul .i1 {
    width: 100%;
  }
  #footer .f-form .box .right ul .i1:nth-child(1) {
    border: none;
  }
  #index-body .advantage .list ul .box::after {
    display: none;
  }
  #index-body .type .bottom .box .img img {
    width: 100%;
  }
  #banner .slickDots {
    display: none;
  }
  #banner li .text {
    bottom: 50px;
  }
  #footer .share {
    zoom: 0.7;
  }
}
@media screen and (max-width: 500px) {
  #index-body .advantage .list .prev,
  #index-body .advantage .list .next,
  #index-body .type .bottom .slickBtn .prev,
  #index-body .type .bottom .slickBtn .next {
    font-size: 45px;
  }
  #index-body .about .box .left .lg_img {
    zoom: 0.8;
  }
  #index-body .about .box .right .play-btn {
    zoom: 0.7;
  }
  #footer .f-form .box .right ul li input {
    height: 60px;
  }
  #footer .f-box .f-contact .f-logo {
    zoom: 0.8;
  }
  #footer .f-box .f-code #ewm {
    width: 110px;
    height: 110px;
  }
  #banner li .text {
    bottom: 20px;
  }
  .more {
    zoom: 0.85;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 30%;
    zoom: 0.8;
  }
}

/*inner*/
#innerMobileBanner{
  padding-top: 80px;
  padding-bottom: 60px;
}
#innerMobileBanner .title{
  font-size: 22px;
}
.inner-page span.tag {
  color: var(--color);
}
.inner-page span.h2 {
  line-height: 1.4;
}
.inner-page .text {
 
  color: #999;
}
.inner-banner .mbx span {
  color: var(--color);
}
.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;
  color: var(--color);
  position: relative;
  top: -.2em;
}
.inner-page {
  border-radius: 1em 1em 0 0;
  margin: -1em 0;
  -o-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  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 {
  
  margin: 0 auto;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  overflow: hidden;
}
.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: var(--color);
  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{
  margin-top: 50px;
}
.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: 50px;
  width: 50px;
  border-radius: 6px;
  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;
  font-size: 20px;
}
.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;
}
.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);
}
.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 .left img{
  width: 100%
}
.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;
}
.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -7%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-1 .right{
  position: relative;
}
.about-page .about-1 .right .play i{
 border: none;
}
.about-page .about-1 .right .play {
  left: 100%;
  top: 100%;
  transform: translate(-150%,-150%);
  background: #ffffff;
  color: var(--color);
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-3 .box .right {
  position: relative;
}
.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}
.about-page .about-4 .list ul:last-child {
  direction: rtl;
}
.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}
.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}
.about-page .about-5 .list ul li,
.about-page .about-5 .list ul .box {
  height: 100%;
}
.about-page .about-5 .list ul .box {
  background-color: white;
  overflow: hidden;
}
.about-page .about-5 .list ul .content {
  padding: 8%;
}
.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
.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);
}
@media screen and (max-width: 1000px) {
  .faq-page span.h6 img{
    zoom: 0.7
  }
}
.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: 7%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 240px;
  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%;

  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 .img{
  position: absolute;
  width: 70%;
    height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
}
.onestop-page .onestop-2 .list li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
  
  border-radius: 0.5em;
  text-align: left;
  padding: .6em;
  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 .img{
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
 opacity: 0;
}
.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 {

  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 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{
  overflow: hidden;
  position: relative;
  z-index: 4;
 
}
.contact-page .contact-1 .info li {
  margin-bottom: 1em;
}
.contact-2{
  padding-top: 1em;
  margin-bottom: -1em;
  background: #eeeeee;
  position: relative;
  z-index: 1;
}
.contact-2 iframe{
  display: block
}
.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;
}
@media screen and (max-width: 1450px) {
  .projects-page .projects-2 .map {
    zoom: .6;
  }


}
@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);
  }
}
@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;
  }
  .news-page .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: .5em;
  }
  .news-page .list ul li time {
    width: 20%;
  }
  .news-page .list ul li .content {
    width: 80%;
  }
  .news-page .list ul li .img-box {
    width: 100%;
    margin-bottom: .5em;
  }
  .news-page .list ul li time:after {
    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%;
  }
  .about-page .about-3 .box .left {
    position: static;
  }
  .about-page .about-3 .box .right .year svg {
    width: 30vw;
  }
  .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%;
  }
  .about-page .about-4 .list ul:last-child,
  .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;
  }
  .about-page .about-2 .list ul{
      gap: 18px;
  }
}
@media screen and (max-width: 700px) {
  .onestop-page .onestop-2{
    display: none;
  }
  #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;
  }
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  
  .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;
  }
  .news-page .list ul li time {
    display: none;
  }
  .news-page .list ul li .content {
    width: 100%;
  }
  .esg-page .esg-2 .boxBorder .number ul li {
    width: 100%;
  }
  .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
  .distributor-page .distributor-3 .list {
    padding: 1em;
  }
}


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

  .font-38 {
    font-size: 16px;
  }
  .text.font-16 {
    line-height: 1.6;
  }
  .init-3 .list .slickBtn div,
  .industrial-2 .list .slickBtn div {
    top: 37%;
  }

  .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;
  }
  .about-page .about-3 .img img {
    max-width: 120%;
  }
  .about-page .about-3 .box .right .list li .year {
    width: 1.5em;
  }
  .about-page .about-3 .box {
    margin-bottom: 15%;
  }
  .about-page .about-3 .box .right .year {
    margin-bottom: 15%;
  }
  .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;
  }
}

/*custom-page*/
.custom-page .custom-1{
  /*background: linear-gradient(to right ,#eee 50%,#ffffff 50%)*/
}
.custom-page .custom-1 .left{
  width: 46%;
  position: sticky;
  top: 100px;
  z-index: 2
}
.custom-page .custom-1 .left::after{
  content: '';
  display: block;
  position: absolute;
background: #eee;
width: 150%;
height: 100%;
right: -10%;
top: 0;
}
.custom-page .custom-1 .left .img{
  border-radius: .6em;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.custom-page .custom-1 .left img{
  width: 100%;
}
.custom-page .custom-1 .right{
    width: 46%;
}
.custom-page .custom-1 .right .tip li{
  color: #929292;
}
.custom-page .custom-1 .right .tip li{
  margin-bottom: 20px;
  cursor: pointer;
}
.custom-page .custom-1 .right .tip .img{
  border-radius: 8px;
  overflow: hidden;
}
.custom-page .custom-1 .right .tip .t1{
  flex: 1;
}
.custom-page .custom-1 .right .tip .dot{
 box-shadow: 0px 0px 10px 5px #eeeeee;
 background: #d3d3d3;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 border: 3px solid #ffffff;
 transition: .5s;
}
.custom-page .custom-1 .right .tip li.active .dot{
 background: var(--color)
}
.custom-page .custom-1 .right .bottom li{
   box-shadow: 0px 0px 10px 5px #eeeeee;
 background: #d3d3d3;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 border: 3px solid #ffffff;
 transition: .5s;
 margin: 15px;
 cursor: pointer;
}
.custom-page .custom-1 .right .bottom li.active{
  border: 3px solid var(--color);
}

@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .left::after{
    display: none;
  }
  .custom-page .custom-1 .right .tip ul{
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-page .custom-1 .right{
    margin-top: 40px;
  }
  .custom-page .custom-1 .left{
    position: relative;
    top: 0;
  }
}