.list_right{
    background-color: #f8f6f3;
}
.contact_bg1{
    width: 100%;
    height: 320px;
    background: linear-gradient( rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8) ), url(/lib/images/product/banner.jpg) no-repeat center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact_bg1 h1{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    margin-top: 80px;
    color: #fff;
    text-align: center;
}
.contact_bg1 span{
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255,0.5);
    margin: 20px 0;
}
.contact_bg1 .breadnav{
    font-size: 1.6rem;
    color: #fff;
}
.contact_bg1 .breadnav a{
    font-size: 1.6rem;
    font-size: 1.6rem;
    color: #fff;
}
.contact_content{
    width: 1226px;
    margin: 0 auto;
    box-sizing: border-box;
}
.contact_content .title>ul{
    display: flex;
    justify-content: center;
    margin: 60px 0;
}
.contact_content .title>ul li{
    margin: 0 20px;
   
}
.contact_content .title>ul li{
    font-size: 16px;
    color: #1d1d1d;
    cursor: pointer;
    line-height: 32px;
}
.contact_content .title>ul li:hover a{
    color: #e55636;
}
.contact_content .title>ul li.active a{
    color: #e55636;
}
.contact_content .title>ul li.current-menu-item a{
    color: #e55636;
}



/* 手机切换 */
.phone_tit .border {
    padding-bottom: 20px;
    border-bottom: 2px solid #303030;
    margin-bottom: 20px;
    position: relative;
}
.phone_tit .tab_in{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    
}
.phone_tit .tab_in .left{
    display: flex;
    align-items: center;
    height: 40px;
}
.phone_tit .tab_in .left img{
    height: 77%;
}
.phone_tit .tab_in .left p{
    margin-left: 20px;
}
.phone_tit .tab_in .right img{
    margin-right: 10px;
    width: 16px;
}
.tab_down{
    position: absolute;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    display: none;
    z-index: 9;
}
.tab_down ul li{
    display: flex;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0 15px;
}
.tab_down ul li img{
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.contact_content .row .cart{
    background: #fff;
    margin-bottom: 30px;

}
.row .cart .img{
    position: relative;
    margin-bottom: 30px;
}
.row .cart .img img{
    width: 100%;
}
.row .cart .img .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.row .cart:hover{
    box-shadow: 0 10px 30px rgba(229, 86, 54,0.1);
}
.row .cart:hover .img .mask{
    display: block;
}
.row .cart .txt{
    display: flex;
    flex-direction: column;
}
.row .cart .txt p{
    font-size: 13px;
    color: #1d1d1d;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
    max-width: 280px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.row .cart .txt p.bold{
    font-size: 16px;
    font-family: 'calist-bold';
}
.row .cart .txt span{
    display: inline-block;
    margin: 0 auto; 
    padding: 0 20px;
    color: #fff;
    background: #e55636;
    line-height: 28px;
    font-size: 13px;
    border-radius: 14px;
    margin-bottom: 30px;
}

.contact_content .page{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_content .page>div{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.contact_content .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
.contact_content .page>div.active{
    background: #e55636;
}
.contact_content .page>div.active a{
    color: #fff;
}
.contact_content .page>div:hover{
    background: #e55636;
}
.contact_content .page>div:hover a{
    color: #fff;
}
.contact_content .page>div .prev svg{
    margin-right: 5px;
}
.contact_content .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
.contact_content .page>div:hover a svg path{
    fill:#fff;
}

@media (max-width:1500px){
    .contact_content{
        width: 100%;
        padding: 30px;
    }
    
}
@media (max-width:1023px){
    .contact_content .title>ul{
        justify-content: start;
        flex-wrap: wrap;
    }
}
@media (max-width:767px){
    .contact_content{
        padding: 15px;
    }
    .five_bottom .five_bottom_left table{
        border-spacing:0;
    }
    .contact_bg1{
        height: 260px;
    }
    .contact_bg1 h1{
        font-size: 28px;
    }
    .contact_content .title>ul{
        margin: 30px 0;
    }

    
}

