*{
    font-family: 'siyuanheiti' ;
    box-sizing: border-box;
}
.main {
    font-family: futura, sans-serif;
    overflow-x: hidden;
    background: transparent;
    /* min-width: 1200px;
    overflow: auto; */
}
section{
    background: transparent;
    position: relative;
}

.container {
    width: 1200px !important;
}

.wrap_1{
    width: 100%;
    height: 560px;
    background: url('/static/images/bankFinancial/bg.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_1>div{

}
.wrap_1>div>h1,p{
    width: 100%;
    color: white;
    text-align: center;
}
.wrap_1>div>h1{
    font-size: 48px;
    letter-spacing: .3rem;
    color: #FFFFFF;
    /*font-family: Source Han Sans CN, serif;*/
}
.wrap_1>div>p{
    font-size: 16px;
    margin-top: 20px;
}
.consult_btn_box {
    text-align: center;
}
.wrap_1 #consult_btn{
    width: 140px;
    height: 40px;
    border: 0;
    outline: none;
    background: #a5298b;
    border-radius: 30px;
    font-size: 20px;
    margin-top: 40px;
}
.wrap_1 #consult_btn>a{
    color: white;
}
.wrap_1 #consult_btn:hover{
    box-shadow: 0 0 20px 0px #d538b3;
}

.small_title {
    color: #222222;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
}

.small_title2 {
    color: #333333;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
}

.wrap_2{
    background: #f7f6fb;
    display: flex;
    align-items: center;
    padding: 110px 0;
}
.wrap_2 h2{
    line-height: 32px;
    font-size: 16px;
}
.wrap_3 {
    background: url('/static/images/bankFinancial/p3_bg.png') no-repeat;
}
.wrap_3-con{
    padding: 130px 0;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}

.wrap_3-con .img_box {
    margin-top: 20px;
}

.des {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    margin-top: 40px;
}

.wrap_4{
    padding: 110px 0;
    background: #F3F7FA;
}

.wrap_5 {
    background: url('/static/images/bankFinancial/p5-bg1.png') no-repeat;
}

.wrap_5-con{
    padding: 110px 0;
    position: relative;
}

.wrap_5-con>h2{
    color: #222222;
    font-size: 20px;
    line-height: normal;
    text-align: center;
}

.wrap_5 .des {
    margin-bottom: 40px;
    margin-top: 30px !important;
}

.wrap_5_content {
    padding: 30px 55px;
    box-shadow: 1px 0 18px 0 #09399319;
    position: relative;
    z-index: 1;
    background: #fff;
}

.wrap_5_bg {
    position: absolute;
    z-index: 0;
    bottom: 5px;
    left: 120px;
}

.wrap_5_content_code {
    text-align: right;
    margin-top: 40px;
}

.wrap_5_content_des {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    padding-left: 44px;
}

.firm>dl{
    transition:All 0.3s ease-in-out
}

