@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial.woff2') format('woff2'), url('../fonts/Arial.ttf') format('truetype'), url('../fonts/Arial.eot') format('embedded-opentype'), url('../fonts/Arial.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Bold.woff2') format('woff2'), url('../fonts/Arial-Bold.ttf') format('truetype'), url('../fonts/Arial-Bold.eot') format('embedded-opentype'), url('../fonts/Arial-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #dd0303;
  font-weight: normal;
  margin: 0 auto;
  color: white;
}
.container {
  width: 1605px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-left: 80px;
  background: url('../images/body-bg.jpg') no-repeat;
  background-size: cover;
}
.nofull {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  line-height: .8;
  margin-bottom: -0.1em;
  font-size: 9.58333333vw;
}
.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;
}
#cp-Nav .nav ul{
  color: black;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color:black;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.layui-layer{
  color: black;
}
#header {
  z-index: 21;
  position: fixed;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  top: 0;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 105px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 60px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 105px;
  border-bottom: 4px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active{
  border-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: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 200px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
}
#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: 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 .menu-box ul.menu > li ul.sub-menu li a{
  white-space: pre-wrap;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul.sub-menu{
  min-width: 240px;
}


#header .nav .ui.menu .right .h-inquiry {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: var(--color);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  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 .right .h-inquiry:hover {
  background-color: white;
  color: var(--color);
}
.share-nav {
  width: 80px;
  height: 100vh;
  background-color: #434343;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 26;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@keyframes share_nav {
  0% {
    top: -10%;
  }
  100% {
    top: 110%;
  }
}
.share-nav::before{
  content:"";
  display: block;
  width: 3px;
  height: 50px;
  background-color: var(--color);
  position: absolute;
  right:0;
  top:0;
  transform: translateX(50%);
  animation: share_nav 20s linear infinite;
  z-index: 2;
}
.share-nav a {
  margin-bottom: 55px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.share-nav a:last-child {
  margin-bottom: 0;
}
.share-nav a:hover {
  color: var(--color);
}
.share-nav a i {
  font-size: 30px;
}
.language-box .zhuyu i {
  font-size: 24px;
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  height: 45px;
  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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 33px;
  border-radius: 10px;
  color: white;
}
.more:hover {
  background-color: white;
  color: var(--color);
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
h2.h-tag {
  font-size: 80px;
  line-height: 0.8;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #5f5f5f;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: -30px;
}
h2.h-title {
  font-size: 54px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  font-weight: bold;
}
h2.h-title em {
  color: var(--color);
}
.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;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes line_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes line_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes line_transform {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes line_transform {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes line_transform {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes dots_scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes dots_scale {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dots_scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.line_width {
  -webkit-animation: line_width 0.5s forwards;
  -moz-animation: line_width 0.5s forwards;
  animation: line_width 0.5s forwards;
}
.line_transform {
  -webkit-animation: line_transform 0.5s forwards;
  -moz-animation: line_transform 0.5s forwards;
  animation: line_transform 0.5s forwards;
}
.dots_scale {
  -webkit-animation: dots_scale 0.5s 0.5s forwards;
  -moz-animation: dots_scale 0.5s 0.5s forwards;
  animation: dots_scale 0.5s 0.5s forwards;
}
@-webkit-keyframes point {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes point {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes point {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner li .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to left, black, transparent);*/
    background-size: 3px 3px;
    opacity: .5;
}
#banner .banner-content ul li .container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-bot {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#banner .banner-bot ol li {
  height: 175px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banner .banner-bot ol li:hover img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#banner .banner-bot ol li img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .banner-bot ol li span {
  margin-left: 15px;
  font-size: 18px;
  color: #f1f1f1;
}
#index-body .homepage-1 .bottom {
  width: 100%;
  height: auto;
  background-color: #4f4f4e;
  border-radius: 10px;
  margin-top: 35px;
  padding: 15px 25px 20px;
}
#index-body .homepage-1 .bottom .swiper {
  width: 100%;
}
#index-body .homepage-1 .bottom .swiper ul li .box a.img{
  background-color: #717171;
}
#index-body .homepage-1 .bottom .swiper ul li .box h4 {
  color: #9f9f9f;
}
#index-body .homepage-1 .bottom .swiper ul li .box h4:hover {
  color: var(--color);
}
#index-body .homepage-1 .bottom .swiper-button-prev,
#index-body .homepage-1 .bottom .swiper-button-next {
  color: #5d5c5a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-1 .bottom .swiper-button-prev::after,
#index-body .homepage-1 .bottom .swiper-button-next::after {
  font-size: 30px;
  font-weight: bold;
}
#index-body .homepage-1 .bottom .swiper-button-prev:hover,
#index-body .homepage-1 .bottom .swiper-button-next:hover {
  color: white;
}
#index-body .homepage-1 .bottom .swiper-button-prev {
  left: -40px;
}
#index-body .homepage-1 .bottom .swiper-button-next {
  right: -40px;
}
#index-body .homepage-1 .swiper-scrollbar {
  width: 100%;
  height: 6px;
  border-radius: 20px;
  background-color: #626262;
  margin-top: 70px;
}
#index-body .homepage-1 .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--color);
  position: relative;
}
#index-body .homepage-1 .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: '';
  display: block;
  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%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
}
#index-body .homepage-1 .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: '';
  display: block;
  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%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color);
  z-index: 5;
}
#index-body .homepage-2 a.more {
  margin-left: auto;
}
#index-body .homepage-2 .h-tag {
  white-space: nowrap;
}
#index-body .homepage-2 .left {
  max-width: 560px;
}
#index-body .homepage-2 .left ul li {
  margin-bottom: 20px;
}
#index-body .homepage-2 .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-2 .left ul li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#index-body .homepage-2 .left ul li .line {
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background-color: #626262;
  position: relative;
}
#index-body .homepage-2 .left ul li .line .line_box {
  height: 100%;
  position: relative;
}
#index-body .homepage-2 .left ul li .line .line_box .fill {
  width: 100%;
  background-color: var(--color);
  height: 100%;
}
#index-body .homepage-2 .left ul li .line .dots {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
}
#index-body .homepage-2 .left ul li .line .dots::after {
  content: '';
  display: block;
  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%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color);
  z-index: 5;
}
#index-body .homepage-2 .left ul li .line .dots span {
  display: block;
  width: 65px;
  height: 35px;
  border-radius: 5px;
  background-color: var(--color);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  position: absolute;
  bottom: 50px;
  left: -5px;
}
#index-body .homepage-2 .left ul li .line .dots span::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 13px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-top: 30px solid var(--color);
  border-bottom: 10px solid transparent;
  border-right: 20px solid transparent;
}
#index-body .homepage-2 .right {
  margin: 0 -60px 0 -35px;
}
#index-body .homepage-2 .right .point {
  text-align: center;
  position: absolute;
}
#index-body .homepage-2 .right .point img {
  margin-bottom: 10px;
  -webkit-animation: point 2s infinite;
  -moz-animation: point 2s infinite;
  animation: point 2s infinite;
}
#index-body .homepage-2 .right .point.point1 {
  left: 13%;
  top: 18%;
}
#index-body .homepage-2 .right .point.point2 {
  left: 52%;
  top: 2%;
}
#index-body .homepage-2 .right .point.point3 {
  left: 75%;
  top: 22%;
}
#index-body .homepage-2 .right .point.point4 {
  left: 89%;
  top: 66%;
}
#index-body .homepage-3 .top .h-title {
  line-height: 1;
}
#index-body .homepage-3 .bottom {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
#index-body .homepage-3 .bottom ul {
  margin: 0 -25px;
}
#index-body .homepage-3 .bottom ul li {
  padding: 27px 25px;
  position: relative;
}
#index-body .homepage-3 .bottom ul li:nth-child(6) {
  grid-column: 5;
}
#index-body .homepage-3 .bottom ul li:nth-child(7) {
  grid-column: 4;
}
#index-body .homepage-3 .bottom ul li:nth-child(8) {
  grid-column: 3;
}
#index-body .homepage-3 .bottom ul li:nth-child(9) {
  grid-column: 2;
}
#index-body .homepage-3 .bottom ul li:nth-child(10) {
  grid-column: 1;
}
#index-body .homepage-3 .bottom ul li:nth-child(n + 6) {
  grid-row: 2;
}
#index-body .homepage-3 .bottom ul li:nth-child(5)::after,
#index-body .homepage-3 .bottom ul li:nth-child(5) .arrow {
  top: 100%;
  left: 50%;
  -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);
}
#index-body .homepage-3 .bottom ul li:nth-child(n+6)::after {
  left: 0;
  right: 100%;
}
#index-body .homepage-3 .bottom ul li:nth-child(n+6) .arrow {
  left: auto;
  right: 100%;
  -webkit-transform: translate(50%, -50%) rotateY(180deg);
  -moz-transform: translate(50%, -50%) rotateY(180deg);
  transform: translate(50%, -50%) rotateY(180deg);
}
#index-body .homepage-3 .bottom ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 2px;
  background-color: #464543;
  z-index: -1;
}
#index-body .homepage-3 .bottom ul li .arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
#index-body .homepage-3 .bottom ul li:last-child .arrow,
#index-body .homepage-3 .bottom ul li:last-child::after {
  display: none;
}
#index-body .homepage-3 .bottom ul li .list {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background-color: #3b3b3b;
  position: relative;
  overflow: hidden;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-3 .bottom ul li .list:hover {
  background-color: var(--color);
}
#index-body .homepage-3 .bottom ul li .list:hover .num {
  color: #e13838;
}
#index-body .homepage-3 .bottom ul li .list .num {
  position: absolute;
  right: -12px;
  top: -5px;
  line-height: 0.8;
  color: #4b4b4b;
  font-size: 83px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .homepage-3 .bottom ul li .list img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 45px;
}
#index-body .homepage-3 .bottom ul li .list p {
  font-size: 16px;
}
#index-body .homepage-4 .bottom {
  margin-top: 50px;
}
#index-body .homepage-4 .bottom ul {
  margin: -8px;
}
#index-body .homepage-4 .bottom ul li {
  padding: 8px;
}
#index-body .homepage-4 .bottom ul .slick-slide>div,
#footer .center .right ol .slick-slide>div{
  height: auto;
}
#index-body .homepage-4 .bottom ul li .box:hover .text {
  color: white;
  background-color: var(--color);
}
#index-body .homepage-4 .bottom ul li .box a.img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: -30px;
  overflow: hidden;
  display: block;
}
#index-body .homepage-4 .bottom ul li .box .text {
  color: black;
  height: 280px;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-4 .bottom ul .slick-dots {
  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;
  margin-top: 50px;
}
#index-body .homepage-4 .bottom ul .slick-dots li {
  margin: 0 10px;
  padding: 0;
  width: 55px;
  height: 6px;
  border-radius: 10px;
  background-color: #4b4a49;
}
#index-body .homepage-4 .bottom ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-4 .bottom ul .slick-dots li button {
  display: none;
}
#index-body .homepage-5 .bottom {
  padding: 60px 0 80px;
  width: 100%;
  max-height: 320px;
  overflow: hidden;
  transition: 0.5s;
}
#index-body .homepage-5 .bottom.active{
  max-height: 1000px;
}
#index-body .homepage-5 .bottom::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, #000000, transparent);
    pointer-events: none;
    backdrop-filter: blur(1px);
    transition: 0.3s;
}
#index-body .homepage-5 .bottom.active::after {
  opacity: 0;
}
#index-body .homepage-5 .bottom ul {
  width: 100%;
}
#index-body .homepage-5 .bottom ul li {
  padding: 2px;
  width: -webkit-calc(100% / 12);
  width: -moz-calc(100% / 12);
  width: calc(100% / 12);
  margin: -20px 0;
}
#index-body .homepage-5 .bottom ul li .box {
  width: 100%;
  height: 160px;
  background-color: #fff;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  /*padding: 30px;*/
}
#index-body .homepage-5 .bottom ul li .box:hover {
  background-color: var(--color);
}
#index-body .homepage-5 a.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  transition: 0.5s;
}
#index-body .homepage-5 a.btn.active{
  transform: rotate(180deg);
}
#index-body .homepage-5 .bottom ul li:nth-child(13){
  margin-left: 1px;
}
#index-body .homepage-5 .bottom ul li:nth-child(36){
  margin-left: 1px;
}
@media screen and (max-width: 1700px) {
  #index-body .homepage-5 .bottom ul li {
    width: -webkit-calc(100% / 11);
    width: -moz-calc(100% / 11);
    width: calc(100% / 11);
  }
  #index-body .homepage-5 .bottom ul li:nth-child(13),
  #index-body .homepage-5 .bottom ul li:nth-child(36){
    margin-left: 0;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(12){
    margin-left: 1px;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(43){
    margin-left: 117px;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(51),
  #index-body .homepage-5 .bottom ul li:last-child{
    margin-right: 117px;
  }
  #index-body .homepage-5 .bottom ul li .box {
    height: 150px;
  }
  #index-body .homepage-5 .bottom ul li {
    margin: -19px 0;
  }
  #index-body .homepage-4 .bottom ul li .box .text {
    height: 300px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .homepage-5 .bottom ul li:nth-child(43) {
    margin-left: 95px;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(51){
    margin-right: 95px;
  }
  #index-body .homepage-5 .bottom ul li:last-child {
     margin-right: 123px;
  }
  #index-body .homepage-3 .bottom ul li .list p {
    font-size: 12px;
  }
  #index-body .homepage-4 .bottom ul li .box .text {
    height: 300px;
    padding: 20px 15px;
  }
  #index-body .homepage-3 .bottom ul li .list .num {
    font-size: 60px;
  }
  #index-body .homepage-3 .bottom ul li .list{
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-5 .bottom ul li {
    width: -webkit-calc(100% / 7);
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
  }
  #index-body .homepage-5 .bottom ul li .box {
    height: 190px;
  }
  #index-body .homepage-5 .bottom ul li {
    margin: -24px 0;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(43) {
    margin-left: 0;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(26),
  #index-body .homepage-5 .bottom ul li:nth-child(39),
  #index-body .homepage-5 .bottom ul li:nth-child(51){
    margin-right: 1px;
  }
  #index-body .homepage-5 .bottom ul li:last-child {
    margin-right: 160px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-5 .bottom{
    width: 470px;
    max-height: unset;
    overflow: hidden;
    margin: auto;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(9),
  #index-body .homepage-5 .bottom ul li:nth-child(18),
  #index-body .homepage-5 .bottom ul li:nth-child(36),
  #index-body .homepage-5 .bottom ul li:nth-child(45),
  #index-body .homepage-5 .bottom ul li:nth-child(36){
    margin-right: 1px;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(39){
    margin-right: 0;
  }
  #index-body .homepage-5 .bottom ul li:nth-child(12) {
    margin-left: 0;
  }
  #index-body .homepage-5 .bottom ul li:last-child {
    margin-right: 0;
  }
  #index-body .homepage-5 .bottom::after{
    display: none;
  }
  #index-body .homepage-5 .bottom.active {
    max-height: unset;
  }
  #index-body .homepage-5 a.btn.active {
    transform: rotate(0deg);
  }
  #index-body .homepage-4 .bottom ul li .box .text .con{
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-5{
    display: none;
  }
  #index-body .homepage-4 .bottom ul li .box .text {
    height: auto;
  }
}
#footer .top {
  background-color: #3b3b3b;
  height: 140px;
  width: 100%;
}
#footer .top 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: 0 -17px;
}
#footer .top form ul li {
  width: 19.6%;
  padding: 0 17px;
  position: relative;
}
#footer .top form ul li input[type='text'] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 50px;
  padding-right: 15px;
  border-radius: 5px;
  font-size: 18px;
  color: white;
  height: 65px;
  width: 100%;
}
#footer .top form ul li input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .top form ul li:nth-last-child(2) {
  width: 24%;
}
#footer .top form ul li:last-child {
  width: 17.2%;
}
#footer .top form ul li a.submit {
  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;
  height: 65px;
  width: 100%;
  background-color: var(--color);
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top form ul li a.submit:hover {
  background-color: transparent;
  border-color: white;
}
#footer .top form ul li a.submit input[type='submit'] {
  font-size: 18px;
  color: white;
  margin-right: 15px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}
