.sec1 .item {
  margin-right: 30px;
}

.sec1 .item:last-child {
  margin-right: 0;
}

.sec1 .item .img-box {
  width: 380px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9FAFF;
  cursor: pointer;
  transition: all .5s;
}

.sec1 .item .img-box:hover {
  transform: translateY(-2px);
  box-shadow: 2px 7px 8px 0px rgba(25, 34, 45, 0.27);
}

.sec1 .item .text-box {
  width: 380px;
  text-align: center;
}

.sec1 .item .text-box .title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-top: 50px;
  line-height: 22px;
}

.sec1 .item .text-box .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 20px;
}

.sec1 .btn-solid {
  margin: 39px auto 0;
}

.sec2 {
  background: #F9FAFF;
}

.sec2 .img-box {
  text-align: center;
}

.sec2 .btn-solid {
  margin: 58px auto;
}

.sec3 .item {
  margin-right: 30px;
}

.sec3 .item:last-child {
  margin-right: 0;
}

.sec3 .item .img-box {
  width: 380px;
  height: 280px;
  border-radius: 4px;
  overflow: hidden;
}

.sec3 .item .text-box {
  width: 380px;
  text-align: center;
}

.sec3 .item .text-box .title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-top: 39px;
  line-height: 22px;
}

.sec3 .item .text-box .desc {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 25px;
}

.sec3 .btn-solid {
  margin: 50px auto 0;
}

.sec4 {
  background: #F9FAFF;
}

.sec4 .item {
  margin-right: 30px;
  margin-top: 40px;
}

.sec4 .item:nth-child(3n) {
  margin-right:   0px;
}

.sec4 .item:nth-child(-n+3) {
  margin-top: 0px;
}

.sec4 .item .img-box {
  width: 380px;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
}

.sec4 .item .text-box {
  width: 380px;
  text-align: center;
}

.sec4 .item .text-box .title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-top: 33px;
  line-height: 22px;
}

.sec4 .item .text-box .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 25px;
}

.sec4 .btn-solid {
  margin: 45px auto 0;
}

