.person-b {
  background: url(../images/apply/apply_banner.jpg) no-repeat center center;
  background-size: cover;
}
.public0-news-tit {
  margin-bottom: 80px;
}
.public0-news-tit h2 {
  background: url(../images/apply/apply_title_bg.png) no-repeat center center;
  background-size: 70% auto;
}
.apply-con {
  padding-bottom: 80px;
  margin-top: 130px;
}
.apply-solut {
  background-color: #f6f8fb;
  padding-top: 100px;
  padding-bottom: 60px;
}
.person-value {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ap-solut-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 30px;
}
.ap-solut-tit .tit-item {
  -webkit-transition: .5s;
  transition: .5s;
  width: 19%;
  padding: 70px 40px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 21, 43, 0.14);
          box-shadow: 0px 0px 20px 0px rgba(0, 21, 43, 0.14);
  border-radius: 4px;
}
.ap-solut-tit .tit-item>p{
	margin-top:30px;
}
.ap-solut-tit .tit-item:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  -webkit-transform: translateY(-3px) translateX(-3px);
          transform: translateY(-3px) translateX(-3px);
}
.ap-solut-tit .tit-item img {
  width: 40%;
}
/*# sourceMappingURL=apply.css.map */