@charset "UTF-8";
html,
body {
  position: relative;
  height: 100%;
}

@font-face {
  font-family: 'NexaBold';
  src: url("../fonts/NexaBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NexaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaBold.woff") format("woff"), url("../fonts/NexaBold.ttf") format("truetype"), url("../fonts/NexaBold.svg#Nexa Bold") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'NexaLight';
  src: url("../fonts/NexaLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NexaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaLight.woff") format("woff"), url("../fonts/NexaLight.ttf") format("truetype"), url("../fonts/NexaLight.svg#Nexa Light") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'NotoSansSCMedium';
  src: url("../fonts/NotoSansSCMedium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansSCMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansSCMedium.woff") format("woff"), url("../fonts/NotoSansSCMedium.ttf") format("truetype"), url("../fonts/NotoSansSCMedium.svg#NotoSansSCMedium") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'NotoSansSC';
  src: url("../fonts/NotoSansSC.ttf");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansSC.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansSC.woff") format("woff"), url("../fonts/NotoSansSC.ttf") format("truetype"), url("../fonts/NotoSansSC.svg#NotoSansSC-Regular") format("svg");
  /* Legacy iOS */
}

#banner .container {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#banner .container .inner h1 {
  font-size: 48px;
  margin-top: 0;
  font-weight: 400;
}

#banner .container .inner h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #b1b1b1;
}

#banner .container .video-mask {
  position: relative;
  width: 50%;
}

#banner .container .video-mask video {
  max-width: 100%;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#banner .container .down {
  position: absolute;
  right: 0;
  bottom: 120px;
  animation: down 1.5s linear infinite;
  cursor: pointer;
}

