ol, ul {
    list-style: none;
}

#fullPage {
    position: relative;
    width: 100vw;
    height: 100vh;
}

    #fullPage #indexSwiperPag {
        width: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        right: 8px;
        opacity: .5;
        transition: all .6s;
    }

        #fullPage #indexSwiperPag:hover {
            opacity: 1;
        }

@media (max-width: 600px) {
    #fullPage #indexSwiperPag {
        display: none;
    }
}

#fullPage #indexSwiperPag > .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    margin: 8px;
    box-shadow: 0 0 9px #000000;
}

#fullPage #indexSwiperPag > .swiper-pagination-bullet-active {
    position: relative;
    background: #3299f5;
    box-shadow: none;
}

    #fullPage #indexSwiperPag > .swiper-pagination-bullet-active::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        border: 2px solid #3299f5;
        border-radius: 50%;
    }

.banner_swiper_box {
    position: relative;
}

.slide a {
    display: block;
}

#indexBannerSwiper {
    width: 100%;
}

    #indexBannerSwiper .swiper-button-prev,
    #indexBannerSwiper .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 52px;
        height: 52px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: all 0.3s;
    }

@media (max-width: 600px) {
    #indexBannerSwiper .swiper-button-prev,
    #indexBannerSwiper .swiper-button-next {
        display: none;
    }
}

#indexBannerSwiper .swiper-button-prev {
    background-image: url(../image/btn_prev.png);
    left: 10%;
}

    #indexBannerSwiper .swiper-button-prev:hover {
        background-image: url(../image/btn_prev_cur.png);
    }

#indexBannerSwiper .swiper-button-next {
    background-image: url(../image/btn_next.png);
    right: 10%;
}

    #indexBannerSwiper .swiper-button-next:hover {
        background-image: url(../image/btn_next_cur.png);
    }

.banner_box {
    height: 100vh;
}

    .banner_box .banner_img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner_box .inner {
        position: relative;
        height: 100%;
    }

        .banner_box .inner .banner_text {
            color: white;
            font-size: 3rem;
            font-weight: bold;
        }

    .banner_box .banner_text_box {
        position: absolute;
        top: 30%;
        left: 0;
        animation-duration: 1s;
        animation-delay: .5s;
    }

        .banner_box .banner_text_box img {
            max-width: 100%;
        }

.mousewheel {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    width: 22px;
    height: 44px;
    bottom: 50px;
}

