.price-banner{
    width: 100%;
    height: 500px;
    background-size: cover;
    text-align: center;
}
.price-banner h1 {
    color: #fff;
    font-size: 46px;
    line-height: 65px;
    padding-top: 200px;
}
.note .container h2{
    margin-top: 80px;
}
.note .container .note-lists{
    padding-top: 40px;
    padding-bottom: 20px;
    max-width: 1600px;
    transition: top .1s ease-in;
    overflow: hidden;
}
.note .container .note-lists li{
    width: 25%;
    height: 380px;
    float: left;
}
.note .container .note-lists li .note-list{
    height: 380px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.08);
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    margin: 0 30px 10px 10px;
    position: relative;
    top: 0;
    transition: top .1s ease-in;
}
.note .container .note-lists li:hover .note-list{
    top: -15px;
}
.note .container .note-lists li .note-list:last-child{
    margin-right: 0;
}
.note .container .note-lists li .note-list .item-line {
    height: 4px;
    background-color: #4577f2;
}
.note .container .note-lists li .note-list .top-box{
    height: 135px;
    padding: 0 32px 20px;
    background: rgba(240,244,251,.6);
}
.note .container .note-lists li .note-list .top-box .img{
    width: 64px;
    height: 64px;
    margin: 30px 5px 15px 0;
    background-size: 72%;
    background-position: 0;
    background-repeat: no-repeat;
    float: left;
}
.note .container .note-lists li .note-list .top-box .title{
    font-size: 18px;
    line-height: 26px;
    margin: 50px 0 16px;
    color: #212121;
    float: left;
}
.note .container .note-lists li .note-list .top-box .des{
    font-size: 14px;
    line-height: 25px;
    color: #6e6e6e;
}
.note .container .note-lists li .note-list .price-box{
    text-align: center;
}
.note .container .note-lists li .note-list .price-box .price{
    margin: 35px auto 60px
}
.note .container .note-lists li .note-list .price-box .price .value{
    font-size: 32px;
    color: #091e42;
}
.note .container .note-lists li .note-list .price-box .price .unit{
    font-size: 16px;
    color: #515f6c;
}
.note .container .note-lists li .note-list .price-box .btn{
    display: block;
    width: 160px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
    color: #4577f2;
    border: 1px solid #4577f2;
}
.note .container .note-lists li:hover .note-list .price-box .btn{
    background-color: #4577f2;
    color: #fff;
}