.banner{
    position: relative;
    width: 100%;
    height: 415px;
    background-image: url('/static/zt/sxfy/images/banner.png');
    background-size: 100% 100%;
}
.banner_title{
    box-sizing: border-box;
    padding-top: 63px;
    text-align: center;
    height: 115px;
    line-height: 51px;
    font-size:36px;
    color: #fff;
}
.banner_title img{
    display: inline-block;
    width: 51px;
    height: 51px;
    vertical-align: -14px;
    margin-right: 10px;
}
