/* s1 */
@media only screen and (min-device-width:1200px) {
.s1 {
  position: relative;
  padding: 60px 0;
}
.s1 ._t {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -690px;
  width: 910px;
  height: 177px;
  background: url(./img/t1.png) 0 0 no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
.s1_cont {
  overflow: hidden;
}
.s1_cont .r_pic {
  float: right;
  width: 634px;
  margin-left: 50px;
}
.s1_cont .l_cont {
  color: #646877;
  margin-top: 100px;
}
/* s2 */
.s2 {
  position: relative;
  background: url(./img/s2-b.png) center 0 no-repeat;
  background-size: 100% auto;
  padding: 60px 0;
}
.s2 ._t {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -666px;
  width: 910px;
  height: 177px;
  background: url(./img/t2.png) 0 0 no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
.s2 .l_pic {
  float: left;
  width: 500px;
  margin-right: 50px;
  margin-top: 60px;
}
.s2 .r_cont {
  margin-top: 90px;
}
/* s3 */
.s3 {
  position: relative;
  padding: 60px 0;
}
.s3 ._t {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -666px;
  width: 524px;
  height: 177px;
  background: url(./img/t3.png) 0 0 no-repeat;
  background-size: auto 100%;
  font-size: 0;
}
}
@media only screen and (max-device-width:1199px) {
    .solution {
        padding: 0.3rem;
        line-height: 0.4rem;
        margin-top: -0.5rem;
    }
    ._title {
        font-size: 0.32rem;
        color: #4a4a4a;
        margin: 0.4rem 0;
        position: relative;
        padding-left: 0.2rem;
    }
    ._title::before {
        content: "";
        width: 3px;
        height: 12px;
        border-radius: 5px;
        background: #406bd4;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}