@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.ttf') format('truetype'), url('../fonts/Poppins-Italic.eot') format('embedded-opentype'), url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/EtherealGlamour-Regular.woff2') format('woff2'), url('../fonts/EtherealGlamour-Regular.ttf') format('truetype'), url('../fonts/EtherealGlamour-Regular.eot') format('embedded-opentype'), url('../fonts/EtherealGlamour-Regular.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/EtherealGlamour-Italic.woff2') format('woff2'), url('../fonts/EtherealGlamour-Italic.ttf') format('truetype'), url('../fonts/EtherealGlamour-Italic.eot') format('embedded-opentype'), url('../fonts/EtherealGlamour-Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #ed7013;
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 1730px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.page-header02 .logo img {
  filter: brightness(0) invert(1);
}
.ctop{
      width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--color);
    color: white;
    right: 20px;
    bottom: 120px;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 22;
}
.ctop i{
  font-size: 24px;
}
.ctop:hover{
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(255, 255, 255, .3);
}
#Pop_UpsBtn{
  right:20px!important;
  bottom:190px!important;
  box-shadow: 0 24px 40px rgba(255, 255, 255, .3)!important;
}
.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;
}

.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;
}
.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: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.text-right {
  text-align: right;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-color {
  color: var(--color);
}
.primary-color {
  color: var(--color);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-color {
  color: #666;
}
.tit-italic {
  font-style: italic;
}
h2.h-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}
@-webkit-keyframes play_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes play_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes play_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes text_translate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes text_translate {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes text_translate {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes banner_dot {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-moz-keyframes banner_dot {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes banner_dot {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box .hover-language .zhuyu i {
  font-size: 24px;
}
.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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: black;
}
#header.active,
#header.inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  height: 95px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border-radius: 100px;
  color: white;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu a.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-right: 48px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  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;
  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: 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;
}
#header .nav .ui.menu .right .share {
  height: 55px;
  border-right: 1px solid white;
}
#header .nav .ui.menu .right .share a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 12px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .right .share a:hover {
  background-color: var(--color);
}
#header .nav .ui.menu .right .share a:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right .share a i {
  font-size: 16px;
}
#header .nav .ui.menu .right .btn {
  background-color: var(--color);
  padding: 0 25px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 100px;
  height: 50px;
  background-color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
}
.more.primary {
  background-color: var(--color);
}
.more.primary::before {
  background-color: white;
}
.more.primary:hover,
.more.primary:focus {
  color: var(--color);
  background-color: white;
}
.more:hover::before,
.more:focus::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.more::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  padding-top: 2px;
}
#banner {
  position: relative;
  z-index: 1;
  /*margin-top: 96px;*/
}
#banner .banner-content ul li {
  position: relative;
  background: #f0f5ff;
}
#banner .banner-content ul li video{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.h-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  overflow: hidden;
}
.h-text ul {
  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;
  will-change: transform;
  -webkit-animation: text_translate 20s infinite linear;
  -moz-animation: text_translate 20s infinite linear;
  animation: text_translate 20s infinite linear;
}
.h-text ul li {
  padding: 0 95px;
  position: relative;
}
.h-text ul li::before {
  content: '&';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: var(--color);
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.h-text ul li h2 {
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.inner-dots {
  width: 1010px;
  margin: 60px auto 0;
}
.inner-dots ul {
  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: 0 !important;
  position: relative;
}
.inner-dots ul::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccd0d9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-dots ul li {
  padding: 0;
  height: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-dots ul li.slick-active {
  background-color: #010a15;
}
.inner-dots ul li button {
  display: none;
}
#index-body {
  overflow: hidden;
  background-color: #f0f5ff;
}
#index-body .homepage-1 .content ul {
  margin: 0 -5px;
}
#index-body .homepage-1 .content ul li {
  padding: 0 5px;
}
#index-body .homepage-1 .content ul li .box {
  padding: 0 10px;
  padding-top: 10px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .content ul li .box:hover {
  background-color: white;
}
#index-body .homepage-1 .content ul li .box:hover .img > img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#index-body .homepage-1 .content ul li .box:hover .img .link {
  opacity: 1;
}
#index-body .homepage-1 .content ul li .box:hover .text a.btn {
  color: var(--color);
}
#index-body .homepage-1 .content ul li .box .img {
  position: relative;
}
#index-body .homepage-1 .content ul li .box .img > img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .content ul li .box .img .link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .content ul li .box .img .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: white;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .content ul li .box .img .link a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .content ul li .box .img .link a:hover {
  background-color: var(--color);
}
#index-body .homepage-1 .content ul li .box .img .link a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .homepage-1 .content ul li .box .text {
  padding: 25px;
}
#index-body .homepage-1 .content ul li .box .text a.btn {
  color: #606266;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