@keyframes TopBots {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.TopBots {
    animation: TopBots 1.2s ease-in-out infinite both;
}

.index_img_text {
    position: relative;
    height: 100vh;
}

    .index_img_text .text_box {
        width: 100%;
        position: absolute;
        top: 54%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
    }

        .index_img_text .text_box .inner {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }

        .index_img_text .text_box .card {
            width: 22%;
            transition: all 0.3s;
            background: #0082cfb0;
            padding: 40px;
        }

            .index_img_text .text_box .card i.logo {
                padding-right: 20px;
            }

            .index_img_text .text_box .card a {
                display: block;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: -moz-box;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                -moz-box-pack: justify;
                justify-content: space-between;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                -webkit-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
                flex-direction: column;
            }

            .index_img_text .text_box .card h3 {
                font-size: 36px;
                font-weight: 400;
                color: #fff;
                padding-bottom: 20px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                margin-bottom: 20px;
            }

            .index_img_text .text_box .card p {
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                line-height: 28px;
                text-align: justify;
                height: 280px;
            }

            .index_img_text .text_box .card i.url {
                display: inline-block;
                width: 26px;
                height: 26px;
                background: url(../image/icon_arrow.png);
                background-size: contain;
            }

            .index_img_text .text_box .card.cur:nth-child(1) {
                background: rgb(109 2 153 / 83%);
            }

            .index_img_text .text_box .card.cur:nth-child(2) {
                background: rgb(249 177 16 / 82%);
            }

            .index_img_text .text_box .card.cur:nth-child(3) {
                background: rgb(200 203 1 / 82%);
            }

            .index_img_text .text_box .card.cur:nth-child(4) {
                background: rgb(0 179 96 / 85%);
            }

    .index_img_text .img_box {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .index_img_text .img_box img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s;
            opacity: 0;
        }

            .index_img_text .img_box img.cur {
                opacity: 0.5;
            }

.news_center {
    height: 100vh;
    background: url(../image/index_news_bg.png);
    background-size: 100% 100%;
    padding-top: 150px;
    /* padding-bottom: 100px; */
}

.honor {
    background: url(../image/honor-bg.jpg);
    background-size: cover;
}

.group {
    height: 100vh;
    background: none;
    padding-top: 130px;
}

.honorList {
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
}

    .honorList li {
        padding: 0px 17px;
        width: 220px;
        text-align: center;
        margin-top: -30px;
    }

        .honorList li:nth-child(7), .honorList li:nth-child(18), .honorList li:nth-child(29) {
            margin-left: 110px;
        }

@media (max-width: 1339px) {
    .honorList {
        justify-content: center;
    }

        .honorList li {
            margin-top: 0 !important;
            display: none;
        }

            .honorList li:nth-child(-n+15) {
                display: block;
            }

            .honorList li:nth-child(7), .honorList li:nth-child(18), .honorList li:nth-child(29) {
                margin-left: 0px;
            }
}

@media (max-width: 1120px) {
    .honorList li {
        margin-top: 0 !important;
        display: none;
    }

        .honorList li:nth-child(-n+12) {
            display: block;
        }
}

@media (max-width: 900px) {
    .honorList li {
        margin-top: 0 !important;
        display: none;
    }

        .honorList li:nth-child(-n+9) {
            display: block;
        }
}

@media (max-width: 680px) {
    .honorList li {
        margin-top: 0 !important;
        display: none;
    }

        .honorList li:nth-child(-n+6) {
            display: block;
        }
}

.honorItem {
    background: url(../image/honorbg.png) no-repeat center center;
    display: inline-block;
    height: 230px;
    width: 200px;
    position: relative;
}

    .honorItem img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 75%;
        max-height: 65%;
        width: auto;
        height: auto;
    }

.news_center .back_shadow_title,
.group .back_shadow_title, .party .back_shadow_title, .footer-empty .back_shadow_title {
    position: relative;
    height: 70px;
    margin-bottom: 30px;
    text-align: center;
}

    .news_center .back_shadow_title i, .group .back_shadow_title i {
        position: absolute;
        top: 0;
        left: -20px;
        display: inline-block;
        width: 60px;
        height: 60px;
        /* background: url(../image/index_title_bg.png) no-repeat; */
    }

.news_center .back_shadow_title .en_name,
.news_center .back_shadow_title .cn_name,
.group .back_shadow_title .en_name,
.group .back_shadow_title .cn_name,
.party .en_name,
.party .cn_name,
.footer-empty .en_name,
.footer-empty .cn_name {
    width: 100%;
    text-align: left;
    line-height: 1;
    position: absolute;
    text-align: center;
}

.news_center .back_shadow_title .en_name,
.group .back_shadow_title .en_name,
.party .en_name, .footer-empty .en_name {
    z-index: 1;
    top: 0;
    font-size: 80px;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #2691ff, #ff7ae13b, #2691ff);
    font-weight: bold;
}

.news_center .back_shadow_title .cn_name,
.group .back_shadow_title .cn_name,
.party .cn_name, .footer-empty .cn_name {
    z-index: 2;
    bottom: 0;
    font-size: 38px;
    color: #444;
    font-weight: bold;
}

    .news_center .back_shadow_title .cn_name::before,
    .group .back_shadow_title .cn_name::before,
    .party .cn_name::before, .footer-empty .cn_name::before {
        content: "";
        background: #0b6fe0;
        height: 4px;
        width: 54px;
        margin-top: -2px;
        position: absolute;
        left: calc(50% - 150px);
        top: 50%;
    }

    .news_center .back_shadow_title .cn_name:after,
    .group .back_shadow_title .cn_name:after,
    .party .cn_name:after, .footer-empty .cn_name:after {
        content: "";
        background: #0b6fe0;
        height: 4px;
        width: 54px;
        margin-top: -2px;
        position: absolute;
        right: calc(50% - 150px);
        top: 50%;
    }

