﻿.section-banner {
  position: relative;
  background-image: url(/img/banner-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 640px;
  margin-top: 60px;
}

.section-banner-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 64px 0 240px;
}

@media screen and (max-width: 1600px) {
  .section-banner-wrapper {
    padding: 0 32px 0 48px;
  }
}

.bannertext1 {
  font-size: 60px;
  color: #2347fc;
  letter-spacing: 0;
  line-height: 64px;
  font-weight: 700;
  padding-top: 160px;
}
.bannertext2 {
  font-size: 36px;
  color: #696969;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
  margin-top: 32px;
}
.banner-btn {
  background-image: linear-gradient(270deg, #776ee3 0%, #2d4ff2 100%);
  border-radius: 32px;
  margin-top: 64px;
  width: 200px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.banner-btn-arrow {
  width: 32px;
  height: 32px;
  margin-left: 8.5px;
}

.banner-img {
  position: absolute;
  right: 56px;
  top: 0;
}

.section-title {
  height: 48px;
  margin: 0 auto;
  font-size: 36px;
  color: #262626;
  line-height: 48px;
  text-align: center;
  margin-bottom: 64px;
}
.section-title-sub {
  color: #2347fc;
}

/*优势*/
.section-advantage {
  background: #f5f9ff;
  width: 100%;
  height: 632px;
  position: relative;
  padding: 80px 0;
}

.advantage-wrapper {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.advantage-inner {
  width: 330px;
  height: 360px;
  background-image: linear-gradient(270deg, #89a3f0 0%, #417cf1 100%);
  border-radius: 16px;
  position: relative;
}
.advantage-inner-text {
  margin-top: 36px;
  margin-left: 36px;
}
.advantage-inner-text1 {
  font-size: 24px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.advantage-inner-text2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
}
.advantage-inner-img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.advantage-inner-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 240px;
  background-image: linear-gradient(179deg, #d6e2ff 0%, #ffffff 100%);
  border-radius: 16px;
  padding: 80px 36px 72px 36px;
  font-size: 16px;
  color: #454545;
  line-height: 22px;
  font-weight: 400;
}

/*搭建*/
.section-build {
  background: #ffffff;
  width: 100%;
  height: 380px;
  position: relative;
  padding-top: 80px;
}

.build-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 56px;
}
.build-inner {
  width: 100px;
  margin-top: 64px;
  margin-bottom: 64px;
  text-align: center;
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  font-weight: 400;
}

.build-inner-img {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}
.build-inner:hover > p {
  color: #0057fe;
}
.build-inner:hover > .build-inner-img {
  border: 1px solid #0057fe;
  border-radius: 20px;
}

.section-function {
  background: #ffffff;
  width: 100%;
  height: 792px;
  position: relative;
  padding: 80px 0;
  padding-bottom: 0;
}
.function-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 56px;
}
.function-inner1 {
  width: 880px;
  height: 586px;
  background: url(/img/4-1.png) center / cover no-repeat;
  padding: 64px;
  border-radius: 32px;
}
.function-inner2 {
  width: 520px;
  height: 586px;
  background: url(/img/4-2.png) center / cover no-repeat;
  padding: 64px;
  position: relative;
  border-radius: 32px;
}
.function-inner1-d1 {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  width: 120px;
  height: 36px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.function-inner1-d2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 64px;
}
.function-inner1-d3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 64px;
}
.function-inner1-d4 {
  background: #ffffff;
  border-radius: 32px;
  width: 200px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.function-inner2-d2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
  width: 335px;
  height: 150px;
  position: absolute;
  bottom: 64px;
  left: 64px;
}

/* 完美适配 各行各业*/
.section-universal {
  width: 100%;
  height: 692px;
  padding: 80px 0;
}
.universal-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.universal-inner1,
.universal-inner2 {
  position: relative;
  width: 330px;
  height: 420px;
  margin-right: 40px;
}
.universal-inner1 > img {
  width: 100%;
  height: 100%;
  position: relative;
}
.universal-inner-tip {
  position: absolute;
  width: 100%;
  height: 64px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(270deg, #776ee3 0%, #2d4ff2 100%);
  border-radius: 0px 0px 10px 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.universal-inner3 {
  width: 700px;
  height: 420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.universal-inner3-inner {
  width: 330px;
  height: 190px;
  position: relative;
}
.universal-inner3-inner > img {
  width: 100%;
  height: 100%;
  position: relative;
}

/*服务支持*/
.section-support {
  width: 100%;
  height: 740px;
  padding: 80px 0;
  background: #f9fbff;
}
.support-content {
  display: flex;
  justify-content: center;
}
.support-wrapper {
  background: #f3f7ff;
  border: 1px solid rgba(228, 236, 255, 1);
  border-radius: 36px;
  height: 468px;
  display: flex;
  justify-content: center;
  padding-top: 61px;
  gap: 100px;
}
.support-inner1 {
  padding-top: 19px;
  padding-left: 100px;
}
.support-inner2 {
  width: 588px;
  height: 385px;
}
.support-inner1-p1 {
  font-size: 36px;
  color: #292929;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 16px;
}
.support-inner1-p2 {
  font-size: 14px;
  color: #454545;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 45px;
}
.support-inner1-wrapper {
  width: 580px;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.support-inner1-wrapper-inner {
  width: 290px;
  height: 60px;
  /*    padding: 20px 0px 20px 54px;*/
  display: flex;
  align-items: center;
  /*    background: #FFFFFF;*/
  /*    border-radius: 16px;*/
}
.support-inner1-wrapper-inner > img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.support-inner1-wrapper-inner-p1 {
  font-size: 16px;
  color: #454545;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.support-inner1-wrapper-inner-p2 {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  font-weight: 400;
}

.section-try {
  padding: 80px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/try-bg.png);
}
.section-try .experience_btn {
  background-image: linear-gradient(270deg, #776ee3 0%, #2d4ff2 100%);
  border-radius: 32px;
  margin-left: 50px;
  width: 200px;
  height: 64px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.section-try .experience_title {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 64px;
  font-weight: 500;
}
