.product_use_scene{
    margin: 150px auto 0px;
}
.product_use_scene .content{
    position: relative;
    width: 1120px;
    margin: 0px auto;
}
.product_use_scene .content .title{
    width: 320px;
    margin: 0px auto;
    text-align: center;
}
.product_use_scene .content .title h1{
    font-size:40px;
    font-weight:500;
    color:rgba(35,36,41,1);
    line-height:56px;
}
.product_use_scene .content .title .line1{
    display: inline-block;
    height: 6px;
    width:20px;
    background: #74CDB1;
}
.product_use_scene .content .title .line2{
    display: inline-block;
    height: 6px;
    width:20px;
    background: #2D549B;
}

.product_use_scene .content .body{
    width: 1120px;
    margin: 50px auto;
    height: 560px;
}

.product_use_scene .content .body div{
}
.product_use_scene .content .body .menu{
    width: 260px;
    height: 560px;
    font-size:22px;
    font-weight:400;
    color:rgba(35,36,41,1);
    line-height:128px;
    position:absolute;
    left: 0px;
    z-index: 99;
}

.product_use_scene .content .body .menu div{
    text-align: left;
    padding-left: 25px;
}

.product_use_scene .content .body .menu .active{
    z-index: -1;
    line-height:171px;
    width: 309px;
    font-weight:600;
    font-size:27px;
    background:url(../img/product/use_scene_bg.png) no-repeat left center;
}

.product_use_scene .content .body .img img{
    position:absolute;
    left: 284px;
    top:127px;
    z-index: -1;
    width: 860px;
}

/*

.product_use_scene .content .body .menu{
    width: 308px;
    height: 560px;
}

.product_use_scene .content .body .img{
    width: 309px;
    height: 560px;
    background: #5D0FE9;
}
.product_use_scene .content .body  p{
    font-size:22px;
    font-weight:400;
    color:rgba(35,36,41,1);
    line-height:125px;
    text-align: center;
    !*background:url(../img/product/use_scene_bg.png) no-repeat left top;*!
}
.product_use_scene .content .body .menu p:nth-child(1){
    z-index: 99;
    line-height:171px;
    background:url(../img/product/use_scene_bg.png) no-repeat left center;
}*/
