/*banner*/
.calculate_banner {
  overflow: hidden;
  width: 100%;
  background: #eee;
  min-height: 300px;
  font-size: 0.12rem;
  height: 300px;
}
.calculate_banner .bannerText {
  width: 100%;
  height: 100%;
  padding: 60px 0 0 20%;
  box-sizing: border-box;
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: scale-down;
}
.calculate_banner .bannerText .bannerTitle {
  color: white;
  font-size: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 25px;
  font-weight: normal;
}
.calculate_banner .bannerText p {
  width: 500px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
}
.calculate_banner .bannerText .bannerDesc {
  margin: 20px 0;
}
.calculate_banner .bannerText .bannerBtn {
  background-color: #0085c9 !important;
  border-color: #0085c9 !important;
  height: 30px;
  width: 100px;
  line-height: 28px;
  font-size: 14px;
  padding: 0;
  margin: 20px 0;
}

/* 应用场景 */
.yingyong {
  background-color: #f5f5f6;
}
.yingyong_top {
  box-sizing: border-box;
}

/* 解决方案 */
.title img {
  max-width: 100%;
}
.jiejue_end {
  padding: 50px 0;
  box-sizing: border-box;
}

/*模块标题*/
.module {
  padding-top: 40px;
  box-sizing: border-box;
}
.module_center {
  width: 1200px;
  margin: 0 auto;
}
.module .title {
  text-align: center;
  margin-bottom: 30px;
}
.module .title h3 {
  font-size: 28px;
  line-height: 28px;
  color: #494645;
  font-weight: 600;
  margin-bottom: 15px;
}
.module .title span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #9f9c96;
}

@media (max-width: 780px) {
  /*模块标题*/
  .module .module_center {
    width: 100%;
  }
  .module .module_center .title h3 {
    font-size: 17px;
  }
  .module .module_center .title span {
    font-size: 17px;
  }

  /*banner*/
  .calculate_banner {
    height: 250px;
  }
  .calculate_banner .bannerText {
    background-position: 60% center;
    padding: 40px 0 0 10%;
  }
  .calculate_banner .bannerText .bannerTitle {
    font-size: 20px !important;
    font-weight: bold;
  }
  .calculate_banner .bannerText .bannerDesc {
    width: 70%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  /* 应用场景 */
  .yun_end {
    width: 90%;
    margin-left: 20px !important;
    box-sizing: border-box;
  }
  .jiejue_end {
    width: 90%;
    margin-left: 20px !important;
    box-sizing: border-box;
  }
}
