/* 内页大图 */
.Nybanner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.Nybanner>img {
    position: relative;
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    opacity: 1;
}

.Nybanner .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 var(--container);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.Nybanner .text h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

.Nybanner .text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin: 15px 0 40px;
}

@media screen and (max-width: 1540px) {

    .Nybanner .text h1,
    .Nybanner .text h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1200px) {
    .Nybanner {
        margin-top: 60px;
    }

    .Nybanner .text h1,
    .Nybanner .text h2 {
        font-size: 24px;
    }

}

@media screen and (max-width: 720px) {
    .Nybanner .text h2 {
        margin: 15px 0 20px;
    }
}

@media screen and (max-width: 640px) {}

/* 面包屑样式 */
.mbx {
    display: flex;
    align-items: center;
    font-size: 14px;
    opacity: 0.5 !important;
    color: #fff;
}

.mbx img {
    margin-right: 20px;
}

.mbx a {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 720px) {
    .mbx img {
        margin-right: 10px;
    }

    .mbx a,
    .mbx {
        font-size: 14px;
    }
}





/* 定位 */
.dian {
    position: relative;
    top: -120px;
}

@media (max-width: 640px) {
    .dian {
        position: relative;
        top: -180px;
    }
}

/* 新加代码 */
/* 标题 */
.NyTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.NyTitle h1 {
    font-size: 36px;
    line-height: 2;
    color: #000747;
    text-align: center;
}

.NyTitle h2 {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: rgba(0, 7, 71, 0.5);
}


@media (max-width: 1200px) {
    .NyTitle h1 {
        font-size: 32px;
    }

    .NyTitle h2 {
        font-size: 16px;
    }
}

@media (max-width: 720px) {
    .NyTitle h1 {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .NyTitle h2 {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 720px) {}