.swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-banner .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-banner .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .swiper-banner .swiper-slide a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #f8f8f8;
    }

    .swiper-banner .swiper-slide .swiper-text {
        position: absolute;
        bottom: .96rem;
        left: .3rem;
        right: .3rem;
        color: #fff;
        font-size: .34rem;
        font-weight: 700;
        letter-spacing: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-shadow: 1px 1px 5px #333;
    }

.banner-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: .5rem;
    background-color: #fff;
    z-index: 2;
}

.banner-nav-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-size: .14rem;
    color: #333;
}

    .banner-nav-item img {
        margin-right: .1rem;
        width: .4rem;
    }

.img-active {
    display: none;
}

.banner-nav-item:hover {
    color: #3291F8;
}

    .banner-nav-item:hover img:first-child {
        display: none;
    }

    .banner-nav-item:hover .img-active {
        display: block;
    }

.section-wrapper {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
    background-color: #fff;
    overflow: auto;
}

.show {
    top: 0;
}

.section-news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 170px auto 50px;
    width: 65%;
    min-width: 1000px;
}

.section-news-left,
.section-news-right {
    width: 25%;
}

.section-nes-list a {
    font-size: .16rem;
    color: #333;
    font-weight: 600;
}

.section-news-center {
    padding: 0 30px;
    width: 50%;
    border-bottom: 1px solid #ececec;
}

.swiper-news {
    width: 100%;
}

.section-news-title {
    margin-bottom: .2rem;
    padding-bottom: 5px;
    border-bottom: 2px solid #3291F8;
    font-size: 16px;
    color: #3291F8;
}

.section-news-cover {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

    .section-news-cover img {
        transition: all .3s;
    }

    .section-news-cover:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

.section-news-title i {
    display: inline-block;
    margin-left: 10px;
    width: 2px;
    height: 20px;
    vertical-align: bottom;
    background-color: #3291F8;
}

.section-nes-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #3291F8;
}

.swiper-news .swiper-img-box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

    .swiper-news .swiper-img-box img {
        transition: all .3s;
    }

    .swiper-news .swiper-img-box:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

.swiper-news .swiper-slide {
    background-color: #fff;
}

    .swiper-news .swiper-slide a {
        display: block;
    }

.swiper-news .swiper-section-title {
    color: #930D0D;
    font-size: .16rem;
    text-align: center;
    padding: .2rem 0;
}

    .swiper-news .swiper-section-title span {
        position: relative;
    }

        .swiper-news .swiper-section-title span:before,
        .swiper-news .swiper-section-title span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 80px;
            height: 1px;
            background-color: #930D0D;
        }

        .swiper-news .swiper-section-title span:before {
            right: 140%;
        }

        .swiper-news .swiper-section-title span:after {
            left: 140%;
        }

