/* 通用 */
/* 主体宽度-------------------------------------------------------- */
/* 主体宽度-------------------------------------------------------- */
/* 主体宽度-------------------------------------------------------- */
/* .container {
    width: 1600px;
    max-width: 1600px;
}

 @media screen and (max-width: 1440px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}  */


/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
.Nybanner {
    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%;
    display: flex;
    align-items: center;
}

.Nybanner .text h1 {
    color: #fff;
    font-size: 48px;
    letter-spacing: 10px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    animation: ShowTop 1s ease-in-out 0s 1 alternate forwards;
}

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

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

/* 面包屑样式-------------------------------------------------------- */
/* 面包屑样式-------------------------------------------------------- */
/* 面包屑样式-------------------------------------------------------- */
.mbx {
    animation: ShowBottom 1s ease-in-out 0s 1 alternate forwards;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}


.mbx a {
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
}

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

    .mbx a,
    .mbx {
        font-size: 12px;
        letter-spacing: -1px;
    }
}

/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
.NyBigBox {
    background: #F0F2F6;
    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: #F0F2F7;
}

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

@media screen and (max-width: 992px) {
    .NyNavList {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        background: #fff0;
        margin-top: 15px;
    }

    .NyNavList a {
        padding: 15px;
        font-size: 12px;
        text-align: center;
        width: 45%;
        margin: 10px 0;
        border: 0px;
        background: #fff;
    }
    .NyNavList a.active, .NyNavList a:hover {
    border: 0px;
    border-radius: 0;
    background: var(--color);
    color: #fff;
}
}

@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 {
    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: #034390 !important;
    border-color: #034390 !important;
}