/* 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: 198px;
    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 .productDetails{
    margin-bottom: 120px;
    margin-top: 50px;
    
}
#main .productDetails .title{
    text-align: center;
    margin-bottom: 10px;
}
#main .productDetails .title h1{
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 10px;
    color: #606365;
}
#main .productDetails .title span{
    color: #606365;
    
}
#main .productDetails .content .subtitle{
    height: 30px;
    font-size: 16px;
    color: #91918e;
    padding-left: 28px;
    width: 1178px;
    border: 1px solid #e6e6e6;
    background:#f5f5f5;
    line-height: 30px;
    margin-bottom: 20px;
}

#main .productDetails .content .banner{
    width: 300px;
    margin: auto;
    margin-bottom: 30px;
}
#main .productDetails .content .banner .top{
    margin-bottom: 10px;
}
#main .productDetails .content .banner .top>img{
    width: 300px;
    height: 300px;
}
#main .productDetails .content .banner .bottom{
    position: relative;
}
#main .productDetails .content .banner .bottom .bl{
    float: left;
}
#main .productDetails .content .banner .bottom .br{
    float: right;
}
#main .productDetails .content .banner .bottom .center{
    width: 240px;
    height: 68px;
    margin-left: 10px;
    float: left;
}
#main .productDetails .content .banner .bottom .center img{
    width: 68px;
    height: 68px;
}
#main .productDetails .content .txt{
    color: #606060;
    font-size: 14px;
}
#main .productDetails .content .txt div{
    line-height: 30px;
}
#main .productDetails .content .txt>div>a{
    color: #3f3e3b;
}
#main .productDetails .content .txt div:nth-last-child(2){
    margin-top: 50px;
}