/* banner  */

.banner-section {
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/upload/2020-05-26/1590481338JZqnulKO.png?source=1);
  background-size: cover;
  padding-top: 0.57rem;
  padding-bottom: 0.62rem;
  padding-left: 10%;
}

.banner-section .title {
  font-size: 23px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
}

.banner-section .sub-title {
  width: 50%;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
}

.banner-section-content-btn {
  width: 120px;
  height: 40px;
  border: 0px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  margin-top: 32px;
  font-size: 10px;
  font-weight: 500;
  color: #2700b0;
  line-height: 14px;
}
/* 简介 */
.description-section {
  padding: 0.8rem 0;
}

.description-left-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
}

.description-left-info h2 {
  font-size: 23px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 34px;
  z-index: 99;
}

.description-left-info h5 {
  margin-top: 18px;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 17px;
  z-index: 99;
}

.description-right-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
}

/* 超全面的数据统计 */
.statistics-section {
  padding: 80px 0 120px 0;
}
.statistics-content {
  display: flex;
  flex-direction: row;
  margin: 35px 10px;
}
.statistics-content img {
  width: 60px;
  height: 60px;
}
.statistics-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.statistics-text p {
  line-height: 20px;
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}

/* 核心优势 */
.core-advantages-section {
  padding: 1.2rem 0;
}
.core-advantages-content {
  display: flex;
  flex-direction: column;
  justify-content: left;
  border: 1px solid #dddddd;
  height: 300px;
  padding: 40px;
  margin-top: 20px;
}
.core-advantages-content img {
  width: 70px;
  height: 70px;
}
.core-advantages-content h4 {
  color: #333333;
  font-size: 18px;
  margin: 30px 0 20px 0;
}
.core-advantages-content p {
  color: #666666;
  font-size: 12px;
}

/* 案例展示 */
.case-show-section {
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/images/productDescription/数据分析系统/案例展示背景.png);
  object-fit: cover;
  background-size: cover;
  padding: 0.8rem 0;
}

.case-show-image.show {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.case-show-button {
  border-radius: 20px;
  background-color: #fff;
  font-size: 14px;
  color: #1e87fe;
  height: 40px;
  width: 150px;
  margin: 20px;
}
.case-show-button.active {
  background: linear-gradient(90deg, #58b1ff, #4895ff);
  color: #ffffff;
}

/* 这些企业经营痛点，都能用数据解决 */
.business-pain-points-section {
  padding: 1.2rem 0 2rem 0;
}
.business-pain-points-title {
  background: linear-gradient(90deg, #58b1ff, #4895ff);
  border: 1px solid #4895ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 30px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}
.business-pain-points-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.business-pain-points-title h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.business-pain-points-content {
  border: 1px solid #dddddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business-pain-points-content p {
  color: #666666;
  font-size: 14px;
}

/* 大屏幕 */
@media screen and (min-width: 800px) {
  /*案例展示*/
  .case-show-image {
    background-color: #fff;
    padding: 40px 20px 50px 20px;
    display: none;
    height: 460px;
  }
}
/* 小屏幕 */
@media screen and (max-width: 800px) {
  /*案例展示*/
  .case-show-image {
    background-color: #fff;
    padding: 40px 20px 50px 20px;
    display: none;
  }
}<!--0.00022506713867188-->