/* 关于我们 */

/* 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 .honor{
   padding: 50px 0;
   background: url(../images/zhu1.jpg);
   
}
#main .honor>div{
    background: #fff;
    width: 1160px;
    padding: 40px 20px;
}
#main .honor>div h2{
    text-align: center;
    font-size: 22px;
    color: #282d2b;
    margin-bottom: 20px;
}
#main .honor>div p{
    color: #706d5d;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
}
#main .honor>div img{
    width: 340px;
    height: 222px;
    float: left;
    margin-left: 36px;
    margin-bottom: 120px;
}
