.ac-title {
  margin-bottom: 35px;
}
.ac-title h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  color: #1c1f3f;
  text-align: center;
}
.ac-title .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #6d7882;
  text-align: center;
  margin-top: 15px;
}
.swiper-banner {
  margin-top: 55px;
}
.swiper-banner .swiper-container {
  height: 700px;
}
.swiper-banner .swiper-container .swiper-slide {
  background: url(../images/solution/banner.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content {
  margin-top: 146px;
  margin-left: 320px;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 82.32px;
  color: #ffffff;
  letter-spacing: 3px;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .desc {
  width: 810px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30.18px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 16px;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .tags {
  display: flex;
  align-items: center;
  grid-gap: 12px 20px;
  width: 530px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .tags .tag {
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #ffffff;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .button {
  width: 160px;
  line-height: 53px;
  border-radius: 35px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  color: #2563eb;
  text-align: center;
}
.swiper-banner .swiper-container .swiper-slide .swiper-slide-box .swiper-slide-content .button:hover {
  color: #fff;
  background: #2563eb;
  cursor: pointer;
}
.industry-pain-points {
  padding: 60px 0;
}
.industry-pain-points .industry-pain-points-content {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  width: 1280px;
  margin: 0 auto;
}
.industry-pain-points .industry-pain-points-content .industry-pain-points-item {
  width: 264px;
  height: 280px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industry-pain-points .industry-pain-points-content .industry-pain-points-item .industry-pain-points-item-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.industry-pain-points .industry-pain-points-content .industry-pain-points-item .industry-pain-points-item-header .industry-pain-points-item-header-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.industry-pain-points .industry-pain-points-content .industry-pain-points-item .industry-pain-points-item-header .industry-pain-points-item-header-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: #333;
}
.industry-pain-points .industry-pain-points-content .industry-pain-points-item .industry-pain-points-item-desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #666;
  text-align: center;
}
.industry-pain-points .industry-pain-points-content .industry-pain-points-item .industry-pain-points-item-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2563eb;
}
.solution-total {
  display: flex;
  align-items: center;
  height: 200px;
  background: url(../images/solution/total.png) no-repeat;
  background-size: 100% 100%;
}
.solution-total .solution-total-content {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.solution-total .solution-total-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-total .solution-total-item .solution-total-item-value {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
.solution-total .solution-total-item .solution-total-item-value span {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  color: #ffffff;
}
.solution-total .solution-total-item .solution-total-item-label {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
}
.solution {
  padding: 60px 0;
  opacity: 1;
  background: linear-gradient(0deg, #f5f9ff, #f5f9ff);
}
.solution .solution-content {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
}
.solution .solution-content .solution-item {
  width: 208px;
  height: 297px;
  padding: 40px 16px;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution .solution-content .solution-item .solution-item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 27.44px;
  color: #333333;
  margin-bottom: 20px;
}
.solution .solution-content .solution-item .solution-item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #666;
  text-align: center;
}
.solution .solution-content .solution-item:nth-child(1) {
  background: url(../images/solution/b1.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(1):hover {
  background: url(../images/solution/b1-h.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(2) {
  background: url(../images/solution/b2.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(2):hover {
  background: url(../images/solution/b2-h.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(3) {
  background: url(../images/solution/b3.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(3):hover {
  background: url(../images/solution/b3-h.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(4) {
  background: url(../images/solution/b4.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(4):hover {
  background: url(../images/solution/b4-h.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(5) {
  background: url(../images/solution/b5.png) no-repeat;
  background-size: 100% 100%;
}
.solution .solution-content .solution-item:nth-child(5):hover {
  background: url(../images/solution/b1-h.png) no-repeat;
  background-size: 100% 100%;
}
.advantage {
  padding: 60px 0;
}
.advantage .advantage-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage .advantage-content .advantage-item {
  width: 320px;
  height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.advantage .advantage-content .advantage-item .advantage-item-title {
  font-size: 24px;
  font-weight: 600;
  width: 168px;
  line-height: 34.75px;
  color: #ffffff;
  text-align: center;
}
.advantage .advantage-content .advantage-item .advantage-item-desc {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 25.6px;
  color: #ffffff;
  width: 212px;
  height: 88px;
  margin-bottom: 36px;
  text-align: center;
}
.advantage .advantage-content .advantage-item .advantage-item-btn {
  width: 135px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.advantage .advantage-content .advantage-item .advantage-item-btn:hover {
  color: #fff;
  border-radius: 4px;
  background: #2563eb;
  border: 1px solid #1d78ff;
}
.advantage .advantage-content .advantage-item:nth-child(1) {
  background: url(../images/solution/c1.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advantage-content .advantage-item:nth-child(2) {
  background: url(../images/solution/c2.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advantage-content .advantage-item:nth-child(3) {
  background: url(../images/solution/c3.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advantage-content .advantage-item:nth-child(4) {
  background: url(../images/solution/c4.png) no-repeat;
  background-size: 100% 100%;
}
.solution-architecture {
  padding: 60px 0;
  background: #f5f9ff;
}
.solution-architecture .solution-architecture-content {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.solution-architecture .solution-architecture-content img {
  width: 1280px;
  height: 629px;
  border-radius: 10px;
}
.customer-case {
  width: 100%;
  padding: 60px 0;
}
.customer-case .customer-case-content {
  width: 1280px;
  margin: 0 auto;
}
.customer-case .customer-case-content .customer-case-item {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
}
.customer-case .customer-case-content .customer-case-item .customer-case-item-img {
  width: 600px;
  height: 300px;
  border-radius: 10px;
}
.customer-case .customer-case-content .customer-case-item .customer-case-item-name {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.customer-case .customer-case-content .customer-case-item .customer-case-item-desc {
  width: 650px;
  font-size: 16px;
  font-weight: 400;
  line-height: 31.86px;
  color: #666;
}
.on-trial {
  background: url(../images/solution/e.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.on-trial .on-trial-desc {
  width: 1116px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #2563eb;
  margin-bottom: 25px;
  text-align: center;
}
.on-trial .on-trial-btn {
  width: 160px;
  line-height: 50px;
  text-align: center;
  border-radius: 60px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 500;
  color: #2563eb;
}
.on-trial .on-trial-btn:hover {
  color: #fff;
  background: #2563eb;
  cursor: pointer;
}
/*# sourceMappingURL=solution.css.map */