body {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-title h3 {
  font-size: 36px;
  color: #3B3B3B;
}

.swiper-slide.active .main-title {
  animation: page-load-slideIn 900ms cubic-bezier(0.77, 0, 0.11, 1) 500ms forwards;
}

@keyframes down {
  25% {
    transform: translate(0, 0);
    opacity: 0.6;
  }
  25% {
    transform: translate(0, -5px);
    opacity: 0.7;
  }
  50% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
  75% {
    transform: translate(0, 5px);
    opacity: 0.9;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes ss {
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scan {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes scroll-wheel {
  33.3% {
    top: 15px;
    height: 10px;
  }
  100% {
    top: 10px;
    height: 4px;
  }
}

@keyframes page-load-anime {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}

@keyframes page-load-slideIn {
  0% {
    transform: translateY(100px) translateZ(0) scaleY(1.4);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

.scroll-wheel {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 24px;
  height: 36px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: 2px solid #FFFFFF;
  border-radius: 24px;
  z-index: 9;
  transition: all 0.75s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.scroll-wheel::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 4px;
  top: 10px;
  left: 50%;
  margin-left: -2px;
  animation: scroll-wheel 1.75s ease-in-out infinite;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0);
}

header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}

header .container .logo .main-logo {
  height: 36px;
  width: auto;
}

header .container nav {
  display: flex;
  align-items: center;
}

header .container nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}

header .container nav ul li {
  position: relative;
  list-style-type: none;
  padding: 0 15px;
}

header .container nav ul li a {
  transition: all 0.4s ease-in-out;
  color: #a4a4a4;
  font-size: 18px;
}

header .container nav ul li.active a {
  color: #000;
  font-weight: 600;
}

header .container nav ul li:hover a {
  color: #000;
}

header .container nav .lng {
  color: #a4a4a4;
}

header .container nav .lng i {
  font-style: normal;
}

header .container nav .lng span {
  margin-left: 8px;
  letter-spacing: 1px;
}

header .container nav .lng:hover {
  color: blue;
}

header .container .contact a {
  display: inline-block;
  padding: 8px 20px;
  background-color: #506DFF;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}

header .container .contact a:hover {
  background-color: #4058d0;
  color: #fff;
}

header.fixed {
  background-color: white;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
}

header.fixed .container nav ul li a.am-active {
  color: #000;
}

.loader {
  height: 100%;
  width: 100%;
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.loader.complete {
  animation: page-load-anime 800ms cubic-bezier(0.77, 0, 0.11, 1) 400ms both;
}

.container.contact {
  width: 100%;
  display: block !important;
}

.container.contact .cta-wrapper {
  border-radius: 30px;
  background: #6844ED;
  padding: 80px 60px 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  bottom: -120px;
}

.container.contact .cta-wrapper .ellipse {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translate(-50%, 55%);
  z-index: 0;
}

.container.contact .cta-wrapper .ellipse.item1 {
  width: 200px;
  height: 200px;
  animation: ellipse1 3s linear 0s infinite;
}

.container.contact .cta-wrapper .ellipse.item2 {
  width: 290px;
  height: 290px;
  animation: ellipse1 3s linear 0s infinite;
  animation-delay: 0.5s;
}

.container.contact .cta-wrapper .ellipse.item3 {
  width: 394px;
  height: 394px;
  animation: ellipse1 3s linear 0s infinite;
  animation-delay: 1s;
}

.container.contact .cta-wrapper .ellipse.item4 {
  width: 496px;
  height: 496px;
  animation: ellipse1 3s linear 0s infinite;
  animation-delay: 1.5s;
}

.container.contact .cta-wrapper .cta-title {
  position: relative;
  z-index: 5;
  max-width: 400px;
}

.container.contact .cta-wrapper .cta-title h6 {
  font-size: 18px;
  color: #fff;
  line-height: 13px;
  letter-spacing: -0.54px;
  margin-bottom: 19px;
}

.container.contact .cta-wrapper .cta-title h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -1.44px;
  margin-top: 10px;
}

.container.contact .cta-wrapper .cta-content {
  max-width: 400px;
}

.container.contact .cta-wrapper .cta-content p {
  line-height: 29px;
  color: #fff;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: 27px;
}

.container.contact .cta-wrapper .cta-content .ct .tf-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  border: none;
  color: #fff;
  background-color: #6844ED;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  width: atuo;
  height: 50px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container.contact .cta-wrapper .cta-content .ct .tf-button i {
  margin-left: 10px;
}

.container.contact .cta-wrapper .cta-content .ct .tf-button.style-1 {
  color: #030014;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 20px 35px;
}

.container.contact .cta-wrapper .cta-content .ct .tf-button.style-1.active {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.container.contact .cta-wrapper .cta-content .ct .tf-button.style-1:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@keyframes ellipse1 {
  0% {
    transform: translate(-50%, 55%) scale(0.8);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, 55%) scale(0.9);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 55%) scale(1);
    opacity: 0;
  }
}

#home #homebanner {
  height: 100vh;
  position: relative;
}

#home #homebanner .swiper-pagination {
  height: 10px;
  transform: rotate(90deg);
  left: 0;
  top: 50%;
}

#home #homebanner .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#home #homebanner .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 100vh;
}

#home #homebanner .swiper-wrapper .swiper-slide.social .inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

#home #homebanner .swiper-wrapper .swiper-slide.social .inner .left {
  width: 50%;
}

#home #homebanner .swiper-wrapper .swiper-slide.social .inner .right {
  width: 50%;
  text-align: right;
}

#home #homebanner .swiper-wrapper .swiper-slide.social .inner .right h1 {
  font-size: 54px;
  color: #52525b;
}

#home #homebanner .swiper-wrapper .swiper-slide.social .inner .right h1 span {
  color: #0091f8;
}

#home #homebanner .swiper-wrapper .swiper-slide.social .inner .right h3 {
  margin-bottom: 20px;
}

#home #homebanner .swiper-wrapper .swiper-slide.social .inner .right h3 span {
  color: #fff;
  background-color: #f5c54c;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
}

#home #homebanner .swiper-wrapper .swiper-slide.social .inner .right a {
  display: inline-block;
  padding: 8px 20px;
  background-color: #506DFF;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  letter-spacing: 1px;
}

#home #homebanner .top {
  text-align: left;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

#home #homebanner .top .right {
  width: 50%;
}

#home #homebanner .top .left {
  width: 50%;
}

#home #homebanner .top .left h1 {
  font-size: 56px;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
}

#home #homebanner .top .left h1 .block {
  font-size: 54px;
}

