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

/* 
.container {
    width: 1600px;
    max-width: 1600px;
}

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

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

.Nybanner img {
    position: relative;
    width: 100%;
    /* opacity: 0.5; */
    opacity: 1;
    object-fit: cover;
}

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

.Nybanner .text {
    /* display: flex; */
    display: none;
    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: 36px;
    line-height: 1;
    text-align: center;
   /*  animation: ShowTop 1s ease-in-out 0s 1 alternate forwards; */
}

.Nybanner .text h2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 2;
    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;
}

/* 内页面包屑-------------------------------------------------------- */
/* 内页面包屑-------------------------------------------------------- */
/* 内页面包屑-------------------------------------------------------- */
.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: 60px;
    padding-bottom: 60px;
    z-index: 9;
    overflow: hidden;
    /* background: #f7f7f7; */
}

.Ny_Content {
    min-height: 500px;
}

.Ny_cont {
    width: 100%;
    padding: 60px 2vw;
    min-height: 500px;
}

/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
/* 录入内容样式-------------------------------------------------------- */
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: 640px) and (min-width:0px) {
    .raw-html-embed video {
        display: block;
        width: 100%;
    }
}

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



/* 左右样式-------------------------------------------------------- */
/* 左右样式-------------------------------------------------------- */
/* 左右样式-------------------------------------------------------- */

.LeftRight {
    display: flex;
    justify-content: space-between;
}

/* 左样式------------- */
/* 左样式------------- */
/* 左样式------------- */
.LeftRight .NyList {
    width: 220px;
}

.LeftRight .NyList .top {
    display: block;
    background: #006cb5;
    padding-top: 20px;
    padding-bottom: 15px;
}

.LeftRight .NyList .top h1 {
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #006cb5;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}

.LeftRight .NyList .top h2 {
    text-align: center;
    color: #fff;
    background: #006cb5;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* 导航 */
.LeftRight .NyNavList {
    border-top: 0;
    border: 2px solid #eaebed;
    background: #fafafa;
}

.LeftRight .NyNavList .leftNav {
    /* margin-right: 15px; */
    position: relative;
}

.LeftRight .NyNavList .leftNav_2 {
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    background-color: #fff;
    border: 2px solid #006cb5;
    z-index: 99;
}

.LeftRight .NyNavList .leftNav:hover>a {
    background: #006cb5;
    color: #fff;
}

.LeftRight .NyNavList .leftNav:hover .leftNav_2 {
    display: block;
}

.LeftRight .NyNavList .leftNav .leftNav_2 a:hover {
    color: #006cb5;
    border-bottom: 1px solid #006cb5;
}

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

.LeftRight .NyNavList .leftNav a span {
    display: block;
    width: 6px;
    height: 10px;
    background: url(/assets/img/jianto_1.png);
    filter: invert(1);
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: calc((100% - 10px) / 2);
}

.NyListImg {
    margin-top: 50px;
}

/* 右样式------------- */
/* 右样式------------- */
/* 右样式------------- */
.LeftRight .Ny_Content {
    width: calc(100% - 280px);
}

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

.TopBottom .NyNavList {
    width: 100%;
    padding: 15px 0;
    background: #f2f2f2;
}

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

.TopBottom .Ny_Content {
    width: 100%;
    margin-top: 60px;
}

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

.TopBottom .NyNavList a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 60px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.TopBottom .NyNavList a::after {
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    background: #333;
    position: absolute;
    right: -60px;
    top: 25%;
}

.TopBottom .NyNavList a:last-child::after {
    width: 0;
}

.TopBottom .NyNavList a:hover {
    color: #2A62AE;
}

.TopBottom .NyNavList a::before {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #2A62AE;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: .1s;
}

/* .TopBottom .NyNavList a:hover::before {
    width: 100%;
    left: 0%;
} */

.TopBottom .NyNavList a.active {
    color: #2A62AE;
    font-weight: bold;
}

.TopBottom .NyNavList a.active::before {
    width: 100%;
    left: 0%;
}


/* 右侧 */
.indexLeft {
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: 999;
}

.indexLeft .item {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.indexLeft .item .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexLeft .item .icon .img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 0px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexLeft .item .icon .img img {
    width: 28px;
}

.indexLeft .item .icon p {
    margin: 0;
    color: #000;
    font-size: 14px;
    opacity: 0;
    line-height: 2;
}

.indexLeft .item .box {
    position: absolute;
    right: 90px;
    top: 0;
}

.indexLeft .item:hover {
    overflow: unset;
}

.indexLeft .item:hover .icon .img {
    background: #0067B3;
}

.indexLeft .item:hover .icon .img img {
    filter: invert(1);
}

.indexLeft .item:hover .icon p {
    opacity: 1;
}

/* 电话 */

.indexLeft .Phone .box {
    width: 180px;
    height: 50px;
    background: #0067B3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 25px);
    z-index: -1;
    opacity: 0;
}

.indexLeft .Phone:hover .box {
    opacity: 1;
    z-index: 99;
}


.indexLeft .ewm .box {
    width: 240px;
    height: 150px;
    top: calc(50% - 75px);
    z-index: -1;
    opacity: 0;
}

.indexLeft .ewm:hover .box {
    opacity: 1;
    z-index: 99;
}

@media screen and (max-width: 992px) and (min-width: 0px) {
    .indexLeft {
        display: none;
    }
}