#index-body .homepage-1 .content .pro-dots {
  width: 1010px;
  margin: 60px auto 0;
}
#index-body .homepage-1 .content .pro-dots ul {
  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: 0;
  position: relative;
}
#index-body .homepage-1 .content .pro-dots ul::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccd0d9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .homepage-1 .content .pro-dots ul li {
  padding: 0;
  height: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .content .pro-dots ul li.slick-active {
  background-color: #010a15;
}
#index-body .homepage-1 .content .pro-dots ul li button {
  display: none;
}
#index-body .homepage-2 .top .right {
  position: relative;
}
#index-body .homepage-2 .top .right a.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 238px;
  height: 239px;
  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;
  z-index: 5;
}
#index-body .homepage-2 .top .right a.play img.play_text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play_rotate 8s infinite linear;
  -moz-animation: play_rotate 8s infinite linear;
  animation: play_rotate 8s infinite linear;
}
#index-body .homepage-2 .top .right .img {
  width: -webkit-calc((100% - 30px)/2);
  width: -moz-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -20px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 0 20px;
  width: 25%;
}
#index-body .homepage-2 .bottom ul li p {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
#index-body .homepage-2 .bottom ul li .line {
  width: 100%;
  height: 1px;
  background-color: #9da3ad;
  margin: 15px 0 30px;
}
#index-body .homepage-2 .bottom ul li h4 {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
#index-body .homepage-2 .bottom ul li h4 span {
  font-size: 24px;
  margin-left: 20px;
  font-style: italic;
}
#index-body .homepage-3 {
  background: url('../images/qua-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .homepage-3 .content {
  max-width: 1260px;
  height: auto;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#index-body .homepage-3 .content ul {
  width: 100%;
}
#index-body .homepage-3 .content ul li {
  padding: 0 10px;
}
#index-body .homepage-3 .content i.dou {
  display: block;
  margin-bottom: 35px;
}
#index-body .homepage-3 .content .icon {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
#index-body .homepage-3 .content a.more {
  padding: 0 90px;
}
#index-body .homepage-3 .content .btn {
  max-width: 275px;
  width: 100%;
  margin-top: 15px;
}
#index-body .homepage-3 .content .btn span {
  cursor: pointer;
}
#index-body .homepage-4 .content ul {
  margin: 0 -5px;
}
#index-body .homepage-4 .content ul li {
  padding: 0 5px;
}
#index-body .homepage-4 .content ul li .box {
  padding: 0 10px;
  padding-top: 10px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content ul li .box:hover {
  background-color: white;
}
#index-body .homepage-4 .content ul li .box:hover .img > img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#index-body .homepage-4 .content ul li .box:hover .img .link {
  opacity: 1;
}
#index-body .homepage-4 .content ul li .box:hover .text a.btn {
  color: var(--color);
}
#index-body .homepage-4 .content ul li .box .img {
  position: relative;
}
#index-body .homepage-4 .content ul li .box .img > img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content ul li .box .img .link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content ul li .box .img .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: white;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content ul li .box .img .link a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content ul li .box .img .link a:hover {
  background-color: var(--color);
}
#index-body .homepage-4 .content ul li .box .img .link a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .homepage-4 .content ul li .box .text {
  padding: 25px;
}
#index-body .homepage-4 .content ul li .box .text a.btn {
  color: #606266;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