#home #homebanner .top .left h1 .cs {
  background: linear-gradient(90deg, #0091f8 0%, #ca5bf4 31%, #ed448f 64%, #f5530a 100%);
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

#home #homebanner .top .left .trail {
  margin-top: 30px;
}

#home #homebanner .top .left .trail a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #506DFF;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  letter-spacing: 1px;
}

#home #homebanner .top .left .trail a:hover {
  background-color: #4058d0;
  color: #fff;
}

#home #homebanner .top .left .tips {
  margin-top: 20px;
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  font-style: italic;
}

#home #homebanner .top .left .tips p {
  margin: 0;
  padding: 0;
}

#home #homebanner .bot {
  width: 1280px;
  margin: 0 auto;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 40px;
  z-index: 9;
  background-color: #fff;
}

#home #homebanner .bot .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  justify-items: center;
  position: relative;
}

#home #homebanner .bot .content h1 {
  margin: 0;
}

#home #homebanner .bot .content .brand {
  width: 80%;
  overflow: hidden;
  position: relative;
}

#home #homebanner .bot .content .brand .brand-list {
  display: flex;
  animation: scrollLeft 50s linear infinite;
  width: max-content;
}

#home #homebanner .bot .content .brand .brand-list img {
  flex-shrink: 0;
  height: 80px;
  width: auto;
  margin: 0 20px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

#home #homebanner .bot .content .brand .brand-list img:hover {
  filter: grayscale(0%);
}

#home #homebanner .bot .content .brand .brand-list:hover {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  #home #homebanner .bot .content .brand::before, #home #homebanner .bot .content .brand::after {
    width: 50px;
  }
  #home #homebanner .bot .content .brand .brand-list img {
    height: 30px;
    margin: 0 10px;
  }
}

#home #video {
  padding: 100px 0;
  background-color: #fafafa;
}

#home #video .container .main-title {
  text-align: center;
  margin-bottom: 40px;
}

#home #video .container .main-title h3 {
  color: #05a9a3;
}

#home #video .container .main-title h3 span {
  color: #233876;
}

#home #video .container .main-title p {
  color: #233876;
  font-size: 18px;
  font-weight: 600;
}

#home #video .container .video-box {
  text-align: center;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 26px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}

#home #video .container .video-box iframe {
  border-radius: 26px;
  width: 100%;
  height: 450px;
}

#home #solution {
  padding: 80px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

#home #solution .container {
  margin-top: 50px;
}

#home #solution .container .main-title {
  text-align: center;
  opacity: 1;
}

#home #solution .container .main-title h3 {
  margin-bottom: 0;
  font-size: 36px;
}

#home #solution .container .main-title h4 {
  margin-top: 0;
}

#home #solution .container .main-title p {
  color: #646464;
  font-style: 15px;
  line-height: 1.8;
}

#home #solution .container .products-list .product-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #e6dddd;
}

#home #solution .container .products-list .product-item img {
  width: 160px;
  height: auto;
}

#home #solution .container .products-list .product-item h3 {
  font-size: 26px;
  color: #8049ff;
  margin-top: 10px;
  margin-bottom: 0;
}

#home #solution .container .products-list .product-item h4 {
  font-size: 24px;
  color: #666;
  margin-top: 0;
}

#home #solution .container .products-list .product-item p {
  line-height: 1.8;
}

#home #solution .container .products-list .product-item p span {
  font-weight: 600;
}

#home #solution .container .products-list .product-item ul li {
  list-style-type: disclosure-closed;
  line-height: 2;
}

#home #solution .container .products-list .product-item .left {
  width: 50%;
  padding: 0 20px;
}

#home #solution .container .products-list .product-item .left img {
  width: 100%;
  height: auto;
}

#home #solution .container .products-list .product-item .right {
  width: 50%;
  padding: 0 20px;
}

#home #solution .container .products-list .product-item .right img {
  width: 100%;
  height: auto;
}

#home #features {
  padding: 100px 0;
  background-color: #fafafa;
}

#home #features .container .main-title {
  text-align: center;
  margin-bottom: 40px;
}

