.banner-detail{
    top: 50%;
    left: 16%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.sch-list > div:hover{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.02);
}
.scenes{
    background: url('../../static/images/two/bg2.png') center center;
    padding: 70px 160px
}

.value-title{
    background-repeat: no-repeat;
    background-size: 236px 60px
}
.value-title:nth-of-type(1){
    background-image: url('../../static/images/bg1.png');
}
.value-title:nth-of-type(2){
    background-image: url('../../static/images/bg2.png');
}
.value-title:nth-of-type(3){
    background-image: url('../../static/images/bg3.png');
}
.value-title:nth-of-type(4){
    background-image: url('../../static/images/bg4.png');
}
.value-title:nth-of-type(5){
    background-image: url('../../static/images/bg5.png');
}
.value-line{
    top: 119px;
    right: -186px;
    width: 200px;
    border-top: 1px dashed #D6DBE2
}
.value-inp{
    width: 620px;
    height: 50px;
    border-right: none
}
.value-btn{
    width: 160px;
    height: 52px;
    line-height: 52px;
    background: #036EB8;
    border: 1px solid #036EB8;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-left: -3px
}
.value-btn:hover{
    color: white;  
    background: #0365a8;
}