.news_center .back_shadow_title .more,
.group .back_shadow_title .more {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../image/icon_arrow1_b.png);
    background-size: contain;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .news_center .back_shadow_title .more:hover,
    .group .back_shadow_title .more:hover {
        opacity: 0.7;
    }

.news_center .tab,
.group .tab {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    height: 35px;
}

    .news_center .tab li,
    .group .tab li {
        position: relative;
    }

        .news_center .tab li a,
        .group .tab li a {
            transition: all 0.3s;
            font-size: 20px;
            font-weight: 400;
            color: #666666;
        }

.news_center .tab li.cur::after,
.news_center .tab li:hover::after,
.group .tab li.cur::after,
.group .tab li:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 10px;
    height: 15px;
    background: url(../image/icon_arrow2.png) no-repeat center;
    background-size: contain;
}

.news_center .tab li.cur a,
.news_center .tab li:hover a,
.group .tab li.cur a,
.group .tab li:hover a {
    font-size: 24px;
    color: #222222;
}

.news_center .tab li + li,
.group .tab li + li {
    margin-left: 70px;
}

@media (max-width: 600px) {
    .news_center .tab li + li,
    .group .tab li + li {
        margin-left: 30px;
    }
}

#Swiper1 {
    width: 100%;
}

#Swiper1 .swiper-pagination {
    width: auto;
    left: auto;
    right: 20px;
    bottom: 16px;
}

#Swiper1 .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(207, 207, 207, 0.5);
}

#Swiper1 .swiper-pagination-bullet-active {
    width: 24px;
    height: 8px;
    background: #3299f5;
}

.img_mask_box {
    box-sizing: border-box;
    position: relative;
}

    .img_mask_box a {
        position: relative;
        display: block;
    }

    .img_mask_box .img_box {
        height: 400px;
        overflow: hidden;
        position: relative;
    }

        .img_mask_box .img_box img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s;
        }

        .img_mask_box .img_box .img_info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 125px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
            display: flex;
            align-items: end;
            padding: 25px;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

            .img_mask_box .img_box .img_info span:nth-child(2) {
                opacity: 0.5;
                margin-left: 5px;
            }

    .img_mask_box .mask_title {
        border-bottom: 1px solid #eaeaea;
        padding: 0 25px;
    }

        .img_mask_box .mask_title h3 {
            box-sizing: border-box;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            line-height: 40px;
            font-size: 18px;
            font-weight: normal;
            color: #333;
            transition: all 0.3s;
        }

    .img_mask_box a:hover .img_box img {
        transform: scale(1.05);
    }

    .img_mask_box a:hover .mask_title h3 {
        color: #339c95;
    }

.list_date3 li {
    transition: all 0.3s;
}

    .list_date3 li a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        padding: 13px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

    .list_date3 li .left {
        position: relative;
        width: 108px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        padding-left: 20px;
    }

        .list_date3 li .left b {
            font-size: 22px;
            font-weight: normal;
            color: #666666;
            transition: all 0.3s;
        }

        .list_date3 li .left span {
            font-size: 14px;
            font-weight: normal;
            color: #3299f5;
            transition: all 0.3s;
        }

        .list_date3 li .left::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0px;
            width: 1px;
            height: 43px;
            background: #d9d9d9;
            transition: all 0.3s;
        }

    .list_date3 li .right {
        width: calc(100% - 108px);
        padding: 0 25px;
    }

        .list_date3 li .right h6 {
            transition: all 0.3s;
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: normal;
            color: #666666;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            line-height: 50px;
        }

    .list_date3 li:hover {
        background: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    }

        .list_date3 li:hover .left b,
        .list_date3 li:hover .left span {
            color: #3299f5;
            font-weight: bold;
        }

        .list_date3 li:hover .left::after {
            background-color: #3299f5;
        }

        .list_date3 li:hover .right h6 {
            color: #333333;
        }