#index-body .homepage-4 .content .pro-dots2 {
  width: 1010px;
  margin: 60px auto 0;
}
#index-body .homepage-4 .content .pro-dots2 ul {
  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: 0;
  position: relative;
}
#index-body .homepage-4 .content .pro-dots2 ul::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccd0d9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .homepage-4 .content .pro-dots2 ul li {
  padding: 0;
  height: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content .pro-dots2 ul li.slick-active {
  background-color: #010a15;
}
#index-body .homepage-4 .content .pro-dots2 ul li button {
  display: none;
}
#index-body .homepage-5 .img {
  background: url('../images/h-form.jpg') no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
#index-body .homepage-5 .right {
  background-color: white;
}
#index-body .homepage-5 .right form {
  max-width: 615px;
  width: 100%;
  font-weight: 500;
}
#index-body .homepage-5 .right form 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;
  margin: -15px -22px;
}
#index-body .homepage-5 .right form ul li {
  padding: 15px 22px;
  position: relative;
}
#index-body .homepage-5 .right form ul li:last-child {
  text-align: left;
  margin-top: -10px;
  font-size: 12px;
}
#index-body .homepage-5 .right form ul li em {
  color: red;
}
#index-body .homepage-5 .right form ul li input[type='text'] {
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  color: #999;
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
#index-body .homepage-5 .right form ul li input[type='text']::-webkit-input-placeholder {
  color: #707070;
}
#index-body .homepage-5 .right form ul li textarea {
  width: 100%;
  height: 75px;
  padding: 0 10px 5px;
  font-size: 16px;
  color: #999;
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
#index-body .homepage-5 .right form ul li .submit {
  position: absolute;
  bottom: 20px;
  right: 22px;
  width: 45px;
  height: 45px;
  background-color: black;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
}
#index-body .homepage-5 .right form ul li .submit i {
  font-size: 20px;
}
#index-body .homepage-6 .content ul {
  margin: 0 -15px;
}
#index-body .homepage-6 .content ul li {
  padding: 0 15px;
}
#index-body .homepage-6 .content ul li .box {
  height: 385px;
  background-color: #d5e1f7;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .content ul li .box:hover {
  background-color: white;
}
#index-body .homepage-6 .content ul li .box:hover .text .bot i {
  background-color: var(--color);
}
#index-body .homepage-6 .content ul li .box:hover .text .bot i .i1 {
  opacity: 0;
}
#index-body .homepage-6 .content ul li .box:hover .text .bot i .i2 {
  opacity: 1;
}
#index-body .homepage-6 .content ul li .box:hover .bg {
  opacity: 1;
}
#index-body .homepage-6 .content ul li .box .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .content ul li .box .text {
  width: 100%;
  height: 100%;
  padding: 45px 45px 60px;
}
#index-body .homepage-6 .content ul li .box .text .bot i {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: black;
  border-radius: 50%;
  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-right: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .content ul li .box .text .bot i img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .content ul li .box .text .bot i .i2 {
  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%);
  opacity: 0;
}
#index-body .homepage-6 .content ul li .box .text .bot .txt {
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
}
#index-body .homepage-7 {
  position: relative;
  z-index: 5;
}
#index-body .homepage-7::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 380px;
  bottom: 0;
  left: 0;
  background-color: black;
}
#index-body .homepage-7 .content ul {
  margin: 0 -17px;
}
#index-body .homepage-7 .content ul li {
  padding: 0 17px;
  width: 25%;
  position: relative;
}
#index-body .homepage-7 .content ul li a.btn {
  display: none;
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 50px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  white-space: nowrap;
}
#index-body .homepage-7 .content ul li:nth-child(3) a.btn{
  display: block;
}
#index-body .homepage-7 .content ul li a.btn:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-7 .content ul li .box {
  width: 100%;
  height: 570px;
  background-color: white;
  padding: 30px 40px;
  text-align: center;
}
#index-body .homepage-7 .content ul li .box p {
  font-size: 16px;
}
#footer {
  background-color: black;
  border-top: 1px solid #3b3b3b;
}
#footer .f-top ul li.f-contact {
  max-width: 885px;
  width: 50%;
}
#footer .f-top ul li.f-contact .list {
  max-width: 380px;
  min-width: 50%;
  color: white;
}
#footer .f-top ul li.f-contact .list #ewm img,
#footer .f-top ul li.f-contact .list #ewm canvas {
  width: 90px;
  height: 90px;
  border: 5px solid white;
}
#footer .f-top ul li.f-contact .list:last-child p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
#footer .f-top ul li.f-contact .list h5 {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1;
  font-weight: bold;
}
#footer .f-top ul li.f-contact .list p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  font-style: italic;
}
#footer .f-top ul li.f-contact .list .share a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 12px;
  text-align: center;
  background-color: #4d4d4c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-top ul li.f-contact .list .share a:hover {
  background-color: var(--color);
}
#footer .f-top ul li.f-contact .list .share a:last-child {
  margin-right: 0;
}
#footer .f-top ul li.f-contact .list .share a i {
  font-size: 16px;
}
#footer .f-copy {
  border-top: 1px solid #3b3b3b;
}
#footer .f-copy img {
  width: auto;
  height: 17px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-copy img:hover {
  opacity: 1;
}
#footer .f-copy span {
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1650px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
  #index-body .homepage-7 .content ul li .box {
    height: auto;
  }
  #footer .f-top ul li.f-contact {
    width: 60%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 20px;
  }
  .h-text ul li h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .font-56 {
    font-size: 40px;
    line-height: 1.4;
  }
  #index-body .homepage-3 {
    background-size: cover;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 50px;
  }
  #footer .f-top ul li.f-contact .list {
    max-width: 50%;
  }
  #index-body .homepage-7 .content ul li a.btn {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 16px;
    bottom: -25px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  .h-text ul li h2 {
    font-size: 30px;
    line-height: 1.6;
  }
  #index-body .pl-120 {
    padding-left: 0;
  }
  #index-body .pr-120 {
    padding-right: 0;
  }
  #index-body .homepage-1 .content .pro-dots,
  #index-body .homepage-4 .content .pro-dots2,
  .inner-dots {
    width: 100%;
  }
  #index-body .homepage-7::before {
    height: 60%;
  }
  #footer .f-top ul li.f-contact .list h5 {
    font-size: 24px;
  }
  #footer .f-top ul li.f-contact .list:last-child p {
    font-size: 14px;
  }
  #footer .f-top ul li.f-contact .list p {
    font-size: 16px;
  }
  .font-56 {
    font-size: 36px;
  }
  #index-body .homepage-7 .content ul li a.btn {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .h-text ul li::before {
    font-size: 24px;
  }
  #index-body .homepage-1 .content .pro-dots,
  #index-body .homepage-4 .content .pro-dots2,
  .inner-dots {
    display: none;
  }
  .font-56 {
    font-size: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
  .h-text ul li h2 {
    font-size: 24px;
  }
  .h-text ul li {
    padding: 0 60px;
  }
  #index-body .homepage-2 .top .left {
    width: 100%;
    margin-bottom: 45px;
  }
  #index-body .homepage-2 .top .left .text {
    padding-right: 0;
  }
  #index-body .homepage-2 .top .right {
    width: 100%;
  }
  #index-body .homepage-2 .bottom ul li {
    width: 50%;
    margin: 10px 0;
  }
  #index-body .homepage-3 .content .icon {
    zoom: 0.8;
  }
  #index-body .homepage-5 .img {
    background-size: cover;
    width: 100%;
    height: 300px;
  }
  #index-body .homepage-5 .right {
    width: 100%;
  }
  #footer .f-top ul li {
    width: 100%;
  }
  #footer .f-top ul li.f-logo {
    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-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  #footer .f-top ul li.f-logo h2 {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
  }
  #footer .f-top ul li.f-logo h2 br {
    display: none;
  }
  #footer .f-top ul li.f-contact {
    width: 100%;
  }
  #footer .f-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-copy span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #Pop_UpsBtn,
  .ctop{
    zoom: 0.8;
    right: 10px !important;
  }
  #index-body .homepage-2 .top .right a.play {
    zoom: 0.6;
  }
  #index-body .homepage-2 .bottom ul li p {
    font-size: 16px;
  }
  #index-body .homepage-2 .bottom ul li h4 {
    font-size: 36px;
  }
  #index-body .homepage-3 .content {
    padding: 30px 45px;
  }
  #index-body .homepage-6 .content ul li .box .text {
    padding: 35px 20px;
  }
  #index-body .homepage-6 .content ul li .box {
    height: 300px;
  }
  #index-body .homepage-6 .content ul {
    margin: 0 -5px;
  }
  #index-body .homepage-6 .content ul li {
    padding: 0 5px;
  }
  #index-body .homepage-6 .content ul li .box .text .bot i {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  #index-body .homepage-6 .content ul li .box .text .bot i img {
    width: 25px;
  }
  #index-body .homepage-6 .content ul li .box .text .bot .txt {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
  }
  #index-body .homepage-7 .content ul li .box {
    padding: 25px 20px;
  }
  #index-body .homepage-7 .content ul {
    margin: 0 -5px;
  }
  #index-body .homepage-7 .content ul li {
    padding: 0 5px;
  }
  #footer .f-top ul li.f-contact .list .bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -moz-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -moz-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  #footer .f-top ul li.f-contact .list .bot .share {
    margin-top: 15px;
  }
  #footer .f-top ul li.f-contact .list h5 {
    font-size: 20px;
  }
  #footer .f-top ul li.f-contact .list h5.mt-40 {
    margin-top: 65px;
  }
}
@media screen and (max-width: 500px) {
  #footer .f-top ul li.f-contact .list {
    max-width: 100%;
  }
  #footer .f-top ul li.f-contact .list:last-child {
    margin-top: 30px;
  }
  #footer .f-top ul li.f-contact .list h5.mt-40 {
    margin-top: 30px;
  }
  #index-body .homepage-5 .right form ul li {
    width: 100%;
  }
  .font-56 {
    font-size: 24px;
  }
  .font-56 br {
    display: none;
  }
  #index-body .homepage-3 .content a.more {
    padding: 0 25px;
  }
  #index-body .homepage-3 .content {
    padding: 30px 25px 60px;
  }
  #index-body .homepage-3 .content .btn {
    display: none;
  }
  #index-body .homepage-2 .bottom ul li p {
    line-height: 1.4;
    height: 45px;
  }
  #index-body .homepage-2 .bottom ul li .line {
    margin: 15px 0;
  }
  #index-body .homepage-2 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .homepage-2 .bottom ul li {
    padding: 0 10px;
  }
  #index-body .homepage-2 .bottom ul li h4 span {
    font-size: 20px;
    margin-left: 10px;
  }
}








