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

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



/* 内页通用样式 */
/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
/* 内页大图-------------------------------------------------------- */
.Nybanner {
    position: relative;
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
}

.Nybanner img {
    position: relative;
    width: 100%;
    opacity: 0.75;
    object-fit: cover;
}

.Nybanner .container {
    position: absolute;
    height: calc(100% - 90px);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.Nybanner .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 90px; */
}



@keyframes ShowTop {
    0% {
        opacity: 0;
        position: relative;
        top: -50px;
    }

    100% {
        opacity: 1;
        position: relative;
        top: 0px;
    }
}

@keyframes ShowBottom {
    0% {
        opacity: 0;
        position: relative;
        bottom: -50px;
    }

    100% {
        opacity: 1;
        position: relative;
        bottom: 0px;
    }
}

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

.Nybanner .text span {
    display: block;
    background: #2A62AE;
    height: 70px;
    width: 4px;
    animation: ShowBottom 1s ease-in-out 0s 1 alternate forwards;
}

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

    .Nybanner .text span {
        height: 45px;
        width: 3px;
    }
}

@media screen and (max-width: 992px) {
    .Nybanner .container {
        height: 100%;
    }
}

/* 内页面包屑-------------------------------------------------------- */
/* 内页面包屑-------------------------------------------------------- */
/* 内页面包屑-------------------------------------------------------- */
.NyNavigation {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #00000000 0%, #00000033 40%, #00000033 60%, #00000000 100%);
}

.NyNavigation h1 {
    color: #FFF;
    font-size: 54px;
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 3.2px;
    margin-bottom: 0;
    position: relative;
}

.NyNavigation h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #B6CD01 0%, #1E96D5 100%);
    z-index: 8;
    bottom: 0;
    left: calc(50% - 30px);
}

.NyNavigation span {
    color: #fff;
}

.NyNavigation span a {
    line-height: 3;
    font-size: 16px;
    color: #fff;
}


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

.NyBigBox {
    position: relative;
    padding-top: 0px;
    padding-bottom: 120px;
    z-index: 9;
}

.Ny_Content {
    min-height: 500px;
}

.Ny_cont {
    padding: 30px 0;
    min-height: 500px;
}

/* 面包屑样式-------------------------------------------------------- */
/* 面包屑样式-------------------------------------------------------- */
/* 面包屑样式-------------------------------------------------------- */
.mbx {
    background: #f5f5f5;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-left: 2px solid #A92028;
}

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

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

/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
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;
}

/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */
/* 框架结构-------------------------------------------------------- */

/* 左右 */
.LeftRight {
    display: flex;
}

.LeftRight .NyNavList {
    width: 300px;
    padding-right: 30px;
}

.LeftRight .Ny_Content {
    width: calc(100% - 300px);
}

/* 左右导航样式-------------------------------------------------------- */
/* 左右导航样式-------------------------------------------------------- */
/* 左右导航样式-------------------------------------------------------- */
.LeftRight .NyNavList h1 {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    color: #ef4136;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
}

.LeftRight .NyNavList a {
    color: #333;
    font-size: 16px;
    padding: 0 30px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.LeftRight .NyNavList a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 18px;
}


/* 上下样式-------------------------------------------------------- */
/* 上下样式-------------------------------------------------------- */
/* 上下样式-------------------------------------------------------- */
.TopBottom {
    display: flex;
    flex-wrap: wrap;
}



.TopBottom .Ny_Content {
    width: 100%;
}

/* 上下导航样式-------------------------------------------------------- */
/* 上下导航样式-------------------------------------------------------- */
/* 上下导航样式-------------------------------------------------------- */
.TopBottom .NyNavListBox {
    width: 100%;
    background: #f9f9f9;
}

.TopBottom .NyNavList {
    margin: 15px 0;
    width: 100%;
    /* background: #A92028; */
    display: flex;
    justify-content: center;
}

.TopBottom .NyNavList .container {
    display: flex;
    justify-content: center;
}

.TopBottom .NyNavList a {
    background: #f5f5f5;
    color: #000;
    font-size: 14px;
    padding: 0 30px;
    display: block;
    height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TopBottom .NyNavList a:hover {
    color: #fff;
    background: #A92028;
}


/* .TopBottom .NyNavList a::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0%;
    transition: .1s;
    opacity: 0;
}

.TopBottom .NyNavList a:hover::before {
    opacity: 1;
} */

.TopBottom .NyNavList a.active {
    color: #fff;
    background: #A92028;
}

@media screen and (max-width: 960px) and (min-width: 0px) {
    .TopBottom .NyNavList a {
        padding: 0 30px;
        margin-right: 0px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .TopBottom .NyNavList a::before {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .TopBottom .NyNavList a:hover::before {
        opacity: .25;
    }
}


@media screen and (max-width: 640px) and (min-width: 0px) {
     .TopBottom .NyNavListBox {
        background: #fff;
    }

    .TopBottom .NyNavListBox .container {
        padding: 0;
    }

    .TopBottom .NyNavList {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .TopBottom .NyNavList a {
        width: 100%;
    }

    .TopBottom .NyNavList a::after {
        content: "";
        display: none;
    }
}