@import 'iconfont.css';
.solve-title {
  background: url(../img/solve/bg_01.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
}
.solve-title > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e6e6e6;
}
.solve-list > div {
  background: url(../img/solve/bg_02.jpg) no-repeat;
  background-size: cover;
}
.solve-list > div .solve {
  cursor: pointer;
}
.solve-list > div .solve .left {
  width: 50%;
  float: left;
  height: 0;
  padding-bottom: 33%;
  position: relative;
}
.solve-list > div .solve .left img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.solve-list > div .solve .left:before {
  content: '';
  width: 8.9rem;
  height: 2px;
  background: #28468e;
  position: absolute;
  top: 50%;
  left: 84%;
  z-index: 20;
}
.solve-list > div .solve .right {
  width: 50%;
  float: left;
  height: 0;
  padding-bottom: 33%;
  padding-left: 8%;
}
.solve-list > div .solve .right h2 {
  font-size: 3rem;
  color: #f4c117;
  font-family: "Times New Roman";
  width: 60%;
  line-height: 3rem;
  padding-top: 1.5rem;
}
.solve-list > div .solve .right h3 {
  font-size: 1.8rem;
  color: #28468e;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.solve-list > div .solve .right p {
  font-size: 0.8rem;
  color: #999;
  text-align: justify;
  width: 60%;
}
.solve-list > div:nth-child(2) .solve .left:before {
  top: 68%;
}
.solve-list > div:nth-child(3) {
  background: url(../img/solve/solve_bg_03.jpg) no-repeat;
  background-size: cover;
}
.solve-list > div:nth-child(3) .solve .left {
  padding-bottom: 42%;
}
.solve-list > div:nth-child(3) .solve .right {
  padding-bottom: 42%;
}
.solve-list > div:nth-child(3) .solve .right h2 {
  color: #fff;
  padding-top: 18%;
}
.solve-list > div:nth-child(even) {
  background: url(../img/solve/solve_bg_02.jpg) no-repeat;
  background-size: cover;
}
.solve-list > div:nth-child(even) .solve .left {
  float: right;
  padding-bottom: 50%;
}
.solve-list > div:nth-child(even) .solve .left:before {
  left: -16%;
}
.solve-list > div:nth-child(even) .solve .right {
  float: left;
  padding-bottom: 50%;
  background: #fff;
  padding-left: 2%;
}
.solve-list > div:nth-child(even) .solve .right h2 {
  padding-top: 43%;
  color: #eeeef0;
}
.solve-list > div:nth-child(4) {
  background: none;
}
.solve-list > div:nth-child(4) .solve .right {
  padding-bottom: 55%;
}
.solve-list > div:nth-child(4) .solve .right h2 {
  padding-top: 30%;
}
.solve-list > div:nth-child(4) .solve .left {
  padding-bottom: 55%;
}
.solve-list > div:nth-child(4) .solve .left:before {
  top: 44%;
}
.solve-list > div:nth-child(4) .solve .left img {
  top: -4rem;
}
@media screen and (max-width: 768px) {
  .solve-title {
    background: none;
  }
  .solve-title > h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .solve-list > div {
    background: none;
  }
  .solve-list > div .solve .left:before {
    width: 0;
  }
  .solve-list > div .solve .left {
    width: 100%;
    padding-bottom: 100%;
  }
  .solve-list > div .solve .right {
    width: 100%;
    padding-bottom: 67%;
  }
  .solve-list > div .solve .right h2 {
    padding-top: 2rem;
  }
  .solve-list > div .solve .right p {
    font-size: 13px;
    width: 80%;
  }
  .solve-list > div:nth-child(even) .solve .left {
    padding-bottom: 100%;
  }
  .solve-list > div:nth-child(even) .solve .right {
    padding-bottom: 68%;
    padding-left: 8%;
  }
  .solve-list > div:nth-child(even) .solve .right h2 {
    padding-top: 2rem;
    color: #f4c117;
  }
  .solve-list > div:nth-child(3) {
    background: none;
  }
  .solve-list > div:nth-child(3) .solve .left {
    padding-bottom: 100%;
  }
  .solve-list > div:nth-child(3) .solve .right {
    padding-bottom: 62%;
  }
  .solve-list > div:nth-child(3) .solve .right h2 {
    color: #f4c117;
    padding-top: 2rem;
  }
  .solve-list > div:nth-child(4) .solve .left img {
    top: 0;
  }
}
/*# sourceMappingURL=solve_gongyi.css.map */