.sy_boi_con_title > li {
    flex: 1;
    text-align: center;
    background: #ECECEC;
    border-radius: 5px;
    color: #666666;
    padding: 10px 10px;
    font-size: 16px;
}
.shouye_boi_list > .bd > ul > li {
    display: flex;
    height:30px;
    line-height:30px;
    padding:5px 0px;
}
.body_title{
    position:relative;
    text-align:center;
    padding-top:50px;
}
.topBanenr_bg{
    background-image: url(../img/gyl_jinrong_bg.png);height:500px;background-size:100% 60%;background-repeat:no-repeat
}
.con_title{
    z-index:1000;
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:41px;
}

.con_suntitle{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
    margin-top:10px;
}
.item_sh{
    background:#fff;
    padding:40px 30px;
    width:300px;
    box-shadow: 0 0 8px 0 #ccc;
    transition: all 0.5s ease;
}
.item_sh:hover{
    transform: scale(1.1);
}

.item_title{
    text-align:center;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
    height:40px;
}

.item_title::after{
    content: ''; 
    position: absolute;
    left: 125px;
    top: 30px;
    width: 50px;
    height: 3PX;
    background-color: #0962d6;	
}

.item_desc{
    font-size:15px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:28px;
    margin-bottom:30px;
    height:160px;
    text-align: center;
}
.item_btn{
    display: block;
    width:153px;
    height:41px;
    text-align:center;
    margin:0 auto;
    line-height:41px;
    border-radius:4px;
    background:#0962d6;
    color:#ffffff;
}

.item_btn:hover{
    display: block;
    width:153px;
    height:41px;
    text-align:center;
    margin:0 auto;
    line-height:41px;
    border:1px solid  #0962d6;
    background:#ffffff;
    border-radius:4px;
    color:#0962d6;
}

.banks{
    width: 100%;
}
.banks-row{
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.banks-row .bank-item{
    width: 380px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banks-row .bank-item img{
    width: 380px;
    height: 190px;
}