#subTitle {
    height: 90px;
    width: 100%;
    background: url("image/about/subTitleBg.gif") center center repeat-y;
}
#subTitle .backLink{
    margin-top: 36px;
    float: right;
    margin-right: 5px;
    background: url("image/faq/right_title_03.png") 0 0 no-repeat;
    width: 142px;
    height: 40px;
    text-indent:-10000px;
}
#subTitle .backLink:hover{
    background: url("image/faq/right_title_03.png") 0 -40px no-repeat;
    width: 142px;
    height: 40px;
}
#subTitle h2{
    margin-top: 44px;
    margin-left: 13px;
    float: left;
}
#page-products {
    margin-top: 50px;
}
#page-products .year-block {
    margin-bottom: 73px;
}
#page-products .year {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #000;
    width: 227px;
    margin: 18px 0 0 13px;
}
#page-products .products {
    width: 720px;
    float: left;
}
#page-products .products>ul {
    overflow: hidden;
}
.produsts-list li {
    width: 229px;
    height: 174px;
    display: inline-block;
    margin: 4px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.ProductsListBlock {
    width: 232px;
    height: 174px;
    display: block;
    overflow: hidden;
    position: relative;
}
.ProductsListBlock div {
    background: none repeat scroll 0 0 #F0F1F3;
    bottom: 0;
    color: #595959;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 92px;
    left: 0;
    position: absolute;
    width: 232px;
}
.produsts-list li h6 {
    margin-left: 20px;
    font-size: 9px;
    margin-top: 14px;
    font-weight: normal;
}
.produsts-list li p {
    margin-left: 20px;
    width: 192px;
}