.inner-page .sideBarBox .sideBarLeft form {
  height: 3.125em;
  border-radius: 2em;
  background-color: #f5f7fa;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
.inner-page .sideBarBox .sideBarLeft form input::-webkit-input-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input:-moz-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input::-moz-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input:-ms-input-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input::placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 3.125em;
  border: none;
  background-color: transparent;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.5em;
}
.inner-page .sideBarBox .sideBarLeft .nav a {
  margin-bottom: .5em;
  padding: 7px;
}
.inner-page .sideBarBox .sideBarLeft .nav a i.icon {
  width: 0;
  transition: .5s;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .nav a i.iconfont {
  margin-left: auto;
}
.inner-page .sideBarBox .sideBarLeft .nav a i.icon img {
  max-width: none;
  width: 1.5em;
}
.inner-page .sideBarBox .sideBarLeft .nav li:hover> a i.icon,
.inner-page .sideBarBox .sideBarLeft .nav li.active> a i.icon {
  width: 1.5em;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active>ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active> a {
  color: var(--color)
}
.inner-page .sideBarBox .sideBarLeft .nav li.active> a i.iconfont {
  transform: rotate(90deg);
}
.inner-page .sideBarBox .sideBarLeft .nav ul ul {
  padding-left: 1.6em;
  color: #666;
}
.inner-page .sideBarBox .sideBarLeft .info {
  min-height: 60vh;
  color: white;
  position: relative;
  z-index: 1;
}
.inner-page .sideBarBox .sideBarLeft .info:before {
  /*content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);*/
}
.inner-page .proList a.img-box img.pos {
  top: 0;
  left: 0;
}
.inner-page .proList a.img-box:hover img.pos {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarLeft form + hr ~ * {
    display: none;
  }
  .inner-page .sideBarBox .sideBarLeft form + hr {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .proList ul.grid {
    grid-template-columns: 1fr 1fr;
  }
  .proList ul .more {
    zoom: .8;
  }
}
.inner-page .more{
  padding: 0 25px;
}
.product-page .product-1 .sideBarLeft.column{
  position: sticky;
  width: 30%;
  top:120px;
}
.product-page .product-1 .sideBarRight.column{
  width: 70%;
}
.product-1 .sideBarRight .proList ul li a.img-box {
    background: #ececec;
}
.product-1 .sideBarRight .proList ul li .img-box:hover img {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.prodet-page .prodet-1 .left.column{
  width: 50%;
  padding-right: 5%;
}

.prodet-page .prodet-1 .right.column{
  position: sticky;
  top: 120px;
  width: 50%;
}
.prodet-page .prodet-1 .container,
.prodet-page .prodet-2 .container{
  max-width: 1480px;
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .sideBarRight.column {
    width: 100%;
  }
  .product-page .product-1 .sideBarLeft.column{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left.column{
    width: 100%;
    padding-right: 0;
  }

  .prodet-page .prodet-1 .right.column{
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 45px;
  }
}

.prodet-page .prodet-1 .small ul{
  margin: 0 -5px;
}
.prodet-page .prodet-1 .small li{
  padding: 0 5px;
}
.prodet-page .prodet-1 .slick li img {
  width:100%;
}
.prodet-page .prodet-1 .slick li span,
.prodet-page .prodet-1 .slick li i {
  display:none;
}
.prodet-page .prodet-2 .container > ul > li{
  margin-bottom: 60px;
}
.prodet-page .prodet-2 ul li:last-child{
  margin-bottom: 0;
}
.prodet-page .prodet-2 ul li h3{
  border-bottom:1px solid #999;
  margin-bottom: 30px;
  font-size: 40px !important;
}
.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}
.services-page .init-1 .bottom li {
  padding-top: 20px;
}
.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 5px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--color);
  transition: .5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(0) invert(1);
}
.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}
.services-page .init-1 .bottom .box .text2 .more::before{
  background-color: white;
}
.services-page .init-1 .bottom .box .text2 .more:hover{
  color: var(--color);
}


.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}