#home #sliders.swiper-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#home #sliders.swiper-container .swiper-wrapper {
  position: relative;
  padding-top: 100px;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .left {
  position: relative;
  width: 50%;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  padding-right: 60px;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .left .inner {
  transform: translateY(200px);
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .left .inner h4 {
  color: #939393;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .left .inner h3 {
  font-size: 24px;
  margin-top: 15px;
  color: #555555;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .left .inner p {
  font-size: 16px;
  font-weight: 500;
  color: #919191;
  display: inline-block;
  line-height: 2;
  margin-top: 0;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .left .inner p span {
  color: #333;
  font-weight: 600;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .left .inner p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .left .inner .btn {
  margin-top: 50px;
  width: 180px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(90deg, #77A0F2, #0068FF);
  border-radius: 10px;
  color: #FFFFFF;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .right {
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide .right img {
  transform: scale(0.5);
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide.ani-slide .left::before,
#home #sliders.swiper-container .swiper-wrapper .swiper-slide.ani-slide .right::before {
  width: 0;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide.ani-slide .left::after,
#home #sliders.swiper-container .swiper-wrapper .swiper-slide.ani-slide .right::after {
  opacity: 0;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide-active .left .inner {
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

#home #sliders.swiper-container .swiper-wrapper .swiper-slide-active .right img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

#home #sliders.swiper-container .swiper-pagination {
  width: 100%;
  height: 56px;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background-color: #f2f2f8;
  border-radius: 100px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#home #sliders.swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  text-align: center;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #000;
  opacity: 1;
  background: none;
  color: #5d5d5d;
  font-family: 'NexaLight';
  letter-spacing: 1px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home #sliders.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  color: #fff;
  background: #0068FF;
  box-shadow: 0 0 15px 0 rgba(22, 105, 228, 0.25);
}

#home #sliders.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background-size: 100% 100%;
  animation: scan 4s linear;
}

#home #sliders.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}

#home #sliders.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transition: all 4s ease-in-out;
  width: 100%;
}

#home #case {
  padding: 100px 0;
  background-color: #fff;
}

#home #case .container {
  max-width: 1280px;
}

#home #case .container .main-title {
  text-align: center;
  margin-bottom: 40px;
}

#home #case .container .case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#home #case .container .case-list .case-item {
  margin-bottom: 20px;
  background-color: #F4F9FF;
  border-radius: 30px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #e0e0e0;
}

#home #case .container .case-list .case-item .top {
  background-size: cover;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home #case .container .case-list .case-item .top h3 {
  color: #fff;
  font-size: 28px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#home #case .container .case-list .case-item .bot {
  padding: 30px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}

#home #case .container .case-list .case-item .bot h1 {
  font-size: 30x;
  margin-top: 15px;
}

#home #case .container .case-list .case-item .bot span {
  display: inline-block;
  background: rgba(22, 93, 255, 0.102);
  padding: 4px 12px;
  border-radius: 30px;
  color: #165dff;
  font-size: 14px;
  line-height: 1.5;
}

#home #case .container .case-list .case-item .bot ul {
  padding-left: 1em;
  color: #0091f8;
}

#home #case .container .case-list .case-item .bot ul li {
  line-height: 1.8;
}

#home #case .container .case-list .case-item .bot ul li span {
  color: #666;
}

#home #case .container .case-list .case-item .xg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 30px 0 10px;
}

#home #case .container .case-list .case-item .xg h3 {
  font-size: 30px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1;
}

#home #case .container .case-list .case-item .xg p {
  font-size: 16px;
  color: #666;
  margin-top: 0px;
  margin-bottom: 0;
}

#home #case .container .case-list .case-item .xg .item:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

#home #case .container .more {
  text-align: center;
  margin-top: 40px;
}

#home #case .container .more h1 {
  font-size: 48px;
  color: #333;
  margin-bottom: 30px;
}

#home #case .container .more a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #506DFF;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}

#home #case .container .more a:hover {
  background-color: #4058d0;
  color: #fff;
}

#home #clients {
  padding: 100px 0;
}

#home #clients .container .main-title {
  text-align: center;
  margin-bottom: 40px;
}

#home #clients .container .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#home #clients .container .inner .item {
  background-color: #dee2ff;
  border-radius: 26px;
  padding: 30px 35px;
}

#home #clients .container .inner .item p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.8;
}

