.product_list{
    background: url(/lib/images/product_list/bg_2.jpg) no-repeat right bottom #f5f5f5;
    position: relative;
}
.product_list .bg{
    width: 860px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background:url(/lib/images/img_footer_bg.jpg) no-repeat top left #2088d1; */
    background: #008ADB;
    background-size: cover;
    /* 不支持IE和Firefox，支持webkit浏览器，在现代浏览器中需要使用-webkit-前缀 */
    -webkit-clip-path: polygon(100% 0,30% 100%, 0% 100%, 0 0);
}
.product_list .content{
    padding: 120px 30px 170px 30px;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.product_list .content .left{
    padding: 50px 30px;
    background: #fff;
    margin-right: 140px;
    justify-content: space-between;
}
.product_list .content .left ul li{
    display: flex;
    align-items: center;
    width: 460px;
    position: relative;
    margin: 10px 0;
}
.product_list .content .left ul li img{
    max-width: 120px;
    width: 100%;
    margin-right: 20px;
}
.product_list .content .left ul li p{
    font-size: 20px;
    font-family: 'Barlow-Medium';
    color: #101010;
}
.product_list .content .left ul li:hover{
    background: #f5f5f5;
}
.product_list .content .left ul li:hover p{
    color: #008ADB;
}
.product_list .content .left ul li svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    display: none;
}
.product_list .content .left ul li:hover svg{
    display: block;
}
.product_list .content .right .top_img{
    max-width: 150px;
    margin-bottom: 20px;
}
.product_list .content .right h2{
    color: #101010;
}
.product_list .content .right>p{
    font-size: 16px;
    color: #101010;
    line-height: 1.5;
    max-width: 980px;
    margin-bottom: 30px;
}
.product_list .content .right ul{
    padding: 50px;
    padding-bottom: 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 14, 12,0.2);
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    margin-bottom: 40px;
}
.product_list .content .right ul li{
    display: flex;
    margin-right: 60px;
    margin-bottom: 20px;
    min-width: 200px;
}
.product_list .content .right ul li p{
    margin-left: 10px;
    font-size: 16px;
    color: #008ADB;
}
.product_list .content .right .pdf a{
    width: 240px;
    height: 48px;
    background: #EF800E;
    color: #fff;
    font-size: 16px;
}
.product_list .content .right .sample{
    display: flex;
    margin-top: 30px;
}
.product_list .content .right .sample a{
    font-size: 16px;
    color: #EF800E;
    margin-right: 10px;

}
.product_list_btm .content{
    padding: 85px 30px;
}
.product_list_btm .content .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.product_list_btm .content .top .left p{
    font-size: 24px;
    font-family: 'BarlowCondensed-Medium';
    color: #101010;
}
.product_list_btm .content .top .left p span{
    font-size: 24px;
    font-family: 'BarlowCondensed-Medium';
    color: #2088d1;
}
.product_list_btm .content .top .right .search{
    display: flex;
}
.product_list_btm .content .top .right .search>div{
    position: relative;
    margin-left: 10px;
}
.product_list_btm .content .top .right .search>div:first-child svg{
    transform: translateY(-50%) rotate(90deg);
}
.product_list_btm .content .top .right .search>div .chose_1{
    display: none;
    padding: 20px;
    position: absolute;
    min-width: 200px;
    left: 0;
    top: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 30 7 / 10%);
}
.product_list_btm .content .top .right .search>div .chose_1 ul li{
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
}
.product_list_btm .content .top .right .search>div input{
    border: none;
    background: none;
    border-bottom: 1px solid #101010;
    font-size: 16px;
    color: #666;
}
.product_list_btm .content .top .right .search>div button{
    background: none;
    border: none;
}
.product_list_btm .content .top .right .search>div input.chose{
    cursor: pointer;
}
.product_list_btm .content .top .right .search>div svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.product_list_btm .content .center{
    margin-bottom: 60px;
}
.product_list_btm .content .center .cart{
    border: 1px solid #e5e5e5;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.product_list_btm .content .center .cart h3{
    font-size: 16px;
    color: #101010;
    font-family: 'Barlow-Medium';
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
    transition: all 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product_list_btm .content .center .cart img{
    max-width: 240px;
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.5s;
}
.product_list_btm .content .center .cart ul li{
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    text-align: center;
}
.product_list_btm .content .center .cart .details{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background: #e1ebfa;
    transition: all 0.5s;
}
.cart .details p{
    padding: 10px;
    letter-spacing: 1px;
    font-size: 13px;
}
.product_list_btm .content .center .cart:hover h3{
    color: #008ADB;
}
.product_list_btm .content .center .cart:hover .details{
    background: #008ADB;
    color: #fff;
}
.product_list_btm .content .center .cart:hover .details svg{
    fill: #fff;
}
.product_list_btm .content .center .cart:hover img{
    opacity: 0.7;
}
.product_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_bottom .left p{
    font-size: 16px;
    color: #101010;
    font-family: 'Barlow-Medium';
    font-style: italic;
}
.product_bottom .left p a{
    font-size: 16px;
    color: #2088d1;
    font-family: 'Barlow-Medium';
}
.product_bottom .right .page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_bottom .right .page>div{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.product_bottom .right  .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
.product_bottom .right .page>div.active{
    background: #2088d1;
}
.product_bottom .right .page>div.active a{
    color: #fff;
}
.product_bottom .right .page>div:hover{
    background: #2088d1;
}
.product_bottom .right .page>div:hover a{
    color: #fff;
}
.product_bottom .right .page>div .prev svg{
    margin-right: 5px;
}
.product_bottom .right .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
.product_bottom .right .page>div:hover a svg path{
    fill:#fff;
}
@media (max-width:1279px) {
    .product_list .content{
        align-items: center;
    }
    .product_list .content .left{
        width: 50%;
        margin-right: 50px;
    }
    .product_list .content .right{
        width: 50%;
    }
    .product_list .content .left ul li{
        width: 100%;
    }
    .product_list .bg{
        width: 100%;
    }
}
@media (max-width:1023px) {
    .product_list .content{
        flex-direction: column;
    }
    .product_list .content .left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .product_list .content .right{
        width: 100%;
    }
}
@media (max-width:767px){
    .product_list .content{
        padding: 0;
    }

    .product_list .content .left{
        padding: 30px 15px; 
        background: #008ADB;
        margin-bottom: 0;
    }
    .product_list .bg{
        background: none;
    }
    .product_list .content .left .select{
        position: relative;
    }
    .product_list .content .left .select input{
        font-size: 16px;
        color: #008ADB;
    }
    .product_list .content .left .select svg{
        position: absolute;
        top: 42%;
        right: 30px;
        transform: rotate(90deg) translateY(-50%);
    }
    .product_list .content .left .select .list_phone{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgb(0 14 12 / 20%);
        display: none;
    }
    .product_list .content .left .select .list_phone li{
        padding: 10px 15px;

    }
    .product_list .content .left .select .list_phone li a{
        font-size: 16px;
        color: #008ADB;
    }
    .product_list .content .left
    .product_list .content .right h2{
        font-size: 36px;
    }
    .product_list .content .list_in{
        padding: 30px 15px;
        width: 100%;
    }
    .product_list_btm .content{
        padding: 30px 15px;
    }
    .product_list_btm .content .top .right .search{
        flex-direction: column;
    }
    .product_list_btm .content .top .right .search>div{
        margin-top: 20px;
        margin-left: 0;
    }
    .product_list_btm .content .center .cart{
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .product_list_btm .content .center{
        margin-bottom: 0;
    }
    .product_list_btm .content .top{
        flex-direction: column;
    }
    .product_bottom{
        flex-direction: column;
    }
    .product_bottom .left{
        margin-bottom: 30px;
    }
    .product_bottom .right .page>div{
        padding: 6px;
        margin: 0 7px;
    }
    .product_list .content .left ul li img{
        max-width: 100px;
    }
    .product_list .content .left ul li p{
        font-size: 18px;
    }
}