#footer .top form ul li i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
  text-align: right;
  padding-right: 5px;
}
#footer .top form ul li i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#footer .center {
  padding: 80px 15px 60px;
}
#footer .center h4 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: bold;
}
#footer .center h4 em {
  color: var(--color);
}
#footer .center ul li {
  color: white;
}
#footer .center ul li .line {
  width: 105px;
  height: 2px;
  background-color: #3d3d3d;
  margin-bottom: 30px;
}
#footer .center ul li span {
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #ababab;
}
#footer .center ul li.logo {
  max-width: 310px;
}
#footer .center ul li.logo .share 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;
  font-size: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  color: #152b4e;
  margin-right: 30px;
}
#footer .center ul li.logo .share a:last-child {
  margin-right: 0;
}
#footer .center ul li.link span {
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
}
#footer .center ul li.link span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ababab;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .center ul li.link span:hover::before {
  background-color: var(--color);
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center .right {
  max-width: 515px;
}
#footer .center .right ol {
  margin: -15px;
}
#footer .center .right ol li {
  padding: 15px;
}
#footer .center .right ol li h5 {
  color: #ababab;
  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;
}
#footer .center .right ol li h5::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ababab;
  /*margin-right: 5px;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .center .right ol li span {
  display: block;
  margin: 10px 0;
}
#footer .center .right ol li .text {
  color: #ababab;
}
#footer .contact {
  padding: 60px 0 70px;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
#footer .contact h4 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
}
#footer .contact h4 em {
  color: var(--color);
}
#footer .contact span {
  font-size: 18px;
  display: block;
  line-height: 1.8;
  color: #ababab;
}
#footer .contact .logo .share a {
  width: 32px;
  height: 32px;
  border: 1px solid #3b3b3b;
  border-radius: 2px;
  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: 10px;
}
#footer .contact .logo .share a i {
  font-size: 20px;
}
#footer .contact .logo .share a:last-child {
  margin-right: 0;
}
#footer .contact .logo .share a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .bottom {
  position: relative;
  z-index: 2;
  padding: 30px 15px;
}
#footer .bottom span {
  font-size: 16px;
  color: #ababab;
}
#footer .bottom span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .bottom span a.copyright:hover {
  color: var(--color);
}
#footer .bottom span img {
  width: auto;
  height: 20px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  margin-left: 5px;
}
@media screen and (max-width: 1700px) {
  div.container {
    width: 1320px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 1450px) {
  div.container {
    width: 1120px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 20px;
  }
  #banner .banner-content ul li .container .content {
    width: 50%;
  }
  #banner .banner-bot ol li {
    height: 115px;
  }
  #index-body .homepage-2 .left .h-title {
    white-space: nowrap;
  }
  #index-body .homepage-5 .bottom ul li .box {
    padding: 15px;
  }
  #index-body .homepage-5 .bottom ul {
    zoom: 0.8;
  }
  #footer .contact h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #footer .center .right {
    max-width: 40%;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .share-nav {
    display: none;
  }
  .body-overflow-box {
    padding-left: 0;
  }
  div.container {
    width: 970px;
  }
  #banner .banner-bot ol li img {
    width: 40px;
  }
  h2.h-tag {
    font-size: 60px;
  }
  #index-body .homepage-3 .bottom ul {
    margin: 0 -15px;
  }
  #index-body .homepage-3 .bottom ul li {
    padding: 27px 15px;
  }
  #index-body .homepage-3 .bottom ul li .list img {
    width: 45px;
  }
  #footer .top form ul {
    margin: -10px;
  }
  #footer .top form ul li {
    width: 50%;
    padding: 10px;
  }
  #footer .top {
    height: auto;
    padding: 55px 0;
  }
  #footer .top form ul li:nth-last-child(2) {
    width: 50%;
  }
  #footer .top form ul li a.submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
  }
  h2.h-title {
    font-size: 50px;
  }
  #footer .center .right {
    max-width: 100%;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .center {
    padding: 45px 15px;
  }
  #footer .center .right ol li h5 {
    font-size: 20px;
  }
  #footer .contact ul li {
    width: 50%;
    margin: 15px 0;
  }
  #footer .top form ul li i {
    width: 55px;
  }
  #index-body .homepage-5 .bottom ul {
    zoom: 0.7;
  }
  #banner .banner-content ul li .container {
    top: 40%;
  }
}
@media screen and (max-width: 1000px) {
  div.container{
    width:700px;
  }
  #banner .banner-content ul li .container {
    top: 50%;
  }
  #banner .banner-bot {
    position: relative;
  }
  #banner .banner-bot ol li span {
    margin-left: 15px;
    font-size: 16px;
    color: #f1f1f1;
  }
  #banner .banner-bot ol {
    margin: 0 -10px;
  }
  #banner .banner-bot ol li {
    padding: 0 10px;
  }
  #index-body .homepage-2 .left {
    max-width: 100%;
    width: 100%;
  }
  #index-body .homepage-2 .right {
    margin: 0;
    margin-top: 40px;
    width: 100%;
  }
  #index-body .homepage-3 .bottom ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .homepage-3 .bottom ul li:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(8) {
    grid-column: 1;
    grid-row: 4;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(9) {
    grid-column: 1;
    grid-row: 5;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(10) {
    grid-column: 2;
    grid-row: 5;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(2)::after,
  #index-body .homepage-3 .bottom ul li:nth-child(2) .arrow,
  #index-body .homepage-3 .bottom ul li:nth-child(4)::after,
  #index-body .homepage-3 .bottom ul li:nth-child(4) .arrow,
  #index-body .homepage-3 .bottom ul li:nth-child(6)::after,
  #index-body .homepage-3 .bottom ul li:nth-child(6) .arrow,
  #index-body .homepage-3 .bottom ul li:nth-child(8)::after,
  #index-body .homepage-3 .bottom ul li:nth-child(8) .arrow {
    top: 100%;
    left: 50%;
    -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);
  }
  #index-body .homepage-3 .bottom ul li:nth-child(3)::after {
    left: 0;
    right: 100%;
  }
  #index-body .homepage-3 .bottom ul li:nth-child(3) .arrow {
    left: auto;
    right: 100%;
    -webkit-transform: translate(50%, -50%) rotateY(180deg);
    -moz-transform: translate(50%, -50%) rotateY(180deg);
    transform: translate(50%, -50%) rotateY(180deg);
  }
  #index-body .homepage-3 .bottom ul li:nth-child(5)::after,
  #index-body .homepage-3 .bottom ul li:nth-child(5) .arrow,
  #index-body .homepage-3 .bottom ul li:nth-child(9)::after,
  #index-body .homepage-3 .bottom ul li:nth-child(9) .arrow {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-4 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-5 .bottom ul {
    zoom: 0.6;
  }
  #index-body .homepage-3 .top p {
    width: 100%;
    margin-top: 20px;
  }
  #footer .bottom {
    padding: 10px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .homepage-2 a.more {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  div.container {
    width: 100%;
  }
  #banner .banner-bot ol li {
    width: 50%;
  }
  #banner .banner-bot ol li {
    height: 80px;
  }
  h2.h-title {
    font-size: 36px;
  }
  h2.h-tag {
    font-size: 40px;
    margin-bottom: -20px;
  }
  #index-body .homepage-4 .top .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-5 .bottom ul li {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
  }
  #footer .top form ul li {
    width: 100%;
  }
  #footer .top form ul li:nth-last-child(2) {
    width: 100%;
  }
  #footer .contact ul li {
    width: 100%;
  }
  #footer .contact {
    padding: 35px 0;
  }
}
@media screen and (max-width: 500px) {
  #footer .bottom span {
    text-align: center;
  }
  #index-body .homepage-3 .bottom ul li {
    display: grid;
  }
  #index-body .homepage-3 .bottom ul li .list {
    padding: 20px 15px;
  }
  #index-body .homepage-2 .right .point img {
    width: 15px;
  }
  #index-body .homepage-2 .right {
    width: 85%;
    margin: 40px auto 0;
  }
  #index-body .homepage-2 .left ul li .line .dots {
    zoom: 0.6;
  }
  #banner .banner-content ul li .container .content {
    width: 100%;
  }
}
















.pt-300 {
  padding-top: 300px;
}
.inner-banner {
  position: relative;
}
.inner-banner span.h2 {
  line-height: 1;
}
.inner-banner hr {
  max-width: 106px;
  height: 3px;
  background-color: var(--color);
  margin-left: 0;
  margin-right: auto;
}
.inner-banner.sustainability {
  z-index: 2;
}
.inner-banner.sustainability .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page ~ #footer > span.nofull {
  background-color: #3f3e3e;
}
.inner-page i.bgmask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-page i.bgmask:before {
  content: '';
  width: 100%;
  display: block;
  position: sticky;
  top: 0;
  z-index: -1;
  /*background-image: url('../images/inner-mask.png');*/
  background-position: top right;
  background-size: 60.20833333% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-388px);
  -moz-transform: translateY(-388px);
  -ms-transform: translateY(-388px);
  transform: translateY(-388px);
  min-height: 180vh;
  pointer-events: none;
}
.inner-page:after {
  content: '';
  width: 36.45833333vw;
  height: 36.45833333vw;
  background-image: -webkit-radial-gradient(circle, rgba(57 56 54), transparent);
  background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.3), transparent);
  background-image: radial-gradient(to circle, rgba(0, 0, 0, 0.3), transparent);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -30%);
  -moz-transform: translate(50%, -30%);
  -ms-transform: translate(50%, -30%);
  transform: translate(50%, -30%);
  border-radius: 100%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -2;
  pointer-events: none;
}
.inner-page .titLink em {
  padding: .5em 1em;
  background-color: #dd0303;
  position: relative;
  z-index: 1;
}
.inner-page .titLink em:after,
.inner-page .titLink em:before {
  content: '';
  border-left: 0.65em solid #4c4c4c;
  border-top: 0.65em solid #4c4c4c;
  border-right: 0.65em solid transparent;
  border-bottom: 0.65em solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.inner-page .titLink em:after {
  border-width: 0.35em;
  border-left-color: var(--color);
  border-top-color: var(--color);
}
.inner-page .titLink:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.inner-page .play {
  left: auto;
  top: auto;
  right: 5%;
  bottom: 8%;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  background-color: white;
}
.inner-page .play i {
  border-left-color: var(--color);
}
.inner-page .play:before,
.inner-page .play:after {
  border: 1px solid white;
  background-color: transparent;
}
.inner-page .aboutPublic span.h2 {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.inner-page .aboutPublic .text {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.inner-page .aboutPublic .navLink {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}
.inner-page .aboutPublic .navLink a {
  height: 2.44444444em;
  padding: 0 1em;
  border-radius: 1.22222222em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .aboutPublic .navLink a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .aboutPublic .navLink a.active,
.inner-page .aboutPublic .navLink a:hover {
  border-color: transparent;
}
.inner-page .aboutPublic .navLink a.active:before,
.inner-page .aboutPublic .navLink a:hover:before {
  opacity: 1;
}
.inner-page.noBack {
  background-image: none;
  overflow: hidden;
}
.inner-page.noBack:before {
  display: none;
}
.inner-page.noBack:after {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.product-page .left {
  padding-top: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.product-page .left .nav li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: .2em;
}
.product-page .left .nav li:hover,
.product-page .left .nav li.active {
  border-bottom-color: transparent;
}
.product-page .left .nav a {
  padding: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .left .nav a em {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .left .nav a em:after {
  content: '';
  width: 100%;
  height: 0.66666667em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/icon-bl.png");
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .left .nav a:hover,
.product-page .left .nav a.active {
  background-color: var(--color);
}
.product-page .left .nav a:hover em,
.product-page .left .nav a.active em {
  padding-bottom: 1.33333333em;
}
.product-page .left .nav a:hover em:after,
.product-page .left .nav a.active em:after {
  opacity: 1;
}
.product-page .right .slide {
  padding: 30px 0;
}
.product-page .right .slide ul{
  margin: -10px;
}
.product-page .right .slide ul li{
  padding: 10px;
}
.product-page .right .slide ul li .box{
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #4c4c4c;
}
.product-page .right .slide ul li .box a.img{
  background-color: #717171;
}
.product-page .right .slide ul li .box h4{
  padding: 0 30px;
}
.product-page .right .slide .big li,
.product-page .right .slide .big li .img,
.product-page .right .slide .big li .wow-wrap,
.product-page .right .slide .big li img {
  height: 100%;
}
.product-page .right .slide hr {
  background-color: white;
}
.prodet-page .border {
  padding: 1em;
  background-image: -webkit-radial-gradient(at 100% 50%, transparent, #4c4c4c);
  background-image: -moz-radial-gradient(at 100% 50%, transparent, #4c4c4c);
  background-image: radial-gradient(at 100% 50%, transparent, #4c4c4c);
}
.prodet-page .prodet-1 .left img{
  width: 100%;
}
.prodet-page .prodet-1 .left ul li .img,
.prodet-page .prodet-1 .right .list img{
  background-color: #717171;
}
.prodet-page .prodet-1 .btn a {
  background-color: #616161;
  padding: .4em 1.5em;
}
.prodet-page .prodet-1 .btn a:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .titLink em:after {
  border-top-color: #545454;
  border-left-color: #545454;
}
.prodet-page .prodet-2 .text {
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
}
.prodet-page .prodet-2 .text table tr {
  background-color: transparent !important;
}
.prodet-page .prodet-2 .text table tr td {
  border-color: #666 !important;
  padding: 1em !important;
}
.prodet-page .prodet-2 .options span {
  opacity: .5;
}
.prodet-page .prodet-2 .options span.active {
  opacity: 1;
}
.prodet-page .prodet-2 .ret {
  background-color: #505050;
}
.prodet-page .prodet-2 .ret .slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  z-index: -1;
}
.prodet-page .prodet-2 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.projects-page .box .title .link {
  top: 100%;
  width: 100%;
  z-index: 3;
  background-color: white;
  color: black;
  margin-top: 1em;
  display: none;
}
.projects-page .box .title .link:before {
  content: '';
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .8em solid white;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.projects-page .box .title .link:after {
  content: '';
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.projects-page .box .title .link a {
  padding: .7em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.projects-page .box .title .link a:hover {
  background-color: var(--color);
  color: white;
}
.projects-page .box .title .link img {
  max-width: 38px;
}
.projects-page .box .title .hand:hover .link {
  display: block;
}
.projects-page .box hr {
  width: 3px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.1);
}
.projects-page .box .list table {
  width: auto;
  overflow: unset;
}
.projects-page .box .list table th {
  padding: 1.1em 0;
  opacity: .5;
}
.projects-page .box .list table td {
  padding: 1.41666667em 0;
}
.projects-page .box .list table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1.25em;
  -moz-column-gap: 1.25em;
  column-gap: 1.25em;
  background-color: transparent !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.projects-page .box .list table tr:after {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: -50%;
  bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #575757;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.projects-page .box .list table tr td,
.projects-page .box .list table tr th {
  border: none;
}
.projects-page .box .list table tr td:nth-child(1),
.projects-page .box .list table tr th:nth-child(1) {
  width: 31% !important;
}
.projects-page .box .list table tr td:nth-child(2),
.projects-page .box .list table tr th:nth-child(2) {
  width: 33% !important;
}
.projects-page .box .list table tr td:nth-child(3),
.projects-page .box .list table tr th:nth-child(3) {
  width: 16% !important;
}
.projects-page .box .list table tr td:nth-child(4),
.projects-page .box .list table tr th:nth-child(4) {
  width: 20% !important;
  padding-left: 5%;
}
.projects-page .box .list table tr .more {
  min-width: auto;
  border-radius: 3em;
  background-color: white;
  color: black;
}
.projects-page .box .list table tr .more:hover {
  background-color: var(--color);
  color: white;
}
.projects-page .box .list table tr .img {
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.projects-page .box .list table tr .img img {
  width: 100%;
}
.projects-page .box .list table tr:not(:first-child):hover {
  z-index: 2;
}
.projects-page .box .list table tr:not(:first-child):hover:after {
  opacity: 1;
  background-color: #575757;
}
.projects-page .box .list table tr:not(:first-child):hover .img {
  opacity: 1;
}
#dialog {
  position: fixed;
  background-color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
  max-width: 96%;
  height: 96vh;
  color: black;
  z-index: -2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#dialog.active {
  z-index: 21;
  opacity: 1;
}
#dialog dialog {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border: none;
  overflow: auto;
  padding: 0;
  display: block;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 0;
}
#dialog dialog.active {
  opacity: 1;
  z-index: 1;
  position: static;
}
#dialog dialog span.close {
  width: 2em;
  height: 2em;
  background-color: #ddd;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#dialog dialog span.close:hover {
  background-color: var(--color);
  color: white;
}
#dialog dialog .title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white;
}
#dialog dialog .img {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#dialog dialog .img img {
  width: 80%;
}
#dialog dialog .img .prev,
#dialog dialog .img .next {
  color: var(--color);
}
#dialog dialog .list li {
  border-left: 6px solid var(--color);
}
#dialog dialog .list li span.h6 {
  color: #232323;
  line-height: 1.2;
}
#dialog dialog .list li span.h2 {
  color: var(--color);
}
#dialog dialog span.h7 {
  color: #232323;
}
#dialog dialog span.h7:after {
  content: '';
  display: block;
  height: 0.25em;
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#868686));
  background-image: -webkit-linear-gradient(right, transparent, #868686);
  background-image: -moz-linear-gradient(right, transparent, #868686);
  background-image: linear-gradient(to left, transparent, #868686);
  max-width: 100px;
}
#dialog dialog .text {
  line-height: 1.6;
  color: #232323;
}
#dialog dialog .text.dots p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  gap: .5em;
}
#dialog dialog .text.dots p:before {
  content: '';
  width: 0.66666667em;
  height: 0.66666667em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .5em;
}
#dialog dialog .dialogFt {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
#dialog dialog .dialogFt .more {
  color: white;
}
#dialog dialog .dialogFt .more:hover {
  background-color: black;
}
#dialog.personnel {
  width: 1620px;
  height: auto;
}
#dialog.personnel span.close {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid black;
  background-color: transparent;
  line-height: 1;
}
#dialog.personnel span.h3 {
  line-height: 1.2;
}
.about-page .about-1 .img .play {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .img .play:after,
.about-page .about-1 .img .play:before {
  background-color: white;
}
.about-page .about-1 .list {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-1 .list p {
  color: rgba(255, 255, 255, 0.5);
}
.about-page .about-2 .right .icon {
  max-width: 650px;
  text-align: center;
}
.about-page .about-2 .right .icon li.sj {
  margin-top: 2.4em;
  position: relative;
  z-index: -1;
}
.about-page .about-2 .right .icon li.sj:before {
  content: '';
  border-left: 1em solid #5f5f5f;
  border-top: .6em solid transparent;
  border-bottom: .6em solid transparent;
  width: 0;
  height: 0;
  display: block;
}
.about-page .about-2 .right .icon li.sj:after {
  content: '';
  width: 10em;
  height: .25em;
  position: absolute;
  background-color: #5f5f5f;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-4 span.h3 {
  font-size: 4.42708333vw;
  padding-left: .9em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}
.about-page .about-4 span.h3 i {
  width: 0.29411765em;
  height: 0.29411765em;
  border-radius: 100%;
  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));
  margin: 0 0.29411765em;
}
.about-page .about-4 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-page .about-4 .list li i img {
  max-width: 1em;
  max-height: 1em;
}
.about-page .about-4 .list li:before {
  content: '';
  width: 50%;
  height: 100%;
  background-image: -webkit-radial-gradient(at 50% 100%, #dd0303, transparent);
  background-image: -moz-radial-gradient(at 50% 100%, #dd0303, transparent);
  background-image: radial-gradient(at 50% 100%, #dd0303, transparent);
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .list li:hover {
  background-color: #484848;
}
.about-page .about-4 .list li:hover:before {
  opacity: 1;
}
.about-page .about-4 .list li .left {
  padding: 0 10%;
}
.about-page .about-5 .text {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-5 .slickBtn div {
  width: 2.8em;
  height: 2.8em;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .slickBtn div img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .slickBtn div.prev {
  left: -1.4em;
  right: auto;
}
.about-page .about-5 .slickBtn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-5 .slickBtn div.next {
  right: -1.4em;
  left: auto !important;
}
.about-page .about-5 .slickBtn div:hover {
  background-color: var(--color);
}
.about-page .about-5 .slickBtn div:hover img {
  -webkit-filter: none;
  filter: none;
}
.founder-page .founder-2 .right span.h2 {
  padding: .5em 0 .7em;
  position: relative;
}
.founder-page .founder-2 .right span.h2:before {
  content: '';
  width: 2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, transparent, var(--color));
  background-image: -moz-linear-gradient(bottom, transparent, var(--color));
  background-image: linear-gradient(to top, transparent, var(--color));
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.founder-page .founder-2 .right .text p {
  margin-top: 1.2em;
}
.local-page .local-2 .left {
  background-color: #4e4e4e;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.local-page .local-2 .left .top {
  margin-top: -8%;
}
.local-page .local-2 .left .head img {
  display: block;
  margin: 0 auto;
}
.local-page .local-2 .left span.h6 {
  line-height: 1.2;
}
.local-page .local-2 .left .localCountry a {
  height: 2.44444444em;
  padding: 0 1em;
  border-radius: 1.22222222em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.local-page .local-2 .left .localCountry a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62fe), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #1a62fe, var(--color));
  background-image: -moz-linear-gradient(left, #1a62fe, var(--color));
  background-image: linear-gradient(to right, #1a62fe, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.local-page .local-2 .left .localCountry a:hover {
  border-color: transparent;
}
.local-page .local-2 .left .localCountry a:hover:before {
  opacity: 1;
}
.local-page .local-2 .left .localCountry .slick-current a {
  border-color: transparent;
}
.local-page .local-2 .left .localCountry .slick-current a:before {
  opacity: 1;
}
.local-page .local-2 .left hr {
  background-color: white;
}
.local-page .local-2 .left .bottom .text {
  line-height: 1.77777778;
}
.local-page .local-2 .right iframe {
  height: 590px;
  border: none;
  background-color: #eee;
}
.history-page .history-2 .list .year span {
  font-size: 28vw;
  color: transparent;
  line-height: .8;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62fe), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #1a62fe, var(--color));
  background-image: -moz-linear-gradient(left, #1a62fe, var(--color));
  background-image:linear-gradient(to right, #c1c1c1, #5a5a5a);
  text-indent: -0.05em;
}
.history-page .history-2 .list .year .img {
  max-width: 410px;
}
.history-page .history-2 .list .year .img img {
  border: 12px solid white;
  /*border-radius: 12px;*/
  border-radius: 100%;
  background-color: white;
}
.history-page .history-2 .list .text {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.history-page .history-2 .slickBtn div {
  width: 3em;
  height: 3em;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62fe), to(var(--color)));
  background-image: -webkit-linear-gradient(left, #1a62fe, var(--color));
  background-image: -moz-linear-gradient(left, #1a62fe, var(--color));
  background-image: linear-gradient(to right, #1a62fe, var(--color));
}
.history-page .history-2 hr {
  background-color: white;
}
.history-page .history-2 .list2 {
  line-height: 1;
}
.history-page .history-2 .list2 ul {
  padding-right: 9%;
}
.history-page .history-2 .list2 li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .history-2 .list2 li i {
  max-width: 3em;
  border-radius: 100%;
  margin-bottom: 3%;
  overflow: hidden;
  margin-top: -1.5em;
  transition: .5s;
  transform: scale(.7);
}
.history-page .history-2 .list2 .slick-slide {
  transition: .5s;
}
.history-page .history-2 .list2 .slick-slide.slick-cloned {
  opacity: 0;
}
.history-page .history-2 .list2 .slick-slide:not(.slick-active),
.history-page .history-2 .list2 .slick-slide:not(.slick-cloned).prev1[data-slick-index="20"] {
  opacity: 0;
}
.history-page .history-2 .list2 .slick-slide:not(.slick-cloned).prev1 {
  opacity: 1;
}
.history-page .history-2 .list2 .slick-slide.slick-current li i {
  transform: scale(1);
}
.history-page .history-2 .list2 .slick-slide.next1 li i {
  opacity: 0;
}
.history-page .history-2 .list2 .slick-list {
  overflow: unset;
}
.history-page .history-2 .list2 .slick-current li {
  opacity: 1;
}
.brand-page .brand-2 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.brand-page .brand-3 .text {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.brand-page .brand-3 .text strong {
}
.brand-page .brand-4 .img {
  width: 5.4em;
  height: 5.4em;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1%;
  position: relative;
  z-index: 1;
}
.brand-page .brand-4 .img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#474646), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #474646, transparent);
  background-image: -moz-linear-gradient(bottom, #474646, transparent);
  background-image: linear-gradient(to top, #474646, transparent);
  z-index: -1;
  pointer-events: none;
}
.brand-page .brand-4 .img .logo {
  width: 2.8em;
  height: 2.8em;
  border-radius: 100%;
  
}
.brand-page .brand-4 .img .logo img {
  display: block;
  max-width: 1.23333333em;
}
.brand-page .brand-4 .img .icon {
  width: 6.83333333em;
  height: 6.83333333em;
  border: 0.36666667em solid white;
  border-radius: 100%;
}
.brand-page .brand-4 .img .icon li {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#aac7ff), to(#6c99ff));
  background-image: -webkit-linear-gradient(bottom, #aac7ff, #6c99ff);
  background-image: -moz-linear-gradient(bottom, #aac7ff, #6c99ff);
  background-image: linear-gradient(to top, #aac7ff, #6c99ff);
  position: absolute;
  z-index: 1;
}
.brand-page .brand-4 .img .icon li img {
  display: block;
}
.brand-page .brand-4 .img .icon li:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}
.brand-page .brand-4 .img .icon li:nth-child(2) {
  top: 62%;
  left: 0;
  -webkit-transform: translateX(-47%);
  -moz-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  transform: translateX(-47%);
}
.brand-page .brand-4 .img .icon li:nth-child(3) {
  top: 62%;
  right: 0;
  -webkit-transform: translateX(47%);
  -moz-transform: translateX(47%);
  -ms-transform: translateX(47%);
  transform: translateX(47%);
}
.brand-page .brand-4 .img .dots {
  width: 4em;
  height: 4em;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: xz 20s linear infinite;
  -moz-animation: xz 20s linear infinite;
  animation: xz 20s linear infinite;
}
.brand-page .brand-4 .img .dots i {
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  background-color: #77a1ff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brand-page .brand-4 .img .dots i:nth-child(1) {
  left: 6%;
  top: 26%;
}
.brand-page .brand-4 .img .dots i:nth-child(2) {
  left: 94%;
  top: 26%;
  background-color: #0143d0;
}
.brand-page .brand-4 .img .dots i:nth-child(3) {
  left: 50%;
  top: 100%;
  background-color: #e50000;
}
.brand-page .brand-4 .list {
  position: relative;
  z-index: 2;
}
.brand-page .brand-4 .list:before {
  content: '';
  width: 70%;
  position: absolute;
  height: 25%;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px dashed #848484;
  border-bottom: none;
  border-radius: 2px;
  z-index: -1;
}
.brand-page .brand-4 .list:after {
  content: '';
  height: 92%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-left: 1px dashed #848484;
  z-index: -1;
}
.brand-page .brand-4 .list li {
  border: 1px solid #848484;
  background-color: #565656;
  padding: 2.5% .5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.brand-page .brand-4 .list li:hover {
  border-style: dashed;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.personnel-page .personnel-2 span.tag {
  line-height: 1.2;
}
.personnel-page .personnel-2 a.link {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.personnel-page .personnel-2 a.link:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a62ff), to(#0041ce));
  background-image: -webkit-linear-gradient(left, #1a62ff, #0041ce);
  background-image: -moz-linear-gradient(left, #1a62ff, #0041ce);
  background-image: linear-gradient(to right, #1a62ff, #0041ce);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.personnel-page .personnel-2 li:hover a.link {
  border-color: transparent;
  width: 3.33333333em;
}
.personnel-page .personnel-2 li:hover a.link:before {
  opacity: 1;
}
.personnel-page .personnel-2 dialog.box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personnel-page .personnel-2 ul {
  margin: -1em;
}
.personnel-page .personnel-2 ul li {
  padding: 1em 1.5em;
}
.personnel-page .personnel-2 ul li .img {
  border-radius: 100%;
}
.personnel-page .personnel-2 ul li .img img {
  transform: scale(1.01);
}
.milestones-page span.h3 {
  line-height: 1;
}
.milestones-page span.h2:after {
  content: '';
  width: 1.66666667em;
  height: 4px;
  background-color: var(--color);
  margin-top: .7em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.milestones-page .text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.sustainability-page {
  z-index: auto;
}
.sustainability-page .sustainability-1 {
  position: relative;
  z-index: 2;
}
.sustainability-page .sustainability-1 span.h2 {
  line-height: 1.33333333;
}
.sustainability-page .sustainability-1 .box2 {
  background-color: #ededed;
}
.sustainability-page .sustainability-1 .box2 span.h5 {
  padding: 1em;
  background-color: var(--color);
  color: white;
}
.sustainability-page .sustainability-1 .box2 .list {
  color: black;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}
.sustainability-page .sustainability-1 .box2 .list .box3 {
  background-color: white;
}
.sustainability-page hr {
  background-color: white;
}
.sustainability-page .sustainability-2 span.num {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: var(--color);
}
.sustainability-page .sustainability-2 .text {
  line-height: 1.33333333;
  margin-bottom: auto;
}
.sustainability-page .sustainability-2 .content {
  height: 100%;
}
.sustainability-page .sustainability-2 .list ul {
  row-gap: 1em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.solution-page {
  z-index: auto;
}
.solution-page .solution-1 {
  z-index: 2;
  position: relative;
}
.solution-page .solution-1 .box .img {
  height:600px;
}
.solution-page .solution-1 .box .img2 {
  height: 690px;
}
.solution-page .solution-1 .box .right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.solution-page .solution-1 .box .right hr {
  background-color: white;
  margin: auto 0;
}
.solution-page .solution-1 .box .right .slide {
  cursor: pointer;
  cursor: hand;
}
.solution-page .solution-1 .box .right .slide.active {
  height: 100%;
}
.solution-page .solution-1 .box .right .slide:first-child.active {
  margin-top: 0;
}
.solution-page .solution-1 .box .right .slide:first-child.active .content {
  padding-top: 0;
}
.solution-page .solution-1 .box .right .slide:last-child.active {
  margin-bottom: 0;
}
.solution-page .solution-1 .box .right .slide:last-child.active .content {
  padding-bottom: 0;
}
.solution-page .solution-1 .box .right .slide span.tag {
  line-height: 1;
}
.solution-page .solution-1 .box .right .slide span.h5 {
  line-height: 1;
}
.solution-page .solution-1 .list ul {
  row-gap: 1.5em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.solution-page .solution-1 .list ul li {
  background-color: #2c2c2c;
  padding: 1.5em 1em;
}
.solution-page .solution-1 .list ul li i {
  width: 1em;
  height: 1em;
}
.solution-page .solution-1 .list ul li i img {
  max-width: 1em;
  max-height: 1em;
  display: block;
}
.solution-page .solution-1 .list ul li span.h6 {
  line-height: 1.2;
}
.solution-page .solution-2 .box img {
  width: 100%;
}
.solution-page .solution-2 .box span.h6 {
  position: absolute;
  padding: .8em;
  background-color: var(--color);
  color: white;
  width: 100%;
  top: 53%;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-41deg);
  -moz-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  transform: rotate(-41deg);
}
.solution-page .solution2-2 li {
  height: 100%;
}
.solution-page .solution2-2 .box {
  background-color: #2c2c2c;
  height: 100%;
}
.contact-page .contact-1 .info {
  background-color: #4f4f4f;
}
.contact-page .contact-1 .ret {
  height: 100%;
}
.contact-page .contact-1 iframe {
  height: 100%;
  width: 100%;
  border: none;
  background-color: #eee;
}
.contact-page .contact-1 .navLink {
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 1.5em;
  background-color: #2a2a29;
  color: white;
  line-height: 1.2;
}
.contact-page .contact-1 .navLink a {
  height: 2.55555556em;
  width: 7.77777778em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .navLink a.active,
.contact-page .contact-1 .navLink a:hover {
  background-color: var(--color);
}
.contact-page .contact-2 .list li {
  background-color: #4f4f4f;
}
.contact-page .contact-2 .list li .head i {
  border-radius: 100%;
  overflow: hidden;
}
.contact-page .contact-2 .list li .head i img {
  max-width: 2em;
  max-height: 2em;
}
.contact-page .contact-2 .list li .text {
  line-height: 1.4;
  min-height: 2.8em;
}
.contact-page .contact-2 .list li hr {
  background-color: white;
}
.contact-page .contact-2 .list li .info {
  color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-2 .list li .info p {
  margin-top: .7em;
}
.news-page .nav {
  padding: 0 10%;
}
.news-page .nav a {
  opacity: .5;
}
.news-page .nav a.active {
  opacity: 1;
}
.news-page .list .slide {
  position: relative;
}
.news-page .list .slide:before {
  content: '';
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #4a4a4a;
  border-radius: inherit;
}
.news-page .list .slide time {
  color: #a5a5a5;
  line-height: 1;
}
.news-page .list .slide time em {
  color: white;
}
.news-page .list .slide .text {
  line-height: 1.5;
}
.newdet-page .text {
  line-height: 1.77777778;
}
.newdet-page .text table tr {
  background-color: transparent !important
}
.newdet-page hr {
  background-color: white;
}
.newdet-page .m-link a {
  height: 1.88888889em;
  padding: 0 2.44444444em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  background-color: #666;
}
@media screen and (min-width: 1920px) {
  .about-page .about-4 span.h3 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1700px) {
  .inner-page:after {
    -webkit-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
  .solution-page .solution-1 .box .img2 {
    height: 560px;
  }
  .solution-page .solution-1 .box .img {
    height: 700px;
  }
}
@media screen and (max-width: 1450px) {
  .solution-page .solution-1 .box .img2 {
    height: 500px;
  }
  .solution-page .solution-1 .box .img {
    height: 600px;
  }
  .projects-page .box .list table tr td:nth-child(4),
  .projects-page .box .list table tr th:nth-child(4) {
    padding-left: 0;
  }
  .projects-page .box .list table tr td:nth-child(4) img,
  .projects-page .box .list table tr th:nth-child(4) img {
    max-width: 40px;
  }
  .local-page .local-2 .left .head img {
    max-width: 110px;
  }
  .history-page .history-2 .list .year .img {
    max-width: 180px;
  }
  .brand-page .brand-4 .list:after {
    height: 86%;
  }
  .about-page .about-2 .right .icon i img {
    max-width: 90px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 span.h3 {
    padding-left: 0;
  }
  .about-page .about-1 .list p img {
    max-width: 24px;
    max-height: 24px;
  }
  .about-page .about-2 .right .icon i img {
    max-width: 80px;
  }
  .brand-page .brand-4 .img .icon li img {
    zoom: .7;
  }
  .history-page .history-2 .list .year .img {
    max-width: 160px;
  }
  .history-page .history-2 .list .year .img img {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .local-page .local-2 .right iframe {
    height: 460px;
  }
  .milestones-page .title i {
    max-width: 50px;
  }
  .solution-page .solution-1 .box .img2 {
    height: 460px;
  }
  .solution-page .solution-1 .box .img {
    height: 540px;
  }
  .solution-page .solution-1 .list ul li.grid-span {
    grid-column: span 3;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .list .slide{
    width: 50%;
    padding: 20px 10px;
  }
  .news-page .list .slide::before{
    display: none;
  }
  .news-page .list{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px;
  }
  .sustainability-page .sustainability-2 .list ul {
    gap: 0.5em;
  }
  .inner-page .aboutPublic .navLink {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page .aboutPublic .navLink a {
    width: 32%;
  }
  .solution-page .solution-1 .box .img2,
  .solution-page .solution-1 .box .img {
    height: 260px;
  }
  table tbody {
    white-space: normal;
  }
  .projects-page .box hr {
    height: 40px;
  }
  .projects-page .box .list table tr td:nth-child(3),
  .projects-page .box .list table tr th:nth-child(3) {
    width: 20% !important;
  }
  .product-page .left {
    display: none;
  }
  .product-page .right,
  .prodet-2 {
    width: 100%;
  }
  .prodet-2.hgindustry,
  .hgindustry {
    display: none !important;
}
#innerMobileBanner .banner2 .text {
    font-size: 20px !important;
}
  .product-page .right .icon i img,
  .prodet-2 .icon i img {
    max-width: 42px;
  }
  .local-page .local-2 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .local-page .local-2 .box .left {
    width: 100%;
  }
  .local-page .local-2 .box .right {
    width: 100%;
  }
  .local-page .local-2 .right iframe {
    height: 280px;
  }
  .local-page .local-2 {
    margin-top: 5%;
  }
  .history-page .history-2 .list {
    width: 78%;
  }
  .history-page .history-2 .slickBtn.op-0 {
    display: none;
  }
  .history-page .history-2 .list .year .img {
    max-width: 120px;
  }
  .contact-page .contact-1 .ret {
    height: 240px;
  }
  .brand-page .brand-2 .icon {
    width: 50% !important;
  }
  .brand-page .brand-4 .list:after {
    height: 78%;
  }
  #dialog.personnel dialog {
    height: 80vh;
    padding-right: 5px;
  }
  #dialog.personnel dialog .box {
    padding-top: 3em;
  }
  #dialog.personnel span.close {
    margin-left: auto;
    width: 2em !important;
  }
}
@media screen and (max-width: 700px) {
  .font-36 {
    font-size: 18px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-32 {
    font-size: 16px;
  }
  .font-42 {
    font-size: 22px;
  }
  .about-page .about-5 .slickBtn div.prev {
    left: 0;
  }
  .about-page .about-5 .slickBtn div.next {
    right: 0;
  }
  .brand-page .brand-4 .img {
    display: none;
  }
  .brand-page .brand-4 .list {
    margin-top: 5%;
  }
  .brand-page .brand-4 .list:before,
  .brand-page .brand-4 .list:after {
    display: none;
  }
  .brand-page .brand-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand-page .brand-4 .list ul li {
    width: 100%;
  }
  .contact-page .contact-2 .list ul {
    grid-template-columns: 1fr;
  }
  .contact-page .contact-2 .list ul .info i {
    max-width: 18px;
  }
  .contact-page .contact-2 .list li .head i {
    font-size: 40px;
  }
  .history-page .history-2 .list .year .img img {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border-width: 4px;
  }
  .history-page .history-2 .list .year .img {
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 15px auto;
  }
  .history-page .history-2 .list .year span {
    font-size: 25vw;
  }
  .history-page .history-2 .list {
    width: 65%;
  }
  .milestones-page .title i {
    max-width: 40px;
  }
  .personnel-page .personnel-2 ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .personnel-page .personnel-2 ul li {
    width: 50%;
  }
  .projects-page .ui.container .box div.list table tbody {
    min-width: auto;
  }
  .projects-page .ui.container .box div.list table tbody tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .projects-page .ui.container .box div.list table tbody tr td {
    width: 100%!important;
    text-align: left;
    padding: 10px 0;
  }
  .projects-page .box .list table tr .img {
    display: none;
  }
  .solution-page .solution-1 .list ul li.grid-span {
    grid-column: span 2;
  }
  .projects-page .box .list table tr:first-child {
    display: none;
  }
}
@media screen and (max-width: 500px) {
    .news-page .list .slide{
    width: 100%;
  }
  .solution-page .solution-1 .list ul li.grid-span {
    grid-column: span 1;
  }
  .inner-page .aboutPublic .navLink a {
    width: 48%;
  }
  .solution-page .solution-2 .box span.h6 {
    zoom: .6;
  }
  #dialog dialog .dialogFt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .projects-page .box .title .link img {
    max-width: 32px;
  }
  .projects-page .box .title .link {
    zoom: .9;
  }
  .projects-page .box .title i img {
    max-width: 26px;
  }
  .news-page .nav {
    padding: 0;
  }
  .local-page .local-2 .left .bottom {
    padding: 0;
  }
  .local-page .local-2 .left .bottom li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .local-page .local-2 .left .bottom li .flex .slide {
    width: 100%;
  }
  .honor-page .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .history-page .history-2 .list {
    width: 100%;
  }
  .history-page .history-2 .slickBtn {
    display: none;
  }
  .about-page .about-5 .slickBtn div {
    zoom: .7;
  }
  .about-page .about-2 .right .icon i img {
    max-width: 60px;
  }
  .about-page .about-2 .right .icon li.sj {
    margin-top: 1.6em;
  }
}

.m-page>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1em;
  flex-wrap: wrap;
}
.m-page>div a,
.m-page>div span {
  width: 2.4em;
  height: 2.4em;
  border: 1px solid #474646;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  font-size: 16px;
  border-radius:50%;
}
.m-page>div a:hover,
.m-page>div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.cursor-follower {
  position: fixed;
  left: 0;
  top: 0;
  width: .6em;
  height: .6em;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color);
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
  /*mix-blend-mode: difference;*/
  z-index: 24;
}
.cursor-follower:after,
.cursor-follower:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  z-index: -1;
  background-color: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.cursor-follower:before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.cursor-follower.active {
  opacity: 1;
}
table {
  overflow: unset !important;
}
.layui-layer-content {
  color: black;
}
@media screen and (max-width: 700px) {
  table {
    overflow: auto !important;
  }
}
.newdet-page .text * {
  color: inherit !important;
  background-color: transparent !important;
}
.nofull {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    line-height: .8;
    margin-bottom: -0.1em;
}



.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) {
     .lh-2.font-46{
       line-height: 1.8;
     }
     h2.font-18{
       line-height: 2;
     }
     .font-17.con,
     .font-17.mb-40 {
       line-height: 2;
     }
    .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%
    }
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 10px;
}
.gallery-page ul li a {
  display: block;
  background: white;
  border-radius: 5px; 
}
.gallery-page .list{
  margin-top: 40px;
}



.faq-page {
  padding: 4rem 0;
}
.faq-page .title {
  text-align: center;
  margin-bottom: 2.7rem;
}
.faq-page .title h4 {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
  margin-bottom: 5px;
}
.faq-page .title h3 {
  font-size: 34px;
  line-height: 64px;
  
  font-weight: 700;
}
.faq-page ul li {
  padding: 0 15px;
  margin-bottom: 1.1rem;
}
.faq-page ul li .ig {
  cursor: pointer;
}
.faq-page ul li .ig h4 {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 1.5rem 1rem 0;
}
.faq-page ul li .ig h4 i {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 18px;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.faq-page ul li .ig .con {
  display: none;
  font-size: 16px;
  line-height: 30px;
  margin-top: 1.1rem;
}
.faq-page ul li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .faq-page ul.grid-box li.column {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page ul li .ig h4 {
    font-size: 16px;
    line-height: 30px;
  }
}


.download-page{
  padding: 35px 0 50px;
}
.download-page ul {
    border-top:1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}
.download-page ul li{
  padding: 15px 10px;
  /*border-bottom: 1px dashed #ddd;*/
}
.download-page ul li:hover {
  background-color: rgba(0, 124, 225, 0.1);
}


.service-page .content ul li{
  margin-bottom: 30px;
}
.service-page .content ul li:last-child{
  margin-bottom: 0;
}
.service-page .content ul li .text{
  padding-right: 45px;
}
.service-page .content ul li:nth-child(even){
  flex-direction: row-reverse;
}
.service-page .content ul li:nth-child(even) .text{
  padding-left: 45px;
  padding-right: 0;
}
.service-page .content ul li .text{
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
}



.service-page .content2 ul{
  margin: -15px -10px;
  display: flex;
  flex-wrap: wrap;
}
.service-page .content2 ul li{
  width: 33.3333333%;
  padding: 15px 10px;
}
.service-page .content2 ul li .img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: -30px;
  overflow: hidden;
  display: block;
}
.service-page .content2 ul li .text{
  color: black;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  min-height: 320px;
}
.service-page .content2 ul li:hover .text {
    color: white;
    background-color: var(--color);
}
.about-partner ul{
  margin: -8px;
}
.about-partner ul li{
  width: calc(100% / 6);
  padding:8px;
}
.about-partner ul li .img{
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .about-partner ul li {
    width: calc(100% / 5);
  }
  .service-page .content2 ul li .text {
    min-height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .content2 ul li{
    width: 50%;
  }
  .service-page .content2 ul li .text .con{
    overflow-y: auto;
    max-height: 160px;
    padding-right: 10px;
  }
    .service-page .content ul li h4,
  .service-page .content ul li .text h4{
    font-size: 24px;
  }
    .about-partner ul li {
    width: calc(100% / 4);
  }
  .service-page .content2 ul li .text {
    min-height: 280px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .content2 ul li .text h4{
    min-height: 65px;
  }
  .service-page .content ul li .text {
    width: 100%;
    padding: 0 !important;
    margin-top: 30px;
  }
  .service-page .content ul li .img{
    width: 100%;
  }
  .service-page .content ul li {
    flex-direction: column-reverse !important;
  }
  .about-partner ul li {
    width: calc(100% / 3);
  }

}
@media screen and (max-width: 500px) {
  .service-page .content2 ul li{
    width: 100%;
  }
  .about-partner ul li {
    width: calc(100% / 2);
  }
}