.top {
  background: url(http://39.129.16.49:5001/static/cdn_img/web/caseDetail/img-bg.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box .content0 {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box .content0 .title0 {
  width: 100%;
  height: 95px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 35px;
  /** 文本1 */
  font-size: 24px;
  font-weight: 700;
  color: #466d9b;
  text-align: center;
  line-height: 95px;
}
.box .content0 .text0 {
  width: 100%;
  /** 文本1 */
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  text-align: justify;
}
.box .scene0 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.box .scene0 .above0 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  height: 335px;
  display: table;
}
.box .scene0 .above0 img {
  width: 100%;
  height: 100%;
}
.box .scene0 .above0 span {
  display: inline-block;
  width: 1200px;
  height: 60px;
  /** 文本1 */
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  color: #666666;
  text-align: center;
}
.box .scene0 .aboveUnder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  width: 1200px;
}
.box .scene0 .aboveUnder .aboveTest {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 592px;
  height: 333px;
  margin-bottom: 30px;
}
.box .scene0 .aboveUnder .aboveTest img {
  width: 100%;
  height: 100%;
}
.box .scene0 .aboveUnder .aboveTest span {
  display: inline-block;
  height: 60px;
  /** 文本1 */
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  color: #666666;
  text-align: center;
  vertical-align: top;
}
