/* 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 .introduce-bg{
    background: url(../images/zhu1.jpg);
    padding: 40px 0;
}
#main .introduce{
    padding: 40px 40px;
    width: 1120px;
    background: #fff;
}
#main .introduce .title h1{
    width: 200px;
    height: 60px;
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    line-height: 60px;
    margin: auto;
}
#main .introduce .title p{
    font-size: 14px;
    color: #636364;
    line-height: 30px;
    margin-bottom: 20px;
}
#main .introduce ul li{
    width: 1120px;
    height: 430px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #adadad;
}
#main .introduce ul li .subtitle{
    margin-bottom: 10px;
}
#main .introduce ul li .subtitle h2{
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    color: #2c201f;
}
#main .introduce ul li .content p{
    margin-left: 70px;
    width: 658px;
    font-size: 14px;
    color: #91949e;
    float: left;
    line-height: 30px;
}
#main .introduce ul li .content img{
    width: 390px;
    height: 240px;
    float: right;
    
}