@charset "utf-8";

.banner.sub{
    background: url(../img/bg4.png) no-repeat;
    height: 110px;
    position: relative;
    background-size: cover;
}

.breadcrumb{
    position: absolute;
    right: 220px;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb ul {
  display: flex;
  align-items: center;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb .arrow {
  margin: 0 20px;
  color: white;
  font-weight: bold;
}


.bg5{
    background: url(../img/bg5.png)  center  no-repeat;
    width: 100%;
}

.menu-grid.sub{
    flex-wrap: wrap;
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.menu-grid.sub .menu-item{
    width: 229px;
    height: 86px;
}

.menu-grid.sub .menu-item span{
    font-size: 21px;
}


.search-bar.sub input{
    width: 960px;
}