.content {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 2.866rem;
  overflow: hidden;
}
.content .box {
  width: 88%;
  margin: 0 auto;
}
.content .box .idea {
  width: 100%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  background-color: white;
  padding-top: 4.6rem;
  padding-bottom: 5.4rem;
}
.content .box .idea .title {
  text-align: left;
  margin-left: 3.1rem;
}
.content .box .idea .title .h3 {
  font-size: 1.533rem;
  line-height: 1.533rem;
  color: #666666;
  position: relative;
}
.content .box .idea .title .h3::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #c6150f;
  position: absolute;
  left: -9px;
  top: 8px;
}
.content .box .idea .title .h2 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.3rem;
  color: #c6150f;
  margin-top: 1.7rem;
}
.content .box .idea .p {
  width: 82%;
  margin: 0 auto;
  margin-top: 2rem;
}
.content .box .idea .p p {
  font-size: 1.5333rem;
  line-height: 2.6rem;
  color: #666666;
  text-align: justify;
}
.content .service {
  width: 88%;
  margin: 0 auto;
}
.content .service .top {
  width: 100%;
  position: relative;
}
.content .service .top .img {
  width: 100%;
}
.content .service .top .img img {
  width: 100%;
}
.content .service .top .text {
  position: absolute;
  top: 2rem;
  left: 3.3rem;
}
.content .service .top .text .icon {
  width: 5.466rem;
  float: left;
}
.content .service .top .text .icon img {
  width: 100%;
}
.content .service .top .text .title {
  float: left;
  margin-left: 2rem;
}
.content .service .top .text .title .h1 {
  font-size: 2.266rem;
  line-height: 2.266rem;
  letter-spacing: -3px;
  color: #ffffff;
}
.content .service .top .text .title .h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  opacity: 0.55;
  margin-top: 1rem;
}
.content .service .service-content {
  width: 100%;
  margin-top: 3rem;
}
.content .service .service-content .list {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 8.5rem;
}
.content .service .service-content .list p {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 1.533rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #333333;
}
.content .service .service-content .list p::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .service .service-content .list p em {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #c6150f;
}
.content .service .service-content .list p em span {
  color: #999999;
  margin-left: 1rem;
}
.content .service .service-content .list p b {
  width: calc(100% - 95px);
  display: block;
  float: left;
  margin-left: 1rem;
}
<!--0.00015115737915039-->