.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}

@media screen and (max-width: 1000px){
  .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }

  .prodet-page .prodet-2 ul li h3{
    font-size: 30px !important;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 ul li h3{
    font-size: 24px !important;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
}
.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}
.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}
.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}
.services-page .init-2 .left .i-title {
    line-height: 1.2;
}
.services-page .init-2 .right {
    width: 50%;
}
.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}
.services-page .init-2 .right ul li .icon {
  font-size: 20px;
    width: 60px;
    font-weight: bold;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ed7013;
}
.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}
.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left:30px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after{
    display: none;
}
.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}
.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-family: var(--font);
}
.services-page .init-2 .right ul li .des {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 14px;
    /*color: rgba(255, 255, 255, .7);*/
}
.services-page .init-2 .right ul li .des .item{
  display: flex;
}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }
    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
        padding-left: 0;
    }
    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }
    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }
    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}



.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;
}
@media (max-width:1000px) {
  .inner-banner {
    background-position: right;
  }
}
.inner-page {
  border-radius: 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: -1em 0 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 .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;
}
.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 .honor .cates a {
  border: 1px solid var(--color);
}
.inner-page .honor .cates li a:hover,
.inner-page .honor .cates li.active a {
  background-color: var(--color);
  color: #FFFFFF;
}
.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);
}




