.quote_right {
  width: 986px;
  height: 500px;
  float: left;
  margin: 20px 0 0 20px;
}
.quote_blue {
  width: 986px;
  height: 36px;
  background: rgba(238, 247, 255, 1);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote_blue span {
  flex: 1;
  padding-left: 67px;
}
.quote_blue :nth-child(1),
.quote_white :nth-child(1) {
  color: #2a2a2a;
}
.quote_blue :nth-child(2),
.quote_white :nth-child(2) {
  color: #666;
  font-size: 12px;
}
.quote_white {
  width: 986px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote_white span {
  flex: 1;
  padding-left: 67px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
