/* 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: 298px;
    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 .cooperSuccess{
    padding-top: 50px;
    padding-bottom: 40px;
    background: url(../image/zhu1.jpg);
}
#main .cooperSuccess div{
     background: #fff;
     padding: 40px 0;
     
}
#main .cooperSuccess div h2{
    text-align: center;
    font-size: 20px;
    color: #2c3036;
    margin-bottom: 48px;
}
#main .cooperSuccess ul li{
    width: 362px;
    height: 320px;
    float: left;
    margin-left: 28px;
    margin-bottom: 20px;
}
#main .cooperSuccess ul li img{
    width: 362px;
    height: 226px;
}
#main .cooperSuccess ul li h4{
    color: #5f5e5f;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#main .cooperSuccess ul li p{
    color: #9d9a9b;
    font-size: 12px;
    text-indent: 2em;
    margin-top: 5px;
}
#main .cooperSuccess ul li span{
    color: #9d9a9b;
    font-size: 12px;
}
#main .cooperSuccess .page{
    margin-top: 20px;
    /* margin-left: 420px; */
    text-align: center;
    font-size: 13px;   
    
}
#main .cooperSuccess .page span{
    margin-right: 10px;
    color: #4b4b4b;
}
#main .cooperSuccess .page a{
    display: inline-block;
    color: #4b4b4b;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #f3f3f3;
}
#main .cooperSuccess .page a:hover,
#main .cooperSuccess .page .active{
    color: red;
    border: 1px solid transparent;
}