.hfsbj-content{
    width:100%;
    text-align: center;
    height:780px;
}
.hfsbj-content .hfsbj-item{
    padding:100px 51px;
    box-sizing: border-box;
    width: 1200px;
    margin:0 auto;
    position: relative;
    display: none;
}
.hfsbj-content .hfsbj-img{
    float:left;
    width: 600px;
    height:580px;
    overflow: hidden;
}
.hfsbj-content .hfsbj-img img{
    width: 600px;
    height:580px;
    animation: hfsbj 3s forwards;
}
@keyframes hfsbj {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2);
    }
}
.hfsbj-content .hf-content{
    width: 582px;
    height: 445px;
    /*background-color: #ffffff;*/
    box-shadow: 4px 9px 27px 0px
    rgba(235, 231, 217, 0.39);
    position: absolute;
    left: 568px;
    top: 196px;
}
.hfsbj-content .hf-content img{
    position: absolute;
    top:-34px;
    left:45px;
    text-align: left;
}