.swiper-news .swiper-title {
    margin-bottom: .2rem;
    font-size: 24px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-news .swiper-text {
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
}

.swiper-pagination-news {
    position: relative;
    margin-top: 10px;
}

    .swiper-pagination-news .swiper-pagination-bullet-active {
        background-color: #930D0D;
        width: 10px;
        height: 10px;
    }

    .swiper-pagination-news .swiper-pagination-bullet {
        vertical-align: middle;
    }

.swiper-article-wrapper {
    position: relative;
    padding: 0 50px;
}

.swiper-article {
    box-sizing: border-box;
}

    .swiper-article .swiper-img-box {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

        .swiper-article .swiper-img-box img {
            transition: all .3s;
        }

        .swiper-article .swiper-img-box:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -moz-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        }

    .swiper-article .swiper-badge {
        position: relative;
        margin-bottom: 5px;
        font-size: 14px;
        color: #333;
    }

        .swiper-article .swiper-badge:before {
            content: "";
            display: inline-block;
            margin-right: 5px;
            margin-bottom: 4px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #3291F8;
            vertical-align: middle;
        }

    .swiper-article .swiper-title {
        margin: 10px 0;
        font-size: .16rem;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swiper-article .swiper-text {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: .12rem;
        color: #3291F8;
        line-height: .2rem;
    }

        .swiper-article .swiper-text .icon {
            width: 20px;
            margin-right: 5px;
            vertical-align: middle;
        }

.section-article {
    margin: 0;
    padding-top: .2rem;
    padding-bottom: .5rem;
    background: #f6fbff;
}

.section-article-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.section-article-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

    .section-article-title h2 {
        position: relative;
        font-size: .24rem;
    }

        .section-article-title h2:after {
            content: "";
            display: inline-block;
            margin-left: 10px;
            margin-right: 20px;
            width: 3px;
            height: 20px;
            background-color: #3291F8;
            vertical-align: middle;
        }

    .section-article-title p {
        font-size: .14rem;
        color: #999;
    }

.section-article-more {
    width: 50%;
    font-size: .14rem;
    padding-left: 20px;
}

    .section-article-more a {
        color: #3291F8;
        border-bottom: 3px solid #3291F8;
    }

.swiper-article-red {
    background-color: #fff9f9;
}

    .swiper-article-red .section-article-title h2:after {
        background-color: #930D0D;
    }

    .swiper-article-red .section-article-more a {
        color: #930D0D;
        border-bottom: 3px solid #930D0D;
    }

    .swiper-article-red .swiper-article .swiper-badge:before {
        background-color: #930D0D;
    }

    .swiper-article-red .swiper-article .swiper-text {
        color: #930D0D;
    }

.section-rdqz {
    position: relative;
    margin: 50px 0;
    background-image: url(../img/rdqz_bg1.png);
    background-position-y: -5rem;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}

.section-rdqz-inner {
    width: 65%;
    min-width: 1000px;
    margin: 0 auto;
}

.section-rdqz-title {
    font-size: .32rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}

    .section-rdqz-title span {
        position: relative;
        letter-spacing: 2px;
    }

        .section-rdqz-title span:after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 1.2em;
            width: 2em;
            height: 3px;
            background-color: #930D0D;
        }

.section-rdqz-desc {
    margin-bottom: .3rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #999;
    text-align: center;
}

.section-rdqz-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: .4rem;
}

    .section-rdqz-list li {
        flex: 1;
        text-align: center;
        font-size: .14rem;
    }

        .section-rdqz-list li img {
            width: 1rem;
        }

        .section-rdqz-list li strong {
            margin-right: 4px;
            font-size: .2rem;
            color: #930D0D;
        }

.publicity-video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    overflow: hidden;
}

    .publicity-video .video-term {
        width: 2.4rem;
        padding-top: 1rem;
        background-color: #f6fbff;
        text-align: center;
    }

        .publicity-video .video-term li {
            position: relative;
            height: .4rem;
            margin-bottom: .3rem;
            padding: 0 .5rem;
            cursor: pointer;
        }

            .publicity-video .video-term li > div {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                justify-content: space-between;
                padding-bottom: .15rem;
                border-bottom: 1px solid #dedede;
            }

        .publicity-video .video-term strong {
            font-size: .18rem;
            vertical-align: middle;
        }

        .publicity-video .video-term img {
            width: 20px;
            vertical-align: middle;
        }

    .publicity-video .video-box {
        flex: 1;
        height: 100%;
    }

        .publicity-video .video-box video {
            display: block;
            width: 100%;
            height: 4rem;
            background-color: #333;
            object-fit: cover;
        }