.item_box_img {
    margin-top: 30px;
    box-sizing: border-box;
    margin-left: -17px;
    margin-right: -17px;
}

    .item_box_img::after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .item_box_img > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.333%;
        padding-left: 17px;
        padding-right: 17px;
        float: left;
    }

        .item_box_img > li:nth-child(n) {
            margin-top: 0;
        }

        .item_box_img > li:nth-child(n + 3) {
            margin-top: 35px;
        }

        .item_box_img > li:nth-child(3) {
            margin-top: 0;
        }

    .item_box_img a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.item_box_img li a {
    display: block;
    box-sizing: border-box;
}

    .item_box_img li a .img {
        box-sizing: border-box;
        width: 100%;
        height: 112px;
        overflow: hidden;
    }

    .item_box_img li a img {
        transition: all 0.3s;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.item_box_img li:hover img {
    transform: scale(1.05);
}

.sidenav {
    z-index: 99;
    position: fixed;
    right: 10px;
    bottom: 125px;
    width: 50px;
    height: 180px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #33a1ff;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    transition: all 0.4s;
}

    .sidenav:hover {
        background-color: #fff;
    }

    .sidenav li {
        transition: all 0.3s;
        cursor: pointer;
        width: 100%;
        height: 36px;
        border-radius: 50%;
        position: relative;
    }

        .sidenav li i {
            transition: all 0.3s;
            display: inline-block;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-image: url(../image/sidenav_icons.png);
        }

            .sidenav li i.s1 {
                background-position: 7px 10px;
            }

            .sidenav li i.s2 {
                background-position: 7px -29px;
            }

            .sidenav li i.s3 {
                background-position: 7px -68px;
            }

            .sidenav li i.s4 {
                background-position: 7px -107px;
            }

        .sidenav li .sidenav_popup {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -155px;
            width: 139px;
            height: 165px;
            background: url(../image/bg_sidenav.png) no-repeat center;
            background-size: 100% 100%;
            padding: 9px 18px 19px 9px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            flex-direction: column;
            display: none;
        }

            .sidenav li .sidenav_popup img {
                width: 100%;
            }

            .sidenav li .sidenav_popup p {
                font-size: 14px;
                font-weight: 400;
                letter-spacing: 0px;
                line-height: 18px;
                color: #666666;
                text-align: center;
            }

        .sidenav li:hover {
            background-color: #3299f5;
        }

            .sidenav li:hover i {
                background-image: url(../image/sidenav_icons_cur.png);
            }

            .sidenav li:hover .sidenav_popup {
                display: flex;
            }

.rmhd_gg_box {
    z-index: 99;
    position: fixed !important;
    left: 10px;
    bottom: 10%;
}

    .rmhd_gg_box .rmhd_gg {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 130px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.2);
    }

        .rmhd_gg_box .rmhd_gg img {
            width: 100%;
        }

        .rmhd_gg_box .rmhd_gg p {
            margin-top: 10px;
            font-size: 16px;
            font-weight: normal;
            color: #fff;
            line-height: 22px;
        }

    .rmhd_gg_box .close_btn {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../image/icon_close.png);
        background-size: contain;
    }

.qrcode {
    width: 100px;
}

/* news css */
.bgImg img {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0%;
    top: 0%;
}

.scaleImg img {
    transition: all 0.5s ease;
}

.scaleImg:hover .bgImg {
    transform: scale(1);
}

.scaleImg img {
    transition: all 0.5s ease;
}

