#doc_tb{
    position: relative;
}
#doc_tb .container{
    position: relative;
    width: 1020px;
    margin: 15px auto 0px;
}
#doc_tb .container .more{
    position: absolute;
    height: 18px;
    width: 50px;
    background: url(../img/more.png) no-repeat 0px 0px;
    left: 955px;
    margin-top: 11px;
    border-style:none; 
    transition:.2s;
}
#doc_tb .container .more a{
    display:block;
    height: 18px;
    width: 50px;
}
#doc_tb .container .more:hover{
    background: url(../img/more.png) no-repeat -50px 0px;
}
#doc_tb .container .tb{
    float: left;   
    margin:5px 10px 10px 10px;
    width: 70px;
    text-align: center;
    line-height: 23px;
    color: #a0a0a0;
    height: 25px;
    border-radius: 5px;
}
#doc_tb .container .blue{
    background: #00a0e9;
    color: #fff;
}
#doc_tb .container .tabs{
    height: 230px;
    overflow: hidden;
    clear: left;
}
#doc_tb .container .tabs .none{
    display: none;
}
#doc_tb .container .tabs ul li{
    float: left;
    width: 328px;
    height: 183px;
    font-size: 14px;
}
 #doc_tb .container .tabs .product{
    height: 103px;
    width: 328px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
 }    
  #doc_tb .container .tabs .product img{
    transition: .3s;
    margin-top: 0px;
    border-style: none;
 }
 #doc_tb .container .tabs .product img:hover{
    margin-top: -5px;
 }
#doc_tb .container .tabs .description{
    width: 300px;
    margin: 7px auto;
    color: #999999;
 }
 #doc_tb .container .tabs .description a{
    color: #999999;
 }
 #doc_tb .container .tabs .description a:hover{
    color: #777777;
 }
  #doc_tb .container .tabs .le{
    margin-left: 15px;
 }