.wrap {
    overflow: hidden;
}

/* 首页标题 */
.index-title {
    text-align: center;
}

.index-title-cn {
    font-size: 0.56rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}

.index-title-en {
    font-size: 0.19rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-top: .19rem;
}

/* 顶部banner */
.index-banner {
    width: 100%;
    height: 7.49rem;
    position: relative;
}

.index-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner-box {
    width: 6.92rem;
    padding: .45rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: calc((100% - 14.4rem) / 2);
    transform: translateY(-50%);
}

.index-banner-text {
    font-size: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000;
    line-height: 0.64rem;
}

.index-banner-text span {
    font-size: 0.48rem;
    color: #004093;
    font-weight: bold;
}

.index-banner-bt {
    display: flex;
    align-items: center;
    margin-top: .25rem;
}

.index-banner-bt p {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

.index-banner-bt img {
    width: .1rem;
    margin-left: .1rem;
}

/* 理财产品 */
.goods-wrap {
    padding: 1rem 0;
    background: #FFCD01;
}

.goods-box {
    margin: 0 auto;
}

.goods-list {
    margin-top: .6rem;
    position: relative;
}

.goodsSwiper-next {
    right: -0.8rem;
    color: #000;
}

.goodsSwiper-prev {
    left: -0.8rem;
    color: #000;
}

.goodsSwiper {
    width: 100%;
    overflow: hidden;
}

.goods-item {
    width: 100%;
    background: #fff;
}

.goods-des {
    padding: .7rem .4rem;
    text-align: center;
}

.goods-text {
    font-size: 0.43rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}

.goods-p {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgb(255,71,19);
    margin-top: .35rem;
}

.goods-more {
    height: 0.6rem;
    background: #000000;
    display: flex;
    align-items: center;
    padding: 0 .15rem;
    /*justify-content: center;*/
}

.goods-more p {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 0.02rem;
}

.goods-more img {
    width: .25rem;
    margin-left: .1rem;
}

/* 投资产品 */
.investor-box {
    margin: 1rem auto;
}

.investor-list {
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
}

.investor-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.investor-item::after {
    content: '';
    width: 0.02rem;
    height: 100%;
    background: #D2D2D2;
    position: absolute;
    top: 0;
    right: 0;
}

.investor-item:last-of-type::after {
    display: none;
}

.investor-icon {
    height: 1.56rem;
    width: auto;
}

.investor-icon img {
    height: 100%;
    width: auto;
}

.investor-text {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000;
    margin-top: .5rem;
}

.investor-item:hover .investor-text {
    color: rgb(255,71,19);
}

/* 关于我们 */
.about-wrap {
    padding: 1rem 0;
    background: #FD9BB4;
}

.about-box {
    margin: 0 auto;
}

.about-list {
    margin-top: .65rem;
    display: flex;
    align-items: center;
}

.about-img {
    width: 6.21rem;
    height: 3.51rem;
    flex-shrink: 0;
    padding-right: .21rem;
    padding-bottom: .21rem;
    position: relative;
}

.about-img::after {
    content: '';
    width: 6rem;
    height: 3.3rem;
    background: rgb(255,71,19);
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-img img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.about-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.about-des {
    flex: 1;
    margin-left: 1.2rem;
}

.about-p {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.48rem;
}

.about-bt {
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    margin-top: 1.2rem;
}

.about-bt img {
    width: 0.1rem;
    margin-left: 0.07rem;
}

.about-bt p {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}