/* 关于我们 */

/* 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 .culture{
   padding: 50px 0;
   background: url(../images/zhu1.jpg);
   
}
#main .culture>div{
    background: #fff;
    width: 1160px;
    padding: 40px 20px;
}
#main .culture>div h2{
    text-align: center;
    font-size: 22px;
    color: #282d2b;
    margin-bottom: 20px;
}
#main .culture>div p{
    color: #706d5d;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
}
#main .culture>div ul{
    width: 1150px;
    height: 306px;
    padding-top: 40px;
    background: url(../images/500406090.jpg) no-repeat 100%;
}
#main .culture>div ul li{
    margin-left: 30px;
    margin-bottom: 10px;
    color: #fff;
}
#main .culture>div ul li h3{
    font-size: 20px;
    margin-bottom: 10px;
}
#main .culture>div ul li p{
    color: #fff;
    font-size: 14px;
}