.scaleImg:hover img {
    transform: scale(1.05);
}

    .scaleImg:hover img.iOpacity, .scaleImg:hover img.noScaleImg {
        transform: scale(1);
    }

.bgImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.scaleImg .bgImg {
    transition: all 0.5s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.overflowHide {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.news_content {
    position: relative;
    height: 550px;
    margin: 75px 0;
}

.tab_head {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

    .tab_head span {
        font-size: 20px;
        line-height: 32px;
        width: 140px;
        height: 46px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

        .tab_head span.on {
            color: #FFF;
            background: url(../image/newstab_bg.png) no-repeat center top;
        }

.newsChanges {
    position: relative;
}

.newschx {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: all 0.5s ease;
}

    .newschx.on {
        display: block;
    }

.newsLeftImg {
    width: 48.33%;
    float: left;
    opacity: 0;
}

    .newsLeftImg .overflowHide {
        height: 460px;
    }

        .newsLeftImg .overflowHide .ellipsis {
            line-height: 60px;
            padding: 0px 15px 0px 15px;
            height: 60px;
            font-size: 18px;
            color: #FFF;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
        }

.newsRight {
    width: 48.33%;
    float: right;
    opacity: 0;
}

.hmc1btn {
    text-align: center;
    margin-top: 30px;
}

.hmPub_more {
    line-height: 38px;
    text-align: center;
    display: inline-block;
    height: 40px;
    width: 140px;
    border: 1px solid #0b6fe0;
    font-size: 14px;
    color: #0b6fe0;
}

    .hmPub_more:hover {
        color: #FFF;
        background: #0b6fe0;
        box-shadow: 0 3px 8px rgba(177, 155, 106, 0.2);
    }

.newsList li {
    height: 91px;
    padding-top: 13px;
    border-bottom: 1px solid #CCCCCC;
}

    .newsList li:last-child {
        border-bottom: none;
    }

.newsListItem {
    display: block;
    position: relative;
    padding-left: 120px;
}

    .newsListItem:hover {
        color: #0b6fe0;
    }

.newsDate {
    text-align: center;
    position: absolute;
    width: 98px;
    top: 6px;
    left: 0px;
    border-right: 1px solid #CCCCCC;
    height: 50px;
    padding-top: 2px;
}

    .newsDate strong {
        font-size: 20px;
        font-weight: bold;
        color: #0b6fe0;
        line-height: 24px;
        display: block;
    }

    .newsDate p {
        font-size: 16px;
        color: #999999;
        line-height: 22px;
    }

.newsTitle strong {
    font-size: 18px;
    line-height: 34px;
    display: block;
    height: 34px;
}

.newsTitle p {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.tabs_more, .tabs_detail {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: center;
    animation-delay: .8s;
}

    .tabs_more a, .tabs_detail a {
        align-items: center;
        color: #666;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
    }

        .tabs_more a:hover, .tabs_detail a:hover {
            color: #0b6fe0;
        }
/* group slide */
.memberSlider {
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
}

    .memberSlider li {
        transition: all 0.5s ease;
        width: 10%;
    }

        .memberSlider li.on {
            width: 60%;
        }

    .memberSlider .overflowHide {
        height: 720px;
    }

.linkItem {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    text-align: center;
    z-index: 3
}

    .linkItem span {
        display: block;
        width: 38px;
        height: 38px;
        border: 1px solid #fff;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
    }

        .linkItem span img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%) !important;
        }

    .linkItem p {
        font-size: 18px;
        line-height: 26px;
        transition: all 0.5s ease;
        margin-top: 3px;
        color: #fff;
    }

.memberSlider li.on .linkItem p {
    font-weight: bold;
}

.memberSlider li:nth-child(1) .bgImg:before {
    background-image: url(../image/hmnc1_pngBg3.png);
}

.memberSlider li:nth-child(2) .bgImg:before {
    background-image: url(../image/hmnc1_pngBg3.png);
}

.memberSlider li:nth-child(3) .bgImg:before {
    background-image: url(../image/hmnc1_pngBg3.png);
}

.memberSlider li:nth-child(4) .bgImg:before {
    background-image: url(../image/hmnc1_pngBg3.png);
}

.memberSlider li:nth-child(5) .bgImg:before {
    background-image: url(../image/hmnc1_pngBg3.png);
}

.memberSlider li:nth-child(6) .bgImg:before {
    background-image: url(../image/hmnc1_pngBg3.png);
}

.memberSlider li:nth-child(7) .bgImg:before {
    background-image: url(../image/hmnc1_pngBg3.png);
}

.linkItem:hover p {
    color: #a6d0ff;
    text-shadow: 0 0 2px #333
}

.stock {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 3em;
}

    .stock .graph {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.n_hide {
    display: none !important;
}
/* party-card*/
.party {
    height: 100vh;
    background-color: #fff;
    padding-top: 150px;
    background: url(../image/party-bg.jpg);
    background-size: cover;
}

.party-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 50px 0;
    animation-delay: .5s;
}

.party-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-align: center;
    padding: 40px 20px;
    transform: translateY(10px);
    margin: 20px 5px;
    min-height: 350px;
}

    .party-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }

    .party-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .party-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .party-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    .party-card:nth-child(4) {
        animation-delay: 0.4s;
    }

    .party-card a {
        color: black;
    }

        .party-card a:hover {
            color: darkred;
        }

.party-icon {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 40px;
}

    .party-icon div {
        font-size: 1.8rem;
        color: var(--primary-color);
        transition: all 0.3s ease;
        background: url(/image/party_o.png) no-repeat center center / cover;
        width: 52px;
        height: 52px;
        margin: 0 auto;
    }

.party-card:hover .party-icon div {
    background: url(/image/party.png) no-repeat center center / cover;
}

.party-title {
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: var(--primary-color);
    height: 60px;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.party-year {
    display: inline-block;
    background: #FF3333;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.party-desc {
    color: #666;
    line-height: 1.7;
    text-align: justify;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 82px;
    margin-bottom: 15px;
}

/* footer menu */
.footer-empty {
    background-color: #fff;
    margin-top: -2px;
    padding-top: 150px;
    min-height: calc(100vh - 385px);
}

.bottomInfo {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.left .menus {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    width: 100%;
}

    .left .menus menu h3 {
        color: #CFCFCF;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .left .menus menu ul {
        font-size: 16px;
        list-style: none;
        margin-top: 1em;
    }

        .left .menus menu ul li {
            margin-bottom: .5em;
        }

@media (max-width:1199px) {
    .tab_head span {
        font-size: 17px;
    }

    .newsTitle strong {
        font-size: 16px;
        line-height: 30px;
    }

    .newsTitle p {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }

    .newsList li {
        padding-top: 10px;
        height: 84px;
    }

    .newsLeftImg .overflowHide {
        height: 374px;
    }

    .hmnCn1 {
        height: 374px;
    }

    .newsLeftImg .overflowHide .ellipsis {
        font-size: 16px;
        line-height: 52px;
        height: 52px;
    }
}

@media (max-width:993px) {
    .sidenav {
        bottom: 15%;
    }

    .hmnCn1 {
        height: 800px;
        padding-top: 58px;
        margin-top: 25px;
    }

    .tab_head {
        width: 100%;
        right: auto;
        left: 0;
        margin-bottom: 20px;
    }

    .newsLeftImg {
        width: 100%;
        float: none;
    }

    .newsRight {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .left .menus {
        display: none;
        /* border-bottom: 1px solid hsla(0, 0%, 100%, .06);
    flex-direction: column; */
    }

    .news_content {
        position: relative;
        height: 850px;
        margin: 55px 0;
    }

    /*    .n_hide {
        display: flex !important;
    }*/
    /* .left .menus menu h3 {
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, .06);
    display: flex;
    justify-content: space-between;
    padding: 1em;
  }
  .menus menu h3:after {
    background: url(../static/arrow-right-white.png) no-repeat 100% / 60% 60%;
    content: "";
    display: block;
    height: 1em;
    opacity: .6;
    width: 1em;
  }
  .left .menus menu ul {
    display: none;
    margin-top: .5em;
    padding: 0 14px 14px;
  }
  .left .menus menu ul.show {
    display: block !important;
  } */
}

@media (max-width:767px) {
    /*.newsLeftImg .overflowHide{height:220px;}*/
    .newsLeftImg .overflowHide .ellipsis {
        font-size: 14px;
        line-height: 42px;
        height: 42px;
    }

    .newsDate strong {
        font-size: 16px;
    }

    .newsDate p {
        font-size: 14px;
    }

    .newsDate {
        width: 65px;
    }

    .newsListItem {
        padding-left: 80px;
    }

    .hmnCn1 {
        height: 75vh;
    }

    .memberSlider {
        padding-top: 9em;
    }

    .hmnc4ul li {
        margin-left: 0 !important;
    }

    .left .menus menu ul li a {
        display: block;
    }

    .footer-empty {
        padding-top: 120px;
        min-height: calc(100vh - 400px);
    }

    .stock .graph {
        margin-top: 30px;
    }

        .stock .graph img {
            width: 80%;
        }

    .party .back_shadow_title {
        margin-bottom: 150px;
    }

    .index_img_text .text_box .card i.logo {
        padding-right: 10px;
    }
}

@media (max-width: 600px) {
    .index_img_text .text_box .inner {
        gap: 20px;
    }

    .index_img_text .text_box .card {
        width: 45%;
        padding: 25px;
    }

        .index_img_text .text_box .card a {
            padding: 20px;
        }

        .index_img_text .text_box .card p {
            margin-bottom: 20px;
            line-height: 1.6em;
            height: 240px;
        }

    .news_center,
    .group {
        /*height: auto;*/
        padding-bottom: 40px;
    }

        .news_center .back_shadow_title i,
        .group .back_shadow_title i {
            left: -10px;
        }

        .news_center .back_shadow_title .en_name,
        .group .back_shadow_title .en_name, .party .en_name {
            font-size: 60px;
        }

        .news_center .tab li a,
        .group .tab li a {
            font-size: 18px;
        }

        .news_center .tab li.cur a,
        .news_center .tab li:hover a,
        .group .tab li.cur a,
        .group .tab li:hover a {
            font-size: 22px;
        }

    #Swiper1 {
        height: auto;
    }

    .item_box_img {
        margin-left: -17px;
        margin-right: -17px;
    }

        .item_box_img::after {
            content: '';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .item_box_img > li {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            padding-left: 17px;
            padding-right: 17px;
            float: left;
        }

            .item_box_img > li:nth-child(n) {
                margin-top: 0;
            }

            .item_box_img > li:nth-child(n + 1) {
                margin-top: 35px;
            }

            .item_box_img > li:nth-child(1) {
                margin-top: 0;
            }

        .item_box_img a {
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
}

.ani_hide {
    opacity: 0;
}

.aos-animate {
    opacity: 1;
    transition: transform 0.5s;
}

.fade-up-animate {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.fade-up-active {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.animate-delay-02 {
    animation-delay: .2s !important;
}

.animate-delay-04 {
    animation-delay: .4s !important;
}

.animate-delay-05 {
    animation-delay: .5s !important;
}

.animate-delay-06 {
    animation-delay: .6s !important;
}

.animate-delay-08 {
    animation-delay: .8s !important;
}

.animate-delay-1 {
    animation-delay: 1s !important;
}

.animate-delay-15 {
    animation-delay: 1.5s !important;
}

.animate-delay-2 {
    animation-delay: 2s !important;
}

.animate-delay-25 {
    animation-delay: 2.5s !important;
}
