.ny_banner{
    overflow: hidden;
}
.ny_banner img{
    width: 100%;
    height: 380px;
}

.ny_lj{
    font-size: 12px;
    line-height: 30px;
    padding: 10px 0;
}
.ny_lj span{
    margin: 0 8px;
}


.filter-list {
    border: 1px solid #dedede;
    padding: 10px 15px;
    margin-bottom: 15px;
    background: #fff;
    font-size: 12px;
}
.filter-list .filter-item {
    padding: 10px 0;
    position: relative;
}
.filter-list .filter-item dl {
    margin-right: 80px;
    overflow: hidden;
}
.filter-list .filter-item dl dt {
    float: left;
    width: 120px;
    text-align: right;
    line-height: 20px;
    padding: 4px 0;
    font-weight: 700;
}
.filter-list .filter-item dl dd {
    margin-left: 135px;
    max-height: 84px;
}
.filter-list .filter-item dl dd.open {
    max-height: none;
    height: auto;
}
.filter-list .filter-item dl dd ul {
    margin: 0;
    max-height: 84px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.filter-list .filter-item dl dd ul li {
    width: 25%;
    padding: 4px 10px;
}
.filter-list .filter-item dl dd ul li a {
    line-height: 20px;
    color: #025fa9;
}
.filter-list .filter-item dl dd ul li em {
    font-style: normal;
    font-weight: normal;
}
.filter-list .more {
    position: absolute;
    right: 0;
    top: 13px;
    width: 70px;
    margin: 0;
    text-align: right;
}
.filter-list .more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 22px;
    padding: 0 5px 0 10px;
    background: #eee;
    color: #777;
    border-radius: 2px;
    text-decoration: none;
}
.filter-list .more a i {
    color: #aaa;
}
.filter-list .more a:hover {
    background: #ddd;
}


.product_list .table {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    border-left: 0;
    width: 100%;
    border-collapse: collapse;
}

.product_list .table>thead>tr>td,
.product_list .table>thead>tr>th,
.product_list .table>tbody>tr>td,
.product_list .table>tbody>tr>th,
.product_list .table>tfoot>tr>td,
.product_list .table>tfoot>tr>th {
    padding: 10px;
    vertical-align: middle;
    min-width: 100px;
    border-color: #e5e5e5;
    line-height: 26px
}

.product_list .table>thead>tr>td,
.product_list .table>thead>tr>th {
    padding: 15px 10px;
    background-color: #f2f2f2;
    font-weight: 400;
    font-size: 14px;
    min-width: 100px;
    border-bottom-width: 1px;
    border-color: #e5e5e5
}

.product_list .table>tbody>tr>td,
.product_list .table>tbody>tr>th {
    position: relative
}

.product_list .table>tbody>tr {
    background-color: #fff;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}
.product_list .table>tbody>tr>td{
    border-top: 1px solid #e3e9ef;
}

.product_list .table .prod-img {
    display: block;
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle
}

.product_list .table .prod-img img {
    width: 100%;
    vertical-align: middle
}

.product_list .table .part a {
    font-weight: 700;
    text-decoration: underline
}

.product_list .table .stock {
    color: #f60;
    margin-bottom: 5px
}

.product_list .table .minqty {
    color: #999
}

.product_list .table .prices {
    font-family: Arial, Helvetica, sans-serif
}

.product_list .table .prices dl dt {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
    line-height: 26px
}

.product_list .table .prices dl dd {
    float: right;
    width: 60%;
    line-height: 26px;
    color: #ee8d25
}

.product_list .table .link-cart-add {
    display: block;
    width: 100%;
    padding: 0;
    height: 30px;
    line-height: 28px;
    color: #fff;
    background: #184A94;
    border-color: #184A94;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 10px
}

.product_list .table .link-cart-add:hover {
    background: #184A94;
    border-color: #184A94
}

.product_list .table .link-quote-add {
    display: block;
    width: 100%;
    padding: 0;
    height: 30px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    background: #e67a17;
    border-color: #e67a17;
    color: #fff
}

.product_list .table .link-quote-add:hover {
    background: #e67a17
}
.product_list .table .btn-view {
    display: block;
    border: 2px solid #000;
    line-height: 28px;
    background: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.product_list .table .btn-view:hover {
    background-color: #000;
    color: #fff
}

.product_list .table .btn-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.product_list .table .btn-link.btn-quote {
    background: #54b948;
    color: #fff;
    margin-top: 5px
}

.product_list .table .btn-pdf {
    background: #d9534f;
    color: #fff
}

.product_list .table .rohs {
    width: 26px;
    height: 21px;
    background: url("../images/icon_rohs.gif") no-repeat left center;
    margin-top: 8px
}
.product_list .table {
    margin: 0
}
.product_list .table>tbody>tr:hover {
    background: #f6f6f6
}












@media (max-width: 1600px) {
    
}

@media (max-width: 1360px) {
    
}

@media (max-width: 768px) {
    .ny_banner{
        margin-top: 50px;
        height: 150px;
    }
    .ny_banner img{
        object-fit: cover;
        height: 150px;
    }

    .filter-list{
        padding: 5px;
    }
    .filter-list .filter-item{
        padding: 0;
    }
    .filter-list .filter-item dl{
        margin-right: 0px;
        display: flex;
        flex-direction: column;
    }
    .filter-list .filter-item dl dt{
        text-align: left;
        padding: 0 5px;
    }
    .filter-list .filter-item dl dd{
        margin: 0;
    }
    .filter-list .filter-item dl dd ul li{
        width: auto;
        padding: 3px 5px;
    }
    .filter-list .more{
        width: 50px;
        top: 5px;
    }
    .filter-list .more a{
        padding: 0 3px;
    }

    .product_list .table>thead>tr>td, .product_list .table>thead>tr>th{
        padding: 5px;
    }
    .product_list .table>thead>tr>th:nth-child(n+4){
        display: none;
    }
    .product_list .table>tbody>tr>td:nth-child(n+4){
        display: none;
    }
}