﻿.zhongzicss {
    padding-top: 50px
}

    .zhongzicss .fstln {
        text-align: center;
        line-height: 30px;
    }

        .zhongzicss .fstln .en {
            font-size: 18px;
        }

        .zhongzicss .fstln .an {
            font-size: 18px;
        }

    .zhongzicss .zzlist {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

        .zhongzicss .zzlist a {
            display: block;
            width: 13%;
            float: left;
            margin-right: 4.4%;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
            color: #333;
        }

            .zhongzicss .zzlist a:nth-child(6n+6) {
                margin-right: 0%;
            }

            .zhongzicss .zzlist a .zzimg {
                background-color: #F3F3F3;
                border-radius: 50%;
                padding: 20px;
                width: 100%;
                height: 100%;
                margin: 0 auto;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .zhongzicss .zzlist a .zzimg img {
                    display: block;
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: cover;
                }

            .zhongzicss .zzlist a .zen {
                text-align: center;
                line-height: 30px;
                font-size: 16px;
            }

            .zhongzicss .zzlist a .zan {
                text-align: center;
                line-height: 20px;
                font-size: 16px;
            }

            .zhongzicss .zzlist a:hover .zzimg {
                background-color: #e5ecc6
            }
    /****/
    .zhongzicss .sndbg {
        background-color: #efefef;
        padding: 50px 0;
    }

    .zhongzicss .sndscn {
    }

    .zhongzicss .lnitem {
        width: 100%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        margin-bottom: 30px;
        align-items: stretch;
    }

        .zhongzicss .lnitem:nth-child(2) {
            flex-direction: row-reverse;
        }

    .zhongzicss .lnbg {
        width: 100%;
        padding: 80px;
        box-sizing: border-box;
        background-image: url(/img/ifimg/zzbg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .zhongzicss .lnbg img {
            display: block;
            width: 70%;
            margin: 0 auto;
            border-radius: 6px;
        }

    .zhongzicss .tp {
        width: 49%;
        border-radius: 10px;
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

    .zhongzicss .nr {
        width: 49%;
        box-sizing: border-box;
        padding: 40px;
        border-radius: 10px;
        background-color: #FFF;
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .zhongzicss .fen {
        font-size: 23px;
        line-height: 30px;
    }

    .zhongzicss .fan {
        font-size: 20px;
        line-height: 30px;
    }

    .zhongzicss .sen {
        font-size: 23px;
        color: #abcd05;
        margin-top: 50px;
    }

    .zhongzicss .san {
        font-size: 20px;
        color: #abcd05
    }
    /****/
    .zhongzicss .sndscn .zzswi {
        position: relative;
    }

    .zhongzicss .sndscn .swiper-slide img {
        display: block;
        width: auto;
        height: auto;
        margin: 0 auto;
        object-fit: contain;
        object-position: center;
        max-width: 100%;
        max-height: 100%;
    }

    .zhongzicss .sndscn .ennm {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
    }

    .zhongzicss .sndscn .annm {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
    }

    .zhongzicss .sndscn .swiper-button-next, .zhongzicss .sndscn .swiper-button-prev {
        color: #9b999b !important
    }

        .zhongzicss .sndscn .swiper-button-next:after, .zhongzicss .sndscn .swiper-button-prev:after {
            font-size: 50px;
        }

    .zhongzicss .sndscn .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }

    .zhongzicss .sndscn .swiper-pagination-bullet-active {
        background-color: #abcd05
    }
