
#software{
  width: 100%;
}
.s-box{
  width: 100%;
  min-width: 1174px;
  height: 620px;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.software-item{
  width: 100%;
  height: 620px;
  box-sizing: border-box;
  padding-top: 129px;
  text-align: center;
}
.s-i-1{
  background: url('../../img/solf/1.png') no-repeat;
  background-size: cover;
}
.s-i-2{
  background: url('../../img/solf/2.png') no-repeat;
  background-size: cover;
}
.s-i-3{
  background: url('../../img/solf/3.png') no-repeat;
  background-size: cover;
}
.software-item >h2{
  font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
  color: #fffefe;
  margin-bottom: 54px;
  opacity: 0;
  animation-duration: .6s;
}
.software-item >p{
  font-size: 24px;
  margin-top: 30px;
	letter-spacing: 1px;
  color: #fffefe;
  opacity: 0;
  animation-duration: .6s;
  animation-delay: .3s;
}
.software-item >div{
  font-size: 28px;
  margin: 41px 0 41px 0;
	letter-spacing: 2px;
  color: #fffefe;
  
}
.software-item >a{
  display: block;
  margin:0 auto;
  margin-top:41px;
  width: 160px;
  height: 60px;
  text-align: center;
  line-height: 60px;
	border-radius: 5px;
  border: solid 1px #ffffff;
  font-size: 20px;
	letter-spacing: 3px;
  color: #ffffff;
  opacity: 0;
  animation-duration: .6s;
  animation-delay: .6s;
}