#software-datas{
  width: 100%;
}
/* top */
.software-water-top{
  width: 100%;
  height: 620px;
  background: url('../../img/solf/3.png') no-repeat;
  background-size:cover; 
  box-sizing: border-box;
  padding-top: 140px;
  text-align: center;
  overflow: hidden;
}
.software-water-top >h2{
  font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
  color: #fffefe;
  opacity: 0;
  animation-duration: .6s;
}
.software-water-top >div{
  font-size: 28px;
	letter-spacing: 2px;
  color: #fffefe;
  margin: 63px 0 56px 0;
  opacity: 0;
  animation-duration: .6s;
  animation-delay: .3s;
}
.software-water-top >p{
  font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: 1px;
  color: #fffefe;
  opacity: 0;
  animation-duration: .6s;
  animation-delay: .5s;
}
/* 6大技术 */
.software-water-tech{
  width: 1174px;
  margin: 0 auto;
  padding-top: 77px;
  text-align: center;
  overflow: hidden;
}
.software-water-tech >h2{
  font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 55px;
  opacity: 0;
  animation-duration: .6s;
}
.software-water-tech >h2 .span1{
  font-size: 38px;
}
.s-w-t-ul{
  width: 100%;
  box-sizing: border-box;
  height: 560px;
	border-radius: 10px;
	border: solid 1px #dadada;
}
.s-w-t-ul >li{
  float: left;
  width: 33.3%;
  height: 50%;
  text-align: center;
  position: relative;
  opacity: 0;
  animation-duration: .6s;
}
.list{
  width: 265px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.list >div{
  font-size: 22px;
	letter-spacing: 1px;
	color: #333333;
}
.list >p{
  font-size: 16px;
margin-top: 20px;
	letter-spacing: 1px;
	color: #333333;
}
/* 大数据 */
.big-datas{
  width: 1174px;
  margin: 0 auto;
  padding: 89px 0 0 0;
  /* overflow: hidden; */
}
.big-datas >h2{
  text-align: center;
  font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 88px;
  opacity: 0;
  animation-duration: .6s;
}
.big-datas-list{
  width: 100%;
}
.item {
  margin-bottom: 133px;
}
.item:last-of-type{
  margin-bottom: 0 !important;
}
.item >img{
  display: block;
  width: 542px;
	height: 530px;
  border-radius: 10px;
  opacity: 0;
  animation-duration: .6s;
}
.b-d-left{
  width: 540px;
  float: left;
  opacity: 0;
  animation-duration: .6s;
}
.b-d-left >h2{
  font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #333333;
}
.b-d-left >div{
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 36px;
  position: relative; 
  margin-top: 40px;
  font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
  color: #333333;
  line-height: 36px;
}
.b-d-left >div .pic2{
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 22px;
}
/* 范围 */
.big-datas-fan{
  width: 1174px;
  margin: 0 auto;
  padding-top: 89px;
  text-align: center;
  overflow: hidden;
}
.big-datas-fan >h2{
  font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 46px;
  opacity: 0;
  animation-duration: .6s;
}
.big-datas-fan >p{
  font-size: 22px;
	letter-spacing: 1px;
  color: #333333;
  margin-bottom: 81px;
  opacity: 0;
  animation-duration: .6s;
}
.uu{
  width: 100%;
}
.b-d-f-item{
  float: left;
  width: 20%;
  text-align: center;
  opacity: 0;
  animation-duration: .6s;
}
.b-1{
  animation-delay: .2s;
}
.b-2{
  animation-delay: .4s;
}
.b-3{
  animation-delay: .6s;
}
.b-4{
  animation-delay: .8s;
}
.b-5{
  animation-delay: 1s;
}
.b-d-f-item >h2{
  font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
  color: #333333;
  margin: 30px 0;
}
.b-d-f-item >img{
  display: block;
  margin: 0 auto;
  width: 86px;
  height: 76px;
}
.b-d-f-item >p{
  font-size: 16px;
  margin-top: 20px;
	letter-spacing: 1px;
	color: #333333;
}