/* 通用 */
/* 主体宽度-------------------------------------------------------- */
/* 主体宽度-------------------------------------------------------- */
/* 主体宽度-------------------------------------------------------- */

.header {
    height: 100px;
    background: #fff;
}

.header .logo {
    height: 100px;
}

.header a {
    color: #000 !important;
}

.header .navRight span {
    color: #000;
}

.header .navRight img {
    filter: invert(0) !important;
}

.header .logo .img2 {
    display: flex;
}

.header .logo .img1 {
    display: none;
}

/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
.Nybanner {
    margin-top: 100px;
    position: relative;
    width: 100%;
    /* height: 25vw;
    min-height: 250px; */
    background: #000;
    display: flex;
    justify-content: center;
}

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

.Nybanner .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-bottom: 7%;
    display: flex;
    align-items: flex-end;
}

.Nybanner .text h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.Nybanner .text h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

@media screen and (max-width: 1440px) {
    .Nybanner .text h1 {
        font-size: 40px;
    }
}

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

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

    .Nybanner .text h2 {
        font-size: 18px;
    }
}



/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
.NyBigBox {
    background: #fff;
    position: relative;
    padding-top: 0;
    padding-bottom: 120px;
    z-index: 9;
    overflow: hidden;
}

.NyBox {
    padding-top: 60px;
}

@media screen and (max-width: 640px) {
    .NyBigBox {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .NyBox {
        padding-top: 30px;
    }
}

.NyNavList {
    margin-top: 45px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
}

.NyNavList a {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    border: 4px solid #fff;
    margin: 0 15px;
}

.NyNavList a.active,
.NyNavList a:hover {
    border: 4px solid var(--color);
    border-radius: 20px;
    background: #f0f2f6;
}

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

@media screen and (max-width: 992px) {
    .NyNavList {
        display: flex;
        justify-content: center;
    }

    .NyNavList a {
        padding: 15px;
        font-size: 12px;
        text-align: center;
    }
}

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

/* 内页内容-------------------------------------------------------- */
/* 内页内容-------------------------------------------------------- */
/* 内页内容-------------------------------------------------------- */

.NyBox {
    min-height: 300px;
}

.Ny_text {
    overflow: hidden;
    padding: 0px 0 30px;
    min-height: 300px;
}

/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
figure.image img {
    width: auto;
    max-width: 100%;
}

figure.image-style-align-center {
    margin: 0 auto;
}

figure.image-style-align-center img {
    display: block;
    margin: 0 auto;
}

.Ny_xiangqing {
    width: 100%;
    padding: 30px 0;
    min-height: 500px;
}

/* .Ny_xiangqing p {
    text-indent: 32px;
} */


/* 左右导航样式-------------------------------------------------------- */
/* 左右导航样式-------------------------------------------------------- */
/* 左右导航样式-------------------------------------------------------- */

@media screen and (max-width: 960px) and (min-width: 0px) {}


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

/* 页码 */

.page-item.active .page-link {
    background-color: var(--color) !important;
    border-color: var(--color) !important;
}