.list_right{
    background-color: #f8f6f3;
}
.contact_bg1{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact_bg1 h1{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    margin-top: 80px;
    color: #1d1d1d;
}
.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: #e55636;
    margin-top: 30px;
    margin-bottom: 80px;
}
.contact_bg1 .breadnav a{
    font-size: 1.6rem;
    color: #e55636;
}
.contact_content{
    width: 1226px;
    margin: 0 auto;
    padding: 60px 133px 120px;
    background-color: #fff;
    box-sizing: border-box;
}
.contact_content .detail_text h3{
    font-size: 24px;
    font-family: 'calist-bold';
    margin-bottom: 10px;
}
.contact_content .detail_text strong{
    font-family: 'calist-bold';
    font-size: 16px;
}
.contact_content .detail_text ul{
    margin-bottom: 15px;
}
.contact_content .detail_text ul li{
    list-style: inside;
    font-size: 16px;
    line-height: 1.6;
}
.contact_content .detail_text h4{
    font-size: 18px;
    font-family: 'calist-bold';
    margin-bottom: 10px;
}
.contact_content .detail_text p{
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    margin-bottom: 30px;
}
.contact_content .detail_text ol li{
    font-size: 16px;
    line-height: 24px;
    list-style: decimal;
    margin-left: 15px;
}
.contact_content .detail_text p span a{
    font-size: 16px;
    font-family: 'calist-bold';
    color: #e55636;
    border-bottom: 1px solid #e55636;
}


.contact_content .factory_in{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    border: 1px solid #d5d5d5;
    margin-bottom: 30px;
}
.contact_content .factory_in .swiper{
    position: relative;
    display: flex;
    cursor: pointer;
}
.contact_content .factory_in .swiper img{
    width: 100%;
}
.contact_content .factory_in .swiper p{
    position: absolute;
    width: 100%;
    background-color:rgba(29, 29, 29,0.7);
    line-height: 48px;
    bottom: 0;
    left: 0;
    font-size: 1.4rem;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
:root {
    --swiper-theme-color: #e55636;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    outline: none;
}
.swiper-container .hide {
    opacity: 0;
}


.contact_content .ul{
    border-top: 1px dotted #d5d5d5;
    border-bottom: 1px dotted #d5d5d5;
    padding: 30px 0;
    margin-bottom: 30px;
}
.contact_content .ul .title h2{
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 30px;
    font-family: 'calist-bold';
}
.contact_content .ul ul li{
    margin-bottom: 30px;
}
.contact_content .ul ul li:last-child{
    margin-bottom: 0;
}
.contact_content .ul ul li p{
    font-size: 16px;
    color: #666;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
}
.contact_content .ul ul li p::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    transform:rotate(45deg);
    width: 10px;
    height: 10px;
    background: #e55636;
}
.contact_content .ul ul li p span{
    font-size: 20px;
    font-family: 'calist-bold';
    color: #1d1d1d;
}
.contact_content .products .title h2{
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 30px;
    font-family: 'calist-bold';
}

.contact_content .products .cart{
    max-width: 300px;

}
.products .cart .img{
    position: relative;
    margin-bottom: 30px;
}
.products .cart .img img{
    width: 100%;
}
.products .cart .img .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.products .cart:hover{
    box-shadow: 0 10px 30px rgba(229, 86, 54,0.1);
}
.products .cart:hover .img .mask{
    display: block;
}
.products .cart .txt{
    display: flex;
    flex-direction: column;
}
.products .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;
}
.products .cart .txt p.bold{
    font-size: 16px;
    font-family: 'calist-bold';

}
.products .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;
}
.products .swiper-container3 .button{
    width: 100%;
    position: relative;
    padding: 30px 0;
    justify-content: space-between;
}
.products .swiper-container3 .button .btn{
    width: 180px;
    height: 48px;
}
.products .swiper-container3 .button .btn a{
    display: inline-block;
    width: 180px;
    height: 48px;
    background: #1d1d1d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
}
.products .swiper-container3 .button .btn a:hover{
    background: #e55636;
}

.swiper-container3{
    --swiper-pagination-color: #e55636;/* 两种都可以 */
  }
.swiper-pagination3{
    width: 770px;
    height: 2px;
    background: #d5d5d5;
    position: static;
}

.contact_content .share{
    justify-content: space-between;
    height: 80px;
    background: #fbf9f6;
    padding: 0 30px;
    margin-bottom: 30px;
}
.contact_content .share>div{
    display: flex;
    align-items: center;
}
.contact_content .share>div p{
    font-size: 16px;
}
.contact_content .share>div p a{
    font-size: 16px;
    color: #1d1d1d;
}
.contact_content .share>div p a.active{
    color: #666;
}
.contact_content .share .left svg{
    margin: 0 15px;
    width: 20px;
    height: 20px;
}
.contact_content .share .right1 span{
    font-size: 16px;
    margin: 0 10px;
    opacity: 0.5;
}
.contact_content .bg2{
    width: 100%;
    padding: 60px 50px;
    background: url(/lib/images/article_details/quote_ads_bg.jpg) no-repeat center right;
    background-size: cover;
}
.contact_content .bg2 .btn{
    width: 200px;
    height: 48px;
    background: #ef901f;
    margin-top: 60px;

}
.contact_content .bg2 .btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: 'calist-bold';
    text-align: center;
    line-height: 48px;
    color: #fff;
}
@media (max-width:1500px){
    .contact_content{
        width: 100%;
        padding: 30px;
    }
    
}
@media (max-width:1279px){
    
}
@media (max-width:1023px) {
    .swiper-pagination3{
        width: 70%;
    }
}
@media (max-width:767px){
    .contact_content{
        padding: 15px;
    }
    .five_bottom .five_bottom_left table{
        border-spacing:0;
    }
    .contact_content .bg2{
        padding: 40px 15px;
    }
    .contact_content .bg2 img{
        width: 60%;
    }
    .contact_content .bg2 .btn{
        margin-top: 30px;
        width: 150px;
        height: 40px;
    }
    .contact_content .bg2 .btn a{
        font-size: 16px;
        line-height: 40px;
    }
    .contact_content .share{
        flex-direction: column;
        justify-content: space-around;
    }
    .swiper-pagination3{
        width: 40%;
    }
    .contact_content .products .cart{
        max-width: 100%;
    }
    .contact_bg1 h1{
        font-size: 28px;
    }




    
}

