@media screen and (min-width: 1200px) {
}
@media screen and (min-width:750px) and (max-width:1200px) {
    .city .flex-box{
        flex-wrap: wrap;
    }
    .city .flex-box .left-box{
        margin-right: 0!important;
        margin-bottom: 15px;
    }
    .city .flex-resever .left-box{
        margin-left: 0!important;
        margin-bottom: 15px;
    }
    .city .color-bottom-box .flex-box .left-box .text-box{
        width: 660px!important;
    }
    .application .application-container{
        width: 740px!important;
    }
    .application .application-container img{
        width: 360px!important;
    }
}
@media screen and (max-width: 750px) {
    .city .flex-box{
        flex-wrap: wrap;
    }
    .city .flex-box .left-box{
        margin-right: 0!important;
        margin-left: 0!important;
        margin-bottom: 15px;
    }
    .city .flex-box img{
        width: 90%;
    }
    .city .flex-box .right-box{
        width: 90%;
    }
    .city .flex-box .right-box img{
        width: 100%;
    }
    .city .flex-box .left-box{
        width: 90%!important;
    }
    .city .flex-box .text-box{
        width: 90%!important;
    }
    .application .application-container{
        width: 90%!important;
        justify-content: center!important;
    }
}

/* 中间部分 */
.banner{
    margin-top: 80px;
    height: 600px;
    background-image: url('../images/finance/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}
.banner-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 46.3%;
    margin: 0 auto;
}
.banner-top{
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 48px;
}
.banner-bottom{
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}

.city{
    /* padding: 70px 0 100px; */
}
.city .color-box{
    background-color: #f6f6f6;
    padding: 72px 0 85px 0;
}
.city .color-bottom-box{
    background-color: #fff;
}
.city .flex-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.city .flex-box .left-box{
    margin-right: 52px;
    display: flex;
    flex-direction: row;
}
.city .flex-box .left-box .circle{
    width: 8px;
    height: 8px;
    background: #2B9EFF;
    border-radius: 50%;
    margin-top: 8px;
}
.city .flex-box .left-box .text-box{
    margin-left: 12px;
    display: flex;
    flex-direction: column;
}
.city .color-top-box .flex-box .left-box .text-box{
    width: 660px;
}
.city .color-bottom-box .flex-box .left-box .text-box{
    width: 380px;
}
.city .flex-box .left-box .text-box h5{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.city .flex-box .left-box .text-box p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.city .flex-box .right-box{
    display: flex;
    flex-direction: column;
}
.city .flex-box .right-box img{
    margin-bottom: 6px;
}
.city .flex-resever{
    flex-direction: row-reverse;
    margin-bottom: 90px;
}
.city .flex-resever .left-box{
    margin-right: 0;
    margin-left: 48px;
    display: flex;
    flex-direction: row;
}


.application{
    background-color: #F6F6F6;
    padding: 90px 0 100px;
    text-align: center;
}
.application .tips{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 28px;
}
.application h4{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.application .application-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1150px;
    margin: 50px auto;
    justify-content: space-between;
}
.application .application-container img{
    margin-bottom: 40px;
}