body{
    background: url('/img/mian_bg_porfolio_detail.png') repeat-x left top #000;
}
.top{
    height: 370px;
    background-position: center -30px;
}
.menu-title ul li a.active{
    background: url('/img/menu_btn_green.png') no-repeat right top;
}
.logo{
    background: url('/img/logo_green.png') no-repeat center center;
    height: 250px;
}
.type_list td{
    text-align: center;
    padding: 5px;
}
.type_list tr:hover td.highlight{
    background-color: #F3B313;
    color: #000;
}
.type_list tr:hover.title td{
    background-color: transparent;
    color: #fff;
}
.type_list {
    width: 100%;
}
