.service-box {
  background-color: #15315E;
  padding: 24px;
}
.service-box-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 1px #065EE3;
}
.service-box-title {
  width: 30%;
  padding: 24px;
  box-sizing: border-box;
  color: #FFF;
}
.service-box-content {
  width: 70%;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 1px #FFF;
  color: #FFF;
}
.service-index {
  background: url(../images/home/img-value.jpg) no-repeat;
  background-attachment: fixed;
  padding: 30px;
}
.service-index-list {
  display: flex;
  align-items: center;
}
.service-index-item {
  width: 33.3%;
}
.service-index-circle {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  height: 280px;
  background-color: #FFF;
  color: #065EE3;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 20px #065EE3;
}
.service-index-circle h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
/*.service-index-circle:nth-child(2) {
  width: 380px;
  height: 380px;
}*/