* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

*:not(.fa) {
    font-family: '';
}

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) {
    .npchead {
        width: 100%;
        height: 6.25rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 0 6.25rem;
        background: rgba(255, 255, 255, .8);
    }
    .npcheader {
        width: 100%;
        height: 6.25rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nbanner {
        width: 100%;
    }
    .nbanner img {
        width: 100%;
    }
    .nlogo img {
        height: 4.0625rem;
    }
    .nnav ul {
        display: flex;
        align-items: center;
    }
    .nnav ul li {
        position: relative;
    }
    .ndrop {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        display: none;
    }
    .ndrop a {
        height: 2.5rem;
        line-height: 2.5rem;
        background-color: #fff;
        text-align: center;
        color: #333;
        font-size: 1rem;
        display: block;
    }
    .ndrop a:hover {
        color: #fff !important;
        background-color: #0c3faa;
    }
    .nnav ul li:hover>a {
        background-color: #0c3faa;
        color: #fff;
    }
    .nnav ul li:hover .ndrop {
        display: block;
    }
    .nnav ul li>a {
        display: block;
        padding: 0 1.875rem;
        font-size: 1.25rem;
        color: #333;
        height: 6.25rem;
        line-height: 6.25rem;
        font-weight: bold;
    }
    .n_s {
        width: 12.5rem;
        display: flex;
        align-items: center;
        border-bottom: .0625rem solid #acadae;
        height: 1.875rem;
        margin-right: 3.125rem;
    }
    .n_s input {
        width: 9.375rem;
        outline: none;
        border: none;
        background-color: transparent;
        height: 1.875rem;
    }
    .n_s a {
        display: block;
        width: 2.5rem;
        height: 1.875rem;
        text-align: right;
        line-height: 1.875rem;
        color: #9d9d9e;
    }
    .nlang {
        display: flex;
        cursor: pointer;
        align-items: center;
    }
    .nlang span {
        font-size: 1rem;
        display: block;
        color: #616263;
        margin-left: .625rem;
    }
    .hr {
        display: flex;
        align-items: center;
    }
    .m1 {
        width: 100%;
        padding: 6.25rem 0;
    }
    .m1con {
        max-width: 90rem;
        margin: 0 auto;
    }
    .m_title strong {
        font-size: 6.25rem;
        display: block;
        text-align: center;
        color: #e1e6f3;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .m_title span {
        display: block;
        text-align: center;
        margin-top: -3.375rem;
        font-weight: bold;
        font-size: 3rem;
        color: #333;
        position: relative;
    }
    .m_title span::after {
        position: absolute;
        width: 2.8125rem;
        height: .0625rem;
        background-color: #0c3faa;
        content: '';
        left: 50%;
        bottom: -1.25rem;
        transform: translateX(-50%);
    }
    .m_title img {
        display: block;
        margin: 0 auto;
        height: 4.0625rem;
    }
    .m_title {
        margin-bottom: 4.375rem;
    }
    .m1box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .m1left {
        width: 48%;
    }
    .m1right {
        width: 48%;
    }
    .m1right img {
        width: 100%;
    }
    .m1left h1 {
        font-size: 1.5rem;
        color: #333;
        font-weight: normal;
    }
    .m1left strong {
        display: block;
        font-size: 2.5rem;
        color: #333;
        margin: .9375rem 0 1.875rem 0;
    }
    .m1left p {
        font-size: 1.125rem;
        color: #666666;
        line-height: 2.1875rem;
    }
    .m1cz {
        margin-top: 5rem;
        display: flex;
        align-items: center;
    }
    .m1cz a {
        display: block;
        background-color: #0c3faa;
        color: #fff;
        font-size: 1.125rem;
        width: 7.5rem;
        height: 3.125rem;
        line-height: 3.125rem;
        border-radius: .3125rem;
        text-align: center;
        margin-right: 2.8125rem;
    }
    .v_tcbtn {
        display: flex;
        cursor: pointer;
        align-items: center;
    }
    .v_tcbtn img {
        width: 2.8125rem;
        height: 2.8125rem;
        margin-right: 1.25rem;
    }
    .v_tcbtn span {
        font-size: 1.125rem;
        color: #666666;
    }
    .v_lay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: rgba(0, 0, 0, .8);
        display: none;
    }
    .v_layout {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .v_layout video {
        max-width: 50rem;
        margin: 0 auto;
        display: block;
    }
    .close_v {
        cursor: pointer;
        position: absolute;
        right: 1.25rem;
        top: 1.25rem;
    }
    .vCon {
        position: relative;
        width: 50rem;
    }
    .close_v {
        position: absolute;
        right: -0.9375rem;
        z-index: 99;
        top: -0.9375rem;
    }
    .num_sc {
        max-width: 90rem;
        margin: 0 auto;
        margin-bottom: 3.125rem;
    }
    .num_sc ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .num_sc ul li {
        position: relative;
        text-align: center;
    }
    .num_sc ul li strong {
        color: #305dc3;
        display: block;
        font-size: 5.5rem;
    }
    .lnt {
        display: flex;
    }
    .lnt span {
        color: #333;
        font-size: 1.25rem;
        margin-top: 4.375rem;
        margin-left: 1.25rem;
    }
    .num_pos {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        color: #333333;
        text-transform: uppercase;
        font-weight: bold;
        justify-content: center;
    }
    .num_sc ul li:first-child {
        text-align: left;
    }
    .num_sc ul li:last-child {
        text-align: right;
    }
    .m2 {
        width: 100%;
        padding: 6.25rem 15rem 6.25rem 6.25rem;
        background-image: url(../images/m2bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .m2con {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .m2left {
        width: 39.6875rem;
    }
    .m2right {
        width: 53.75rem;
        position: relative;
    }
    .m2left .m_title img {
        margin: 0 !important;
    }
    .m2left .m_title {
        margin-bottom: 2.5rem !important;
    }
    .m2left .m_title span {
        text-align: left;
        font-size: 3rem;
        font-weight: normal;
        color: #fff;
        margin-top: -3.5rem;
    }
    .swiper-left {
        width: 100%;
    }
    .ran {
        display: flex;
    }
    .swiper-left .swiper-slide {
        width: 100% !important;
    }
    .mySwiper2_bot {
        width: 100%;
    }
    .mySwiper2_bot img {
        width: 100%;
    }
    .mySwiper2_bot .swiper-slide {
        width: 100% !important;
    }
    .current {
        color: #9ace00;
        font-size: 3rem;
    }
    .ran em {
        font-size: 1.5rem;
        color: #fff;
        font-style: normal;
        display: block;
        margin: 0 .3125rem;
        margin-top: 1.5625rem;
    }
    .total {
        color: #fff;
        margin-top: 1.5625rem;
        font-size: 1.5rem;
    }
    .left_slide h1 {
        margin: 2.5rem 0 1.5625rem 0;
        font-size: 2.5rem;
        color: #fff;
    }
    .des_p {
        font-size: 1.125rem;
        color: #fff;
        line-height: 1.875rem;
        margin-bottom: 1.5625rem;
    }
    .xqs p {
        color: #fff;
        padding-left: 1.5625rem;
        position: relative;
        font-size: 1.125rem;
        color: #fff;
        margin-bottom: .9375rem;
    }
    .xqs p::before {
        content: '';
        border-radius: 50%;
        background-color: #9ace00;
        width: .625rem;
        height: .625rem;
        left: 0;
        top: .5rem;
        position: absolute;
    }
    .left_more {
        margin-top: 2.8125rem;
    }
    .left_more img {
        height: 3rem;
    }
    .pro_item {
        width: 39.6875rem;
        display: block;
        margin: 0 auto;
        position: relative;
        height: 34.0625rem;
    }
    .pro_item .bgimg {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
    }
    .proimg {
        height: 30rem;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
    }
    .t_spanItem {
        display: block;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer;
        margin: 0 .625rem;
        border: .0625rem solid #fff;
        border-radius: 1.25rem;
        padding: .9375rem 1.875rem;
    }
    .mySwiper_top {
        margin-bottom: 4.375rem;
        text-align: center;
    }
    .mySwiper_top .active {
        background-color: #9ace00;
        border-color: #9ace00;
    }
    .all_tab span {
        position: absolute;
        width: 4.375rem;
        height: 4.375rem;
        cursor: pointer;
    }
    .all_tab span img {
        width: 100%;
        height: 100%;
    }
    .allprev {
        left: 0;
    }
    .allnext {
        right: 0;
    }
    .m3 {
        padding: 6.25rem 0;
        background-image: url(../images/m3bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .m3con {
        max-width: 90rem;
        margin: 0 auto;
    }
    .market_top {
        width: 100%;
    }
    .market_top .swiper-slide img {
        width: 100%;
    }
    .market_bot {
        position: relative;
        width: 100%;
        padding: 3.125rem 0 !important;
        margin-top: -3.125rem;
    }
    .market_bot .swiper-slide {
        position: relative;
    }
    .m3box {
        position: relative;
        padding: 3.75rem 0 1.5625rem 0;
        background-color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .iconpic {
        width: 3.125rem;
        height: 3.125rem;
        display: block;
        margin: 0 auto;
    }
    .m3box p {
        font-size: 1.5rem;
        color: #000;
        margin-top: 1.25rem;
        text-align: center;
    }
    .m3box .plus {
        display: none;
        width: 3rem;
        height: 3rem;
        margin-top: 1.25rem;
    }
    .market_bot .swiper-slide-thumb-active .m3box {
        background-color: #0c3faa !important;
        transition: all ease .5s;
        margin-top: -3.125rem;
        position: relative;
        z-index: 99;
        position: absolute;
        width: 100%;
        border-radius: 1.25rem;
    }
    .market_bot .swiper-slide-thumb-active .m3box .iconpic {
        filter: invert(1) !important;
    }
    .market_bot .swiper-slide-thumb-active .m3box p {
        color: #fff !important;
    }
    .market_bot .swiper-slide-thumb-active .m3box .plus {
        display: block;
    }
    .mar_btn {
        position: absolute;
        background-image: none;
        width: 4.0625rem;
        height: 4.0625rem;
        border-radius: 50%;
        border: .0625rem solid #fff;
        color: #fff;
        line-height: 4.0625rem;
        text-align: center;
        font-size: 1.875rem;
    }
    .mar_btn_right {
        right: 6.25rem !important;
        bottom: 6.25rem !important;
        left: auto !important;
        top: auto !important;
        background-color: #0c3faa;
        border-color: #0c3faa;
    }
    .mar_btn_left {
        right: 12.5rem;
        bottom: 6.25rem !important;
        left: auto !important;
        top: auto !important;
    }
    .m4 {
        width: 100%;
        padding: 6.25rem 0;
        background-image: url(../images/m4bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .m4con {
        max-width: 90rem;
        margin: 0 auto;
    }
    .m4top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .m4top .m_title img {
        margin: 0 !important;
    }
    .m4top .m_title span {
        text-align: left;
        font-size: 3rem;
        font-weight: normal;
        color: #fff;
        margin-top: -3.5rem;
    }
    .m4Tab {
        display: flex;
        align-items: center;
    }
    .m4Tab span {
        display: block;
        padding: .475rem 1.5625rem;
        color: #fff;
        cursor: pointer;
        margin-left: 1.5625rem;
        font-size: 1.5rem;
        border: 1px solid #fff;
        border-radius: .9375rem;
    }
    .m4act {
        background-color: #9ace00 !important;
        border-color: #9ace00 !important;
    }
    .m4Div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m4left {
        width: 36.875rem;
    }
    .m4right {
        width: 45rem;
    }
    .timg img {
        width: 100%;
    }
    .m4l_b {
        background-color: #fff;
        padding: 1.875rem;
        border-bottom-left-radius: .9375rem;
        border-bottom-right-radius: .9375rem;
    }
    .m4l_b p {
        color: #333;
        font-size: 1.875rem;
        margin-bottom: 1.25rem;
    }
    .m4l_b span {
        display: block;
        font-size: 1.125rem;
        line-height: 1.875rem;
        margin-bottom: 1.875rem;
    }
    .m4l_b a img {
        display: block;
        height: 2.8125rem;
    }
    .m4right ul li {
        padding: 1.875rem 0;
        border-bottom: 1px solid #f0f3f9;
    }
    .time {
        color: #fff;
        font-size: 1.125rem;
    }
    .newT {
        margin-top: .9375rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .newT a {
        font-size: 1.5rem;
        color: #fff;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 75%;
    }
    .newT img {
        width: 1.5625rem;
    }
    .m4fy {
        display: none;
    }
    .m4right ul li:hover a {
        color: #9ace00;
    }
    .m5 {
        padding: 6.25rem 0;
        background-image: url(../images/m5bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .m5box {
        max-width: 90rem;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m5left {
        width: 49%;
    }
    .m5right {
        width: 49%;
    }
    .tacItem {
        display: flex;
        align-items: center;
        margin-bottom: 1.25rem;
    }
    .tacItem img {
        width: 3rem;
        height: 3rem;
        margin-right: .625rem;
    }
    .tacItem a {
        font-size: 1.125rem;
        color: #333;
    }
    .map {
        width: 100%;
    }
    .map img {
        width: 100%;
    }
    .nform {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nform input {
        margin-bottom: .3125rem;
        width: 49.5%;
        background-color: #fff;
        outline: none;
        border: .0625rem solid #d2d3d4;
        height: 6.25rem;
        padding-left: .9375rem;
        border-radius: .3125rem;
    }
    .nform textarea {
        margin-bottom: .3125rem;
        width: 100%;
        background-color: #fff;
        outline: none;
        border: .0625rem solid #d2d3d4;
        height: 12.5rem;
        padding-left: .9375rem;
        padding-top: .9375rem;
        border-radius: .3125rem;
    }
    .nform a {
        display: block;
        width: 100%;
        height: 6.25rem;
        border-radius: .3125rem;
        text-align: center;
        line-height: 6.25rem;
        color: #fff;
        background-color: #0c3faa;
    }
    .nfoot {
        padding: 3.4375rem 6.25rem;
        background-color: #f9fbfe;
        border-bottom: 1px solid #ebedef;
    }
    .nfooter {
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        display: flex;
    }
    .nf1 a img {
        height: 4.375rem;
        margin-bottom: 1.5625rem;
        display: block;
    }
    .info_box {
        font-size: 1rem;
        color: #333;
        line-height: 1.875rem;
    }
    .nf3 {
        width: 15rem;
    }
    .nf3 .code {
        width: 7.1875rem;
        height: 7.1875rem;
        display: block;
        margin: 0 auto;
        margin-bottom: 1.25rem;
    }
    .l_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .l_box a img {
        width: 1.5625rem;
        height: 1.5625rem;
        object-fit: contain;
    }
    .nf2 {
        display: flex;
        flex: 1;
        padding: 0 7.5rem;
        justify-content: space-between;
    }
    .f_a {
        color: #333;
        font-size: 1.25rem;
        display: block;
        margin-bottom: 1.25rem;
    }
    .s_a {
        color: #333;
        margin-bottom: .625rem;
        display: block;
        font-size: 1rem;
    }
    .ncopy {
        background-color: #f9fbfe;
        padding: .9375rem 0;
    }
    .ncopycon {
        max-width: 90rem;
        margin: 0 auto;
        font-size: 1rem;
        color: #333;
        text-align: center;
    }
    .ncopycon a {
        font-size: 1rem;
        color: #333;
    }
}

@media only screen and (max-width: 996px) {
    .nfoot {
        padding: 30px 15px;
        background-color: #f9fbfe;
        border-bottom: .0625rem solid #ebedef;
    }
    .nfooter {
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .nf1 a img {
        height: 35px;
        margin-bottom: 15px;
        display: block;
    }
    .info_box {
        font-size: 14px;
        color: #333;
        line-height: 25px;
    }
    .nf3 {
        width: 100%;
        margin-top: 20px;
    }
    .nf3 .code {
        width: 90px;
        height: 90px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .l_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .l_box a img {
        width: 20px;
        margin-right: 10px;
        height: 20px;
        object-fit: contain;
    }
    .nf2item {
        width: 100%;
        margin-bottom: 15px;
    }
    .nf2 {
        display: flex;
        width: 100%;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .f_a {
        color: #333;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }
    .s_a {
        color: #333;
        margin-bottom: 5px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ncopy {
        background-color: #f9fbfe;
        padding: 15px 0;
    }
    .ncopycon {
        max-width: 1440px;
        margin: 0 auto;
        font-size: 16px;
        color: #333;
        text-align: center;
    }
    .ncopycon a {
        font-size: 16px;
        color: #333;
    }
    .m5 {
        padding: 30px 15px;
        background-image: url(../images/m5bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .m5box {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m5left {
        width: 100%;
        margin-bottom: 20px;
    }
    .m5right {
        width: 100%;
    }
    .tacItem {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .tacItem img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .tacItem a {
        font-size: 14px;
        color: #333;
    }
    .map {
        width: 100%;
    }
    .map img {
        width: 100%;
    }
    .nform {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nform input {
        margin-bottom: 15px;
        width: 49%;
        background-color: #fff;
        outline: none;
        border: 1px solid #d2d3d4;
        height: 35px;
        padding-left: 15px;
        border-radius: 5px;
    }
    .nform textarea {
        margin-bottom: 15px;
        width: 100%;
        background-color: #fff;
        outline: none;
        border: 1px solid #d2d3d4;
        height: 100px;
        padding-left: 15px;
        padding-top: 15px;
        border-radius: 5px;
    }
    .nform a {
        display: block;
        width: 100%;
        height: 35px;
        border-radius: 5px;
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        background-color: #0c3faa;
    }
    .m4 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/m4bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .m4con {
        margin: 0 auto;
    }
    .m4top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .m4top .m_title img {
        margin: 0 !important;
    }
    .m4top .m_title span {
        text-align: left;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
    }
    .m4Tab {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .m4Tab span {
        display: block;
        padding: 10px;
        color: #fff;
        cursor: pointer;
        margin-right: 15px;
        font-size: 14px;
        border: 1px solid #fff;
        border-radius: 15px;
    }
    .m4act {
        background-color: #9ace00 !important;
        border-color: #9ace00 !important;
    }
    .m4Div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m4left {
        width: 100%;
        margin-bottom: 20px;
    }
    .m4right {
        width: 100%;
    }
    .timg img {
        width: 100%;
    }
    .m4l_b {
        background-color: #fff;
        padding: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .m4l_b p {
        color: #333;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .m4l_b span {
        display: block;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .m4l_b a img {
        display: block;
        height: 30px;
    }
    .m4right ul li {
        padding: 15px 0;
        border-bottom: .0625rem solid #f0f3f9;
    }
    .time {
        color: #fff;
        font-size: 14px;
    }
    .newT {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .newT a {
        font-size: 14px;
        color: #fff;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 75%;
    }
    .newT img {
        width: 25px;
    }
    .m4fy {
        display: none;
    }
    .m4right ul li:hover a {
        color: #9ace00;
    }
    .m3 {
        padding: 30px 15px;
        background-image: url(../images/m3bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .m3con {
        margin: 0 auto;
    }
    .market_top {
        width: 100%;
    }
    .market_top .swiper-slide img {
        width: 100%;
    }
    .market_bot {
        position: relative;
        width: 100%;
        padding: 3.125rem 0 !important;
        margin-top: -3.125rem;
    }
    .market_bot .swiper-slide {
        position: relative;
    }
    .m3box {
        position: relative;
        padding: 20px;
        background-color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .iconpic {
        width: 35px;
        height: 35px;
        display: block;
        margin: 0 auto;
    }
    .m3box p {
        font-size: 16px;
        color: #000;
        margin-top: 20px;
        text-align: center;
    }
    .m3box .plus {
        display: none;
    }
    .market_bot .swiper-slide-thumb-active .m3box {
        background-color: #0c3faa !important;
        z-index: 99;
        width: 100%;
    }
    .market_bot .swiper-slide-thumb-active .m3box .iconpic {
        filter: invert(1) !important;
    }
    .market_bot .swiper-slide-thumb-active .m3box p {
        color: #fff !important;
    }
    .mar_btn {
        position: absolute;
        background-image: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        line-height: 35px;
        text-align: center;
        font-size: 25px;
    }
    .mar_btn_right {
        right: 20px !important;
        bottom: 20px !important;
        left: auto !important;
        top: auto !important;
        background-color: #0c3faa;
        border-color: #0c3faa;
    }
    .mar_btn_left {
        right: 70px;
        bottom: 20px !important;
        left: auto !important;
        top: auto !important;
    }
    .m2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/m2bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .m2con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .m2left {
        width: 100%;
    }
    .m2right {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .m2left .m_title img {
        margin: 0 !important;
    }
    .m2left .m_title {
        margin-bottom: 40px !important;
    }
    .m2left .m_title span {
        text-align: left;
        font-size: 20px;
        font-weight: normal;
        color: #fff;
    }
    .swiper-left {
        width: 100%;
    }
    .ran {
        display: flex;
    }
    .current {
        color: #9ace00;
        font-size: 25px;
    }
    .ran em {
        font-size: 16px;
        color: #fff;
        font-style: normal;
        display: block;
        margin: 0 5px;
        margin-top: 10px;
    }
    .total {
        color: #fff;
        margin-top: 10px;
        font-size: 16px;
    }
    .left_slide h1 {
        margin: 20px 0 10px 0;
        font-size: 20px;
        font-weight: normal;
        color: #fff;
    }
    .des_p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .xqs p {
        color: #fff;
        padding-left: 16px;
        position: relative;
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
    }
    .xqs p::before {
        content: '';
        border-radius: 50%;
        background-color: #9ace00;
        width: 7px;
        height: 7px;
        left: 0;
        top: 6px;
        position: absolute;
    }
    .left_more {
        margin-top: 25px;
    }
    .left_more img {
        height: 30px;
    }
    .pro_item {
        width: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .pro_item .bgimg {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
    }
    .proimg {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        height: 60%;
        object-fit: contain;
    }
    .t_spanItem {
        display: block;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        margin: 0 10px;
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 15px 30px;
    }
    .mySwiper_top {
        margin-bottom: 30px;
        text-align: center;
    }
    .mySwiper_top .active {
        background-color: #9ace00;
        border-color: #9ace00;
    }
    .all_tab span {
        position: absolute;
        width: 30px;
        height: 30px;
        z-index: 999;
        cursor: pointer;
    }
    .all_tab span img {
        width: 100%;
        height: 100%;
    }
    .allprev {
        left: 0;
        bottom: 20px;
    }
    .allnext {
        right: 0;
        bottom: 20px;
    }
    .m_title img {
        height: 30px;
        display: block;
        margin: 0 auto;
    }
    .num_sc {
        max-width: 1440px;
        margin: 0 auto;
        padding: 15px;
    }
    .lnt {
        display: flex;
    }
    .lnt span {
        color: #333;
        font-size: 15px;
        margin-top: 8px;
        margin-left: 13px;
    }
    .num_sc ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .num_sc ul li {
        position: relative;
        text-align: center;
        width: 49%;
        margin-bottom: 25px;
    }
    .num_sc ul li strong {
        color: #e4e9f2;
        display: block;
        font-size: 25px;
    }
    .num_pos {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #333333;
        text-transform: uppercase;
        font-weight: bold;
    }
    .v_lay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: rgba(0, 0, 0, .8);
        display: none;
    }
    .v_layout {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .v_layout video {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .close_v {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .npchead {
        display: none;
    }
    .nbanner {
        width: 100%;
    }
    .nbanner img {
        width: 100%;
    }
    .m1 {
        width: 100%;
        padding: 30px 15px;
    }
    .m_title strong {
        font-size: 30px;
        display: block;
        text-align: center;
        color: #e1e6f3;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .m_title span {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #333;
        position: relative;
    }
    .m_title span::after {
        position: absolute;
        width: 25px;
        height: 1px;
        background-color: #0c3faa;
        content: '';
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
    }
    .m_title {
        margin-bottom: 30px;
    }
    .m1box {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .m1left {
        width: 100%;
    }
    .m1right {
        width: 100%;
        margin-bottom: 20px;
    }
    .m1right img {
        width: 100%;
    }
    .m1left h1 {
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }
    .m1left strong {
        display: block;
        font-size: 30px;
        color: #333;
        margin: 10px 0 15px 0;
    }
    .m1left p {
        font-size: 14px;
        color: #666666;
        line-height: 25px;
    }
    .m1cz {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }
    .m1cz a {
        display: block;
        background-color: #0c3faa;
        color: #fff;
        font-size: 14px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        text-align: center;
        margin-right: 45px;
    }
    .v_tcbtn {
        display: flex;
        cursor: pointer;
        align-items: center;
    }
    .v_tcbtn img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .v_tcbtn span {
        font-size: 14px;
        color: #666666;
    }
}