.home_banner {
  padding-bottom: 60px;
  background: linear-gradient(180deg, #16212D 65.26%, #090909 100%);
}
.home_banner .banner_video {
  margin: 0 auto;
  max-width: 1868px;
  width: calc(100% - 52px);
  padding: 6px 0;
}
.home_banner .banner_video .video {
  width: 100%;
  height: 756px;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}
.home_banner .banner_video .video video, .home_banner .banner_video .video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home_banner .banner_video .video .flex {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/home-banner-mask.svg) no-repeat center / cover;
  transition: all 0.3s;
}
.home_banner .banner_video .video .flex.hide {
  opacity: 0;
  pointer-events: none;
}
.home_banner .banner_video .video .con h1 {
  width: 680px;
  font-style: italic;
  color: #fff;
  font-size: 105px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 0.7;
}
.home_banner .banner_video .video .con h1 span {
  display: block;
  text-align: right;
}
.home_banner .banner_video .video .con p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  text-align: center;
  margin: 60px 0 38px;
}
.home_banner .banner_video .video .con .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.home_banner .logo {
  margin: 90px 0 0;
  text-align: center;
}
.home_banner .logo img {
  width: 400px;
  height: auto;
}
.home_banner .intro .left {
  width: 53.492%;
  padding-bottom: 41.5%;
  background: no-repeat center / contain;
  position: relative;
    z-index: 2;
    left: -2.0635%;
    background: url(../img/Finalgradient.png) no-repeat center/cover;
    background-size: 86%;
}
.home_banner .intro .left img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 475px;
  max-height: 460px;
}
.home_banner .intro .left li {
  position: absolute;
  color: var(--title_color);
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  z-index: 2;
  gap: 20px;
}
.home_banner .intro .left li.lt i {
  order: 2;
}
.home_banner .intro .left li.lt::after {
  left: unset;
  right: 0;
}
.home_banner .intro .left li.active i {
  background-color: var(--title_color);
  transform: rotate(135deg);
}
.home_banner .intro .left li:hover::after, .home_banner .intro .left li.active::after {
  opacity: 1;
  width: calc(100% + 40px);
  left: -5px;
  height: calc(100% + 10px);
}
.home_banner .intro .left li:hover span, .home_banner .intro .left li.active span {
  opacity: 1;
  pointer-events: all;
}
.home_banner .intro .left li:hover.lt::after, .home_banner .intro .left li.active.lt::after{
  left: unset;
  right: -5px;
}
.home_banner .intro .left li::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s;
  opacity: 0;
  border-radius: 29px;
}
.home_banner .intro .left li i {
  display: block;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(../img/plus-w.svg) no-repeat center / 40%;
  background-color: var(--theme_color);
  transition: all 0.3s;
  cursor: pointer;
}
.home_banner .intro .left li i:hover {
  /* transform: rotate(135deg); */
}
.home_banner .intro .left li span {
  display: inline-block;
  white-space: nowrap;
  width: max-content;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
}
.home_banner .intro .left .btn1 {
  left: 19%;
  top: 37%;
}
.home_banner .intro .left .btn2 {
  left: 62.5%;
  top: 41%;
}
.home_banner .intro .left .btn3 {
  left: 47.5%;
  top: 52%;
}
.home_banner .intro .left .btn4 {
  left: 26%;
  top: 65%;
}
.home_banner .intro .right {
  width: 35.4127%;
    background-color: #28323e;
    border-radius: 11px;
    padding: 60px;
    position: relative;
    margin-left: -3rem;
}
.home_banner .intro .right strong {
  display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 42px;
    position: relative;
    padding-left: 3.5rem;
}
.home_banner .intro .right strong:before {
      width: 2.5rem;
    height: 2.5rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/introducing-icon1.svg);
    background-size: cover;
}
.home_banner .intro .right strong.no-pic:before {
  display: none;
} 
.home_banner .intro .right strong.no-pic {
  padding-left: 0;
}
.home_banner .intro .right p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 30px;
  margin-top: 25px;
}
.home_banner .intro .right a, .home_banner .intro .right2 a {
  margin-top: 20px;
}
.home_banner .intro .right .img {
  width: 30%;
  padding-bottom: 32%;
  position: absolute;
  top: -68px;
  right: 0.5rem;
  background: no-repeat center / contain;
  transition: all 0.2s;
}
/* .home_solution {
  position: relative;
  z-index: 2;
  padding: 130px 0 170px;
  overflow: hidden;
}
.home_solution .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/home-solu-bg-100.webp) no-repeat center / cover;
  z-index: -1;
  animation-name: bg;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.home_solution .head h2 {
  color: #fff;
}
.home_solution .head p {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 25px;
}
.home_solution .main {
  margin-top: 52px;
}
.home_solution .main ul {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}
.home_solution .main ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border: 1px solid #fff;
  transition: all 0.3s;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 55px 8.3752% 3rem;
}
.home_solution .main ul li a:hover {
  background-color: #fff;
}
.home_solution .main ul li a:hover i {
  filter: none;
}
.home_solution .main ul li a:hover h3 {
  color: #242424;
}
.home_solution .main ul li a:hover p {
  color: #606060;
}
.home_solution .main ul li a:hover strong {
  color: var(--theme_color);
}
.home_solution .main ul li a:hover strong::after {
  filter: none;
}
.home_solution .main ul li i {
  display: block;
  background: no-repeat center / contain;
  width: 27.018%;
  padding-bottom: 22.31237%;
  filter: contrast(0) brightness(20);
}
.home_solution .main ul li h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  transition: all 0.3s;
  margin: 28px 0 15px;
}
.home_solution .main ul li p {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  flex: 1;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
.home_solution .main ul li strong {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 22px;
  transition: all 0.3s;
}
.home_solution .main ul li strong::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/right-full.svg) no-repeat center / contain;
  position: absolute;
  right: -1rem;
  top: 50%;
  transition: right 0.3s;
  transform: translateY(-40%);
  filter: contrast(0) brightness(20);
} */
@keyframes bg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.home_product {
  background-color: #f8f8f8;
  padding: 3rem 0 1rem;
  /* padding: 3rem 0 1rem !important; */
  overflow: hidden;
}
.home_product .info {
  flex: 1;
  margin-right: 1.2rem;
  padding-bottom: 15.555%;
}
.home_product .info h2 {
  color: var(--title_color);
  font-size: 60px;
  font-weight: 800;
  line-height: 82px;
  font-family: 'Public Sans', sans-serif;
}
.home_product .info h2 span {
  font-weight: normal;
}
.home_product .info p {
  color: var(--content_color);
  font-size: 22px;
  line-height: 30px;
  margin: 20px 0 42px;
}
.home_product .info .btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
.home_product .info .btns a {
  font-size: 18px;
  padding: 14px 38px;
}
.home_product .info .btns a:nth-of-type(1){
  display: none !important;
}
.home_product .img {
  width: 59.84127%;
  height: auto;
}
.home_product .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 100%;
}
.home_step {
  padding: 112px 0;
  padding-top: 50px;
  /* padding-top: 50px !important; */
}
.home_step .head p {
  margin-top: 15px !important;
}
.home_step .main {
  margin-top: 50px !important;
}
.home_step .main ul {
  display: grid;
  gap: 29px;
  grid-template-columns: repeat(3, 1fr);
}
.home_step .main ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  background-color: #f1f8ff;
  border-radius: 8px;
  padding: 54px 0 38px;
  position: relative;
  top: 0;
}
.home_step .main ul li a:hover {
  top: -10px !important;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  box-shadow: var(0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(--tw-shadow) !important; 
}
.home_step .main ul li a:hover .button {
  background-color: var(--theme_color) !important;
  color: #fff !important;
}
.home_step .main ul li i {
  width: 78.621%;
  padding-bottom: 36.513%;
  margin: 0 auto;
  display: block;
  background: no-repeat center / contain;
}
.home_step .main ul li .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 9.25%;
  text-align: center;
  margin-top: 40px;
}
.home_step .main ul li h3 {
  color: #232323;
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
}
.home_step .main ul li p {
  flex: 1;
  color: #7f7f7f;
  font-size: 20px;
  line-height: 30px;
  margin: 22px 0 40px;
}
.home_step .main ul li .button {
  font-size: 20px;
  padding: 1rem;
}
.home_say {
  padding: 0px 0 0;
}
.home_say .head p {
  margin-top: 20px;
}
.home_say .main {
  margin: 0 auto 0;
  max-width: 1920px;
  display: flex;
  background-color: #17212d;
}
.home_say .main .imgs {
  width: 52.96%;
  position: relative;
}
.home_say .main .imgs li {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.home_say .main .imgs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home_say .main .imgs li.active {
  opacity: 1;
}
.home_say .main .right {
  flex: 1;
  padding-bottom: 68px;
}
.home_say .main .right .home_say_swiper_box {
  width: calc(100%);
  position: relative;
  overflow: hidden;
  padding: 117px 0 46px 1.5rem;
}
.home_say .main .right .home_say_swiper {
  max-width: 616px;
}
.home_say .main .right .home_say_swiper .swiper-slide {
  background-color: #fff;
  border-radius: 6px;
  padding: 92px 8.65% 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  min-height: 422px;
  position: relative;
}
.home_say .main .right .home_say_swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: url(../img/maohao.svg) no-repeat center / 40%;
  background-color: var(--theme_color);
  position: absolute;
  top: 0;
  left: 8.65%;
  transform: translateY(-50%);
}
.home_say .main .right .home_say_swiper .swiper-slide p {
  flex: 1;
  color: #383838;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 2rem;
}
.home_say .main .right .home_say_swiper .swiper-slide .info {
  display: flex;
  margin-bottom: 42px;
}
.home_say .main .right .home_say_swiper .swiper-slide .info .logo {
  width: 118px;
  background: no-repeat center / contain;
}
.home_say .main .right .home_say_swiper .swiper-slide .info .name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  margin-left: 30px;
}
.home_say .main .right .home_say_swiper .swiper-slide .info .name strong {
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.home_say .main .right .home_say_swiper .swiper-slide .info .name span {
  color: #979797;
  line-height: 24px;
}
.home_say .main .right .home_say_swiper .swiper-slide .button {
  font-size: 18px;
  padding: 15px 38px;
}
.home_say .main .right .flex {
  width: 61%;
  margin-left: 24px;
}
.home_say .partner {
  padding: 50px 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home_say .partner p {
  color: var(--title_color);
  font-size: 24px;
  font-weight: 500;
}
.home_say .partner ul {
  margin-top: 0;
  display: grid;
  gap: 2rem 8%;
  grid-template-columns: repeat(4, 1fr);
}
.home_say .partner ul li {
  max-height: 67px;
}
.home_say .partner ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_service {
  padding: 92px 0 120px;
}
.home_service .head {
  width: 35.793%;
  padding-bottom: 40px;
}
.home_service .head p {
  font-size: 22px;
  opacity: 0.85;
  line-height: 36px;
  margin: 1rem 0 38px;
}
.home_service .head .button {
  font-size: 18px;
  padding: 15px 38px;
}
.home_service .img {
  width: 58.889%;
  height: auto;
  transition: all 1s;
}
.home_service .img img {
  width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
