.secondBoxDev {
  width: 100%;
  height: 300px;
  background: url(../images/development/banner.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 60px;
}
.thirdlyBoxDev {
  width: 100%;
  margin-bottom: 20px;
}
.thirdlyBoxDev .thirdlycentre {
  width: 70%;
  margin: 0 auto;
}
.thirdlyBoxDev .thirdlycentre .thirdlyTop {
  width: 30%;
}
.thirdlyBoxDev .thirdlycentre .thirdlyTop img {
  width: 100%;
  height: auto;
}
.thirdlyBoxDev .thirdlycentre .thirdlyBottomBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thirdlyBoxDev .thirdlycentre .thirdlyBottomBox .titleBox {
  width: 47%;
  color: #333333;
  letter-spacing: 3px;
  line-height: 2;
}
.thirdlyBoxDev .thirdlycentre .thirdlyBottomBox .imgBox {
  width: 40%;
  vertical-align: right;
}
.thirdlyBoxDev .thirdlycentre .thirdlyBottomBox .imgBox img {
  width: 100%;
  height: auto;
  vertical-align: right;
}
.fourthlyBox {
  width: 100%;
  padding: 30px 0 120px;
  background-color: #FAFBFD;
}
.fourthlyBox .imgBox4 {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.fourthlyBox .imgBox4 img {
  width: 30%;
  height: auto;
}
.fourthlyBox .itemBox {
  width: 70%;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fourthlyBox .itemBox .item {
  width: 30%;
  height: 300px;
  background-color: #fff;
  padding: 20px 0 30px;
  border-bottom: 4px solid #32AE1B;
}
.fourthlyBox .itemBox .item .itemImg {
  width: 30%;
  margin: 0 auto;
}
.fourthlyBox .itemBox .item .itemImg img {
  width: 100%;
  height: auto;
}
.fourthlyBox .itemBox .item .title {
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.fourthlyBox .itemBox .item .content {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  line-height: 2;
}
