.inner_bgc .inner_list  .show_list li{
    float: left;
    width: 270px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e6e6e6;
    margin-right: 19px;
}
.inner_bgc .inner_list  .show_list {
    margin-top: 59px;
}
.inner_bgc .inner_list  .show_list li:nth-child(4) {
    margin-right: 0;
}
.inner_bgc .inner_list  .show_list li h3{
    color: #999999;
    font-size: 22px;
    font-weight: normal;
}

.inner_bgc .inner_list  .show_list li:nth-child(n+5) {
    margin-top: 20px;
}

.inner_bgc .inner_list  .show_list li:hover {
    background-image: url(../img/hover.jpg);
}
.inner_bgc .inner_list  .show_list li:hover  h3{
    color: #fff;
}

.product_fenlei {
    height: 490px;
}
.product_fenlei:nth-child(odd) {
     background-color: #f5f7f8;
 }
.product_fenlei:nth-child(even) {
    background-color: #ebebeb;
}
.page_product {
    width: 100%;
    max-width: 1920px;
    min-width: 1140px;
    margin: 0 auto;
}

.product_fenlei .container .aaa  h3 {
    font-size: 26px;
}
.product_fenlei .container .aaa {
    padding-top: 39px;
}
.product_fenlei:nth-child(1) .aaa {
    padding-top: 50px;
}
.product_fenlei:nth-child(odd) .aaa .more .float_left {
    background-image: url(../img/pinkmore.png);
}
.product_fenlei:nth-child(even) .aaa .more .float_left {
    background-image: url(../img/bluemore.png);
}
.product_fenlei .aaa .title {
    width: 369px;
    height: 39px;
}
.product_fenlei:nth-child(odd) .aaa .title {
    background-image: url(../img/pinktitle.png);
}
.product_fenlei:nth-child(odd) .aaa .title h3 {
    padding-left: 34px;
    line-height: 39px;
}
.product_fenlei:nth-child(even) .aaa .title {
    background-image: url(../img/bluetitle.png);
}
.product_fenlei:nth-child(even) .aaa .title h3 {
    padding-left: 34px;
    line-height: 39px;
}

.list .product_fenlei:nth-last-child(1) .product_hover{
    margin-bottom: 52px !important;

}

