.banner{
    width: 100%;
    height: auto;
}
.banner img{
    display: block;
    width: 100%;
    height:auto!important;
}
.goodsList{
    width: 100%;
    min-height: 15rem;
    background-image: url(../image/goodsBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* display: flex;
    flex-wrap: wrap; */
    justify-content: center;
    padding-bottom: 35px;
}
.nav{
    height: 50px;
    background-image: url(../image/navBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -20px;
    padding-right: 0px !important;
    
}
.nav ul{
    width: 100%;
    display: flex;
    justify-content: center;
    
}
.nav ul li{
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    padding: 0 !important;
}
.nav ul li span a{
    text-decoration: none;
    padding-bottom: 10px;
}
.nav ul li span a{
    color: #ffffff !important;
}
.nav .active{
    color: #BB0505;
}
.nav  .active a{
    border-bottom: 2px solid #BB0505;
}
.category li span.active{
    background: none!important;
}
.category li span.active a{
    color: #BB0505!important;
}
.goodsBox{
    margin-top: 1rem;
    float: none!important;
  
}
.goods{
    padding: 4% 0;
    width: 48%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.goods img{
    width: 88%;
}
.goods div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(187, 5, 5, .8);
    display: none;
    text-align: left;
    color: #ffffff;
    text-indent: 60px;
}
.goods div h5{
    font-size: 24px;
}
.goods2{
    width: 32%;
    padding-top: 30px;
    background: #ffffff;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.goods2 img{
    width: 88%;
}
.goods2 h4{
    color: #BB0505;
}
.goodsBox ul{
    display: flex;justify-content: space-between;flex-wrap: wrap;
}
.goods2 div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(187, 5, 5, .8);
    color: #ffffff;
    display: none;
}
.goods2 div h5{
    font-size: 24px;
}
.paging{
    margin: 20px 0;
    float: right;
}
.paging span{
    float: left;
    display: block;
    padding: 10px 20px;
    background-color: #FFFFFF;
    color: #B3B3B3;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.active{
    background-color: #BB0505 !important;
    color: #ffffff !important;
}

/*分页样式开始*/
.pagination>li>a, .pagination>li>span {
    color: #B3B3B3 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #BB0505 !important;
    border-color: #BB0505 !important;
}
/*分页样式结束*/
#page{
    margin: 0 auto!important;
    text-align: center;
    padding: 0;
    float: none;
}