@import 'iconfont.css';
.auto > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e6e6e6;
}
.big-box {
  background: url(../img/solve/zidonghua_bg.jpg) no-repeat right bottom;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 6.4rem;
}
.big-box .auto-content .left {
  float: left;
  width: 45.3%;
}
.big-box .auto-content .left img {
  width: 100%;
}
.big-box .auto-content .right {
  float: right;
  width: 50%;
  position: relative;
}
.big-box .auto-content .right h2 {
  font-size: 3rem;
  color: #1e4593;
  font-family: "Times New Roman";
  padding-top: 16%;
}
.big-box .auto-content .right h3 {
  font-size: 2.4rem;
  color: #1e4593;
  position: relative;
  top: -0.8rem;
}
.big-box .auto-content .right p {
  font-size: 0.8rem;
  width: 90%;
  color: #999;
  text-align: justify;
  margin-top: 2.2rem;
}
.big-box .auto-content .right:before {
  content: '“';
  font-size: 6.4rem;
  color: #dadcdc;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Times New Roman";
}
.big-box .auto-content .right:after {
  content: '”';
  font-size: 6.4rem;
  color: #dadcdc;
  font-weight: bold;
  position: absolute;
  bottom: -35%;
  right: 6%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .big-box {
    padding-top: 2rem;
  }
  .auto > h2 {
    font-size: 1.6rem;
    margin-top: 1.8rem;
    padding-bottom: 1.6rem;
  }
  .big-box .auto-content .left {
    width: 100%;
  }
  .big-box .auto-content .right {
    width: 100%;
  }
  .big-box .auto-content .right h2 {
    font-size: 2rem;
    padding-top: 20%;
  }
  .big-box .auto-content .right h3 {
    font-size: 1.8rem;
    top: -0.2rem;
  }
  .big-box .auto-content .right p {
    margin-top: 1rem;
    width: 100%;
  }
  .big-box .auto-content .right:after {
    bottom: -46%;
  }
}
/*# sourceMappingURL=solve_auto.css.map */