#home #clients .container .inner .item h3 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}

#home #clients .container .inner .item h4 {
  margin: 0;
  color: #ada8a8;
  font-size: 14px;
}

#home #clients .container .inner .item:nth-child(2) {
  background-color: #52525b;
  color: #fff;
}

#home #clients .container .inner .item:nth-child(3) {
  background-color: #cef0e8;
}

#home #clients .container .inner .item img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}

#home #advantages {
  padding: 100px 0;
  background-color: #F4F9FF;
}

#home #advantages .container {
  max-width: 1280px;
}

#home #advantages .container .main-title {
  text-align: center;
  margin-bottom: 40px;
}

#home #advantages .container .inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 50px;
}

#home #advantages .container .inner .item {
  border-radius: 8px;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  cursor: pointer;
  top: 0;
  transition: all 0.4s ease-in-out;
}

#home #advantages .container .inner .item:hover {
  top: -10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#home #advantages .container .inner .item img {
  width: auto;
  height: 60px;
}

#home #advantages .container .inner .item h3 {
  font-size: 20px;
  margin-bottom: 0;
}

#home #advantages .container .inner .item p {
  font-size: 15px;
}

#home #fbanner {
  background-color: #fff;
}

#contact #contactus {
  padding: 150px 0 0;
}

#contact #contactus .container {
  max-width: 860px;
}

#contact #contactus .container .main-title {
  text-align: center;
  margin-bottom: 50px;
}

#contact #contactus .container .main-title h1 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 500;
}

#contact #contactus .container .main-title h1 span {
  color: #0068FF;
}

#contact #contactus .container .main-title h3 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 500;
}

#contact #contactus .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#contact #contactus .inner img {
  max-width: 100%;
  height: auto;
}

#contact #contactus .inner .left {
  width: 60%;
  padding: 0 20px;
}

#contact #contactus .inner .left h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

#contact #contactus .inner .left p {
  font-size: 20px;
  color: #272727;
  line-height: 1.6;
}

#contact #contactus .inner .right {
  width: 40%;
  text-align: right;
}

#contact #contactus .inner .right img {
  width: 200px;
  height: auto;
}

#tutorial {
  padding: 150px 0 0;
}

#tutorial .container {
  max-width: 960px;
}

#tutorial .container img {
  max-width: 100%;
}

#tutorials {
  padding: 150px 0 0;
}

#tutorials .container {
  max-width: 1280px;
}

#tutorials .container .main-title {
  text-align: center;
  margin-bottom: 50px;
}

#tutorials .container .main-title h1 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 500;
}

#tutorials .container .main-title h1 span {
  color: #0068FF;
}

#tutorials .container .main-title h3 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 500;
}

#tutorials .container .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#tutorials .container .inner .video-box {
  border-radius: 10px;
  text-align: center;
}

#tutorials .container .inner .video-box iframe {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
}

#footer footer {
  background-color: #101010;
  padding: 250px 0 10px;
}

#footer footer .container {
  display: flex;
  flex-wrap: wrap;
}

#footer footer .container .left {
  width: 30%;
}

#footer footer .container .left .top {
  padding-left: 20px;
  position: relative;
}

#footer footer .container .left .top .flogo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

#footer footer .container .left .top h3 {
  font-size: 16px;
  font-weight: 100;
  margin-top: 0;
  color: #a3a3a3;
}

#footer footer .container .right {
  width: 65%;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#footer footer .container .right .item {
  display: inline-block;
  width: 25%;
  padding: 0 10px;
}

#footer footer .container .right .item h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

#footer footer .container .right .item img {
  width: 120px;
  border-radius: 4px;
}

#footer footer .container .right .item ul {
  padding-left: 0;
}

#footer footer .container .right .item ul li {
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 10px;
}

#footer footer .container .right .item ul li a {
  color: #a3a3a3;
  text-decoration: none;
}

#footer footer .container .right .item ul li a:hover {
  color: #fff;
}

#footer footer .container .bot p {
  width: 100%;
  font-size: 14px;
  color: #a3a3a3;
  display: flex;
  justify-content: space-between;
}

#footer footer .container .bot p span {
  display: inline-block;
}

#customers {
  padding: 100px 0;
  background-color: #F4F9FF;
}