.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -7%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-2 {
  position: relative;
}
/*.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}*/
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-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);
}

.baseTag {
  font-size: 16px;
}
.baseTag span {
  display: inline-block;
  background-color: var(--color);
  color: #FFFFFF;
  line-height: 2em;
  border-radius: 35px;
  text-transform: uppercase;
  border: 1px solid var(--color);
  margin-bottom: 10px;
}
.baseTit {
  line-height: 1.18421053;
}

@media screen and (max-width: 1450px) {
  .projects-page .projects-2 .map {
    zoom: .6;
  }
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }
}
@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;
  }
  .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%;
  }
  .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;
  }
}
@media screen and (max-width: 700px) {
  .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;
  }
  .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 {
    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%;
  }
  .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;
  }
}
.onestop-page .onestop-3 .list ul li .content i img {
  max-width: 1em;
}
@media screen and (max-width: 700px) {
  .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;
  }
}



.footer-form {
  color: white;
}
.footer-form .form input {
  width: 100%;
  padding: 1.66666667em 2em;
  border-radius: 3em;
  background-color: white;
  border: none;
  color: black;
}
.footer-form .form input::-webkit-input-placeholder {
  color: black;
}
.footer-form .form input:-moz-placeholder {
  color: black;
}
.footer-form .form input::-moz-placeholder {
  color: black;
}
.footer-form .form input:-ms-input-placeholder {
  color: black;
}
.footer-form .form input::placeholder {
  color: black;
}
.footer-form .form input[type="submit"] {
  background-color: var(--color);
  color: white;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.footer-form .form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
.footer-form .form li.wid-100 {
  grid-column: span 3;
}
.footer-form.contact .text {
  color: inherit;
}
.footer-form.contact .form input::-webkit-input-placeholder {
  color: var(--color);
}
.footer-form.contact .form input:-moz-placeholder {
  color: var(--color);
}
.footer-form.contact .form input::-moz-placeholder {
  color: var(--color);
}
.footer-form.contact .form input:-ms-input-placeholder {
  color: var(--color);
}
.footer-form.contact .form input::placeholder {
  color: var(--color);
}
.footer-form.contact input[type="submit"] {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
@media screen and (max-width: 700px) {
  .footer-form .form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-form .form ul li.wid-100 {
    grid-column: span 1;
  }
  .footer-form .form input {
    padding: 1em;
  }
}



.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}
.services-page .init-1 .bottom li {
  padding-top: 20px;
}
.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 5px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--color);
  transition: .5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(0) invert(1);
}
.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}
.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }
}
@media screen and (max-width: 700px) {
   /*.services-page .init-1 .bottom .box {
    height: 300px;
  }*/
}
.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}
.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}
.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}
.services-page .init-2 .left .i-title {
    line-height: 1.2;
}
.services-page .init-2 .right {
    width: 50%;
}
.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}
.services-page .init-2 .right ul li .icon {
   font-size: 20px;
    width: 60px;
    font-weight: bold;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ed7013;
}
.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}
.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left:30px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after{
    display: none;
}
.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}
.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-family: var(--font);
}
.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    /*color: rgba(255, 255, 255, .7);*/
}
.services-page .init-2 .right ul li .des .item{
  display: flex;
}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }
    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
  .services-page .init-1 .right{
    margin-top: 30px;
  }
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
.services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
        padding-left: 0;
    }
    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }
    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }
    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}








/*
    solution-page
==============================================*/
.img_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imgclip {
  animation-name: imgclip;
  animation-delay: 0.6s;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@keyframes imgclip {
  from {
    clip-path: inset(60px);
  }
  to {
    clip-path: inset(0);
  }
}
.solution-page .solution-2 .item {
  background-color: #f7f7f7;
}
.solution-page .solution-2 .item .left p {
  font-size: 306px;
  color: rgba(51, 51, 51, 0.08);
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
}
.solution-page .solution-2 .item.item2 {
  background-color: var(--color);
}
.solution-page .solution-2 .item.item2 .left {
  text-align: right;
}
.solution-page .solution-2 .item a.more::before{
  background-color: white;
}
.solution-page .solution-2 .item a.more:hover{
  color: var(--color);
}

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

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




.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(215, 33, 33, 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;
}


.iconfont-mail:before, .iconfont-call:before, .iconfont-address:before{
  background: #ed7013;
    padding: 20px;
    border-radius: 39px;
    width: 24px;
    height: 24px;
    color: #fff;
}