.banner{
    width:100%;
    height:500px;
    margin: 125px auto 0 auto;
    position:relative;
}
.banner img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.new_banner_text{
    position:absolute;
    top:120px;
    left:180px;
    color:#fff;
}
.new_banner_text h3{
    font-size:52px;
    font-weight: normal;
    margin-bottom:30px;
}
.new_banner_text p{
    font-size:30px;
    line-height:48px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.new_banner_text a.apply{
    display: block;
    color: #fff;
    text-align: center;
    height: 44px;
    width: 176px;
    margin-top: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #66bf3a;
    font-size: 16px;
    line-height: 46px;
    box-shadow: 0px -5px #51992d inset;
    visibility: hidden;

}
.comtitle{
    margin-top:60px;
    text-align:center;
}
.comtitle .onetitle{
    color:#333;
}
.comtitle .detailtext{
    color:#666;
    margin-top: 20px;
}
.comtitle img{
    margin-top:70px;
    width:100%;
    height:100%;
}
.newitem{
    background: #F8F9FA;
    background-image: url(/Shared/images/homev1/indexv1/leftbottom.png), url(/Shared/images/homev1/indexv1/lefttop.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
}
.newitem_last{
    background: #F8F9FA url(/Shared/images/homev1/indexv1/leftbottom.png) no-repeat left top;
    padding-bottom: 60px;
    padding-top: 60px;
}
.footer{
    margin-top:0!important;
    background: #3e3e3e url(/Shared/images/homev1/newpart/financial_solution/leftbottom1.png) no-repeat left top !important;
}