/* 面包屑导航 */
.crumbs {
  position: relative;
  margin: 0 auto;
  width: 14rem;
  min-width: 800px;
  height: 100px;
  line-height: 100px;
  font-size: 25px;
  font-weight: 700;
  color: #5D5F91;
}
.crumbs a {
  color: #5D5F91;
}
.crumbs-border {
  border-top: 2px solid #5D5F91;
  text-align: center;
}
#nav-warp-item4{
	display: none;
}
#nav-warp4:hover #nav-warp-item4{
	display: block;
}

