.person-b {
  background: url(../images/development/images/development_banner_01.jpg) no-repeat center center;
  background-size: cover;
}
.public0-news-tit {
  margin-bottom: 80px;
}
.public0-news-tit h2 {
  background: url(../images/development/development_title1_bg.png) no-repeat center center;
  background-size: 33% auto;
}
.user-con {
  padding-bottom: 80px;
  margin-top: 130px;
}
.user-solut {
  background-color: #f6f8fb;
  padding-top: 100px;
  padding-bottom: 60px;
}
.dev-time {
  position: relative;
  padding-bottom: 80px;
  color: #1e1e1e;
}
.dev-time .time-line {
  position: absolute;
  width: 1px;
  background-color: #80736b;
  height: 100%;
  left: 71px;
  top: 21px;
  z-index: -1;
}
.dev-time .time-head {
  padding-left: 160px;
  background: url(../images/development/development_icon1.png) no-repeat center left;
  padding-top: 20px;
  padding-bottom: 29px;
  margin-bottom: 50px;
}
.dev-time .time-head p {
  font-size: 14px;
  margin-bottom: 10px;
}
.dev-time .time-head h3 {
  font-size: 20px;
  font-weight: 900;
}
.dev-time .time-item {
  padding-left: 160px;
  margin-bottom: 90px;
  background: url(../images/development/development_icon2.png) no-repeat;
  background-position: 50px 10px;
  -webkit-transition: .5s;
  transition: .5s;
  background-size: 14px;
}
.dev-time .time-item:hover {
  background-size: 20px;
  background-position: 47px 10px;
}
.dev-time .time-item .t-t-head {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
}
.dev-time .time-item .t-t-head:hover {
  opacity: .95;
  -webkit-transform: translateY(-3px) translateX(-3px);
          transform: translateY(-3px) translateX(-3px);
}
.dev-time .time-item .t-t-head h2 {
  color: #0462d9;
  font-size: 30px;
  font-weight: 900;
  margin-right: 14px;
}
.dev-time .time-item .t-t-head p {
  color: #1e1e1e;
  font-size: 30px;
  font-weight: 900;
}
.dev-time .time-item .t-m-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}
.dev-time .time-item .t-m-img:hover {
  opacity: .95;
  -webkit-transform: translateY(-3px) translateX(-3px);
          transform: translateY(-3px) translateX(-3px);
}
.dev-time .time-item .t-m-img img {
  display: block;
  width: 49.5%;
  margin-right: 1%;
}
.dev-time .time-item .t-m-img img:nth-of-type(2n) {
  margin-right: 0px;
}
.dev-time .time-item .t-b-txt {
  font-size: 16px;
  color: #1e1e1e;
  line-height: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}
.dev-time .time-item .t-b-txt:hover {
  opacity: .95;
  -webkit-transform: translateY(-3px) translateX(-3px);
          transform: translateY(-3px) translateX(-3px);
}
/*# sourceMappingURL=development.css.map */