.project .menu_ {
  height: 80px;
}
.project .menu_ a {
  font-size: 14px;
  color: #999;
  margin-right: 50px;
  line-height: 80px;
}
.project ul li {
  float: left;
  width: 385px;
  margin-right: 22.5px;
  position: relative;
  margin-bottom: 20px;
}
.project ul li:hover span {
  right: 20px;
  opacity: 1;
}
.project  ul{
  overflow: auto;
  min-height: 500px;
}
.project ul li:hover p {
  background-color: #F7F7F7;
  padding-left: 15px;
}
.project ul li:nth-of-type(3n) {
  margin-right: 0;
}
.project ul li a div {
  height: 290px;
  overflow: hidden;
}
.project ul li a div img{
  transition: all .6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.project ul li:hover img{
  transform: scale(1.1)
}
.project ul li a p {
  height: 55px;
  line-height: 55px;
  position: relative;
  left: 0;
  color: #666;
  font-size: 18px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.project ul li a > span {
  position: absolute;
  width: 74px;
  height: 40px;
  background: #e42626;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  right: 35px;
  top: 275px;
  cursor: pointer;
  z-index: 55;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 41;
}


