* {
  color: #333333;
}

.bar {
  padding-bottom: 80px;
}

.bar .title{
  padding: 80px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}

.bar .title span{
  color: #6c6c6c;
  font-weight: normal;
}

.card {
  width: 100%;
}

.card .item {
  width: 252px;
  height: 380px;
  background: #ffffff;
  border: 1px solid #9ec2ff;
  border-radius: 20px;
  margin: 0 73px;
  text-align: center;
  box-sizing: border-box;
  padding: 60px 20px;
}

.card .item img {
  height: 140px;
}

.card .item p {
  font-size: 16px;
  font-weight: 400;
  color: #a2a2a2;
  line-height: 30px;
}

.card .item p.card-title {
  font-size: 24px;
  font-weight: 400;
  color: #515151;
  line-height: 48px;
}

.bar .inner p{
  font-size: 14px;
  text-align: left;
  color: #333333;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: justify;
}

.bar .inner p:last-of-type{
  margin-bottom: 0;
}

.introduction .inner img{
  width: 482px;
  height: 638px;
}

.introduction .inner p{
  width: 649px;
}

.concept {
  background-color: #f8fbff;
}

.honor img{
  width: 100%;
}