.section-media {
    position: relative;
    margin-top: -2rem;
    margin-bottom: .5rem;
    padding-top: 2rem;
    background: url(../img/rdqz_bg2.png) no-repeat top / 100%;
    z-index: 1;
}

    .section-media .section-media-inner {
        padding-top: .5rem;
    }

        .section-media .section-media-inner .section-media-header {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            width: 65%;
            min-width: 1000px;
            margin: 0 auto;
        }

            .section-media .section-media-inner .section-media-header .section-media-title {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                flex: 1;
            }

                .section-media .section-media-inner .section-media-header .section-media-title h2 {
                    margin: 0;
                    padding-top: .1rem;
                    border-top: 3px solid #d77b00;
                    font-size: .2rem;
                    color: #fff;
                }

                .section-media .section-media-inner .section-media-header .section-media-title a {
                    display: block;
                    margin-left: .3rem;
                    padding: 0;
                    height: auto;
                    line-height: 1.2;
                    color: #fff;
                    font-size: .14rem;
                    border-bottom: 3px solid #fff;
                }

            .section-media .section-media-inner .section-media-header .section-media-icon {
                flex: 1;
            }

                .section-media .section-media-inner .section-media-header .section-media-icon .icon-box {
                    margin-right: .1rem;
                    display: inline-block;
                    position: relative;
                    cursor: pointer;
                }

                    .section-media .section-media-inner .section-media-header .section-media-icon .icon-box .icon-layer img {
                        max-height: 100%;
                        max-width: 100%;
                    }

                    .section-media .section-media-inner .section-media-header .section-media-icon .icon-box .mticon:hover + .icon-layer {
                        visibility: visible;
                    }

                    .section-media .section-media-inner .section-media-header .section-media-icon .icon-box .icon-layer:hover {
                        visibility: visible;
                    }

                    .section-media .section-media-inner .section-media-header .section-media-icon .icon-box .icon-layer {
                        width: 1.47rem;
                        height: 1.47rem;
                        background-color: #fff;
                        border-radius: 0.06rem;
                        position: absolute;
                        margin: 0.1rem -0.75rem;
                        z-index: 500;
                        text-align: center;
                        visibility: hidden;
                        transition: All 0.5s ease;
                        -webkit-transition: All 0.5s ease;
                        -moz-transition: All 0.5s ease;
                        -o-transition: All 0.5s ease;
                    }

                        .section-media .section-media-inner .section-media-header .section-media-icon .icon-box .icon-layer::after {
                            content: "";
                            display: block;
                            position: absolute;
                            top: -0.06rem;
                            right: 0.35rem;
                            width: 0.2rem;
                            height: 0.2rem;
                            background: #fff;
                            transform: rotate(45deg);
                            -webkit-transform: rotate(45deg);
                            z-index: 500;
                        }

        .section-media .section-media-inner .section-media-content {
            margin-top: .3rem;
            padding: 0 .5rem;
            overflow: hidden;
        }

            .section-media .section-media-inner .section-media-content .section-media-item {
                position: relative;
                width: 25%;
                float: left;
                display: block;
            }

                .section-media .section-media-inner .section-media-content .section-media-item:hover .img-box img {
                    -webkit-transform: translate(-50%, -50%) scale(1.1);
                    -moz-transform: translate(-50%, -50%) scale(1.1);
                    -ms-transform: translate(-50%, -50%) scale(1.1);
                    -o-transform: translate(-50%, -50%) scale(1.1);
                    transform: translate(-50%, -50%) scale(1.1);
                }

                .section-media .section-media-inner .section-media-content .section-media-item .img-box {
                    position: relative;
                    height: 3rem;
                    overflow: hidden;
                }

                    .section-media .section-media-inner .section-media-content .section-media-item .img-box img {
                        transition: all .3s;
                    }

                .section-media .section-media-inner .section-media-content .section-media-item .section-media-info {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    padding-left: .3rem;
                    box-sizing: border-box;
                    background-color: rgba(0, 0, 0, 0.3);
                }

                    .section-media .section-media-inner .section-media-content .section-media-item .section-media-info small {
                        color: #eee;
                        text-shadow: 1px 1px 5px #000;
                        font-size: .12rem;
                    }

                    .section-media .section-media-inner .section-media-content .section-media-item .section-media-info .media-info-title {
                        margin: .05rem 0;
                        width: 100%;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        text-shadow: 1px 1px 5px #000;
                        font-size: .14rem;
                        color: #fff;
                    }

                    .section-media .section-media-inner .section-media-content .section-media-item .section-media-info .media-info-platform {
                        display: inline-block;
                        color: #fff;
                        font-size: .12rem;
                        padding-bottom: .1rem;
                        border-bottom: 5px solid #09bb07;
                    }

                        .section-media .section-media-inner .section-media-content .section-media-item .section-media-info .media-info-platform img {
                            margin-right: .05rem;
                            width: .24rem;
                            vertical-align: bottom;
                        }

                    .section-media .section-media-inner .section-media-content .section-media-item .section-media-info .platform-douyin {
                        border-color: #250fdd;
                    }

                    .section-media .section-media-inner .section-media-content .section-media-item .section-media-info .platform-weixin {
                        border-color: #09bb07;
                    }

                    .section-media .section-media-inner .section-media-content .section-media-item .section-media-info .platform-weibo {
                        border-color: #d77b00;
                    }

                    .section-media .section-media-inner .section-media-content .section-media-item .section-media-info .platform-bilibili {
                        border-color: #3291F8;
                    }

                .section-media .section-media-inner .section-media-content .section-media-item:nth-child(3),
                .section-media .section-media-inner .section-media-content .section-media-item:nth-child(4) {
                    width: 50%;
                }

.img-center {
    object-fit: cover;
}

.banner_right {
    position: fixed;
    top: 50%;
    margin-top: -50px;
    right: 0px;
    z-index: 800;
    width: 90px;
    height: 180px;
}



.banner_left {
    position: fixed;
    top: 50%;
    margin-top: -50px;
    left: 0px;
    z-index: 800;
    width: 90px;
    height: 180px;
}


.banner_float {
    position: fixed;
    z-index: 800;
    width: 180px;
    height: 180px;
    transition: All 3s ease;
    -webkit-transition: All 3s ease;
    -moz-transition: All 3s ease;
    -o-transition: All 3s ease;
}
