body {
  font-size: 0.24rem;
}
ol {
  margin-bottom: 0.1rem;
}
p {
  margin-bottom: 0.1rem;
}
img {
  width: 100%;
}
.lunbo-marginTop {
  width: 100%;
}
.statistics {
  width: 100%;
  background: #0445B6;
  padding: 0.2rem 0;
}
.statistics .statistics-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  overflow: hidden;
}
.statistics .statistics-flex .statistics-line {
  width: 1px;
  height: 0.3rem;
  background: #fff;
  flex-shrink: 0;
}
.statistics .statistics-flex .statistics-wrap {
  text-align: center;
}
.statistics .statistics-flex .statistics-text {
  font-size: 0.2rem;
}
.statistics .statistics-flex .statistics-text2 {
  font-size: 0.32rem;
}
.icon-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0.9rem;
}
.icon-block span {
  width: 0.4rem;
  height: 0.08rem;
  background: #FF8A00;
  border-radius: 0.04rem;
}
.icon-block span:nth-child(2) {
  width: 0.2rem;
  background: #FF8A00;
  border-radius: 0.04rem;
}
.icon-block span:nth-child(3) {
  width: 0.1rem;
  background: #FF8A00;
  border-radius: 0.04rem;
}
.software-box {
  width: 100%;
  padding: 0.1rem;
}
.serve {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.serve-title {
  font-size: 0.34rem;
  font-weight: bold;
  color: #494949;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.serve-title2 {
  font-size: 0.28rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #494949;
  text-align: center;
}
.serve-title3 {
  font-size: 0.28rem;
  color: #494949;
  margin-top: 0.2rem;
}
.serve-title3::after {
  content: '';
  height: 0.06rem;
  width: 1rem;
  background: #3075ED;
  display: block;
  margin: 0.2rem 0;
}
.software-content .business-img {
  text-align: center;
}
.software-content img {
  width: 80%;
}
.software-content .mini_software_icon {
  width: 0.87rem;
  height: 0.87rem;
}
.software-content .process-img {
  width: 3.71rem;
  height: 4.11rem;
}
.software-content .value-img {
  width: 3.82rem;
  height: 4.68rem;
}
.business-box {
  padding: 0.1rem 0.2rem;
  display: flex;
}
.business-box .business-title {
  font-size: 0.3rem;
  color: #303133;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.business-box .business-p {
  font-size: 0.26rem;
  color: #494949;
}
.business-box .business-p .business-tips {
  font-weight: 700;
}
.line-wrap {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.line-wrap .line {
  width: 90%;
  height: 1px;
  background: #F2F2F2;
}
.square {
  width: 0.24rem;
  height: 0.24rem;
  background: #FFB400;
  margin-right: 0.2rem;
  display: inline-block;
}
.serve-content-title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #303133;
  margin-top: 0.4rem;
}
.serve-content-text {
  font-size: 0.26rem;
  color: #494949;
  margin-top: 0.2rem;
}
.software-detail {
  background: #1560E3;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  width: 2rem;
  height: 0.7rem;
  text-align: center;
  margin-top: 0.4rem;
}
.software-detail a {
  font-size: 0.28rem;
  color: #fff !important;
  line-height: 0.7rem;
}
.partner-list {
  display: flex;
  justify-content: space-between;
  font-size: 0.26rem;
  font-weight: bold;
}
.partner-list .partner-item {
  position: relative;
}
.partner-list .partner-item::after {
  content: '';
  height: 0.03rem;
  width: 0.5rem;
  background: #3075ED;
  display: block;
  margin-top: 0.1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.partner-content {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.partner-content .img-list {
  display: flex;
  flex-direction: column;
}
.partner-content .img-list img {
  width: 1rem;
  height: 0.45rem;
  margin-top: 0.1rem;
}
