.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;
}
.services{
    max-width: 960px;
}
.services h2{
    font-size: 24px;
    font-family: 'calist-bold';
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 20px;
}
.services .ser_text p{
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    margin-bottom: 20px;
}
.services .title h2{
    font-size: 24px;
    font-family: 'calist-bold';
    color: #1d1d1d;
    text-align: center;
    margin-top: 10px;
}
.services .services_in{
    margin: 30px 0;
    padding: 30px 0;
    padding-bottom: 0;
    border-top: 1px dotted #d5d5d5;
    border-bottom: 1px dotted #d5d5d5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services .services_in a{
    margin-bottom: 30px;
}
.services .services_in a:hover .box .left p{
    color: #e55636;
}
.services .services_in a:hover .box .right img{
    margin-right: -10px;
    transition: all 0.5s;
}
.services .services_in .box{
    width: 465px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border: 1px solid #d5d5d5;
}
.services .services_in .box .left{
    display: flex;
    align-items: center;
}
.services .services_in .box .left p{
    font-size: 20px;
    color: #1d1d1d;
    margin-left: 20px;
    font-family: 'calist-bold';
}
.services .services_in .box .right img{
    transform: rotateY(180deg);
    transition: all 0.8s;
}

@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:1023px) {
    .services .services_in>a{
        width: 100%;
    }
    .services .services_in>a .box{
        width: 100%;
    }
}
@media (max-width:767px){
    .contact_bg1{
        height: 350px;
    }
    .contact_content{
        padding: 30px 15px;
    }
    .five_bottom .five_bottom_left table{
        border-spacing:0;
    }
    .services .services_in>a .box{
        padding: 15px;
        height: auto;
        margin-bottom: 20px;
    }
    .services .services_in .box .left p{
        margin-left: 10px;
        font-size: 18px;
    }
    
}

