.banner-product {
	margin-top:0;
	height:33.75rem;
	padding:8.75rem 0 0;
	background:no-repeat center;
	background-size:100% 100%;
	text-align:left;
}
.banner-flex{
	    margin-top: 2.3125rem;
	display: flex;
}
.banner-flex-img{
	width: 11.25rem;
	height: 2.5rem;
}
.banner-flex-img img{
width: 100%;
height: 100%;
}
.banner-flex-line{
	width: .0625rem;
height: 2.75rem;
background-color: #FFFFFF;
    margin: 0 .75rem;
}
.new-banner-tit{
font-size: 2.625rem;
font-weight: 500;
color: #FFFFFF;
}
.new-banner-retxt{
    margin-top: .5rem;
    font-size: 1.25rem;
font-weight: 400;
color: #FFFFFF;
opacity: 0.4;
}
.new-banner-txt{
    width: 48.625rem;
    margin-top: .8125rem;
    font-size: .875rem;
font-weight: 400;
line-height: 2rem;
color: #FFFFFF;
}
/* 核心能力 */
.ability-container{
background-color: #ffffff;
    padding: 4.375rem 0 2.375rem;
}
.ablity-p{
    font-weight: 400;
font-size: .875rem;
color: rgba(9,15,33,0.5);
line-height: 1.5rem;
margin-top: .5rem;
}
.card-content1 ul{
	width: 75rem;
    display: flex;
	justify-content: space-between;
        margin-top: 1.5625rem;
}
.card-content1 ul .vertical-icon-box p{
	width: 21.25rem;
	margin-top: .375rem;
}
.vertical-icon-box h2 {
    margin-top: .75rem;
}
/* 价值 */
.value-container{
background-color: #ffffff;
}
.value-content{
    margin-top: 2.1875rem;
width: 100%;
height: 41.5rem;
background: linear-gradient( 269deg, #5E8CEE 0%, #3156D5 100%);
border-radius: 0px 0px 0px 0px;
}
.value-content:after{
    content: '';
    width: 100%;
    height: 35.25rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../img/pageimage/financial_midplatform/value-bg.svg');
background-size: 100% 100%;
z-index: -1;
}
.value-content-flex{
   width: 77.625rem;
    display: flex;
    margin: 0 auto;
    margin-top: 3.4375rem;
}
.value-box{
    position: relative;
    display: flex;
    padding: .9375rem 0 .9375rem 1.375rem;
    height: 5.75rem;
    box-sizing: border-box;
    margin-top: .9375rem;
}
.value-box::before{
    content: '';
width: 16.25rem;
height: 5.75rem;
position: absolute;
      left: 0rem;
    top: -0.4375rem;
background: linear-gradient( 95deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
border-radius: 21px 21px 21px 21px;
}
.value-box-tit{
    width: 7.5rem;
font-weight: 500;
font-size: 1.25rem;
color: #FFFFFF;
line-height: 1.5rem;
text-align: left;
}
.value-box-para{
    width: 28.75rem;
font-weight: 400;
font-size: .875rem;
color: rgba(255,255,255,0.8);
line-height: 1.5rem;
text-align: left;
    margin-top: -0.875rem;
}
.value-content-flex img{
    width: 40.125rem;
    height: 27.3125rem;
    margin-top: 2.9375rem;
    margin-left: -1.3125rem;
}
/* 典型业务场景 */
.changjing {
	padding:4.9375rem 0 7.5rem 0;
	/* background-color: #FFFFFF; */
	text-align: center;
}
.changjing-para{
    margin-top: .875rem;
    font-weight: 400;
font-size: .875rem;
color: rgba(9,15,33,0.5);
z-index: 1;
}
.changjing-flex {
	display:flex;
	justify-content: space-between;
	width:75rem;
	margin: 0 auto;
    margin-top: 2.75rem;
	gap: 3.75rem;
    z-index: 1;
}
.changjing-left {
    position: relative;
width: 22.5rem;
height: 27.8125rem;
box-shadow: 8px 8px 30px 1px rgba(0,50,126,0.04);
border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
border: .125rem solid #FFFFFF;
	padding:3.3125rem 1.875rem 0 1.875rem;
	text-align: center;
	box-sizing: border-box;
}
.changjing1{
background: linear-gradient( 180deg, #E9F3FE 0%, #FFFFFF 13.3%, #FFFFFF 100%);
}
.changjing2{
background: linear-gradient( 180deg, #FEFAE9 0%, #FFFFFF 13.3%, #FFFFFF 100%);
}
.changjing3{
background: linear-gradient( 180deg, #E9FCFE 0%, #FFFFFF 13.3%, #FFFFFF 100%);
}
.changjing-left .industry-para-tit {
	font-weight: 500;
font-size: 1.5rem;
color: #090F21;
}
.changjing-left .industry-p {
    width: 18.75rem;
    margin: 0 auto;
    margin-top: 1.5625rem;
    font-weight: 400;
    font-size: .875rem;
    color: #797979;
    line-height: 1.75rem;
        position: relative;
    z-index: 1;
}
.changjing-left .industry-p p{
    margin-top: .875rem;
}
.changjing-img-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
width: 22.5rem;
height: 12.5625rem;
}
.changjing-img-bottom img{
    width: 100%;
    height: 100%;
}
/* 竞争优势 */
.industry-container{
    height: 45.5625rem;
    box-sizing: border-box;
    background: #FFFFFF;
padding: .6875rem 0 3.75rem;
}
.indystry-content-flex{
    width: 75rem;
display: flex;
margin: 0 auto;
text-align: left;
justify-content: space-between;
}
.industry-container::after{
    content: '';
    width: 90rem;
height: 36.8125rem;
position: absolute;
bottom: 0;
left: 0;
background: url('../img/pageimage/financial_midplatform/ind-bg.png');
background-size: 100% 100%;
}
.industry-content{
      width: 41.25rem;
    height: 43.75rem;
    margin: -2.6875rem 0 0;
}
.industry-p{
    font-weight: 400;
font-size: .875rem;
color: rgba(9,15,33,0.5);
line-height: 1.5rem;
width: 24.5rem;
}
.capacity-box{
display: flex;
margin-top: 2.6875rem;
margin-left: 1.25rem;
}
.capacity-img{ 
    width: 5rem;
     height: 5rem; 
     box-sizing: border-box; 
     background: #FFFFFF; 
     box-shadow: 0px 6px 20px 1px rgba(10,44,115,0.08); 
     padding: 1.25rem; 
     border-radius: 50%;
}
.capacity-title{
font-weight: 400;
font-size: 1.125rem;
color: #090F21;
margin-bottom: .8125rem;
}
.capacity-p{
    width: 33.75rem;
font-weight: 400;
font-size: .875rem;
color: rgba(9,15,33,0.5);
line-height: 1.5rem;
}
.capacity-tit-box{
    margin-left: 1.25rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
bottom: 1.25rem;
    text-align: left;
    left: 1.4375rem;
}