/* 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 .cooperAdvice{
    background: url(../images/zhu1.jpg);
    padding: 40px 0;
}
#main .cooperAdvice>div{
    padding: 40px 40px;
    width: 1120px;
    background: #fff;
}
#main .cooperAdvice h1{
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
}
#main .cooperAdvice ul{
    width: 800px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 10px;
}
#main .cooperAdvice ul li{
    width: 370px;
    float: left;
    margin-bottom: 20px;
}
#main .cooperAdvice ul li:nth-child(2n){
    float: right;
}
#main .cooperAdvice ul li span{
    color: #615d67;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
#main .cooperAdvice ul li input{
    width: 352px;
    height: 42px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    outline: none;
    padding-left: 10px;
}
#main .cooperAdvice li:last-child input{
    width: 800px;
    height: 50px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #00ae69;
}