.bg {
    display: flex;
    background-image: url(/images/bgp.png);
    position: relative;
    margin: auto;
    height: 256px;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bgtext {
    width: 192px;
    height: 64px;
    margin: 82px 1108px 110px 140px;
}
.bgtext1 {
    width: 24px;
    height: 342px;
    position: absolute;
    margin: 168px 958px 64px 140px;
}

.bgpic {
    width: 532px;
    height: 222px;
    position: absolute;
    margin: 34px 240px 0 668px;
}

.solution-content-box {
    width: 1160px;
    margin: 0 auto;
    margin-top: 64px;
}
.solution-content-box ul{
    display: flex;
    flex-wrap: wrap;
}
.solution-content-item {
    width: 572px;
    height: 346px;
    margin-top: 16px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.solution-content-box ul li:nth-child(odd){
    margin-right: 10px;
}


.solution-content-box .backdrop-blur {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 155px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(40px);
    padding: 24px;
    box-sizing: border-box;
}

.backdrop-blur {
    backdrop-filter: blur(35px);
}
.solution-title {
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solution-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}

.solution-content-box a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.solution-content-box a:hover{
    color: #3251EE;
}

.pageturn {
    width: 220px;
    height: 25px;
    margin: auto;
    margin-top: 33px;
}
.pageturn .page>a {
    margin-right: -1px;
    color: #666666;
}

.rightarrow {
    margin-left: 23px;
}

body {
    background-color: rgba(245, 245, 245);
}

.main {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255);
}

.header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 320px;
    /* background: linear-gradient(84.2deg, #3270F0 0.75%, #35C5FC 100%); */
    /* background-image: url(/images/banner.png);*/
    /* background-size: 100% 100%; */
    color: #FFFFFF;
}


.banner-top {
    position: fixed;
    width: 100%;
    height: 64px;
    z-index: 999;
    background-color: rgba(255, 255, 255);
    /* 加一根线跟下面的一致 */
    border-bottom: 1px solid #F2F3F5;
}



/* 顶部头部结束 */
/* 头部背景图片和文字部分 */
header .bannerinfo {
    width: 100%;
    height: 480px;
    background: url(/images/pdttop.png) no-repeat;
    background-size: 100% 100%;
}

/* 小盒子适应1440px */
header .bannerinfo .samllinfo {
    position: relative;
    margin: 0 240px;
    width: 1440px;
    height: 480px;
}

header .bannerinfo .samllinfo .content {
    position: absolute;
    height: 174px;
    width: 432px;
    left: 240px;
    top: 152px;
    color: rgba(29, 33, 41, 1);
}

header .bannerinfo .samllinfo .content h4 {
    font-family: FZZhengHeiS-B-GB;
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0px;
    text-align: left;
}

header .bannerinfo .samllinfo .content p {
    margin-top: 22px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

header .bannerinfo .samllinfo img {
    position: absolute;
    height: 271px;
    width: 535px;
    left: 753px;
    top: 117px;
}

/* head部分的内容展示 */
.header .content {
    position: relative;
    /* padding: 0 240px; */
    width: 100%;
    height: 320px;
    background: linear-gradient(84.2deg, #3270F0 0.75%, #35C5FC 100%);
}

.header .content h4 {
    padding: 142px 0 0 0;
    height: 64px;
    width: 1160px;
    font-family: FZZhengHeiS-B-GB;
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0px;
    /* text-align: center; */
    color: rgba(255, 255, 255, 1);
    margin: auto;
}

.header .content p {
    padding: 22px 0 0 0;
    height: 24px;
    width: 1160px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    /* text-align: center; */
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
}

/* 图片用定位做吧呜呜呜 */
.header .content img {
    position: absolute;
    height: 214px;
    width: 656px;
    left: 48%;
    top: 106px;
}

/* 头部部分结束了 */

/* banner部分开始 */
.main>.banner {
    position: relative;
    /* padding: 0 240px; */
    width: 1440px;
    height: 188px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.main>.banner>ul {
    margin: 64px 140px 160px 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1160px;
    /* 就注释了这一个高度，好几个问题都解决了无语 */
    /* height: 1264px; */
}

.main>.banner>ul>li {
    /* 隐藏所有的ul 默认显示第一个 */
    display: none;
    height: 416px;
    width: 376px;
    border-radius: 4px;
    /* 隐藏超出部分、为了hover放大效果 */
    margin-bottom: 8px;
    box-shadow: 0px 2px 4px 0px rgba(50, 81, 238, 0.06), 0px -2px 16px 0px rgba(50, 81, 238, 0.04), 0px 16px 32px 0px rgba(50, 81, 238, 0.02);
}

.main>.banner>ul:nth-child(1)>li {
    /* 第一个盒子的li显示 */
    /* 为啥要这么选，是因为display 不能同时两个一个block 一个fiex */
    display: block;
}

.banner>ul>li .item {
    display: flex;
    width: 376px;
    height: 416px;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 16px 32px rgba(50, 81, 238, 0.02), 0px -2px 16px rgba(50, 81, 238, 0.04), 0px 2px 4px rgba(50, 81, 238, 0.06);
    border-radius: 4px;
    /* 放大的效果 */
    overflow: hidden;
    transition: all 0.6s;
}

.banner>ul>li .item:hover {
    /* 配合上面的transition */
    transform: scale(1.01);
}

.banner>ul>li .item>img {
    width: 376px;
    height: 212px;
    border-radius: 4px 4px 0 0;
}

.banner>ul>li .item .bankinfo {
    width: 328px;
    height: 188px;
}

.item .bankinfo>img {
    width: 168px;
    height: 56px;
    margin: 0 80px 16px 80px;
}

.item .bankinfo p {
    width: 328px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*超出几行后省略号*/
    overflow: hidden;
}

/* 银行介绍下面的小字 */
.bankinfo .msg {
    margin: 16px 102px 32px 102px;
    display: flex;
    width: 120px;
    height: 20px;
    justify-content: space-between;
}

.bankinfo .msg span {
    width: 24px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #4E5969;
}

.bankinfo .msg span:nth-child(1) {
    font-size: 10px;
    color: #00B42A;
    background-color: rgba(0, 180, 42, 0.1)
}

/* banner部分结束 银行的介绍完结*/


/* 小标签翻页 */
.page-box{
    width: 1160px;
    margin: 0 auto;
    padding-top: 32px;
}
.page-box .items {
    display: flex;
    height: 24px;
    border-radius: 0px;
    margin: 0 auto;
    justify-content: center;
}

.page-boxr ol {
    display: flex;
}

.page-box ol li {
    display: inline-block;
    margin: 0 4px;
    height: 24px;
    width: 24px;
    border-radius: 3px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.page-box .items div {
    margin: 0 4px;
    height: 24px;
    width: 24px;
    border-radius: 3px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

/* 被选中的li */
.page-box ol .current {
    background: rgba(50, 81, 238, 1);
    color: rgba(255, 255, 255, 1);
}
