@charset "utf-8";
html,body{
    background:#fff !important;
}
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 110px;
    background: url(../images/home_banner.png) no-repeat center center;
    background-size: cover;
}
.zjkfz_item{
    width: 310px;
    height: 310px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 22px;
}
.zjkfz_item1{
    background-image: url(../images/zykfz_pic1.png);
}
.zjkfz_item2{
    background-image: url(../images/zykfz_pic2.png);
}
.zjkfz_item3{
    background-image: url(../images/zykfz_pic3.png);
}
.jjfa{
    width: 578px;
    height: 281px;
    background: linear-gradient(180deg, #FFF8EB 0%, #FFFFFF 100%);
    border-radius: 24px;
    margin: 0 22px;
    padding: 48px 16px 0 16px;
}
.hzhb_item{
    width: 267px;
    height: 77px;
    background: #F7F9FF;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    margin:0 44px 44px 0;
}
.hzhb_item:nth-child(4n+4){
    margin-right: 0;
}
.hzhb_item:hover{
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px #F0F0F0;
}