/* public */
/*#region*/
.title {
  flex: 0 0 35%;
}
.title h2 {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: 700;
  color: #171922;
}
.title p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #4d5567;
}
/*a.round {*/
/*    display: inline-block;*/
/*    background: #0177ff;*/
/*    padding: 15px 80px;*/
/*    border-radius: 24px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    transition: all 0.3s ease 0s;*/
/*}*/
/*a.round:hover {*/
/*    box-shadow: rgba(193, 193, 193, 0.3) 0px 8px 20px 0px;*/
/*    transform: scale(1.01) translateY(-2px);*/
/*}*/
@media (max-width: 767px) {
  .title h2 {
    font-size: 24px;
  }
}
/*#endregion*/
/* banner */
/*#region*/
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.banner .video {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .video video {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(-50%);
}
.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s;
}
.banner .text.active {
  opacity: 1;
}
.banner .text .box {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .text h2 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.banner .text .bt {
  margin-top: 50px;
  padding: 10px 20px;
  background: url(../img/bg_btn-8ce3c0b0.png) no-repeat 50%;
  background-size: 100%;
}
.banner .text .bt a {
  display: inline-block;
  padding: 0 3em;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 54px;
  text-decoration: none;
  cursor: pointer;
}
.banner .text .bt a:hover {
  color: #0177ff;
}
@media (max-width: 767px) {
  .banner .video .mgif {
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  .banner {
    background: #111217;
  }
  .banner .text {
    margin: 0 10%;
  }
  .banner .text h2 {
    font-size: 40px;
  }
  .banner .text .bt {
    width: 100%;
    text-align: center;
  }
  .banner .text .bt a {
    padding: 0;
    width: 45%;
    text-align: center;
    font-size: 14px;
    vertical-align: -3px;
  }
}
/*#endregion*/
/* platform */
/*#region*/
.platform {
  position: relative;
  padding: 150px 0;
}
.platform .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.platform .back .circle1 {
  top: -500px;
  left: 35%;
  transform: translateX(100px);
}
.platform .back .circle2 {
  bottom: -200px;
  left: 50%;
  transform: translateX(-1400px);
}
.platform .lines {
  margin-top: 200px;
  padding-top: 46px;
}
.platform .lines .container span {
  display: inline-block;
  transform: rotate(90deg) translateY(18px);
  margin-bottom: 20px;
}
.platform .lines .container span:before {
  content: 'i-SEARCH';
  font-size: 14px;
  font-weight: 400;
  color: #a3aebf;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.2s ease 0s;
}
.platform .lines svg {
  width: 100%;
  height: 780px;
  padding: 10px;
  position: relative;
  z-index: 0;
}
.platform .this .tabs {
  background: #1c253d;
  border-radius: 16px;
}
.platform .this .tabs .tabs--handle {
  background: #192e52;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 11%;
  display: flex;
}
.platform .this .tabs .tabs--handle span {
  flex: 1;
  height: 48px;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: #a3aebf;
  cursor: pointer;
}
.platform .this .tabs .tabs--handle span:hover {
  color: #eef2f7 !important;
}
.platform .this .tabs .tabs--handle span.cur {
  background: #0177ff;
  color: #eef2f7;
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}
.platform .this .tabs .tabs--panel .img {
  flex: 0 0 60%;
}
.platform .this .tabs .tabs--panel .img img {
  width: 100%;
}
.platform .this .tabs .tabs--panel .txt {
  color: #fff;
  padding-top: 60px;
}
.platform .this .tabs .tabs--panel .txt h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #eef2f7;
}
.platform .this .tabs .tabs--panel .txt p {
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #cdd5df;
}
.platform .that {
  padding-top: 80px;
}
.platform .that .slide-panel .item {
  flex: 0 0 30%;
}
.platform .that .slide-panel .item .img img {
  max-width: 100%;
  border-radius: 16px;
}
.platform .that .slide-panel .item .txt {
  padding: 24px;
}
.platform .that .slide-panel .item .txt h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1b202b;
}
.platform .that .slide-panel .item .txt p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #4d5567;
}
.platform .that .slide-panel .item .txt .more {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #0177ff;
}
.platform .that .slide-panel .item .txt .more i {
  margin-left: 5px;
  font-size: 12px;
  vertical-align: 1px;
}
@media (min-width: 768px) {
  .platform .container {
    position: relative;
    z-index: 1;
  }
  .platform .this {
    display: flex;
    justify-content: space-between;
  }
  .platform .this .title {
    flex: 0 0 35%;
  }
  .platform .this .title p {
    margin-left: 50px;
  }
  .platform .this .tabs {
    flex: 0 0 60%;
    margin-top: 40px;
    padding: 20px 40px 40px;
  }
  .platform .this .tabs .tabs--panel {
    margin-top: 50px;
  }
  .platform .this .tabs .tabs--panel .item {
    display: flex;
    justify-content: space-between;
  }
  .platform .this .tabs .tabs--panel .txt {
    flex: 0 0 35%;
  }
  .platform .this .tabs .tabs--panel .txt p {
    margin-right: 20px;
  }
  .platform .that .title {
    margin-bottom: 235px;
    padding-left: 140px;
  }
  .platform .that .slide-panel {
    margin-left: 140px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
  }
  .platform .that .slide-panel .item:hover {
    background: #fff;
    box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .platform {
    padding: 50px 0;
  }
  .platform .this .tabs {
    margin-top: 25px;
    padding: 20px;
  }
  .platform .this .tabs .tabs--handle {
    margin: 0;
    font-size: 14px;
  }
  .platform .this .tabs .tabs--panel {
    margin-top: 20px;
  }
  .platform .this .tabs .tabs--panel .txt {
    padding-top: 20px;
  }
  .platform .this .tabs .tabs--panel .txt h4 {
    font-size: 18px;
  }
  .platform .this .tabs .tabs--panel .txt p {
    margin-top: 15px;
    font-size: 12px;
  }
  .platform .that {
    padding-top: 40px;
  }
  .platform .that .title {
    margin-bottom: 20px;
    text-align: center;
  }
  .platform .that .slide-panel .item .txt {
    padding: 24px 0;
  }
  .platform .that .slide-panel .slick-dots li.slick-active button:before {
    color: #0177ff;
  }
  .platform .that .slide-panel .slick-dots li button {
    width: 40px;
    height: 40px;
  }
  .platform .that .slide-panel .slick-dots li button:before {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
/*#endregion*/
/* work */
/*#region*/
.work {
  padding: 80px 0;
  background: #141b24;
}
.work .title {
  margin-bottom: 70px;
  text-align: center;
}
.work .title h2 {
  margin: 0 0 15px;
  color: #fff;
}
.work .title p {
  font-size: 14px;
  font-weight: 400;
  color: #cdd5df;
}
.work .content .item {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.work .content .item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.work .content .item .txt {
  position: relative;
  z-index: 1;
  padding: 48px;
}
.work .content .item h3 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #eef2f7;
}
.work .content .item p {
  margin: 20px 0 0;
  font-weight: 200;
  color: #fff;
}
.work .content .more.arrow-right-white{
  display: inline-block;
  margin-top: 40px !important;
  font-size: 14px !important;
  min-width: auto !important;
  line-height: 32px !important;
  padding: 2px 12px !important;
}


.work .content .item:nth-of-type(1) {
  background-color: #20283D;
}
.work .content .item:nth-of-type(2) {
  background-color: #0672f3;
}
.work .content .item:nth-of-type(3) {
  background-color: #1c253d;
}
.work .content .item:nth-of-type(4) {
  background-color: #f38121;
}
.work .content .item:nth-of-type(5) {
  background-color: #2f2d38;
}
.work .content .item:nth-of-type(6) {
  background-color: #181621;
}
.work .content .item.last h3 {
  font-size: 16px;
}
.work .content .item.last a {
  color: #fff;
}
@media (min-width: 768px) {
  .work .content {
    display: flex;
    flex-wrap: wrap;
  }
  .work .content .item {
    flex: 0 0 33.33%;
    min-height: 190px;
  }
  .work .content .item img {
    transition: all 0.5s;
  }
  .work .content .item:hover img {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .work {
    padding: 48px 0;
  }
  .work .content .item {
    padding: 12px;
  }
  .work .title {
    margin-bottom: 48px;
  }
  .work .content .item .txt {
    padding: 24px;
  }
  .work .content .item h3 {
    font-size: 20px;
  }
  .work .content .item p {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*#endregion*/
/* trend */
/*#region*/
.trend {
  padding: 120px 0 0;
}
.trend {
  text-align: center;
}
.trend .img {
  text-align: center;
}
.trend .txt {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.trend .txt h3 {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
}
.trend .txt h3 img {
  margin: 0 10px 0 0;
  height: 40px;
  color: #4d5567;
  vertical-align: -12px;
}
.trend .txt p {
  margin: 25px 0 0;
  font-size: 14px;
  color: #4d5567;
}
.trend .txt a {
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .trend .that {
    text-align: left;
  }
  .trend .that img {
    max-width: 75% !important;
  }
}
@media (max-width: 767px) {
  .trend {
    padding: 40px 0 0;
  }
  .trend .that .txt {
    padding-top: 20px;
  }
  .trend .txt h3 {
    font-size: 20px;
  }
  .trend .txt p {
    margin: 15px 0 0;
    font-size: 12px;
  }
}
/*#endregion*/
/* scene */
/*#region*/
.scenarios {
  padding-top: 100px;
  padding-bottom: 100px;
}
.scenarios .title {
  text-align: center;
}
.scenarios .title h2 {
  margin: 0;
}
.scenarios .slide-panel {
  position: relative;
}
.scenarios .slide-panel .button-prev,
.scenarios .slide-panel .button-next {
  position: absolute;
  top: 42%;
  z-index: 100;
  font-size: 18px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  color: #000;
}
.scenarios .slide-panel .button-prev {
  left: -2%;
}
.scenarios .slide-panel .button-next {
  right: -2%;
}
.scenarios .slide-panel .item {
  margin: 10px 15px 24px;
  height: 160px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px 1px;
  border-radius: 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
}
.scenarios .slide-panel .item img {
  width: 48px;
  height: 48px;
}
.scenarios .slide-panel .item h4 {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 600;
}
.scenarios .more {
  margin-top: 50px;
  text-align: center;
}
.scenarios .more a {
  display: inline-block;
  font-size: 14px;
  padding: 15px 60px;
  font-weight: 400;
  color: #fff;
  background: #0177ff;
  border-radius: 24px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.scenarios .more a:hover {
  box-shadow: rgba(1, 119, 255, 0.5) 0 8px 20px 0;
  transform: scale(1.01) translateY(-2px);
}
@media (min-width: 768px) {
  .scenarios .title {
    background: url(../img/bg@2x-2629813c.png) no-repeat 50% 0;
    background-size: 140% auto;
    padding-top: 170px;
    padding-bottom: 90px;
  }
  .scenarios .slide-panel .button-prev:hover,
  .scenarios .slide-panel .button-next:hover {
    border-radius: 100%;
    background: #eaf0f7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .scenarios {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .scenarios .title {
    margin-bottom: 20px;
  }
  .scenarios .slide-panel {
    margin: 0 5%;
  }
  .scenarios .slide-panel .button-prev {
    left: -9%;
  }
  .scenarios .slide-panel .button-next {
    right: -9%;
  }
  .scenarios .slide-panel .item {
    height: 120px;
  }
  .scenarios .slide-panel .item h4 {
    font-size: 12px;
    text-align: center;
  }
  .scenarios .more {
    margin-top: 20px;
  }
}
/*#endregion*/
/* customer */
/*#region*/
.customer {
  padding-top: 88px;
  background-color: #141b24;
}
.customer img {
  /*border: 1px solid #f30;*/
}
.customer .title {
  margin-bottom: 48px;
  text-align: center;
}
.customer .title h2 {
  color: #fff;
}
.customer .collect .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer .collect .item {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  text-align: center;
  min-height: 120px;
  display: inline-flex;
  align-items: center;
}
.customer .collect .item img {
  margin: 0 auto;
  max-width: 120px;
}
.customer .collect .item:nth-of-type(1) img,
.customer .collect .item:nth-of-type(3) img,
.customer .collect .item:nth-of-type(5) img,
.customer .collect .item:nth-of-type(8) img,
.customer .collect .item:nth-of-type(10) img,
.customer .collect .item:nth-of-type(12) img {
  animation: 16s linear 0s infinite alternate none running ani02;
  opacity: 0.7;
  cursor: pointer;
}
.customer .collect .item:nth-of-type(2) img,
.customer .collect .item:nth-of-type(4) img,
.customer .collect .item:nth-of-type(6) img,
.customer .collect .item:nth-of-type(7) img,
.customer .collect .item:nth-of-type(9) img,
.customer .collect .item:nth-of-type(11) img {
  animation: 16s linear 0s infinite alternate none running ani03;
  opacity: 0.7;
  cursor: pointer;
}
@keyframes ani02 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani03 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .customer .collect .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-height: 60px;
    text-align: center;
  }
  .customer .collect .item img {
    max-width: 65%;
  }
  .customer .collect .item:nth-of-type(1) img,
  .customer .collect .item:nth-of-type(3) img,
  .customer .collect .item:nth-of-type(5) img,
  .customer .collect .item:nth-of-type(7) img,
  .customer .collect .item:nth-of-type(9) img,
  .customer .collect .item:nth-of-type(11) img {
    animation: 16s linear 0s infinite alternate none running ani02;
    opacity: 0.7;
    cursor: pointer;
  }
  .customer .collect .item:nth-of-type(2) img,
  .customer .collect .item:nth-of-type(4) img,
  .customer .collect .item:nth-of-type(6) img,
  .customer .collect .item:nth-of-type(8) img,
  .customer .collect .item:nth-of-type(10) img,
  .customer .collect .item:nth-of-type(12) img {
    animation: 16s linear 0s infinite alternate none running ani03;
    opacity: 0.7;
    cursor: pointer;
  }
}
/*#endregion*/
/* voice */
/*#region*/
.voice {
  padding: 88px 0;
  background-color: #141b24;
  overflow: hidden;
}
.voice .title {
  margin-bottom: 48px;
  text-align: center;
}
.voice .title h2 {
  color: #fff;
}
.voice .swiper-container2 {
  position: relative;
}
.voice .swiper-container2 .swiper-slide {
  width: 1300px;
  height: initial;
  opacity: 0.2;
  transform: scale(0.98);
  transform-origin: 50% 50% 0px;
  transition: all 0.5s ease-in-out;
}
.voice .swiper-container2 .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.voice .swiper-container2 .swiper-slide .item {
  height: 100%;
  position: relative;
  display: flex;
  gap: 36px;
  padding: 0 32px;
}
.voice .swiper-container2 .swiper-slide .item .img {
  flex: none;
}
.voice .swiper-container2 .swiper-slide .item .img img {
  width: 380px;
  height: 380px;
  border-radius: 16px;
}
.voice .swiper-container2 .swiper-slide .item .content {
  flex: 1;
  padding: 40px;
  height: 380px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  border: 1px solid #23324A;
  display: flex;
  flex-direction: column;
}
.voice .swiper-container2 .swiper-slide .item .content .ico {
  width: 56px;
  height: 56px;
  display: block;
  margin-bottom: 24px;
  flex: none;
}
.voice .swiper-container2 .swiper-slide .item .content .ico img {
  width: 100%;
}
.voice .swiper-container2 .swiper-slide .item .content h4 {
  font-size: 28px;
  color: #EEF2F7;
  margin-bottom: 24px;
  font-weight: normal;
}
.voice .swiper-container2 .swiper-slide .item .content p {
  font-size: 16px;
  color: #B7C3D6;
  line-height: 28px;
}
.voice .swiper-container2 .swiper-slide .item .content .detail {
  display: flex;
  align-items: end;
  margin-top: auto;
  gap: 12px;
}
.voice .swiper-container2 .swiper-slide .item .content .detail .ico {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 0;
}
.voice .swiper-container2 .swiper-slide .item .content .detail .person {
  color: #EEF2F7;
  font-size: 14px;
}
.voice .swiper-container2 .swiper-slide .item .content .detail .person strong {
  font-size: 18px;
  margin-bottom: 6px;
}
.voice .swiper-container2 .swiper-slide .item .content .detail p {
  margin: 0;
}
.work .content .more{
  margin-top: 28px;
  display: inline-block;
}
.voice .swiper-container2 .swiper-slide .item .content .detail .more, .work .content .more {
  line-height: 40px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.21);
  border-radius: 20px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-left: auto;
  min-width: 140px;
}
.voice .swiper-container2 .swiper-slide .item .content .detail .more:hover, .work .content .more:hover {
  box-shadow: 5px 5px 20px #13181f33;
  transform: translateY(-3px);
}
.voice .swiper-container2 .swiper-slide .item .vid {
  position: relative;
}
.voice .swiper-container2 .swiper-slide .item .vid .time {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 40px;
  padding: 2px 15px;
  font-size: 14px;
  color: #EEF2F7;
  position: absolute;
  right: 24px;
  top: 24px;
}
.voice .swiper-container2 .swiper-pagination {
  position: static;
  margin-bottom: 48px;
}
.voice .swiper-container2 .swiper-pagination .pagination-item {
  background: #fff;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.voice .swiper-container2 .swiper-pagination .pagination-item img {
  width: 100%;
  height: 100%;
}
.voice .swiper-container2 .swiper-pagination .pagination-item::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  z-index: -1;
  border: 2px solid #0177FF;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}
.voice .swiper-container2 .swiper-pagination .pagination-item:hover::after,
.voice .swiper-container2 .swiper-pagination .pagination-item.active::after {
  inset: -5px;
}
@media (max-width: 767px) {
  .voice .container {
    width: 100%;
    padding: 40px 12px 80px;
  }
  .voice .container .swiper-container2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: initial;
    padding: 0 4px;
    opacity: 1;
  }
  .voice .container .swiper-container2 .swiper-wrapper .swiper-slide .item {
    height: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    border: 1px solid #23324A;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .voice .container .swiper-container2 .swiper-wrapper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .voice .container .swiper-container2 .swiper-wrapper .swiper-slide .item .content {
    padding: 0;
    background: none;
    border: 0;
    gap: 10px;
  }
  .voice .container .swiper-container2 .swiper-wrapper .swiper-slide .item .content .ico {
    width: 40px;
    height: 40px;
  }
  .voice .container .swiper-container2 .swiper-wrapper .swiper-slide .item .content h4 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .voice .container .swiper-container2 .swiper-wrapper .swiper-slide .item .detail {
    flex-direction: column;
    align-items: start;
  }
  .voice .container .swiper-container2 .swiper-wrapper .swiper-slide .item .detail .more {
    margin-left: 0;
  }
  .voice .container .swiper-buttons {
    display: none;
  }
}
.voice-handle {
  margin-top: 30px;
  text-align: center;
}
.voice-handle .one {
  position: relative;
  color: #ccc;
  display: inline-block;
  width: 14%;
  padding-top: 20px;
}
.voice-handle .one span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  transition: color 0.6s;
}
.voice-handle .one span:after {
  content: '';
  position: absolute;
  top: 3px;
  height: 15px;
  width: 100%;
  background: rgba(1, 119, 255, 0.9);
  transform: translateX(-200%);
}
.voice-handle .one i {
  content: '';
  width: 8px;
  height: 8px;
  background: #555;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -4px;
  border-radius: 100%;
  transition: background-color 0.6s;
}
.voice-handle .one.cur i,
.voice-handle .one:hover i {
  background: #0177ff;
}
.voice-handle .one.cur span,
.voice-handle .one:hover span {
  color: #0177ff;
}
.voice-handle .one.cur span:after,
.voice-handle .one:hover span:after {
  transform: translateX(100%);
  animation: ani05 0.6s linear 0s 1 normal none running;
}
@keyframes ani05 {
  0% {
    transform: translateX(-200%);
  }
  25% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .voice .item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .voice-handle .one:before,
  .voice-handle .one:after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 4px;
    background: #555;
    position: absolute;
    top: 0;
  }
  .voice-handle .one:before {
    left: -10%;
  }
  .voice-handle .one:after {
    right: -10%;
  }
  .voice-handle .one:first-child:before,
  .voice-handle .one:last-child:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .voice {
    padding: 48px 0;
  }
  .voice .title {
    margin-bottom: 24px;
  }
  .voice .item {
    border-radius: 16px;
  }
  .voice .item .txt {
    padding: 16px;
  }
  .voice .item .txt .vi {
    float: left;
    margin-right: 5px;
    width: 24px;
  }
  .voice .item .txt .name {
    line-height: 1.6;
  }
  .voice .item .txt .tt {
    margin: 0;
  }
  .voice .item .txt h3 {
    margin-top: 16px;
    font-size: 24px;
  }
  .voice .item .txt p {
    margin-top: 16px;
    font-size: 14px;
  }
  .voice .item .img .time {
    font-size: 11px;
  }
  .voice .voice-handle {
    margin-top: 10px;
  }
  .voice .voice-handle .one {
    width: 10%;
    padding-top: 0;
  }
  .voice .voice-handle .one i {
    top: 50%;
  }
  .voice .voice-handle .one span {
    font-size: 0;
  }
}
/*#endregion*/
/* event */
/*#region*/
.event {
  padding: 148px 0;
}
.event .box {
  border-radius: 24px;
  padding: 60px 48px;
}
.event .title {
  text-align: center;
}
.event .title h2 {
  color: #283038;
}
.event .item .txt h4 {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: normal;
  color: #1b202b;
}
.event .item .txt p {
  margin: 0 0 45px;
  font-size: 14px;
  color: #4d5567;
}
.event .item .txt .more {
  font-size: 14px;
  color: #0177ff;
}
@media (min-width: 768px) {
  .event .box {
    background: #e6ecf6 url(../img/bg_line.png) no-repeat 78% 10px;
    background-size: 400px auto;
  }
  .event .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .event .item .img {
    flex: 0 0 36%;
  }
  .event .item .txt {
    flex: 0 0 60%;
  }
}
@media (max-width: 767px) {
  .event {
    padding: 0;
  }
  .event .container {
    padding-left: 0;
    padding-right: 0;
  }
  .event .box {
    background: #e6ecf6;
    border-radius: 0;
    padding: 36px 24px;
  }
  .event .item .txt {
    padding-top: 20px;
  }
  .event .item .txt h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .event .item .txt p {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
/*#endregion*/
.banner-item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner-item1 {
  background: #111317;
}
.banner-item2 {
  background: #090d15;
}
.banner-item3 {
  background: linear-gradient(0deg, rgba(94, 113, 251, 0.19) 0%, rgba(255, 255, 255, 0) 99%);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@keyframes sync-line-1 {
  0% {
    transform: translateZ(0) translate(-300px, -400px) rotate(-45deg);
  }
  25%,
  to {
    transform: translateZ(0) translate(578px, 199px) rotate(-45deg);
  }
}
@keyframes sync-line-2 {
  0% {
    transform: translateZ(0) translate(-300px, -400px) rotate(-45deg);
  }
  25%,
  to {
    transform: translateZ(0) translate(578px, 136px) rotate(-45deg);
  }
}
@keyframes square-frames-rotate {
  to {
    transform: rotate(1turn);
  }
}
.banner-item3 .box-outer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-item3 .deepseek-box {
  transition: 1s cubic-bezier(0.6, 0.6, 0, 1) opacity;
  background-image: var(--background-image);
  background-size: cover;
  width: 1440px;
  position: relative;
  padding-top: 154px;
  margin-top: -154px;
}
.banner-item3 .deepseek-box .lines-wrapper {
  display: flex;
  position: absolute;
  top: 1px;
  left: 86px;
  width: 1268px;
  justify-content: space-between;
}
.banner-item3 .deepseek-box .lines-wrapper .lines {
  position: relative;
  width: 578px;
  height: 199px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #fff 15%, #fff 97.1%, transparent 97.2%);
  mask-image: linear-gradient(to right, transparent 0%, #fff 15%, #fff 97.1%, transparent 97.2%);
}
.banner-item3 .deepseek-box .lines-wrapper .lines .line {
  position: absolute;
  left: 0;
  transition: 1s cubic-bezier(0.6, 0.6, 0, 1) opacity;
  -webkit-mask-image: var(--background-image);
  mask-image: var(--background-image);
  -webkit-mask-size: cover;
  mask-size: cover;
}
.banner-item3 .deepseek-box .lines-wrapper .lines .line:nth-child(1) {
  width: 578px;
  height: 199px;
}
.banner-item3 .deepseek-box .lines-wrapper .lines .line:nth-child(1) div {
  animation-name: sync-line-1 !important;
}
.banner-item3 .deepseek-box .lines-wrapper .lines .line:nth-child(2) {
  width: 578px;
  height: 136px;
  top: 63px;
}
.banner-item3 .deepseek-box .lines-wrapper .lines .line:nth-child(2) div {
  animation-name: sync-line-2 !important;
}
.banner-item3 .deepseek-box .lines-wrapper .lines .line div {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50px;
  left: 0;
  transform: translate(-300px, -400px) rotate(-45deg);
  animation: 10s linear infinite;
  background: linear-gradient(to bottom, rgba(196, 46, 150, 0), rgba(196, 46, 150, 0.34901961), rgba(1, 119, 255, 0.69803922), #4d9fc5);
}
.banner-item3 .deepseek-box .lines-wrapper .lines:nth-child(1) .line:nth-child(2) div {
  animation-delay: 6s;
}
.banner-item3 .deepseek-box .lines-wrapper .lines:nth-child(2) {
  transform: scaleX(-1);
}
.banner-item3 .deepseek-box .lines-wrapper .lines:nth-child(2) .line:nth-child(1) div {
  animation-delay: 3s;
}
.banner-item3 .deepseek-box .lines-wrapper .lines:nth-child(2) .line:nth-child(2) div {
  animation-delay: 8s;
}
@media (max-width: 996px) {
  .banner-item3 .deepseek-box .line div {
    animation: none 0s ease 0s 1 normal none running !important;
    animation: initial !important;
  }
}
.banner-item3 .deepseek-box .square-frames {
  margin: 1px auto 40px;
  width: 168px;
  height: 88px;
  z-index: -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item {
  position: absolute;
  isolation: isolate;
  overflow: hidden;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:nth-child(1) {
  width: 152px;
  height: 72px;
  border-radius: 16px;
  z-index: 2;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:nth-child(1):before {
  opacity: 0.3;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:nth-child(2) {
  width: 160px;
  height: 80px;
  border-radius: 20px;
  z-index: 1;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:nth-child(2):before {
  opacity: 0.2;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:nth-child(2) div {
  animation-duration: 12s;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:nth-child(3) {
  width: 168px;
  height: 88px;
  border-radius: 24px;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:nth-child(3):before {
  opacity: 0.1;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:nth-child(3) div {
  animation-duration: 14s;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item:before {
  border: 1px solid rgba(226, 232, 255, 0.8);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: inherit;
  pointer-events: none;
}
.banner-item3 .deepseek-box .square-frames .square-frames-item div {
  width: 252px;
  height: 252px;
  left: -42px;
  top: -82px;
  position: absolute;
  top: -25%;
  left: -25%;
  opacity: 0.3;
  background: conic-gradient(transparent 0%, #fff 15%, transparent 15%);
  animation: square-frames-rotate 10s linear infinite;
}
.banner-item3 .header {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.banner-item3 .header .title {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  font-feature-settings: inherit;
  font-weight: 400;
  color: #E6EDFC;
  line-height: 86px;
  margin-bottom: 85px;
}
.banner-item3 .header .title span {
  display: block;
  font-size: 60px;
}
.banner-item3 .header .title span b {
  font-weight: inherit;
  background-image: linear-gradient(109deg, #4D9FC5 12.84179688%, #0177FF 29.85839844%, #4352F3 57.421875%, #C42E96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
}
.banner-item4 {
  background: #0B102A;
}
.banner-item4 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@keyframes moveAt45Degrees {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.banner-item4 .container .img {
  position: relative;
  width: 500px;
}
.banner-item4 .container .img img {
  width: 100%;
}
.banner-item4 .container .img .ico {
  position: absolute;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: color-mix(in srgb, #fff 10%, transparent);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: moveAt45Degrees 3s ease-in-out infinite;
}
.banner-item4 .container .img .ico img {
  width: 100%;
  height: 100%;
}
.banner-item4 .container .img .ico:nth-of-type(1) {
  top: 140px;
  left: 20px;
}
.banner-item4 .container .img .ico:nth-of-type(2) {
  right: 30px;
  bottom: 220px;
  animation-delay: 0.2s;
}
.banner-item4 .container .img .ico:nth-of-type(3) {
  bottom: 20px;
  left: 150px;
  animation-delay: 0.4s;
}
.banner-item4 .container .txt h2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 80px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.banner-item4 .container .txt p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 80px;
  margin-top: 48px;
}
.banner-item4 .container .txt .clip-text-wrapper {
  position: relative;
  overflow: hidden;
  padding: 25px 32px;
  border-radius: 20px;
  color: #fff;
  z-index: 1;
}
.banner-item4 .container .txt .clip-text-wrapper::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  display: inline-block;
  border-radius: 25px;
  border: 6px dashed #000;
  background: linear-gradient(#0B102A 0 0) padding-box, linear-gradient(90deg, #4D9FC5 0, #0277FF 50%, #C42D97) border-box;
  z-index: -1;
}
.banner-item4 .container .txt .clip-text-wrapper .clip-text {
  color: transparent;
  -webkit-font-smoothing: auto;
  background-clip: text;
  -webkit-background-clip: text;
  background-color: #0B102A;
  white-space: nowrap;
  overflow: hidden;
  background-image: linear-gradient(100deg, #4D9FC5 0%, #0277FF 32%, #4352F3 63%, #C42D97 100%);
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.banner-item4 .container .txt .clip-text-wrapper .clip-text .line {
  color: #fff;
  opacity: 0.2;
  position: relative;
  top: -6px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.wfh-box.box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.wfh-box .txt {
  flex: 0 0 45%;
  display: inline-flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.wfh-box .txt .texts {
  position: absolute;
  left: -125px;
}
.wfh-box .txt .texts h2 {
  font-size: 80px;
  margin-bottom: 20px;
  line-height: 62px;
}
.wfh-box .txt .texts h3 {
  font-size: 56px;
  margin-bottom: 80px;
  font-weight: normal;
}
.wfh-box .img {
  flex: 0 0 55%;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.wfh-box .img .image {
  margin-left: -100px;
}
/*.banner .slick-dots{
    bottom:60px;
}
.banner .slick-dots li{
    margin:0 5px;
    width:auto;
}
.banner .slick-dots li button{
width: 7px;
    height: 7px;
    padding: 0;
    background: rgb(235 244 254 / 0.6);
    border-radius: 50%;
}

.banner .slick-dots li.slick-active button{
    background: #EBF4FE;
	width: 30px;
    height: 6px;
    border-radius: 5px;
}
.banner .slick-dots li:hover button,.banner .slick-dots li.slick-active:hover button{ background: #fff;}
.banner .slick-dots li button:before{
    display:none;
}
.banner .slick-dots li button:after{
 background: #000;
 content:'';
}*/
.banner.swiper-container-horizontal .swiper-pagination {
  bottom: 60px;
}
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
  background: #CDD5DF;
  width: 48px;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
}
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
/*.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:after {
	content:'';
        background-color: #0177ff;
        transform: scaleX(0);
        transform-origin: left;
        z-index: 3;
        transition-timing-function: linear;
		display:table;
		height:100%;
		 width: 100%;
}
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
        animation-name: middles;
		animation-duration: 0s;
    }*/
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet i {
  width: 100%;
  background-color: #0177ff;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
  display: table;
  height: 100%;
  border-radius: 3px;
}
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  animation-name: middles;
  animation-duration: 0s;
}
/*.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*    background: #CDD5DF;*/
/*}*/
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: none;
}
.banner.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:hover {
  background: #EEF4FF;
}
@keyframes middles {
  0% {
    transform: scaleX(0.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 1600px) {
  .wfh-box .txt .texts {
    left: 0px;
  }
  .wfh-box .img .image img {
    max-width: 100%;
  }
  .wfh-box .img .image {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .wfh-box.box {
    flex-direction: column-reverse;
  }
  .wfh-box .txt {
    text-align: center;
  }
  .wfh-box .img {
    padding-top: 60px;
  }
  .wfh-box .img .image {
    margin: 0 auto;
  }
  .wfh-box .img .image img {
    width: 100%;
  }
  .wfh-box .txt .texts h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .wfh-box .txt .texts {
    width: 100%;
    position: relative;
    left: inherit;
    margin-top: -100px;
  }
}