#customers .container {
  max-width: 1280px;
}

#customers .container .main-title {
  text-align: center;
  margin-bottom: 40px;
}

#customers .container .customer-scroll {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

#customers .container .customer-scroll::before, #customers .container .customer-scroll::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}

#customers .container .customer-scroll::before {
  left: 0;
  background: linear-gradient(to right, #f4f9ff 0%, rgba(244, 249, 255, 0) 100%);
}

#customers .container .customer-scroll::after {
  right: 0;
  background: linear-gradient(to left, #f4f9ff 0%, rgba(244, 249, 255, 0) 100%);
}

#customers .container .customer-scroll .customers-list {
  display: flex;
  white-space: nowrap;
  width: max-content;
}

#customers .container .customer-scroll .customers-list span {
  display: inline-block;
  box-shadow: 0 0 13px 0 rgba(20, 58, 126, 0.14);
  margin: 15px 10px 15px 10px;
  border-radius: 10px;
  width: 160px;
  height: 80px;
  text-align: center;
  background-color: #fff;
  flex-shrink: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#customers .container .customer-scroll .customers-list span img {
  max-width: 100%;
  height: auto;
  padding: 10px;
  transition: filter 0.3s ease;
}

#customers .container .customer-scroll .customers-list span img:hover {
  filter: grayscale(0%);
}

#customers .container .customer-scroll .customers-list.row1 {
  animation: scrollLeft 40s linear infinite;
}

#customers .container .customer-scroll .customers-list.row2 {
  animation: scrollRight 45s linear infinite;
}

#customers .container .customer-scroll .customers-list.row3 {
  animation: scrollLeft 50s linear infinite;
}

#customers .container .customer-scroll .customers-list.row4 {
  animation: scrollRight 42s linear infinite;
}

#customers .container .customer-scroll:hover .customers-list {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.r_nav {
  position: fixed;
  right: 20px;
  top: 60%;
  transform: translateY(-50%);
  width: 72px;
  z-index: 999;
}

.r_nav .list {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(40, 90, 189, 0.08);
  padding: 10px;
}

.r_nav .list .item {
  align-items: center;
  border-bottom: 1px solid #ebeef5;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.r_nav .list .item:last-child {
  border: 0;
}

.r_nav .list .item .boxPhone {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.r_nav .list .item .online_contact,
.r_nav .list .item .online_contact1 {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: center;
  position: relative;
  width: 56px;
}

.r_nav .list .item .online_contact img,
.r_nav .list .item .online_contact1 img {
  height: 40px;
  margin-top: 0;
  width: 40px;
}

.r_nav .list .item .online_contact:before {
  animation: scale2 1s linear infinite alternate;
  background-color: rgba(36, 105, 243, 0.5);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.am-modal-dialog {
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border-top: 10px solid #0068FF;
}

.am-modal-hd {
  font-size: 24px;
  margin-bottom: 20px;
}

.am-modal-bd .tel {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
}

.am-close-spin:hover {
  transform: none;
}

@keyframes scale2 {
  0% {
    height: 105%;
    width: 105%;
  }
  50% {
    height: 85%;
    width: 85%;
  }
  to {
    height: 105%;
    width: 105%;
  }
}

.r_nav .list .item img {
  height: 28px;
  margin-top: 20px;
  position: relative;
  width: 28px;
  z-index: 10;
}

.r_nav .list .item .txt {
  margin: 5px 0 10px;
  font-size: 12px;
  display: block;
}

.r_nav .back_top {
  background: #fff url(https://www.kuaijingai.com/popups/right/top.svg) no-repeat 50%;
  background-size: 28px 28px;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(40, 90, 189, 0.08);
  height: 72px;
  margin-top: 10px;
  transition: all .3s linear;
  width: 72px;
}

.r_nav .back_top:hover {
  background: #2469f3 url(https://www.kuaijingai.com/popups/right/totop.svg) no-repeat 50%;
  background-size: 28px 28px;
}

/* 响应式处理 */
@media screen and (max-width: 768px) {
  #customers .customers-list span {
    padding: 0 15px;
  }
  #customers .customers-list span img {
    max-width: 120px;
  }
}
