.productContent
{
    padding: 20px 0;
    margin: 0 auto;
    margin-left: 24px;
    font-family: "微软雅黑";
}
.productContent:after
{
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-family: "微软雅黑";
}
.productContent .child
{
    width: 245px;
    float: left;
    margin: 0 22px 30px 0;
    font-family: "微软雅黑";
    border: 1px solid #d9d9d9;
}
.productContent .child.no
{
    margin: 0 0 15px 0;
    font-family: "微软雅黑";
}
.productContent .child
{
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    font-family: "微软雅黑";
}
.productContent .child .childImg
{
    width: 245px;
    height: 166px;
    background: #f5f5f5;
    text-align: center;
    line-height: 160px;
    overflow: hidden;
    border: none;
}
.productContent .child .childImg:hover
{
    border: none;
}
.productContent .child .childImg img
{
    width: 245px;
    height: 166px;
    border: none;
}
.productContent .child .childImg img
{
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    border: none;
}
.productContent .child .childTitle
{
    padding: 12px 0;
    text-align: center;
    color: #656565;
    height: 26px;
}
.productContent .child .childTitle
{
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.productContent .child .childTitle p
{
    text-indent: 0;
    line-height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productContent .child:hover .childImg img
{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: none;
}
.productContent .child:hover .childTitle
{
    background: #d6281a;
    color: #fff;
}
.productBtns
{
    text-align: center;
}
.productBtns .productBtn
{
    width: 110px;
    height: 36px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    margin-left: 15px;
}
.productBtns .productBtn
{
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.productBtns .productBtn.gray
{
    background: #a7a7a7;
}
.productBtns .productBtn.gray:hover
{
    background: #515151;
}
.productBtns .productBtn.red
{
    background: #d6281a;
}
.productBtns .productBtn.red:hover
{
    background: #ff1300;
}
.protitle
{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.probody
{
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif,"微软雅黑";
    line-height: 24px;
}
