.programme{
    background: url("./programme.png") no-repeat;
    background-size: 100% 260px;
    padding-bottom: 100px;
}
.programme .tit{
    color: #FFFFFF;
}
.programme .sub_tit{
    color: #FFFFFF;
}
.product{
    background: #F8FCFF;
}
.product_box{
    display: flex;
    width: 227px;
    height: 94px;
    line-height: 94px;
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 2px 3px 9px rgba(46,129,231,0.16);
    /*box-shadow: 2px 5px 9px #c4e4ff;*/
    font-weight: 500;
    color: #333333;
}
.product_img{
    width: 50px;
    margin: 22px 24px 0 40px;
}
.banner_bg_tit{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 130px;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}
.banner_bg_ftit{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 200px;
    left: 0;
    font-size: 20px;
    color: #FFFFFF;
}