.productList {
    background-color: #f5f5f5;
}

.productList.productSearch {
    background-color: #f5f5f5;
    width: 100%;
    display: table;
    padding-top: 70px;
    margin-top: -125px;
}

.product_item_min_list {
    position: relative;
    height: 257px;
    float: left;
    display: inline-block;
    width: 228px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
}

.product_item_min_list img {
    width: 228px;
    height: 202px;
}

.product_item_min_list:nth-child(5n) {
    margin-right: 0;
}

.product_item_min_list .product_item_min_info {
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 0 10px;
    margin-top: 15px;
    height: 40px;
}

.product_item_min_list .label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 28px;
    display: none;
}

.product_item_min_list .label:hover {
    background-color: #d9d9d9;
    color: #414141;
}

.product_item_min_list .label:hover i {
    color: #414141;
}

.product_item_min_list .product_item_min_info .item_min_cat {
    color: #456598;
    font-weight: bold;
}

.product_item_min_list:hover {
    box-shadow: 0 0 10px 3px #ececec;
    margin-top: -5px;
}

.product_item_min_list:hover .label {
    display: inline-block;
}

.product_item_min_list:hover h2 {
    opacity: 1;
    color: #456598;
}


#main #center {
    margin: 10px auto;
    width: 1200px;
    float: none;
}

#center .hearder {
    height: 20px;
    border-bottom: 3px solid #226698;
    width: 96%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgb(247, 247, 247);
    font-size: 23px;
    color: #226698;
}


#center .lampmenu {
    height: 40px;
    background: #fff;
    border-bottom: solid 3px #456598;
}

#center .lampmenu li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    width: auto;
    color: #000;
}

#center .lampsubmenu ul {
    width: 700px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 0px;
}

#center .lampsubmenu ul li.select a {
    color: #456598;
}

#center .lampsubmenu ul li.select1 a {
    color: #3e3d3d;
}



#center .lampsubmenu .newsmenu {
    font-size: 14px;
    color: #333333;
    line-height: 56px;
    width: 660px;
}

#center .lampsubmenu li {
    float: left;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 32px;
    line-height: 32px;
    width: 90px;
    color: #000;
    padding: 0 10px;
}

#center .lampsubmenu li:hover {
    color: #fff;
}

#center .lampsubmenu li a:hover {
    text-decoration: none;
    color: #456598;
}

.lampmenutext {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 38px;
    padding: 0 1px;
    width: 140px;
    color: #000;
}

.vendor_s_item .sxtj_select{
    color: #999;
    width: auto;
    margin-right: 20px
}
.vendor_s_item .sxtj_select:last-child {
    margin-right: 0;
}
