#software-water{
  width: 100%;
}
/* top */
.software-water-top{
  width: 100%;
  height: 620px;
  background: url('../../img/solf/water/1.png') no-repeat;
  background-size:cover; 
  box-sizing: border-box;
  padding-top: 155px;
  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 40px 0;
  opacity: 0;
  animation-duration: .6s;
}
.software-water-top >p{
  font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: 1px;
  color: #fffefe;
  opacity: 0;
  animation-duration: .6s;
  animation-delay: .2s;
}
/*  */
.software-water-ul{
  width: 1174px;
  margin: 0 auto;
  overflow: hidden;
}
.s-w-item{
  padding-top: 100px;
  width: 100%;
}
.s-w-l{
  float: left;
  width: 621px;
  height: 567px;
  position: relative;
}
.s-w-r{
  float: right;
  width: 470px;
  /* height: 627px; */
  box-sizing: border-box;
  padding-top: 200px;
}
.bg{
  position: absolute;
  width: 535px;
	height: 491px;
	background-color: #eef9ef;
  border-radius: 10px;
  z-index: 1;
  opacity: 0;
  animation-duration: .6s;
  animation-delay: .3s;
}
.s-w-l >img{
  width: 536px;
	height: 492px;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  animation-duration: .6s;
}
.s-w-r >h2{
  font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
  color: #333333;
  margin-bottom: 32px;
  opacity: 0;
  animation-duration: .6s;
}
.s-w-r >p{
  font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
  color: #333333;
  line-height: 36px;
  opacity: 0;
  animation-duration: .6s;
}
/* 功能 */
.software-nong-Fun{
  padding-top: 100px;
}
.s-n-f-list{
  width:1174px;
  margin: 0 auto;
  margin-top: 88px;
}
.s-n-f-item{
  float: left;
  width: 526px;
	height: 200px;
  background-color: #ffffff;
  opacity: 0;
  animation-duration: .6s;
}
.h-box{
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: relative;
  border-radius: 10px;
}
.h-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 2px 21px 0px 
  rgba(2, 2, 2, 0.21);
}
.h-box >img{
  display: block;
  float: left;
  width: 81px;
  height: 81px;
  position: relative;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.s-n-f-right{
  float: right;
  height: 100%;
  width: 395px;
}
.s-n-f-right >div{
  font-size: 20px;
  margin: 44px 0 26px 0;
	letter-spacing: 1px;
	color: #333333;
}
.s-n-f-right >p{
  width: 380px;
  font-size: 14px;
  line-height: 28px;
  margin-top: 14px;
	letter-spacing: 1px;
	color: #333333;
}
.s-l{
  margin-right: 89px;
}
.s-b{
  margin-bottom: 87px;
}