.head_box {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
}
.head_box .img_box {
  width: 100%;
  height: 540px;
}
.menu_box{
  background-color: #c7141b;
  height: 60px;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
}
.head_box .item{
  margin: 22px 60px;
}
.head_box .item:hover{
  cursor: pointer;
}