.list_right{
    background-color: #f8f6f3;
}
.contact_bg1{
    width: 100%;
    height: 420px;
    background: linear-gradient( rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8) ), url(/lib/images/faq/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;
}
.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;
    padding: 60px 133px 120px;
    background-color: #fff;
    margin-top: -206px;
    box-sizing: border-box;
}
.contact_content .faq .title{
    margin-top: 60px;
}
.contact_content .faq .title h2{
    font-size: 24px;
    color: #1d1d1d;
    font-family: 'calist-bold';
    margin-bottom: 30px;
}
.contact_content .faq .title .line{
    width: 100%;
    height: 2px;
    background: #f8f6f3;
    position: relative;
}
.contact_content .faq .title .line span{
    width: 160px;
    height: 2px;
    background: #e55636;
    position: absolute;
    top: 0;
    left: 0;
}
.contact_content .faq ul li{
    border-bottom: 1px solid #f8f6f3;
}
.contact_content .faq ul li>div{
    display: flex;
    margin-bottom: 30px;
}
.contact_content .faq ul li .a{
    display: none;
}
.contact_content .faq ul li .a>div{
    display: flex;
}
.contact_content .faq ul li .a>div>span{
    font-size: 16px;
    color: #e55636;
    margin-right: 90px;
}
.contact_content .faq ul li .a.active{
    display: flex;
}
.contact_content .faq ul li .a>div span{
    color: #27b775;
}
.contact_content .faq ul li .q{
    margin-top: 30px;
    cursor: pointer;
}

.contact_content .faq ul li .q p.active{
    font-family: 'calist-bold';
    color: #1d1d1d;
}
.faq ul li>div>span{
    font-size: 16px;
    color: #e55636;
    margin-right: 90px;
}
.contact_content .faq ul li>div p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    max-width: 630px;
    display: inline-block;
}
.block p span{
    margin-right: 0;
}
.block p span a{
    color: #e55636;
    font-size: 16px;
}
.contact_content .contact{
    margin-top: 60px;
}
.contact_content .contact h2{
    font-size: 24px;
    text-align: center;
    font-family: 'calist-bold';
}
.contact_content .contact h2 span a{
    font-size: 24px;
    color: #e55636;
    border-bottom: 1px solid #e55636;
}



@media (max-width:1500px){
    .contact_content{
        width: 100%;
        padding: 30px;
        margin-top: -110px;
    }
    
}
@media (max-width:1279px){
    .contact_content{
        margin-top: -110px;
    }
    
}
@media (max-width:767px){
    .contact_bg1{
        height: 350px;
    }
    .contact_content{
        padding: 15px;
    }
    .five_bottom .five_bottom_left table{
        border-spacing:0;
    }

    .contact_content .contact1{
        margin-bottom: 30px;
    }
    .contact_content .faq .title{
        margin-top: 30px;
    }
    .faq ul li>div>span{
        margin-right: 30px;
    }
    .contact_content .faq ul li .a>div>span{
        margin-right: 30px;
    }
    .contact_content .faq ul li>div{
        margin-bottom: 20px;
    }
    .contact_content .contact{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact_content .faq .title .line span{
        width: 30%;
    }
    
}

