.case_con{
    padding-top: 56px;
}
.case_con .intro_tit{
    width: 100%;
    margin-top: 48px;
    margin-bottom: 35px;
}
.case_img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.case_img img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.case_con .col-xs-12:hover .case_img img{
    transform: scale(1.1);
    transition: all .5s;
}
.case_con .col-xs-12{
    margin-bottom: 30px;
}
.case_con .col-xs-12 p{
    line-height: 28px;
    padding:0 10px;
    font-size: 18px;
    color:#000;
}
.case_con .col-xs-12 a{
    display: block;
    line-height: 18px;
    text-align: right;
    font-size: 14px;
    color:#010101;
}
.case_con .col-xs-12 a:hover{
    color:#f60808;
}
@media screen and (max-width:767px){
    .case_con .intro_tit {
        margin-top: 30px;
        margin-bottom: 25px;
    }
}