/* banner导航条 */
#header .bottom{
    height: 60px;
    width: 100%;
    min-width: 1200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.5);
    line-height: 60px;
}

#header .bottom ul li{
    text-align: center;
    width: 198px;
    height: 60px;
    float: left;
    border-right: 1px solid #5f5e5f;
}
#header .bottom ul li a{
    color: #fff;
    font-size: 14px;
}
#header .bottom ul li:hover{
    background: rgba(0, 174, 105,1);
}
#header .bottom ul .active{
    background: rgba(0, 174, 105,1);
}



/* 产品列表 */
#main .productList{
    margin-bottom: 120px;
}
#main .productList ul{
    margin-top: 45px;
}
#main .productList ul li{
    width: 225px;
    height: 230px;
    float: left;
    padding: 14px;
    margin-right: 45px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}
#main .productList ul li img{
    width: 220px;
    height: 175px;
}
#main .productList ul li h4{
    color: #5f5e5f;
    font-size: 15px;
    margin-bottom: 5px;
}
#main .productList ul li p{
    color: #9d9a9b;
    font-size: 13px;
}
#main .productList .page{
    margin-top: 60px;
    /* margin-left: 420px; */
    text-align: center;
    font-size: 13px;   
    
}
#main .productList .page span{
    margin-right: 10px;
    color: #4b4b4b;
}
#main .productList .page a{
    display: inline-block;
    color: #4b4b4b;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #f3f3f3;
}
#main .productList .page a:hover,
#main .productList .page .active{
    color: red;
    border: 1px solid transparent;
}