/* css 重置 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fff;
    font: normal 12px/22px 宋体;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1974A1;
}

/* 本例子css */
.tabox {
    width: 1200px;
    margin: 30px auto;
    border-top: 2px solid #004422;
}

.tabox .hd {
    overflow: hidden;
    background: url(../images/bg.png) 0 -32px #efefef;
    border-left: 1px solid #ddd;
}

.tabox .hd li {
    position: relative;

    height: 38px;
    line-height: 37px;
    text-align: center;
    width:237px;
    float: left;
    border: 1px solid #ddd;
    border-top: 0;
    font: normal 16px/37px "Microsoft YaHei";
    _font-weight: bold;
    cursor: default;
}

.tabox .hd li.on {
    width: 237px;
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #004422;
}

.tabox .bd {
    height: 320px;
    /*border: 1px solid #ddd;*/
    border-top: 0;
}

.tabox .lh {
    overflow: hidden;
    width:1200px;
}

.tabox .lh li {
    width:300px;
    padding: 25px 0px;
    float: left;
}

.tabox .lh li .p-img {
    width: 280px;
    height: 235px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.tabox .lh li .p-name {
    text-align:center;
    height: 50px;
    line-height: 50px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.tabox .lh li .p-price {
    color: #999;
}

.tabox .lh li .p-price strong {
    color: #c00;
    font-size: 14px;
    font-family: verdana;
}