* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .nhead {
        width: 100%;
        height: 80px;
        background-color: #fff;
    }
    .nheader {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
        height: 80px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .npclogo img {
        height: 50px;
    }
    .nheaderRight {
        display: flex;
        align-items: center;
    }
    .nsou {
        display: flex;
        align-items: center;
        height: 30px;
        padding: 0 15px;
        border: 1px solid #ccc;
        border-radius: 40px;
        margin-right: 30px;
    }
    .nsou input {
        border: none;
        outline: none;
        height: 25px;
    }
    .nsou a i {
        color: #666;
    }
    .ncode {
        display: flex;
        align-items: center;
    }
    .ncodeItem {
        margin-left: 20px;
        background-color: #4a8d58;
        padding: 5px 15px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        position: relative;
        border-radius: 40px;
    }
    .ncodeItem i {
        margin-left: 10px;
    }
    .code_p {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
    }
    .code_p img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .ncodeItem:hover .code_p {
        display: block;
    }
    .npnav {
        width: 100%;
        background-color: #0a5189;
        height: 50px;
    }
    .npnav ul {
        margin: 0 auto;
        max-width: 1530px;
        padding: 0 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .npnav ul>li>a {
        display: block;
        color: #fff;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        border-bottom: 4px solid transparent;
    }
    .n_active {
        border-color: #fff !important;
    }
    .nbanner {
        max-width: 1530px;
        padding: 0 65px;
        margin: 20px auto;
    }
    .nbanner img {
        width: 100%;
    }
    .zxxx {
        width: 100%;
        height: 50px;
        padding: 0 65px;
    }
    .zxxxcon {
        max-width: 1400px;
        background-color: #fff;
        height: 50px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    .zxxxcon span {
        width: 200px;
        color: #4a8d58;
        font-size: 20px;
        font-weight: bold;
    }
    .zxxxcon marquee {
        flex: 1;
        display: flex;
        align-items: center
    }
    .zxxxcon marquee em {
        font-size: 40px;
        font-weight: bold;
        font-style: normal;
    }
    .zxxxcon marquee a {
        color: #333;
        font-size: 18px;
    }
    .ncon1 {
        width: 100%;
        padding: 20px 0;
    }
    .ncon1con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .ncon1left {
        width: 66%;
    }
    .ncon1right {
        width: 32%;
        display: flex;
        flex-direction: column;
    }
    .newsBox {
        flex: 1;
        overflow: hidden;
    }
    .ncon1Banner {
        width: 100%;
    }
    .nconTitle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid #9d9d9d;
        padding-bottom: 5px;
        position: relative;
        margin-bottom: 15px;
    }
    .nTleft {
        display: flex;
        align-items: center;
    }
    .nTleft span {
        color: #4a8d58;
        font-weight: bold;
        font-size: 20px;
        margin-right: 10px;
    }
    .nconTitle::after {
        position: absolute;
        width: 110px;
        height: 3px;
        background-color: #4a8d58;
        left: 0;
        bottom: -2px;
        content: '';
    }
    .nTright a {
        color: #666;
        font-size: 16px;
    }
    .nsiper {
        width: 100%;
    }
    .nsiper img {
        width: 100%;
    }
    .nbbtn {
        background-image: none !important;
        width: 30px !important;
        height: 50px !important;
        text-align: center;
        line-height: 50px;
        font-size: 40px;
        color: #666;
        background: rgba(255, 255, 255, .5);
    }
    .nbbtnleft {
        left: 0 !important;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .nbbtnright {
        right: 0 !important;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .ncon1bot {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .ncon1botItem {
        width: 48%;
    }
    .newsBox {
        background-color: #fff;
        padding: 10px;
    }
    .newsBox a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        height: 30px;
        line-height: 30px;
        color: #333;
    }
    .newsBox a:hover {
        color: #4a8d58;
    }
    .ncon2 {
        width: 100%;
        padding: 20px 0;
    }
    .ncon2con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ncon2Item {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 20px;
    }
    .ncon2Item:nth-child(3n) {
        margin-right: 0;
    }
    .ncon2Item_wid {
        width: 65.9%;
        margin-right: 0 !important;
    }
    .nce {
        padding: 20px 65px;
        max-width: 1530px;
        margin: 0 auto;
    }
    .nce img {
        width: 100%;
    }
}

@media only screen and (max-width: 996px) {
    .nce {
        padding: 10px;
        margin: 0 auto;
    }
    .nce img {
        width: 100%;
    }
    .ncon2 {
        width: 100%;
        padding: 10px;
    }
    .ncon2con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ncon2Item {
        width: 100%;
        margin-bottom: 20px;
    }
    .ncon1 {
        width: 100%;
        padding: 20px 10px;
    }
    .ncon1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ncon1left {
        width: 100%;
        margin-bottom: 10px;
    }
    .ncon1right {
        width: 100%;
    }
    .ncon1Banner {
        width: 100%;
    }
    .nconTitle {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid #9d9d9d;
        padding-bottom: 5px;
        position: relative;
        margin-bottom: 15px;
    }
    .nTleft {
        display: flex;
        align-items: center;
    }
    .nTleft span {
        color: #4a8d58;
        font-weight: bold;
        font-size: 16px;
        margin-right: 10px;
    }
    .nconTitle::after {
        position: absolute;
        width: 110px;
        height: 3px;
        background-color: #4a8d58;
        left: 0;
        bottom: -2px;
        content: '';
    }
    .nTright a {
        color: #666;
        font-size: 14px;
    }
    .nsiper {
        width: 100%;
    }
    .nsiper img {
        width: 100%;
    }
    .nbbtn {
        background-image: none !important;
        width: 20px !important;
        height: 40px !important;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        color: #666;
        background: rgba(255, 255, 255, .5);
    }
    .nbbtnleft {
        left: 0 !important;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .nbbtnright {
        right: 0 !important;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .ncon1bot {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ncon1botItem {
        width: 100%;
        margin-bottom: 10px;
    }
    .newsBox {
        background-color: #fff;
        padding: 10px;
    }
    .newsBox a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        color: #333;
    }
    .newsBox a:hover {
        color: #4a8d58;
    }
    .zxxx {
        width: 100%;
        height: 40px;
        padding: 10px;
    }
    .zxxxcon {
        background-color: #fff;
        height: 40px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    .zxxxcon span {
        width: 80px;
        color: #4a8d58;
        font-size: 14px;
        font-weight: normal;
    }
    .zxxxcon marquee {
        flex: 1;
    }
    .zxxxcon marquee a {
        color: #333;
        font-size: 14px;
    }
    .nhead {
        display: none;
    }
    .npnav {
        display: none;
    }
    .nbanner {
        width: 100%;
        margin: 20px auto;
    }
    .nbanner img {
        width: 100%;
    }
}