.mobile-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  .mobile-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}
.index-row-banner {
  background: linear-gradient(180deg, #e5eefb 0%, rgba(229, 238, 251, 0) 100%);
}
.index-row-banner .swiper-container {
  height: 700px;
}
.index-row-banner .btns-wrapper {
  margin-top: 40px;
}
.index-row-banner .btns-wrapper .right-icon {
  width: 14px;
}
.index-row-banner .mobile-bg {
  display: none;
}
.index-row-banner .normal-bg {
  display: block;
}
.index-row-banner .banner-bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation-iteration-count: 1;
  transform-origin: bottom center;
}
.index-row-banner .banner-content {
  position: relative;
  width: 1200.1px;
  margin: 0 auto;
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-row-banner .banner-content .left {
  height: 219px;
}
.index-row-banner .banner-content .left .banner-title {
  font-size: 54px;
  font-weight: 600;
  color: #ffffff;
  line-height: 84px;
  white-space: nowrap;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.index-row-banner .banner-content .left .banner-title .br-item {
  display: none;
}
.index-row-banner .banner-content .left .banner-desc {
  width: 656px;
  font-size: 20px;
  margin-top: 55px;
  position: absolute;
  font-weight: lighter;
  color: #ffffff;
  line-height: 28px;
  vertical-align: middle;
  margin-top: 19px;
  margin-bottom: 60px;
}
.index-row-banner .banner-content .left .banner-btn {
  width: 144px;
  height: 48px;
  background: linear-gradient(130deg, #ff8623 0%, #f20075 100%);
  border-radius: 23px;
  position: relative;
  text-align: center;
  margin-top: 131px;
}
.index-row-banner .banner-content .left .banner-btn a {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  vertical-align: middle;
  line-height: 48px;
}
.index-row-banner .banner-content .left .banner-btn:hover {
  background: #ff8623;
}
.index-row-banner .banner-content .right {
  width: 550px;
  position: relative;
}
.index-row-banner .banner-content .right .divimg,
.index-row-banner .banner-content .right img {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}
.index-row-banner .banner-content .right .divimg {
  opacity: 1;
}
.index-row-banner .banner-content .right .img_an_1 {
  width: 1219px;
  height: 800px;
  position: absolute;
  top: -306px;
  left: 0px;
  animation: fadeInRightrelax 400ms ease-in-out;
}
.index-row-banner .banner-content .right .filter,
.index-row-banner .banner-content .right .rotate_img {
  width: 100%;
  height: 100%;
  transform-origin: center;
}
.index-row-banner .banner-content .right .filter {
  position: absolute;
}
.index-row-banner .banner-content .right .divimg_ani_2 {
  position: absolute;
  width: 410px;
  height: 240px;
  animation: fadeInLeft 800ms ease-in;
  backdrop-filter: blur(10px);
  left: 149px;
  top: -187px;
  transform: rotate(12deg);
  z-index: 5;
}
.index-row-banner .banner-content .right .divimg_ani_3 {
  position: absolute;
  width: 280px;
  height: 151px;
  backdrop-filter: blur(10px);
  left: 173px;
  top: 54px;
  z-index: 4;
  transform: rotate(2deg);
  animation: fadeInLeft1 800ms ease-in;
}
.index-row-banner .banner-content .right .divimg_ani_4 {
  position: absolute;
  width: 103px;
  height: 67px;
  backdrop-filter: blur(10px);
  left: 324px;
  top: 214px;
  z-index: 3;
  transform: rotate(-35deg);
  animation: fadeInLeft2 800ms ease-in;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: rotate(12deg) translateX(500px);
  }
  to {
    opacity: 1;
    transform: rotate(12deg) translateX(0);
  }
}
@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    transform: rotate(2deg) translateX(500px);
  }
  to {
    opacity: 1;
    transform: rotate(2deg) translateX(0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: rotate(-35deg) translateX(500px);
  }
  to {
    opacity: 1;
    transform: rotate(-35deg) translateX(0);
  }
}
@keyframes run1 {
  0% {
    opacity: 0;
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(105deg);
    opacity: 1;
  }
}
@keyframes run2 {
  0% {
    opacity: 0;
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(51deg);
    opacity: 1;
  }
}
@keyframes run3 {
  0% {
    opacity: 0;
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(15deg);
    opacity: 1;
  }
}
@keyframes moveX {
  100% {
    left: 200px;
  }
}
@keyframes moveY {
  100% {
    top: 200px;
  }
}
@keyframes fadeInRightrelax {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fly2 {
}
@keyframes toTup {
  from {
    transform: scale(0.5, 0.5);
  }
  to {
    transform: scale(1, 1);
  }
}
.index-row-banner .b-cell-content {
  padding-top: 216px;
  text-align: center;
}
.index-row-banner .b-cell-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #1f2227;
}
.index-row-banner .b-cell-desc {
  line-height: 32px;
  width: 800px;
  display: block;
  margin: 38px auto 40px auto;
  font-size: 32px;
  color: #366dff;
}

.banner-media .banner-bg-m {
  display: none;
}
@media screen and (max-width: 750px) {
  .banner-media {
    height: 100vh;
  }
  .banner-media .banner-bg {
    height: 100vh !important;
    background: inherit !important;
  }
  .banner-media .ib-swiper {
    height: 100% !important;
  }
  .banner-media .banner-desc {
    font-size: 13px !important;
  }
  .banner-media .banner-content {
    padding-top: 31vh !important;
  }
  .banner-media .banner-bg-m {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transform-origin: bottom center;
  }
  .banner-media .right {
    top: 3.6855036855vh;
    left: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) and (min-width: 410px) {
  .banner-media .right {
    top: 10vh;
  }
}
.banner-media .marval-banner {
  cursor: pointer;
  background: linear-gradient(45deg, #fff0e4, #fde0ee);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 171px;
}
.banner-media .marval-banner_right {
  width: 452px;
}
.banner-media .marval-banner_left {
  font-family: MiSans;
  color: #000000;
}
.banner-media .marval-banner_left .marvel-logo {
  width: 218px;
}
.banner-media .marval-banner_left .title-normal {
  font-size: 35px;
  margin-top: 35px;
  font-weight: 600;
}
.banner-media .marval-banner_left .title-large {
  font-size: 66px;
  margin-top: 13px;
  font-weight: 600;
}
.banner-media .marval-banner_left .title-small {
  font-size: 28px;
  margin-top: 48px;
  font-weight: 600;
}
.banner-media .marval-banner_left .title-mini {
  font-size: 20px;
  font-weight: 400;
  margin-top: 23px;
}
@media screen and (max-width: 750px) {
  .banner-media .marval-banner {
    flex-direction: column;
    gap: 58px;
  }
  .banner-media .marval-banner_right {
    width: 238px;
  }
  .banner-media .marval-banner_left {
    text-align: center;
  }
  .banner-media .marval-banner_left .marvel-logo {
    width: 122px;
  }
  .banner-media .marval-banner_left .title-normal {
    font-size: 20px;
    margin-top: 20px;
  }
  .banner-media .marval-banner_left .title-large {
    font-size: 37px;
    margin-top: 7px;
  }
  .banner-media .marval-banner_left .title-small {
    font-size: 16px;
    margin-top: 23px;
  }
  .banner-media .marval-banner_left .title-mini {
    font-size: 11px;
    margin-top: 10px;
    padding: 0 20px;
  }
}
.banner-media .ib-pagination {
  position: absolute;
  text-align: center;
  z-index: 9;
}
.banner-media .my-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
}
.banner-media .my-bullet-active {
  background: #fff;
}

.section-content {
  padding: 80px 0px 100px 0px;
}
.section-content .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  line-height: 56px;
}
.section-content .title-desc {
  display: block;
  color: #1f2227;
  line-height: 22px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
}
.section-content .btns-content {
  margin-top: 24px;
  text-align: center;
}
.section-content .content-box {
  margin: 80px -15px 20px -15px;
  text-align: center;
  white-space: nowrap;
}
.section-content .content-box .content-item {
  text-align: left;
  width: 25%;
  float: left;
  display: block;
  padding: 0 15px;
}
.section-content .content-box .content-item .item-img img {
  width: 100%;
  display: block;
}
.section-content .content-box .item-title {
  margin-top: 27px;
  font-weight: 600;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 24px;
  color: #1f2227;
}
.section-content .content-box .item-text {
  margin-top: 10px;
  white-space: pre-wrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8c8e92;
}
.section-content .content-box:after {
  content: "";
  display: block;
  clear: both;
}
.section-content .imgs {
  background-color: #f1f1f1;
  width: 476px;
  position: relative;
  border-radius: 20px;
}
.section-content .imgs img {
  position: absolute;
}
.section-content .img_664 {
  height: 348px;
}
.section-content .img_664 > img:nth-child(1) {
  width: 430px;
  height: 128px;
  left: 25px;
  top: 25px;
}
.section-content .img_664 > img:nth-child(2) {
  width: 336px;
  height: 180px;
  top: 127px;
  left: 77px;
  z-index: 1;
}
.section-content .img_664 > img:nth-child(3) {
  width: 384px;
  height: 124px;
  top: 264px;
  left: 47px;
}
.section-content .img_665 {
  height: 397px;
}
.section-content .img_665 > img:nth-child(1) {
  width: 263px;
  height: 155px;
  top: 26px;
  left: 1px;
  z-index: 1;
}
.section-content .img_665 > img:nth-child(2) {
  width: 372px;
  height: 227px;
  top: 65px;
  left: 59px;
}
.section-content .img_665 > img:nth-child(3) {
  width: 412px;
  height: 155px;
  top: 301px;
  left: 38px;
}
.section-content .img_666 {
  height: 392px;
}
.section-content .img_666 > img:nth-child(1) {
  width: 417px;
  height: 251px;
  top: 24px;
  left: 33px;
}
.section-content .img_666 > img:nth-child(2) {
  width: 120px;
  height: 143px;
  top: 267px;
  left: 54px;
}
.section-content .img_666 > img:nth-child(3) {
  width: 285px;
  height: 183px;
  top: 261px;
  left: 166px;
}

.section-item {
  background: #fff;
}

.core-section-item .mobile-bg {
  display: none;
}
.core-section-item .mobile {
  display: none;
}
.core-section-item .core-content {
  width: 1200.1px;
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
}
.core-section-item .core-content .content-box {
  margin: 122px 0px 151px 0px;
}
.core-section-item .core-content .content-box .contentbox-item {
  justify-content: space-between;
}
.core-section-item .core-content .content-box .contentbox-item:nth-child(1) {
  margin-bottom: 200px;
}
.core-section-item .core-content .content-box .contentbox-item:nth-child(2) {
  margin-bottom: 170px;
}
.core-section-item
  .core-content
  .content-box
  .contentbox-item:nth-child(2n + 1)
  .contentbox-item-right {
  flex: 1;
  display: flex;
  justify-content: end;
}

.success-section {
  background-color: #fafafa;
  width: 100%;
  overflow: hidden;
}

.success-container {
  padding: 80px 0px 90px 0px;
  width: 1180px;
}
.success-container .normal {
  display: block;
}
.success-container .mobile {
  display: none;
}
.success-container * {
  text-align: left;
}
.success-container .item-title-large {
  font-weight: 800;
  font-size: 40px;
}
.success-container .swiper-container {
  overflow: visible;
}
.success-container .swiper-slide {
  box-shadow: 0px 12px 40px -4px rgba(0, 0, 0, 0.04);
}
.success-container .contentbox-item {
  background: #ffffff;
  box-shadow: 0px 12px 40px -4px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 49px;
  justify-content: space-between;
}
.success-container .contentbox-item .item-desc-diff > div {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.success-container .contentbox-item .item-desc-diff > div > span:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  padding: 8px 13px;
  border-radius: 8px;
}
.success-container .contentbox-item .item-desc-diff > div > span:last-child {
  font-size: 14px;
  width: 500px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  margin-left: 12px;
  white-space: normal !important;
}
.success-container .contentbox-item .item-desc-diff .info:first-child {
  margin-top: 30px;
}
.success-container
  .contentbox-item
  .item-desc-diff
  .info:first-child
  > span:first-child {
  background: #fff0f0;
}
.success-container
  .contentbox-item
  .item-desc-diff
  .info:nth-child(2)
  > span:first-child {
  background: #deebff;
}
.success-container
  .contentbox-item
  .item-desc-diff
  .info:nth-child(3)
  > span:first-child {
  background: #f3f3ff;
}
.success-container .contentbox-item .item-desc-diff .data-panel {
  margin-bottom: 0;
  margin-top: 50px;
  display: flex;
}
.success-container .contentbox-item .item-desc-diff .data-panel > div {
  margin-right: 41px;
}
.success-container .contentbox-item .item-desc-diff .data-panel .data {
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}
.success-container .contentbox-item .item-desc-diff .data-panel .tips {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.success-container .contentbox-item:nth-child(2n) {
  flex-direction: row;
}
.success-container .ib-sw {
  display: flex;
  width: 116px;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 10px;
}
.success-container .ib-sw img {
  width: 50%;
  height: 50%;
}
.success-container .ib-sw .ib-sw-prev,
.success-container .ib-sw .ib-sw-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.success-container .ib-sw .hover {
  display: none;
}
.success-container .ib-sw .ib-sw-prev:hover,
.success-container .ib-sw .ib-sw-next:hover {
  background-color: #000;
}
.success-container .ib-sw .ib-sw-prev:hover .normal,
.success-container .ib-sw .ib-sw-next:hover .normal {
  display: none;
}
.success-container .ib-sw .ib-sw-prev:hover .hover,
.success-container .ib-sw .ib-sw-next:hover .hover {
  display: block;
}
.success-container .ib-sw .ib-sw-next,
.success-container .ib-sw .ib-mobile-sw-next {
  background: #ffffff;
  box-shadow: rgba(125, 50, 50, 0.1) 0px 0px 10px;
}
.success-container .ib-sw .ib-sw-prev,
.success-container .ib-sw .ib-mobile-sw-prev {
  background: #ffffff;
  box-shadow: rgba(125, 50, 50, 0.1) 0px 0px 10px;
}

.hezuo-container {
  width: 100%;
  margin-top: 43px;
  background-image: url("../images/index/bg-earth.png");
  background-repeat: no-repeat;
  background-size: 999px 368px;
  background-position: top 63px left 50%;
}
.hezuo-container .hezuo-swiper-1,
.hezuo-container .hezuo-swiper-2,
.hezuo-container .hezuo-swiper-3,
.hezuo-container .hezuo-swiper-4 {
  margin-bottom: 16px;
}
.hezuo-container .hezuo-item {
  width: 239px;
  height: 100px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hezuo-container .hezuo-item img {
  width: 150px;
  height: 60px;
}
.hezuo-container .hezuo-item:hover {
  box-shadow: 0 0 25px rgba(31, 34, 38, 0.1), 0 5px 100px rgba(31, 34, 38, 0.1);
}

.swiper-slide-anli {
  width: 363px !important;
  height: 556px;
}
.swiper-slide-anli .slider-item {
  width: 363px;
  height: 556px;
  border-radius: 16px;
  margin-top: 25px;
}
.swiper-slide-anli .slider-item .slider-image {
  width: 362px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.swiper-slide-anli .slider-item .slider-desc {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 0 23px;
  width: 100%;
}
.swiper-slide-anli .slider-item .slider-desc .tag {
  margin-top: -5px;
  font-size: 14px;
}
.swiper-slide-anli .slider-item .slider-desc .desc {
  font-size: 18px;
  font-weight: bold;
  white-space: normal;
  margin: 14px 0 18px 0;
}
.swiper-slide-anli .slider-item .slider-desc .more {
  width: 130px;
  height: 41px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  text-align: center;
  line-height: 41px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.swiper-slide-anli .slider-blue {
  background: #190953;
}
.swiper-slide-anli .slider-red {
  background: #65b02e;
}
.swiper-slide-anli .slider-green {
  background: #d3b915;
}
.swiper-slide-anli .slider-grey {
  background: #df5c00;
}
.swiper-slide-anli .slider-orange {
  background: #64bae9;
}

.success-container-new {
  padding-bottom: 120px;
  padding-top: 100px;
}
.success-container-new .ib-sw {
  display: flex;
  width: 116px;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 10px;
}
.success-container-new .ib-sw img {
  width: 50%;
  height: 50%;
}
.success-container-new .ib-sw .ib-sw-prev,
.success-container-new .ib-sw .ib-sw-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.success-container-new .ib-sw .hover {
  display: none;
}
.success-container-new .ib-sw .ib-sw-prev:hover,
.success-container-new .ib-sw .ib-sw-next:hover {
  background-color: #000;
}
.success-container-new .ib-sw .ib-sw-prev:hover .normal,
.success-container-new .ib-sw .ib-sw-next:hover .normal {
  display: none;
}
.success-container-new .ib-sw .ib-sw-prev:hover .hover,
.success-container-new .ib-sw .ib-sw-next:hover .hover {
  display: block;
}
.success-container-new .ib-sw .ib-sw-next,
.success-container-new .ib-sw .ib-mobile-sw-next {
  background: #ffffff;
  box-shadow: rgba(125, 50, 50, 0.1) 0px 0px 10px;
}
.success-container-new .ib-sw .ib-sw-prev,
.success-container-new .ib-sw .ib-mobile-sw-prev {
  background: #ffffff;
  box-shadow: rgba(125, 50, 50, 0.1) 0px 0px 10px;
}
.success-container-new .title {
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 56px;
  text-align: center;
  margin-bottom: 85px;
}
.success-container-new .swiper-slide-active,
.success-container-new .swiper-slide-duplicate-active {
  width: 388px !important;
  height: 595px;
}
.success-container-new .swiper-slide-active .slider-item,
.success-container-new .swiper-slide-duplicate-active .slider-item {
  width: 388px;
  height: 595px;
  margin-top: 0;
}
.success-container-new .swiper-slide-active .slider-item .slider-image,
.success-container-new
  .swiper-slide-duplicate-active
  .slider-item
  .slider-image {
  width: 388px;
}
.success-container-new .swiper-slide-active .slider-item .slider-desc .desc,
.success-container-new
  .swiper-slide-duplicate-active
  .slider-item
  .slider-desc
  .desc {
  font-size: 20px;
}
.success-container-new .swiper-slide-active .slider-item .more,
.success-container-new .swiper-slide-duplicate-active .slider-item .more {
  border: 1px solid #ffffff;
}

.solution-new {
  padding-top: 100px;
  padding-bottom: 100px;
}
.solution-new h2 {
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
}
.solution-new_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}
.solution-new_content .button {
  background: rgb(30 129 235);
  border-radius: 25px;
  color: #fff;
  height: 100%;
  width: 130px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.solution-new_content .content-card {
  width: 27vw;
  background: #f2f2f2;
  border-radius: 16px;
  height: 444px;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 300ms ease !important;
}
.solution-new_content .content-card:hover {
  background: #fff;
  transform: translateY(-10px) !important;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.solution-new_content .content-card:hover .button {
  background: #2f54eb !important;
}
.solution-new_content .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.solution-new_content .content-header .title {
  font-size: 34px;
  font-weight: 600;
}
.solution-new_content .content-main {
  display: flex;
  justify-content: space-between;
}
.solution-new_content .content-main p {
  background: #ffffff;
  box-shadow: 0 8px 19px 0 rgba(133, 133, 133, 0.14);
  border-radius: 16px;
  /*width: 148px;*/
  /*height: 190px;*/
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 25px;
}
.solution-new_content .content-main p img {
  width: 66px;
}

.video-banner {
  position: relative;
}
.video-banner .video-box {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}
.video-banner .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 图片轮播样式 */
.video-banner .video-box .image-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-banner .video-box .slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-banner .video-box .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.video-banner .video-box .slider-image.active {
  opacity: 1;
}
.video-banner .banner-txt {
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 13rem 100px 4rem 100px;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
}
.video-banner .banner-txt .title-box .link-wrap {
  width: 212px;
  height: 60px;
  background: linear-gradient(180deg, #ffffff 0%, #d2d2d2 100%);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  border: 3px solid #ffffff;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-banner .banner-txt .title-box .link-wrap:hover {
  color: #f20075;
}
.video-banner .banner-txt .title-box .link-wrap:hover g {
  fill: #f20075;
}
.video-banner .banner-txt .title-box .main-title {
  font-size: 64px;
  line-height: 92px;
  font-weight: bold;
  margin: 15px 0 37px;
}
.video-banner .banner-txt .title-box .sub-title {
  font-weight: 600;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}
.video-banner .banner-txt .title-box .sub-title .circle-wrap {
  width: 19px;
  height: 19px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.video-banner .banner-txt .title-box .sub-title .circle-wrap .circle-inside {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.video-banner .banner-txt .count-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: center;
}
.video-banner .banner-txt .count-box ul {
  display: flex;
  gap: 3rem 5rem;
}
.video-banner .banner-txt .count-box ul .num-wrap {
  display: flex;
}
.video-banner .banner-txt .count-box ul .num-wrap .count-number {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
}
.video-banner .banner-txt .count-box ul .num-wrap span:nth-child(2) {
  font-size: 26px;
}
.video-banner .banner-txt .count-box ul .count-title {
  font-size: 14px;
  margin-top: 15px;
}

.section-pic-common {
  width: 100%;
  height: 100vh;
  background-size: cover;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  padding: 0 100px;
}
.section-pic-common .section-pic-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}
.section-pic-common .section-pic-title img {
  width: 179px;
  margin-bottom: -40px;
}
.section-pic-common .section-pic-content {
  display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  gap: 20px;
}
.section-pic-common .section-pic-content .left-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-pic-common .section-pic-content .content-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.section-pic-common .section-pic-content p {
  width: 270px;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.section-pic-common .section-pic-content p img {
  width: 28px;
}
.section-pic-common .section-pic-content .last-section {
  height: 317px;
}

.section-global {
  background-image: url("../images/index/content1.png");
}
.section-global p {
  background: linear-gradient(180deg, #111114 0%, #0f2648 100%);
  box-shadow: 0px 32px 44px 0px rgba(0, 0, 0, 0.5);
}

.section-lead {
  align-items: flex-start;
  background-image: url("../images/index/content2.png");
}
.section-lead p {
  background: linear-gradient(180deg, #121618 0%, #143137 100%);
  box-shadow: 0px 32px 44px 0px rgba(0, 0, 0, 0.12);
}

.section-team {
  background-image: url("../images/index/content3.png");
}
.section-team p {
  background: linear-gradient(180deg, #131111 0%, #382710 100%);
  box-shadow: 0px 32px 44px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1280px) {
  .video-banner .banner-txt {
    padding: 7rem 50px 4rem 50px;
  }
  .video-banner .banner-txt .title-box .main-title {
    font-size: 30px;
    line-height: 41px;
  }
  .video-banner .banner-txt .title-box .sub-title {
    font-size: 18px;
  }
  .video-banner .banner-txt .count-box ul {
    gap: 0 2rem;
  }

  .section-pic-common .section-pic-title {
    font-size: 34px;
  }
  .section-pic-common .section-pic-title img {
    width: 110px;
  }
  .section-pic-common .section-pic-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .success-section {
    height: 640px;
  }

  .swiper-slide-anli {
    width: 230px !important;
    height: 324px;
  }
  .swiper-slide-anli .slider-item {
    width: 230px !important;
    height: 324px;
    margin-top: 12px;
  }
  .swiper-slide-anli .slider-item .slider-image {
    width: 230px !important;
  }
  .swiper-slide-anli .slider-item .slider-desc {
    padding: 0 19px;
    font-size: 12px;
  }
  .swiper-slide-anli .slider-item .slider-desc .tag {
    margin-top: -30px;
    font-size: 12px;
    transform: scale(0.7);
    margin-left: -33px;
  }
  .swiper-slide-anli .slider-item .slider-desc .desc {
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
    margin: 5px 0 10px 0;
  }
  .swiper-slide-anli .slider-item .slider-desc .more {
    width: 82px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }

  .success-container-new {
    padding-bottom: 88px;
    padding-top: 80px;
    margin-top: -70px;
  }
  .success-container-new .title {
    font-size: 26px;
    margin-bottom: 42px;
    margin-top: 70px;
  }
  .success-container-new .ib-sw {
    margin-top: 0;
  }
  .success-container-new .ib-sw .ib-sw-prev,
  .success-container-new .ib-sw .ib-sw-next {
    margin-top: 24px;
  }
  .success-container-new .swiper-slide-active,
  .success-container-new .swiper-slide-duplicate-active {
    width: 230px !important;
    height: 346px;
  }
  .success-container-new .swiper-slide-active .slider-item,
  .success-container-new .swiper-slide-duplicate-active .slider-item {
    height: 346px;
    margin-top: 0;
  }
  .success-container-new .swiper-slide-active .slider-item .slider-desc .tag,
  .success-container-new
    .swiper-slide-duplicate-active
    .slider-item
    .slider-desc
    .tag {
    margin-top: -15px;
  }
  .success-container-new .swiper-slide-active .slider-item .slider-desc .desc,
  .success-container-new
    .swiper-slide-duplicate-active
    .slider-item
    .slider-desc
    .desc {
    font-size: 12px;
  }

  .video-banner .banner-txt {
    padding: 10rem 20px;
  }
  .video-banner .banner-txt .title-box .link-wrap {
    width: 171px;
    height: 55px;
  }
  .video-banner .banner-txt .title-box .sub-title {
    font-size: 14px;
  }
  .video-banner .banner-txt .title-box .sub-title .circle-wrap {
    width: 12px;
    height: 12px;
  }
  .video-banner .banner-txt .title-box .sub-title .circle-wrap .circle-inside {
    width: 6px;
    height: 6px;
  }
  .video-banner .banner-txt .title-box .main-title {
    font-size: 46px;
    line-height: 70px;
  }
  .video-banner .banner-txt .count-box {
    text-align: left;
  }
  .video-banner .banner-txt .count-box ul {
    flex-direction: column;
    gap: 2rem;
  }

  .section-pic-common {
    flex-direction: row;
    align-items: flex-start;
    padding: 91px 20px 0;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 100% 100%;
  }
  .section-pic-common .section-pic-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .section-pic-common .section-pic-title img {
    width: 93px;
    margin-bottom: -30px;
  }
  .section-pic-common .section-pic-content p {
    font-size: 14px;
    width: 160px;
    padding: 15px;
  }
  .section-pic-common .section-pic-content .last-section {
    height: 224px;
  }

  .section-global {
    background-image: url("../images/index/content1-mobile.png");
  }

  .section-lead {
    background-image: url("../images/index/content2-mobile.png");
  }

  .section-team {
    background-image: url("../images/index/content3-mobile.png");
  }

  .solution-new {
    padding-top: 80px;
  }
  .solution-new h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .solution-new_content {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
  .solution-new_content .button {
    height: 32px;
    width: 90px;
    text-align: center;
    gap: 0;
  }
  .solution-new_content .mobile-button-wrap {
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
  }
  .solution-new_content .content-card {
    padding: 0 20px;
    width: 100%;
    height: 320px;
  }
  .solution-new_content .content-card:hover {
    transform: translateY(0) !important;
    background: #f2f2f2;
  }
  .solution-new_content .content-card .content-header {
    margin-bottom: 30px;
    justify-content: center;
  }
  .solution-new_content .content-card .content-header .title {
    font-size: 20px;
  }
  .solution-new_content .content-main {
    overflow-x: auto;
    gap: 15px;
    box-shadow: 0 8px 19px 0 rgba(133, 133, 133, 0.14);
  }
  .solution-new_content .content-main p {
    min-width: 105px;
    /*height: 135px;*/
    padding: 12px;
    font-size: 14px;
    box-sizing: content-box;
  }
}
