body {
  background-color: #ffffff;
}

.Index-wrapper {
  width: 100%;
}
.Index-wrapper .Index-banner {
  position: relative;
  overflow: hidden;
}
.Index-wrapper .Index-banner img {
  width: 100%;
  height: 7.14rem;
}
.Index-wrapper .Index-banner ul {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 13.4%;
}
.Index-wrapper .Index-banner ul li {
  line-height: 1;
}
.Index-wrapper .Index-banner ul li:nth-child(1),
.Index-wrapper .Index-banner ul li:nth-child(2) {
  font-size: 0.6rem;
  color: #4d6cf7;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .Index-wrapper .Index-banner ul li:nth-child(1),
  .Index-wrapper .Index-banner ul li:nth-child(2) {
    background-image: linear-gradient(to left bottom, #0655a0, #0272dc, #57adff, #1570c7, #4d6cf7);
    -webkit-background-clip: text;
    /* Safari/Chrome */
    -webkit-text-fill-color: transparent;
    /* Safari/Chrome */
  }
}
.Index-wrapper .Index-banner ul li:nth-child(2) {
  font-size: 0.9rem;
  margin-top: 0.46rem;
}
.Index-wrapper .Index-banner ul li:nth-child(3) {
  font-size: 0.24rem;
  color: #b8b8b8 !important;
  margin-top: 0.5rem;
}
.Index-wrapper .solution {
  max-width: 1400px;
  margin: 0.8rem auto;
}
.Index-wrapper .solution ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 0.4rem;
  overflow: hidden;
}
.Index-wrapper .solution ul li {
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.Index-wrapper .solution ul li .solution-bg {
  width: 100%;
}
.Index-wrapper .solution ul li .solution-sub {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.3rem 0 0.3rem 0.3rem;
  box-sizing: border-box;
  text-align: left;
}
.Index-wrapper .solution ul li .solution-sub .solution-title {
  font-size: 0.24rem;
  color: #fffefe;
  margin: 0 0 0.2rem 0;
}
.Index-wrapper .solution ul li .solution-sub .solution-content {
  font-size: 0.16rem;
  color: #fffefe;
  margin-top: 0.12rem;
}
.Index-wrapper .solution ul li .solution-sub .solution-content img {
  display: none;
  margin-right: 0.1rem;
  vertical-align: middle;
  transition: all 0.5s ease;
}
.Index-wrapper .solution ul li .solution-sub .solution-btn {
  display: none;
  font-size: 0.14rem;
  width: 1.2rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.04rem;
  background: #0078ff;
  text-align: center;
  color: #ffffff;
  margin-top: 0.4rem;
  cursor: pointer;
}
.Index-wrapper .solution ul li .solution-sub .solution-btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
}
.Index-wrapper .solution ul li:nth-child(1) .solution-sub {
  background: linear-gradient(to bottom, #00b3fe, transparent);
}
.Index-wrapper .solution ul li:nth-child(2) .solution-sub {
  background: linear-gradient(to bottom, #187bde, transparent);
}
.Index-wrapper .solution ul li:nth-child(3) .solution-sub {
  background: linear-gradient(to bottom, #09bbb5, transparent);
}
.Index-wrapper .solution ul li:nth-child(4) .solution-sub {
  background: linear-gradient(to bottom, #105f83, transparent);
}
.Index-wrapper .coreAlgorithm {
  max-width: 1400px;
  margin: 0.8rem auto;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul .coreAlgorithm-ul-li {
  display: flex;
  width: calc(50% - 0.1rem);
  margin-top: 0.2rem;
  overflow: hidden;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right {
  display: inline-block;
  background: #eff5fc;
  padding: 0.3rem;
  box-sizing: border-box;
  line-height: 1;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right li {
  text-align: left;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right li:nth-child(1) {
  font-size: 0.2rem;
  color: #3578ff;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right li:nth-child(1) img {
  vertical-align: middle;
  margin: 0 0.1rem 0 0;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right li:nth-child(2) {
  font-size: 0.14rem;
  color: #666666;
  margin-top: 0.2rem;
  line-height: 0.3rem;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right li:nth-child(3) {
  font-size: 0.14rem;
  color: #3578ff;
  margin-top: 0.2rem;
  cursor: pointer;
}
.Index-wrapper .coreAlgorithm .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right li:nth-child(3) a {
  color: #3578ff;
}
.Index-wrapper .productCenter {
  max-width: 1400px;
  margin: 0.8rem auto;
}
.Index-wrapper .productCenter .productCenter-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}
.Index-wrapper .productCenter .productCenter-ul li {
  position: relative;
  line-height: 1;
  margin-top: 0.2rem;
}
.Index-wrapper .productCenter .productCenter-ul li.productCenter-1 {
  width: 66%;
}
.Index-wrapper .productCenter .productCenter-ul li.productCenter-2 {
  width: calc(34% - 0.2rem);
}
.Index-wrapper .productCenter .productCenter-ul li.productCenter-3,
.Index-wrapper .productCenter .productCenter-ul li.productCenter-4 {
  width: 27.4%;
}
.Index-wrapper .productCenter .productCenter-ul li.productCenter-5 {
  width: calc(45.2% - 0.4rem);
}
.Index-wrapper .productCenter .productCenter-ul li:nth-child(even) {
  margin-left: 0.2rem;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-bg {
  width: 100%;
}
.Index-wrapper .productCenter .productCenter-ul li:nth-child(5) {
  margin-left: 0.2rem;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0 0 0.4rem;
  box-sizing: border-box;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box h2 {
  font-size: 0.36rem;
  font-weight: normal;
  color: #262626;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box .productCenter-first {
  color: #ffffff;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box .english-name {
  font-size: 0.2rem;
  margin-top: 0.24rem;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box div {
  font-size: 0.16rem;
  color: #c2c2c2;
  margin-top: 0.3rem;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box .btn {
  font-size: 0.14rem;
  text-align: center;
  width: 1.14rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border: 1px solid #b8b8b8;
  color: #5b5b5b;
  border-radius: 0.04rem;
  margin-top: 0.3rem;
  cursor: pointer;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box .btn a {
  color: #5b5b5b;
  display: block;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box .btn img {
  width: 0.18rem;
  height: 0.18rem;
  vertical-align: top;
  margin: 0.1rem 0 0 0.1rem;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box .productCenter-first-btn {
  border: 1px solid #a2a2a2;
  color: #c2c2c2;
}
.Index-wrapper .productCenter .productCenter-ul li .productCenter-box .productCenter-first-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #c2c2c2;
}
.Index-wrapper .cooperationEcology {
  max-width: 1400px;
  margin: 0.8rem auto 0;
  line-height: 1;
}
.Index-wrapper .cooperationEcology ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.Index-wrapper .cooperationEcology ul li {
  width: 20%;
  text-align: center;
  margin-top: 50px;
}
.Index-wrapper .cooperationEcology ul li img {
  width: 0.78rem;
}
.Index-wrapper .cooperationEcology ul li p {
  font-size: 0.2rem;
  color: #393939;
  margin-top: 0.3rem;
}
.Index-wrapper .cooperationEcology .swiper-container {
  margin-top: 0.5rem;
}
.Index-wrapper .cooperationEcology .swiper-container .swiper-slide {
  width: auto !important;
}
.Index-wrapper .cooperationEcology .swiper-container .swiper-button-next,
.Index-wrapper .cooperationEcology .swiper-container .swiper-button-prev {
  width: 0.4rem;
  height: 0.9rem;
  background: rgba(255, 255, 255, 0.3);
  margin-top: -0.4rem !important;
}
.Index-wrapper .cooperationEcology .swiper-container .swiper-button-next img,
.Index-wrapper .cooperationEcology .swiper-container .swiper-button-prev img {
  vertical-align: top;
  margin-top: 0.34rem;
}
.Index-wrapper .cooperate {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.2rem;
  margin-top: 0.4rem;
  padding-left: 13%;
  box-sizing: border-box;
  line-height: 1;
}
.Index-wrapper .cooperate p {
  font-size: 0.4rem;
  color: #262626;
}
.Index-wrapper .cooperate div {
  font-size: 0.24rem;
  color: #363636;
  margin-top: 0.4rem;
}
.Index-wrapper .cooperate div img {
  width: 0.24rem;
  height: 0.21rem;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 0.1rem;
}

@media screen and (max-width: 1100px) {
  .Index-wrapper ul {
    top: 20% !important;
    left: 10% !important;
  }
  .solution {
    box-sizing: border-box;
  }
  .solution ul {
    margin-top: 0 !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }
  .solution ul li {
    width: 100% !important;
    display: flex !important;
    margin-top: 0.4rem;
  }
  .solution ul li .solution-bg {
    width: 2.62rem !important;
  }
  .solution ul li .solution-sub {
    padding: 0.16rem 0.2rem 0.3rem !important;
    background: #eff5fc !important;
    position: relative !important;
    flex: 1 !important;
  }
  .solution ul li .solution-title {
    margin: 0 0 0.2rem 0 !important;
    color: #262626 !important;
  }
  .solution ul li .solution-content {
    color: #666666 !important;
  }
  .solution ul .solution-btn {
    width: 1.4rem !important;
    height: 0.4rem !important;
    line-height: 0.4rem !important;
    margin-top: 0.2rem !important;
  }
  .coreAlgorithm,
  .solution,
  .productCenter,
  .cooperationEcology,
  .bottom-main {
    width: 100% !important;
  }
  .coreAlgorithm-ul .coreAlgorithm-ul-li {
    width: 100% !important;
  }
  .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-ul-bg {
    width: 2.62rem !important;
  }
  .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right {
    display: block !important;
    padding: 0.2rem !important;
  }
  .coreAlgorithm-ul .coreAlgorithm-ul-li .coreAlgorithm-right li:nth-child(1) {
    font-size: 0.3rem;
  }
  .productCenter-ul {
    justify-content: space-between !important;
  }
  .productCenter-ul li {
    width: calc((100% - 0.2rem) / 2) !important;
  }
  .productCenter-ul li:nth-child(1) .productCenter-box div {
    display: none;
  }
  .productCenter-ul li:nth-child(1) .productCenter-box .btn {
    display: block;
  }
  .productCenter-ul li:nth-child(even),
  .productCenter-ul li.productCenter-5 {
    margin-left: 0 !important;
  }
  .productCenter-ul li .productCenter-box {
    padding: 0.1rem 0 0 0.1rem !important;
  }
  .productCenter-ul li .btn {
    width: 1.6rem !important;
    height: 0.4rem !important;
    line-height: 0.4rem !important;
  }
  .Index-wrapper .cooperate {
    padding-left: 6% !important;
  }
}
@media screen and (max-width: 700px) {
  .Index-wrapper .productCenter .productCenter-ul li .productCenter-bg {
    height: 160px;
    object-fit: cover;
  }
}
