.honor{
  position: relative;
  width: 100%;
  height: 960px;
  background: url('../images/honor_bg.jpg') no-repeat ;
  background-size: 100% 960px;
}
.honor .inner{
	position: relative;
	width: 720px;
	height: 960px;
}
.honor .water{
  font-size: 128px;
  position: absolute;
  left: 0;
  top: 80px;
  color: #82a4cd;
  z-index: 87;
  letter-spacing: 20px;
}
.honor .mask{
  background: rgba(239,239,239,0.7);
  height: 605px;
  width: 1720px;
  position: absolute;
  z-index: 88;
  right: 0;
  top: 155px;
}
.honor .desc{
  position: absolute;
  left: 0;
  top: 220px;
  z-index: 89;
}
.honor .title{
  font-size: 60px;
  color: #004699;
  position: relative;
  padding-left: 32px;
}
.honor .title::before{
  content: " ";
  position: absolute;
  left: 0;
  width: 4px;
  height: 65px;
  background: #004699;
}
.honor .title span{
  font-size: 24px;
  color: #b0b0b0;
  margin-left: 20px;
}
.honor .p{
  color: #4d4d4d;
  font-size: 17px;
  padding-left: 32px;
  width: 655px;
  line-height: 48px;
  margin-top: 40px;
}
.honor .desc img{
  padding: 40px;
}