body .bank-body {
    background: #FAFAFA;
}

.bank-banner {
    width: fit-content;
    z-index: 999;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.nav {
    width: 100%;
    height: 54px;
    background: #DB241E;
}

.nav ul {
    width: 100%;
}

.nav ul li {
    float: left;
    width: 120px;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

.nav ul li a {
    width: 100%;
    text-align: center;
    position: relative;
}

.nav ul li a.active::after {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    content: ' ';
    width: 24px;
    height: 2px;
    background: #fff;
}

.notice {
    width: 100%;
    height: 60px;
    background: #F8EDED;
    border-radius: 4px;
    margin-top: 24px;
}

.notice p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    padding-top: 16px;
    padding-left: 18px;

}

.notice p .red {
    font-weight: 600;
    font-size: 18px;
    color: #DB241E;
}

.notice p i {
    display: inline-block;
    width: 22px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 24px;
}

.work-dynamic {
    width: 100%;
    height: 562px;
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.pic-news {
    width: 100%;
    height: 315px;
    margin-top: 36px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;

}

.mod-item .item-title-box {
    width: 100%;
    border-top: 4px solid #DB241E;
}

.mod-item .item-title {
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    margin: 0 20px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(196, 198, 207, .5)
}

.news-swiper {
    padding: 20px;
    display: flex;

    justify-content: space-between
}

.news-box {
    width: 440px;
    height: 460px;
}

.news-list {
    width: 424px;
}

.news-list ul {
    width: 100%;
    height: 100%;
}

.news-list ul li {
    margin-bottom: 15px;
    width: 100%;
}

.news-list ul li a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #111111;

}

.news-list ul li a i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #262626;
    position: relative;
    top: -3px;
    margin-right: 12px;
}

.swiper-box {
    width: 690px;
    height: 460px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 16px;
}

.swiper-box .news-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    height: 90px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #030303 100%);
    border-radius: 0px 0px 4px 4px;
}

.swiper-slide a,
.swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.news-title p {
    padding: 0 24px;
    margin-top: 24px;
}

.swiper-box .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 102;
    text-align: center;

}

.swiper-box .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 8px;
    border-radius: 4px;
    margin: 0 5px;
    background-color: #EAEAEA;
    cursor: pointer;
}

.swiper-box .swiper-active-switch {
    /* width: 29px; */
    background-color: #DB241E;
}

.business-mod,
.news-mod {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}

.personal-business,
.company-business {
    width: 588px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border-top: 4px solid #DB241E;
    display: flex;
}

.business-link {
    width: 288px;
}

.business-link a {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    margin-top: 38px;
    margin-left: 60px;

}

.business-link a span {
    font-size: 14px;
    color: #262626;
    position: relative;
    top: -4px;
}

.business-img {
    width: 300px;
}

.business-img img {
    width: 100%;
}

.news-list-item {
    width: 384px;
    height: 514px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;

}

.news-list-box {
    padding: 20px;
}

.pic-news-list {
    padding: 20px;
    display: flex;
    justify-content: space-between;

}

.pic-item {
    width: 272px;
    height: 153px;
}

.pic-item a {
    display: block;
    width: 100%;
}

.pic-item a img {
    width: 100%;
    height: 153px;
}

.pic-item .pic-item-title {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin-top: 12px;
}

.footer {
    width: 100%;
    margin-top: 36px;
    padding-bottom: 36px;

}

.footer p {
    font-weight: 400;
    font-size: 12px;
    color: #262626;
    text-align: center;
    padding-top: 20px;
}