* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: break-word;
}

ul li {
    list-style: none;
}

 :root {
    --main-color: #0a4994;
    --main-color-white: #ffffff;
    --main-color-fontColor: #555555;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media screen and (min-width:1250px) and (max-width:1500px) {
    .hrb ul li a {
        margin-left: 30px !important;
    }
}

@media screen and (min-width:1000px) and (max-width:1250px) {
    .hrb ul li a {
        margin-left: 20px !important;
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 996px) {
    .n_swiper .Nbtnleft {
        left: 50px !important;
        opacity: .6;
    }
    .n_swiper .Nbtnright {
        right: 50px !important;
        opacity: .6;
    }
    .nhead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        height: 120px;
        background-color: #fff;
    }
    .n_logo {
        width: 5%;
        display: block;
    }
    .nheader {
        width: 100%;
        height: 120px;
        padding: 0 85px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
    }
    .hr {
        position: relative;
        height: 120px;
        display: flex;
        align-items: center;
    }
    .hrt {
        display: flex;
        align-items: center;
    }
    .hrt i {
        font-size: 25px !important;
        margin-right: 10px;
        /* color: #ffa700; */
    }
    .hphone {
        color: #ffa700;
        display: flex;
        font-size: 16px;
        align-items: center;
    }
    .hrt span {
        display: block;
        margin: 0 10px;
        font-size: 12px;
        color: #666;
    }
    .t_nav {
        display: block;
        font-size: 16px;
        color: #3e3e3e;
    }
    .hrb ul {
        display: flex;
        align-items: center;
    }
    .hrb ul li>a {
        display: block;
        color: #3e3e3e;
        font-size: 18px;
        height: 120px;
        line-height: 120px;
        margin-left: 80px;
    }
    .hrb>ul>li>a:hover {
        border-bottom: 2px solid #13347c !important;
        color: #13347c !important;
    }
    .navactive {
        border-bottom: 2px solid #13347c !important;
        color: #13347c !important;
    }
    .hrb ul li {
        position: relative;
    }
    .hrb ul li:hover>a {
        color: #13347c !important;
        border-bottom: 2px solid #13347c !important;
    }
    .hrb ul li:hover .n_drop {
        display: block !important;
    }
    .n_drop {
        position: absolute;
        width: 200px;
        left: 0;
        top: 100%;
        display: none;
        z-index: 900;
    }
    .n_drop a {
        display: block;
        height: 40px;
        background-color: #fff;
        font-size: 16px !important;
        line-height: 40px;
        text-align: center;
        color: #ababab;
        margin: 0 !important;
    }
    .n_drop a:hover {
        background-color: #13347c !important;
        color: #fff !important;
    }
    .t_nav:hover {
        color: #13347c !important;
    }
    .nheader a img {
        width: 100%;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .nbanner {
        position: relative;
        margin-top: 120px;
    }
    .nbanner img {
        width: 100%;
    }
    .nbanner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        top: 0;
        left: 0;
        padding: 10%;
        background: rgba(0, 0, 0, .4);
    }
    .nbanner_pos h1 {
        color: #fff;
        font-size: 50px;
        font-weight: normal;
    }
    .nbanner_pos h2 {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        display: block;
        margin: 15px 0;
    }
    .nbanner_pos h3 {
        font-size: 30px;
        color: #fff;
        font-weight: normal;
    }
    .ncon1 {
        padding: 35px 0;
        background-image: url(../images/nbg1.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 55px;
    }
    .ncon1con {
        max-width: 1680px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .ncon1con ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ncon1con ul li span {
        display: flex;
        color: #fff;
        align-items: center;
    }
    .ncon1con ul li span h1 {
        font-size: 50px;
        font-weight: normal;
        margin: 0 10px;
        margin-top: -20px;
    }
    .ncon2 {
        width: 100%;
        padding: 140px 0;
    }
    .ncon2con {
        max-width: 1680px;
        margin: 0 auto;
        padding: 0 65px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .ncon2flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ncon2f_left {
        width: 50%;
    }
    .ncon2f_right {
        width: 35%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ncon2f_left h1 {
        color: #0a4994;
        font-size: 40px;
        font-weight: normal;
    }
    .ncon2f_left strong {
        color: #0a4994;
        font-size: 30px;
        display: block;
        font-weight: normal;
        margin: 28px 0;
    }
    .ncon2f_left p {
        font-size: 15px;
        color: #555;
        line-height: 25px;
    }
    .ncon2f_left a {
        display: block;
        width: 165px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 40px;
        background-color: #0a4994;
        color: #fff;
        font-size: 15px;
        margin-top: 28px;
    }
    .ncon2f_right ul li {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    .ncon2f_right .mun_top {
        display: flex;
        align-items: center;
        margin-right: 60px;
    }
    .ncon2f_right .mun_top h2 {
        font-weight: normal;
        color: #0a4994;
        font-size: 40px;
    }
    .ncon2f_right .mun_top span {
        color: #0a4994;
        font-size: 40px;
    }
    .ncon2f_right li p {
        color: #333;
        font-size: 18px;
    }
    .ncon2bot {
        margin-top: 80px;
    }
    .ncon2bot ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ncon2bot ul li {
        cursor: pointer;
        padding: 20px;
        width: 31%;
        border-radius: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .ncon2bot_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ncon2bot_top strong {
        font-size: 35px;
        font-weight: normal;
        background: linear-gradient(to bottom, gray, white);
        -webkit-background-clip: text;
        color: transparent;
        /* 使文字本身透明，只显示背景渐变 */
    }
    .ncon2bot_top img {
        width: 40px;
    }
    .ncon2bot ul li p {
        text-align: center;
        font-size: 16px;
        color: #0a4994;
        margin-top: 20px;
    }
    .ncon3 {
        width: 100%;
        /* background-image: url(../images/nbg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 120px 0; */
    }
    .ncon3con {
        max-width: 1680px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .ncon3con strong {
        color: #fff;
        font-size: 50px;
    }
    .ncon4 {
        width: 100%;
        padding: 120px 0;
    }
    .ncon4con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .n_title {
        margin-bottom: 50px;
    }
    .n_title strong {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 40px;
        margin-bottom: 15px;
        color: #0a4994;
    }
    .n_title p {
        text-align: center;
        color: #4d4d4d;
        font-size: 20px;
    }
    .ncon4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ncon4con ul li {
        width: calc((100% - 105px) / 4);
        margin-bottom: 35px;
        margin-right: 35px;
        padding: 35px;
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .ncon4con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .ncon4con ul li img {
        display: block;
        margin: 0 auto;
        width: 45px;
    }
    .ncon4con ul li p {
        text-align: center;
        color: #333;
        font-size: 16px;
        margin: 20px 0;
    }
    .ncon4con ul li span {
        display: block;
        text-align: center;
        font-size: 16px;
    }
    .ncon5 {
        width: 100%;
    }
    .ncon5con {
        width: 100%;
        position: relative;
    }
    .ncon5con .poster {
        width: 100%;
    }
    .v_po {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .v_po img {
        width: 100px;
        cursor: pointer;
    }
    .v_layout {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        display: none;
    }
    .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        cursor: pointer;
    }
    .v_laycon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .v_laycon video {
        max-width: 1000px;
    }
    .ncon6 {
        padding: 120px 0;
        width: 100%;
    }
    .ncon6con {
        max-width: 1830px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .ncon6con ul {
        display: flex;
        flex-wrap: wrap;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .ncon6con ul li {
        width: calc(100% / 6);
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1 / 1;
        text-align: center;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }
    .ncon6con ul li img {
        width: 45px;
    }
    .ncon6con ul li p {
        font-size: 16px;
  
        margin: 20px 0;
    }
    .ncon6con ul li a {
        font-size: 15px;
        color: #666;
    }
    .ncon6con ul li a:hover {
        color: #0a4994 !important;
    }
    /*  */
    .fcon2 {
        padding: 80px 0;
        background-color: #f7f6f5;
    }
    .fcon2con {
        max-width: 1550px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .fcon2fy {
        display: none;
    }
    .fcon2fy ul {
        display: flex;
        justify-content: space-between;
    }
    .fcon2fy ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
    }
    .fcon2fy ul li:nth-child(4n) {
        margin-right: 0;
    }
    .fcon2fy ul li .fcon2item {
        height: 520px;
        overflow: hidden;
    }
    .fcon2fy ul li .fcon2item:hover img {
        transform: scale(1.1);
    }
    .fcon2fy ul li .fcon2item:hover .fcon2_go {
        margin-top: 25px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .fcon2fy ul li img {
        transition: all ease .4s;
        height: 520px;
        width: 100%;
        object-fit: cover;
    }
    .fcon2fy ul li .fcon2_pos:hover {
        background: rgba(0, 0, 0, .7);
    }
    .fcon2item {
        cursor: pointer;
        position: relative;
    }
    .fcon2_pos {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0);
        transition: all ease .4s;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        flex-direction: column;
        padding: 0 20px;
    }
    .fcon2_pos strong {
        color: #ffffff;
        text-align: center;
        display: block;
        width: 100%;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 25px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .li_col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .li_col .fcon2item {
        height: 250px !important;
    }
    .li_col .fcon2item img {
        width: 100%;
        height: 250px !important;
        object-fit: cover;
    }
    .fcon2_go {
        border-radius: 50%;
        width: 42px;
        transition: all ease .4s;
        margin-top: 45px;
        opacity: 0;
        visibility: hidden;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ffffff;
    }
    .fcon2_go i {
        color: #ffffff;
        font-size: 20px !important;
    }
    .more {
        display: block;
        width: 150px;
        height: 40px;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #0a4994;
        line-height: 40px;
        margin: 0 auto;
        margin-top: 30px;
    }
    /*  */
    .ncon8 {
        width: 100%;
        padding: 120px 0;
    }
    .ncon8con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .ncon8con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ncon8con ul li {
        width: calc((100% - 100px) / 6);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        ;
    }
    .ncon8con ul li:nth-child(6n) {
        margin-right: 0;
    }
    .ncon8con ul li img {
        width: 100%;
    }
    .ncon8con ul li p {
        text-align: center;
        font-size: 15px;
        margin-top: 5px;
        color: #333;
    }
    .ncon9 {
        padding: 120px 0;
        width: 100%;
        background-color: #f7f6f5;
    }
    .ncon9con {
        max-width: 1660px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .n9tab {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .n9tab span {
        margin: 0 20px;
        display: block;
        cursor: pointer;
        width: 150px;
        height: 50px;
        background-color: #fff;
        color: #555;
        line-height: 50px;
        border-radius: 40px;
        font-size: 18px;
        text-align: center;
    }
    .tab_ac {
        background-color: #0a4994 !important;
        color: #fff !important;
    }
    .n9fy {
        margin-top: 50px;
        display: none;
    }
    .n9fycon {
        display: flex;
        flex-wrap: wrap;
    }
    .n9fyleft {
        width: 50%;
        position: relative;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .n9fyleft img {
        width: 100%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        height: 100%;
        object-fit: cover;
    }
    .n9pos1 {
        position: absolute;
        width: 100px;
        height: 85px;
        background-color: #0a4994;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        top: 0;
    }
    .n9pos1 p {
        color: #fff;
        font-size: 18px;
    }
    .n9pos1 strong {
        font-weight: normal;
        font-size: 22px;
        color: #fff;
    }
    .n9pos2 {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 20px;
    }
    .n9pos2 p {
        font-size: 24px;
        margin-bottom: 20px;
        color: #fff;
    }
    .n9pos2 span {
        color: #fff;
        opacity: .8;
        font-size: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .n9fyright {
        width: 50%;
        padding: 0 35px;
        display: flex;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        align-items: center;
    }
    .n9fyright ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .n9fyright ul li {
        padding: 25px 15px;
        display: flex;
        align-items: center;
        background-color: #fff;
        margin-bottom: 30px;
        border-right: 1px solid #ddd
    }
    .n9fyright ul li:last-child {
        margin-bottom: 0;
    }
    .n9fyright ul li a {
        font-size: 18px;
        color: #666;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .n9fyright ul li span {
        color: #999;
        text-align: center;
        font-size: 14px;
        display: block;
        margin-right: 10px;
    }
    .n9fyright ul li span em {
        font-size: 25px;
        font-style: normal;
    }
    .n9fyright ul li a:hover {
        color: #0a4994 !important;
    }
    .nfoot {
        padding: 80px 0;
        background-color: #262626;
        padding-bottom: 0;
    }
    .nfooter {
        max-width: 1680px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .nf1 {
        padding-bottom: 30px;
        display: flex;
        border-bottom: 1px solid #3d3d3d;
        justify-content: space-between;
    }
    .nf1left a img {
        height: 120px;
    }
    .ncode {
        margin-top: 50px;
        display: flex;
    }
    .ncode img {
        width: 80px;
    }
    .ncodeitem {
        margin-right: 20px;
    }
    .nf1right ul {
        display: flex;
    }
    .nf1right ul li {
        margin-left: 5vw
    }
    .bfa {
        color: #b4b4b4;
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
    }
    .bsa {
        color: #b4b4b4;
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .nf2 {
        padding: 20px 0;
        border-bottom: 1px solid #3d3d3d;
        display: flex;
    }
    .nf2 span {
        color: #b4b4b4;
        display: block;
        font-size: 16px;
        margin-right: 20px;
    }
    .nf2 a {
        display: block;
        font-size: 16px;
        color: #b4b4b4;
        margin-right: 20px;
    }
    .nf3 {
        padding: 20px 0;
        text-align: center;
        color: #b4b4b4;
        border-bottom: 1px solid #3d3d3d;
    }
}

@media only screen and (max-width: 996px) {
    .Nbtn {
        display: none;
    }
    .nfoot {
        padding: 30px 15px;
        background-color: #262626;
        padding-bottom: 0;
        margin-bottom: 65px;
    }
    .nf1 {
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #3d3d3d;
        justify-content: space-between;
    }
    .nf1left a img {
        height: 120px;
    }
    .ncode {
        margin-top: 20px;
        display: flex;
    }
    .ncode img {
        width: 80px;
        height: 80px;
    }
    .ncodeitem {
        margin-right: 20px;
    }
    .nf1right {
        margin-top: 20px;
    }
    .nf1right ul {
        display: flex;
        flex-wrap: wrap;
    }
    .nf1right ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .bfa {
        color: #b4b4b4;
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }
    .bsa {
        color: #b4b4b4;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .nf2 {
        padding: 15px 0;
        border-bottom: 1px solid #3d3d3d;
        display: flex;
    }
    .nf2 span {
        color: #b4b4b4;
        display: block;
        font-size: 14px;
        margin-right: 15px;
    }
    .nf2 a {
        display: block;
        font-size: 14px;
        color: #b4b4b4;
        margin-right: 15px;
    }
    .nf3 {
        padding: 15px 0;
        text-align: center;
        color: #b4b4b4;
        border-bottom: 1px solid #3d3d3d;
    }
    .ncon9 {
        padding: 30px 15px;
        width: 100%;
        background-color: #f7f6f5;
        padding-top: 50px;
    }
    .ncon9con {
        margin: 0 auto;
    }
    .n9tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
    .n9tab span {
        margin: 0 2px;
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
        width: 100px;
        height: 35px;
        background-color: #fff;
        color: #555;
        line-height: 35px;
        border-radius: 30px;
        font-size: 12px;
        text-align: center;
    }
    .tab_ac {
        background-color: #0a4994 !important;
        color: #fff !important;
    }
    .n9fy {
        display: none;
    }
    .n9fycon {
        display: flex;
        flex-wrap: wrap;
    }
    .n9fyleft {
        width: 100%;
        position: relative;
    }
    .n9fyleft img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .n9pos1 {
        position: absolute;
        width: 60px;
        height: 60px;
        background-color: #0a4994;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        top: 0;
    }
    .n9pos1 p {
        color: #fff;
        font-size: 16px;
    }
    .n9pos1 strong {
        font-weight: normal;
        font-size: 18px;
        color: #fff;
    }
    .n9pos2 {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 5px 15px;
        background: rgba(255, 255, 255, .5);
    }
    .n9pos2 p {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 5px;
        color: #0a4994;
        font-weight: bold;
    }
    .n9pos2 span {
        color: #0a4994;
        font-size: 12px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }
    .n9fyright {
        width: 100%;
        display: flex;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        align-items: center;
    }
    .n9fyright ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }
    .n9fyright ul li {
        padding: 10px;
        display: flex;
        background-color: #fff;
        margin-top: 10px;
        align-items: center;
    }
    .n9fyright ul li a {
        font-size: 14px;
        width: calc(100% - 70px);
        padding-left: 15px;
        color: #333;
        width: 100%;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .n9fyright ul li span {
        font-size: 12px;
        padding-right: 5px;
        border-right: 1px solid #f0f0f0;
        color: #333;
        width: 70px;
        display: block;
    }
    .n9fyright ul li span em {
        display: block;
        text-align: center;
        font-size: 20px;
        color: #333;
        font-style: normal;
    }
    .n9fyright ul li a:hover {
        color: #0a4994 !important;
    }
    .ncon8 {
        width: 100%;
        padding: 30px 15px;
        padding-top: 50px;
    }
    .ncon8con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ncon8con ul li {
        width: 48%;
        margin-bottom: 20px;
        padding: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .ncon8con ul li img {
        width: 100%;
    }
    .ncon8con ul li p {
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
        color: #333;
    }
    .more {
        display: block;
        width: 150px;
        height: 40px;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #0a4994;
        line-height: 40px;
        margin: 0 auto;
        margin-top: 30px;
    }
    /*  */
    .fcon2 {
        padding: 30px 15px;
        background-color: #f7f6f5;
    }
    .fcon2con {
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 30px;
    }
    .fcon2fy {
        display: none;
    }
    .fcon2fy ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fcon2fy ul li {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
    }
    .fcon2fy ul li .fcon2item {
        overflow: hidden;
    }
    .fcon2fy ul li .fcon2item:hover img {
        transform: scale(1.1);
    }
    .fcon2fy ul li img {
        transition: all ease .4s;
        width: 100%;
        object-fit: cover;
    }
    .fcon2item {
        cursor: pointer;
        position: relative;
    }
    .li_col .fcon2item:nth-child(1) {
        margin-bottom: 20px !important;
    }
    .fcon2_pos {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, .4);
        transition: all ease .4s;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        flex-direction: column;
        padding: 0 20px;
    }
    .fcon2_pos strong {
        color: #ffffff;
        text-align: center;
        display: block;
        width: 100%;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 20px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .li_col {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .li_col .fcon2item img {
        width: 100%;
        object-fit: cover;
    }
    .fcon2_go {
        border-radius: 50%;
        width: 42px;
        transition: all ease .4s;
        margin-top: 25px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ffffff;
    }
    .fcon2_go i {
        color: #ffffff;
        font-size: 20px !important;
    }
    /*  */
    .ncon6 {
        padding: 30px 15px;
        width: 100%;
        padding-top: 50px;
    }
    .ncon6con ul {
        display: flex;
        flex-wrap: wrap;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .ncon6con ul li {
        width: calc(100% / 3);
        padding: 15px;
        text-align: center;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
    }
    .ncon6con ul li img {
        width: 35px;
    }
    .ncon6con ul li p {
        color: #333;
        font-size: 15px;
        margin-top: 15px;
        /* font-weight: 200; */
        margin-bottom: 15px;
    }
    .ncon6con ul li a {
        font-size: 15px;
        color: #666;
    }
    .ncon6con ul li a:hover {
        color: #0a4994 !important;
    }
    .ncon5 {
        width: 100%;
    }
    .ncon5con {
        width: 100%;
        position: relative;
    }
    .ncon5con .poster {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .v_po {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .v_po img {
        width: 40px;
        cursor: pointer;
    }
    .v_layout {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        display: none;
    }
    .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
        cursor: pointer;
    }
    .v_laycon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .v_laycon video {
        width: 90%;
        margin: 0 auto;
    }
    .ncon4 {
        width: 100%;
        padding: 30px 15px;
    }
    .n_title {
        margin-bottom: 30px;
    }
    .n_title strong {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin-bottom: 10px;
        color: #0a4994;
    }
    .n_title p {
        text-align: center;
        color: #4d4d4d;
        font-size: 14px;
        padding: 0 15px;
    }
    .ncon4con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ncon4con ul li {
        width: 48%;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .ncon4con ul li img {
        display: block;
        margin: 0 auto;
        width: 35px;
    }
    .ncon4con ul li p {
        text-align: center;
        color: #333;
        font-size: 14px;
        margin: 10px 0;
    }
    .ncon4con ul li span {
        display: block;
        text-align: center;
        font-size: 14px;
    }
    .ncon3 {
        width: 100%;
        /* background-image: url(../images/nbg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 15px; */
    }
    .ncon3 img {
        width: 100%;
        height: 85px;
        object-fit: cover;
    }
    .ncon3con {
        margin: 0 auto;
    }
    .ncon3con strong {
        color: #fff;
        font-size: 20px;
        text-align: center;
        display: block;
    }
    .ncon2 {
        width: 100%;
        padding: 30px 15px;
    }
    .ncon2con {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .ncon2flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ncon2f_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .ncon2f_right {
        width: 100%;
    }
    .ncon2f_left h1 {
        color: #0a4994;
        font-size: 25px;
        font-weight: normal;
    }
    .ncon2f_left strong {
        color: #0a4994;
        font-size: 20px;
        display: block;
        font-weight: normal;
        margin: 10px 0;
    }
    .ncon2f_left p {
        font-size: 14px;
        color: #555;
        line-height: 25px;
    }
    .ncon2f_left a {
        display: block;
        width: 130px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 40px;
        background-color: #0a4994;
        color: #fff;
        font-size: 14px;
        margin-top: 15px;
    }
    .ncon2f_right ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ncon2f_right ul li {
        text-align: center;
    }
    .ncon2f_right .mun_top {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ncon2f_right .mun_top h2 {
        font-weight: normal;
        color: #0a4994;
        font-size: 25px;
    }
    .ncon2f_right .mun_top span {
        color: #0a4994;
        font-size: 20px;
    }
    .ncon2f_right li p {
        color: #333;
        font-size: 14px;
    }
    .ncon2bot {
        margin-top: 20px;
    }
    .ncon2bot ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .ncon2bot ul li {
        cursor: pointer;
        padding: 20px;
        width: 100%;
        border-radius: 15px;
        margin-bottom: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .ncon2bot_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ncon2bot_top strong {
        font-size: 20px;
        font-weight: normal;
        background: linear-gradient(to bottom, gray, white);
        -webkit-background-clip: text;
        color: transparent;
        /* 使文字本身透明，只显示背景渐变 */
    }
    .ncon2bot_top img {
        width: 40px;
    }
    .ncon2bot ul li p {
        text-align: center;
        font-size: 14px;
        color: #0a4994;
        margin-top: 15px;
    }
    .ncon1 {
        padding: 30px 15px;
        background-image: url(../images/nbg1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ncon1con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ncon1con ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .ncon1con ul li span {
        display: flex;
        text-align: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        align-items: center;
    }
    .ncon1con ul li:last-child {
        margin-bottom: 0 !important;
    }
    .ncon1con ul li span h1 {
        font-size: 25px;
        font-weight: normal;
        margin: 0 10px;
        margin-top: 0px;
    }
    .nbanner {
        position: relative;
        margin-top: 60px;
    }
    .nbanner img {
        width: 100%;
    }
    .nbanner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        top: 0;
        left: 0;
        padding: 30px;
        background: rgba(0, 0, 0, .4);
    }
    .nbanner_pos h1 {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
    }
    .nbanner_pos h2 {
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        display: block;
        margin: 10px 0;
    }
    .nbanner_pos h3 {
        font-size: 20px;
        color: #fff;
        font-weight: normal;
    }
    .nhead {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: all ease .4s;
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: #fff;
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: all ease .4s;
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: #333;
        transition: all ease .4s;
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
}