.firm>dl:hover{
    transform:translate(0,-30px);
}
.firm>dl:first-child>div{
    width: 100%;
    height: 10px;
    background: linear-gradient(to right,#21e047,#0fcc5c);
}
.firm>dl:nth-child(2)>div{
    width: 100%;
    height: 10px;
    background: linear-gradient(to right,#10aae0,#2f40f0);
}
.firm>dl:nth-child(3)>div{
    width: 100%;
    height: 10px;
    background: linear-gradient(to right,#fbbf09,#fd8b2b);
}

.firm>dl:nth-child(4)>div{
    width: 100%;
    height: 10px;
    background: linear-gradient(to right,#ff3038,#ff5e06);
}
.firm>dl>dt{
    height: 5rem;
    min-height: 80px;
    position: relative;
    margin-top: 20px;
}
.firm>dl>dt>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 60%;
    max-width: 50%;
}
.firm>dl>dd>h1{
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
}
.firm>dl>dd>div{
    margin-top: 10px;
}
.firm>dl>dd>div>h1{
    font-size: 20px;
    line-height: 25px;
    color: #666666;
    padding: 0 20px;
    text-align: center;
}
.firm>dl>dd>div>h2{

    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
    margin-top: 10px;
}
.firm>dl>dd>a{
    font-size: 20px;
    display: block;
    text-align: center;
    color: #aa278d;
    /*position: absolute;*/
    /*bottom: 50px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: 0 auto;*/
    margin-top: 20px;
    text-align: center;
    /* transform: translate(-50%,0); */
}
.firm>dl>dd{
    height: 100%;
    position: relative;
}
.firm>dl>dd>a:hover{
    color: #aa278d;

}


.btnmore{
    width: 220px;
    height: 60px;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 30px;
    font-size: 20px;
}
.btnmore>a{
    color: #a5298b;
}
.btnmore:hover{
    box-shadow: 0 0 20px 0px #d538b3;
}



.wrap_8{
    background: url('/static/images/bankFinancial/img2.png') no-repeat;
    background-size:100% 100%;
    color: white;
}
.wrap_8-con{
    padding: 100px 0;
}

.wrap_8-con>h1{
    font-size: 42px;
    text-align: center;
}
.wrap_8-con>div:nth-child(2){
    font-size: 20px;
    line-height: 30px;
    margin-top: 50px;
    text-align: center;
}
.wrap_8-con>div:nth-child(3){
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.row{
    margin: 0;
}
.row>dl{
    padding:0 ;
}


@media (min-width:741px){
    .firm{
        margin-top: 90px;
        display: flex;
        justify-content: space-between;
    }
    .firm>dl{
        width: 250px;
        padding-bottom: 40px;
        box-shadow: 0 0 10px 0 #f2f2f2;
    }
    .wrap_3-con dl{
        margin-top: 200px;
        display: flex;
    }
}
/* ,(max-width:1200px) */
@media (max-width:741px),(max-width:1200px){
    .wrap_1{
        min-height: 50vh;
        height: 50vh;
        background-size: auto 100%;
        background-position-x: 50%;
        padding: 0 30px;
    }

    .wrap_1>div>h1{
        font-size: 25px;
        letter-spacing: .3rem;
    }
    .wrap_1>div>p{
        line-height: 30px;
        font-size: 16px;
        margin-top: 10px;
    }
    .wrap_2{
        padding: 50px 0;
    }
    .wrap_2>div>h1{
        line-height: 30px;
        font-size: 25px;
        text-align: center;
    }
    .wrap_2>div>h2{
        line-height: 30px;
        font-size: 16px;
        margin-top: 30px;
    }
    .wrap_3-con{
        padding: 50px 0;
    }
    .wrap_3-con dl>dd{
        height: 6rem;
        min-height: 90px;
        position: relative;
    }
    .wrap_3-con dl>dd>img{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: opacity 0.3s ease-in-out;
        cursor: pointer;
        margin: auto;
        max-height: 100%;
        max-width: 90%;
    }
    .wrap_3-con dl:nth-child(2)>dt{
        padding-left: 0px;
    }
    .wrap_3-con dl>dd{
        padding-top: 0;
    }
    .wrap_3-con dl>dt>h1{
        font-size: 30px;
    }
    .wrap_3-con dl>dt>h1>span{
        font-size: 16px;
    }
    .wrap_3-con dl{
        margin-top: 50px;
    }
    .wrap_3-con dl>dt{
        padding: 10px 0;
        /* margin-bottom: 20px; */
    }
    .wrap_3-con dl>dt>h2{
        padding:0 !important;
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }
    .wrap_3-con dl>dd:hover img{
        transform: scale(1);
        cursor: pointer;
    }

    .wrap_5-con{
        padding: 50px 0;
    }
    .firm{
        margin-top: 0px;
    }
    .firm>dl{
        margin-top: 40px;
        padding-bottom: 40px;
        box-shadow: 0 0 10px 0 #f2f2f2;
    }
    .firm>dl>dd>a{
        font-size: 20px;

    }
    .firm>dl:hover{
        transform:translate(0,0);
    }
    .wrap_8{
        background-size: auto 100% !important;
    }
    .wrap_8-con{
        padding: 50px 0;
    }
    .wrap_8-con>h1{
        font-size: 25px;
        padding: 0 15px;
        line-height: 40px;
    }
    .wrap_8-con>div:nth-child(2){
        font-size: 16px;
        padding: 0 15px;
    }
    .banner_img1{
        margin-top: 50px;
    }
    .banner_img1>li{
        height: 80px;
        flex: 1;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrap_4{
        padding: 50px 0;
    }
    .wrap_4>.container{
        padding: 0;
    }
    .banner_img1>dl{
        background: #fff;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .banner_img1>dl>dt{
        width: 100%;
    }
    .banner_img1>dl>dt>img{
        width: 100%;
    }
    .banner_img1>dl>dd>h1{
        font-size: 20px;
        padding: 20px 0;
    }
    .banner_img1>dl>dd>h2{
        font-size: 14px;
        line-height: 25px;
    }
    .banner_img1>dl>dd>div{
        padding: 0;
    }
    .banner_img1>dl>dd>div>span{
        background: #a5298b;
        border-radius: 5px;
        padding: 5px 10px;
        color: white;
    }

}

/* 移动端适配补充样式 */
@media (max-width: 768px) {
    /* 基础容器调整 */
    .container {
        width: 100% !important;
        padding: 0 15px !important;
    }

    /* wrap_1 区域调整 */
    .wrap_1 {
        height: auto;
        min-height: 400px;
        padding: 60px 15px;
        background-position: center;
    }
    .wrap_1>div>h1 {
        font-size: 32px;
        letter-spacing: normal;
    }
    .wrap_1>div>p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 24px;
    }
    .wrap_1 #consult_btn {
        width: 120px;
        height: 36px;
        font-size: 16px;
        margin-top: 30px;
    }

    /* 标题样式调整 */
    .small_title {
        font-size: 28px;
        margin-bottom: 25px;
        line-height: 36px;
        padding: 0 10px;
    }
    .small_title2 {
        font-size: 20px;
        line-height: 30px;
    }

    /* wrap_2 区域调整 */
    .wrap_2 {
        padding: 60px 0;
    }
    .wrap_2 h2 {
        font-size: 14px;
        line-height: 28px;
        padding: 0 15px;
    }

    /* wrap_3 区域调整 */
    .wrap_3-con {
        width: 100%;
        padding: 60px 15px;
    }
    .wrap_3-con .img_box {
        text-align: center;
    }
    .wrap_3-con .img_box img {
        max-width: 100%;
        height: auto;
    }
    .des {
        font-size: 14px;
        line-height: 28px;
        margin-top: 25px;
        padding: 0 15px;
    }

    /* wrap_4 区域调整 */
    .wrap_4 {
        padding: 60px 0;
    }

    /* wrap_5 区域调整 */
    .wrap_5-con {
        padding: 60px 15px !important;
    }
    .wrap_5-con>h2 {
        color: #222222;
        font-size: 16px;
        line-height: normal;
    }
    .wrap_5_content {
        padding: 20px 15px;
    }
    .wrap_5_bg {
        display: none; /* 移动端隐藏背景装饰图 */
    }
    .wrap_5_content_code {
        text-align: center;
        margin-top: 30px;
    }
    .wrap_5_content_des {
        font-size: 16px;
        line-height: 26px;
        margin-top: 15px;
        padding-left: 0;
    }
    .col-xs-12 {
        padding: 0 10px;
    }

    /* 响应式图片处理 */
    img {
        max-width: 100%;
        height: auto;
    }

    /* 移除不必要的阴影和装饰 */
    .firm>dl {
        box-shadow: none;
        border: 1px solid #f2f2f2;
        border-radius: 8px;
        padding: 20px 10px;
    }

    /* 按钮调整 */
    .btnmore {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
}

/* 平板设备适配 (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        width: 90% !important;
    }
    .wrap_3-con {
        width: 90%;
    }
    .firm {
        flex-wrap: wrap;
    }
    .firm>dl {
        width: 48%;
        margin-bottom: 30px;
    }
}
