.money .banner {
    height: 859px;
    width: 100%;
    background: url(https://j.dyrs.cc/images/pc/finance/banner.jpg) no-repeat center #fff;
}
.money .first-header {
    width: 565px;
    height: 132px;
    margin:150px auto 35px;
    text-align: center
}
.money .yrsform {
    width: 360px;
    height: 446px;
    background: #fff;
    position: absolute;
    padding: 0 50px;
    box-shadow: 0 0 18px rgba(0,0,0,0.08);
    top: 210px;
    left: 693px
}
.money .yrsform h2{
    font-weight: bold;
    letter-spacing: 3px;
}
.money .yrsform input {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 335px;
    border-radius: 30px;
}
.money .button-primary {
    width:195px;
    height: 50px;
    margin-right:6px;
    font-size: 20px;
}
.money .zybtns{
    display: inline-block;
    width:150px;
    height:48px;
    line-height: 50px;
    border:1px solid #00463E;
    text-align: center;
    font-size: 20px;
    color: #00463E;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 30px;
}
.banner ul li{
    float: left;
    width:109px;
    height:79px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:50%;
    font-size: 14px;
    margin: 0 17px;
    color:#fff;
    text-align: center;
    padding-top: 30px;
}
.banner ul li em{
    font-size: 22px;
    line-height: 32px;
}
.banner ol li:first-child{
    width:160px;
}
.banner ol li{
    float: left;
    width:128px;
    height:195px;
    margin-right:8px;
    padding-top: 35px;
    transform: translateY(0);
    transition-duration: 500ms;
    position: relative;
}
.banner ol li p{
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 19px;
    color: #fff;
    text-align: center;
}
.banner ol li:hover{
    transform: translateY(-20px);
    transition-duration: 500ms;
}
.banner_p{
    font-size: 14px;
    color: #fff;
    margin-left: 276px;
    margin-top: 10px;
}
.footer{margin-top:0;}