﻿@font-face {

    font-family: puhui-light; /* 自定义字体名称 */
    
    src: url('https://ziti.dongbaqu.com/Alibaba-PuHuiTi-Light.ttf') format('truetype');
}
* {
    margin: 0px;
    padding: 0;
    border: 0;
    font-family: "puhui-light";
}

a {
    text-decoration: none;
    color: #808080;
}

body {
    background: #fff;
    -webkit-text-size-adjust: none;
}

ul li {
    list-style: none;
}

.clear_float {
    height: 0px;
    clear: both;
}

img {
    max-width: 100%;
}

.fsInnerHead {
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
}

    .fsInnerHead img {
        float: left;
        display: block;
    }

.fsInnerBody {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f2f2f2;
}

.fsInnerBodyHeadNav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #fff;
}

.fsInnerBodyHeadNavBtn {
    height: 33px;
    padding: 0 30px;
    border-radius: 150px;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 18px;
    color: #474747;
    line-height: 33px;
    letter-spacing: 1px;
    margin: 0 20px;
}

    .fsInnerBodyHeadNavBtn:hover {
        color: #84a529;
        border-color: #84a529;
    }

.fsInnerBodyHeadNav .sel {
    color: #84a529;
    border-color: #84a529;
}

.fsContactBody {
    width: 1550px;
    margin: 60px auto;
    padding: 10px;
    background: #fff;
}

    .fsContactBody .fsLeft {
        float: left;
        width: 57%;
        height: auto;
    }

        .fsContactBody .fsLeft img {
            float: left;
        }

    .fsContactBody .fsRight {
        float: right;
        display: flex;
        width: 43%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .fsContactBody .fsRight .fsBottom {
            margin-top: 30px;
        }

            .fsContactBody .fsRight .fsBottom .fsText {
                width: 100%;
                height: 40px;
                line-height: 40px;
                font-size: 14px;
                color: #474646;
            }

                .fsContactBody .fsRight .fsBottom .fsText span {
                    color: #bc0000;
                }

.fsBody1600 {
    width: 1600px;
    margin: 0 auto;
}

.fsZhaopinBody {
    background: #f2f2f2;
    padding: 30px 0;
    width: 100%;
    height: auto;
    display: inline-block;
}

    .fsZhaopinBody .fsBody1600 ul {
        margin-top: 40px;
    }

        .fsZhaopinBody .fsBody1600 ul li {
            float: left;
            margin-bottom: 30px;
            padding: 60px;
            background: #fff;
        }

            .fsZhaopinBody .fsBody1600 ul li .fsTitle {
                font-size: 24px;
                color: #bc0000;
                margin-bottom: 30px;
            }

            .fsZhaopinBody .fsBody1600 ul li .fsMiaoshu {
                font-size: 14px;
                color: #474646;
                line-height: 30px;
                margin-bottom: 20px;
            }

                .fsZhaopinBody .fsBody1600 ul li .fsMiaoshu span {
                    font-size: 16px;
                    color: #000;
                    line-height: 40px;
                }

            .fsZhaopinBody .fsBody1600 ul li:nth-child(2n) {
                float: right;
            }

            .fsZhaopinBody .fsBody1600 ul li .fsLianxi {
                font-size: 14px;
                color: #bc0000;
            }

.fsFenye {
    margin: 60px auto;
    text-align: center;
}

.fsLiuyanBody {
    background: #f2f2f2;
    padding: 60px 0 80px 0;
    width: 100%;
}

.fsBody1024 {
    width: 1024px;
    height: auto;
    margin: 0 auto;
}

.fsLiuyanBody .fsBody1024 {
    position: relative;
}

    .fsLiuyanBody .fsBody1024 .bgi {
        float: left;
    }

    .fsLiuyanBody .fsBody1024 .fsMeng {
        position: absolute;
        top: 10%;
        left: 5%;
        width: 90%;
        height: 85%;
        overflow: hidden;
    }

        .fsLiuyanBody .fsBody1024 .fsMeng .fsTop {
            text-align: center;
            margin: 0px auto;
        }

            .fsLiuyanBody .fsBody1024 .fsMeng .fsTop p {
                text-align: center;
                font-size: 24px;
                line-height: 40px;
                color: #bc0000;
                margin-bottom: 30px;
            }

.fsLiuyanPart1 {
    width: 555px;
    height: 50px;
    box-shadow: 0px 0px 3px #ddd;
    background: #fff;
    margin: 15px auto;
    border-radius: 2px;
    display: flex;
}

    .fsLiuyanPart1 .fsLeft {
        padding: 0 5%;
        height: 34px;
        margin-top: 8px;
        float: left;
        border-right: 1px solid #dcdcdc;
        overflow: hidden;
    }

        .fsLiuyanPart1 .fsLeft img {
            float: left;
            margin-right: 5px;
            margin-top: -3px;
        }

        .fsLiuyanPart1 .fsLeft p {
            line-height: 34px;
            font-size: 14px;
            color: #474747;
            text-align: center;
            float: left;
        }

    .fsLiuyanPart1 .fsMid {
        height: 40px;
        margin-top: 5px;
        float: left;
    }

        .fsLiuyanPart1 .fsMid .fsSelPart {
            padding: 0 25px;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

            .fsLiuyanPart1 .fsMid .fsSelPart p {
                margin-left: 6px;
                font-size: 14px;
                color: #474747;
            }

        .fsLiuyanPart1 .fsMid .input {
            width: 388px;
            float: left;
            line-height: 40px;
            outline: none;
            text-indent: 2px;
            font-size: 14px;
        }

    .fsLiuyanPart1 .fsRight {
        float: right;
        color: #bc0000;
        font-size: 18px;
        padding: 0 10px;
        height: 100%;
        line-height: 55px;
    }

.fsLiuyanPart2 {
    width: 555px;
    height: 250px;
    box-shadow: 0px 0px 3px #ddd;
    background: #fff;
    margin: 15px auto;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
}

    .fsLiuyanPart2 .fsLiuyanPart1 {
        width: 90%;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        margin: 0px auto;
        padding: 3px 0;
    }

        .fsLiuyanPart2 .fsLiuyanPart1 .fsLeft {
            padding: 0 0;
            padding-right: 28px;
        }

        .fsLiuyanPart2 .fsLiuyanPart1 .fsRight {
            margin-left: auto;
        }

.fsLiuyanBody .fsBody1024 .fsMeng .fsTitle {
    font-size: 12px;
    line-height: 20px;
    color: #bc0000;
    width: 555px;
    margin: 0 auto;
}

.fsLiuyanPart2 .fsBottom {
    width: 100%;
}

.fsLiuyanPart2 textarea {
    width: 89%;
    height: 200px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
    resize: none;
    margin: 0 5.5%;
}

.yzm {
    width: 150px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
    outline: none;
}

.nn {
    float: left;
    margin-top: 15px;
    margin-left: 30px;
    height: 20px;
}

.btn {
    cursor: pointer;
    line-height: 50px;
    margin-left: 20px;
    float: left;
    font-size: 12px;
    color: #bc0000;
}

.fsLiuyanPart3 {
    height: 40px;
    width: 40%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

    .fsLiuyanPart3 .btns {
        width: 46%;
        line-height: 36px;
        box-shadow: 0 0 2px #ddd;
        border-radius: 2px;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        background: #fff;
    }

        .fsLiuyanPart3 .btns:hover {
            color: #fff;
            background: #a3c41d;
        }

.fsNewsList {
    background: #f2f2f2;
    padding: 60px 0;
    padding-bottom: 0;
}

.fsBody1570 {
    width: 1570px;
    margin: 0 auto;
}

.fsNewsTopNav {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

    .fsNewsTopNav ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .fsNewsTopNav ul li {
            width: 10%;
            line-height: 50px;
            background: #fff;
            text-align: center;
            font-size: 24px;
            color: #474747;
            margin-bottom: 15px;
            cursor: pointer;
            letter-spacing: 1px;
        }

            .fsNewsTopNav ul li:hover a {
                color: #fff;
                border-color: #bc0000;
                background: #bc0000;
            }

            .fsNewsTopNav ul li a {
                color: #474747;
                border: 1px solid #c9c9c9;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .fsNewsTopNav ul .sel {
            color: #fff;
            border-color: #bc0000;
            background: #bc0000;
        }


.fsNewsList .fsTop {
    display: flex;
    background: #fff;
}

    .fsNewsList .fsTop .fsLeft, .fsNewsList .fsTop .fsRight {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

        .fsNewsList .fsTop .fsRight .fsTitle {
            font-size: 24px;
            line-height: 30px;
            color: #474646;
        }

        .fsNewsList .fsTop .fsRight .fsTime {
            font-size: 16px;
            color: #bc0000;
            margin: 30px auto;
            text-align: center;
        }

        .fsNewsList .fsTop .fsRight .fsText {
            font-size: 14px;
            line-height: 24px;
            color: #474646;
            text-align: center;
            width: 490px;
        }

        .fsNewsList .fsTop .fsRight .fsMore {
            border: 1px solid #a3c41d;
            font-size: 14px;
            padding: 0 20px;
            line-height: 33px;
            border-radius: 15px;
            color: #a3c41d;
            margin-top: 50px;
            cursor: pointer;
        }

.fsNewsList .fsBottom {
    width: 100%;
    height: auto;
}

    .fsNewsList .fsBottom ul {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

        .fsNewsList .fsBottom ul a {
            display: flex;
            width: 45.5%;
            margin-right: 1%;
            height: 120px;
            padding: 15px 2%;
            background: #fff;
            margin-top: 15px;
        }

            .fsNewsList .fsBottom ul a:nth-child(2n) {
                margin-right: 0;
            }

            .fsNewsList .fsBottom ul a li {
                width: 100%;
                display: flex;
            }

        .fsNewsList .fsBottom ul li .fsTimeDiv {
            width: 108px;
            height: 108px;
            border: 1px solid #c9c9c9;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 5px;
        }

            .fsNewsList .fsBottom ul li .fsTimeDiv .day {
                font-size: 46px;
                line-height: 60px;
                color: #90928f;
                font-weight: bold;
            }

            .fsNewsList .fsBottom ul li .fsTimeDiv .year {
                font-size: 16px;
                line-height: 20px;
                color: #90928f;
            }



    .fsNewsList .fsBottom .fsNewsListBody {
        display: flex;
        flex-direction: column;
        height: 110px;
        margin-top: 10px;
        width: 82%;
        margin-left: 2%;
    }

        .fsNewsList .fsBottom .fsNewsListBody .fsTitle {
            font-size: 18px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #474747;
            width: 100%;
            line-height: 40px;
        }

        .fsNewsList .fsBottom .fsNewsListBody .fsText {
            max-height: 60px;
            overflow: hidden;
            line-height: 30px;
            font-size: 14px;
            color: #474747;
        }

    .fsNewsList .fsBottom ul a:hover {
        background: #a3c41d;
    }

        .fsNewsList .fsBottom ul a:hover .fsTimeDiv {
            background: #fff;
            border-color: #a3c41d;
        }

        .fsNewsList .fsBottom ul a:hover .fsTitle, .fsNewsList .fsBottom ul a:hover .fsText {
            color: #fff;
        }

        .fsNewsList .fsBottom ul a:hover .fsTimeDiv p {
            color: #a3c41d;
        }

.fsBody1200 {
    width: 1200px;
    margin: 0 auto;
}

.fsNewsDedtail {
    width: 100%;
    padding: 50px 0;
    height: auto;
    display: inline-block;
}

    .fsNewsDedtail .fsBody1200 {
        background: #fff;
        padding: 30px 0;
    }

        .fsNewsDedtail .fsBody1200 .fsBody1024 {
            position: relative;
        }

            .fsNewsDedtail .fsBody1200 .fsBody1024 .fsTitle {
                font-size: 24px;
                line-height: 40px;
                color: #bc0000;
                text-align: center;
                max-width: 90%;
                margin: 0 5%;
            }

            .fsNewsDedtail .fsBody1200 .fsBody1024 .fsTime {
                margin: 30px auto;
                font-size: 12px;
                color: #474747;
                text-align: center;
            }

            .fsNewsDedtail .fsBody1200 .fsBody1024 .fsText {
                font-size: 14px;
                color: #474747;
                line-height: 24px;
                padding-bottom: 30px;
            }

            .fsNewsDedtail .fsBody1200 .fsBody1024 .fsBackBtn {
                width: 100px;
                height: 35px;
                background: url(/Images/back.jpg) no-repeat center;
                position: absolute;
                top: -5px;
                right: -50px;
            }

            .fsNewsDedtail .fsBody1200 .fsBody1024 .fsBottom {
                padding: 10px 0;
                border-top: 1px solid #dcdcdc;
                width: 100%;
                margin-bottom: 60px;
            }

                .fsNewsDedtail .fsBody1200 .fsBody1024 .fsBottom .prevArticle, .fsNewsDedtail .fsBody1200 .fsBody1024 .fsBottom .nextArticle {
                    font-size: 14px;
                    color: #474747;
                    line-height: 25px;
                    width: 100%;
                    display: block;
                }

                .fsNewsDedtail .fsBody1200 .fsBody1024 .fsBottom a:hover {
                    color: #bc0000;
                }

.shipin .fsInnerBodyHeadNavBtn {
    padding: 0 20px;
    font-size: 16px;
    margin: 0 15px;
}

.fsShipinList {
    padding: 70px 0;
    background: #f2f2f2;
}

    .fsShipinList ul {
        width: 100%;
        height: auto;
    }

        .fsShipinList ul li {
            float: left;
            width: 24.25%;
            height: auto;
            margin-right: 1%;
            margin-bottom: 20px;
        }
        .fsShipinList ul li a {display:inline-block;}

            .fsShipinList ul li .fsTop {
                width: 100%;
                overflow: hidden;
                height: auto;
                position: relative;
            }

                .fsShipinList ul li .fsTop img {
                    float: left;
                }

                .fsShipinList ul li .fsTop .fsMeng {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    background: url(/Images/v1_03.png) no-repeat center;
                    background-size: contain;
                }

            .fsShipinList ul li .fsBottom {
                font-size: 16px;
                color: #474747;
                text-align: center;
                width: 100%;
                line-height: 50px;
            }

            .fsShipinList ul li:hover .fsMeng {
                background: url(/Images/v2_03.png) no-repeat center;
                background-size: contain;
            }

            .fsShipinList ul li:hover .fsBottom {
                color: #a3c41d;
            }

    .fsShipinList .fsFenye {
        margin: 50px auto 80px auto;
    }

    .fsShipinList ul li:nth-child(4n) {
        margin-right: 0;
    }

.anli .fsInnerBodyHeadNavBtn {
    padding: 0 25px;
    margin: 0 10px;
    font-size: 16px;
}

.fsAnliBody {
    background: #f2f2f2;
    width: 100%;
    height: auto;
    padding: 64px 0;
}

.fsDgn ul li {
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 50px;
    background: #fff;
}

    .fsDgn ul li:nth-child(3n) {
        margin-right: 0;
    }

    .fsDgn ul li .fsTop {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .fsDgn ul li .fsTop img {
            float: left;
        }

    .fsDgn ul li .fsBottom {
        height: 80px;
        text-align: center;
        color: #474747;
        font-size: 16px;
        width: 90%;
        padding: 0 5%;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fsDgn ul li:hover .fsBottom {
        background: #a3c41d;
        color: #fff;
    }

    .fsDgnDetail .jichengD_back {
        margin-right:20px;
    }

.fsDgnDetail .fsBody1200 .fsBody1024 .fsTitle {
    font-size: 24px;
    color: #474747;
}

.fsFbs .fsBody1600 {
    background: #fff;
}

.fsFbs .fsBody1200 {
    padding: 70px 0;
}

.fsFbs ul li {
    width: 46.75%;
    margin-right: 6.5%;
    margin-bottom: 10px;
}

    .fsFbs ul li .fsBottom {
        height: 50px;
    }

    .fsFbs ul li:hover .fsBottom {
        background: none;
        color: #474747;
    }

    .fsFbs ul li:nth-child(3n) {
        margin-right: 6.5%;
    }

    .fsFbs ul li:nth-child(2n) {
        margin-right: 0;
    }

.fsFbs .fsFenye {
    margin: 40px auto;
}

.fsFssList {
    padding: 45px 0 120px 0;
}

    .fsFssList .fsBody1600 {
        display: flex;
        justify-content: center;
    }

    .fsFssList .fsLeft, .fsFssList .fsRight {
        position: relative;
        display: flex;
        width: 620px;
        height:462px;
        overflow:hidden;
       
    }

    .fsFssList .fsLeft img, .fsFssList .fsRight img {
         transition: all 1.2s linear;
        -moz-transition: all 1.2s linear;
        -o-transition: all 1.2s linear;
        -webkit-transition: all 1.2s linear;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -m-transform: scale(1);
        transform: scale(1);
    }

        .fsFssList .fsLeft:hover img {
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.12);
            -o-transform: scale(1.12);
            -m-transform: scale(1.12);
            transform: scale(1.12);
        }

        .fsFssList .fsRight:hover img {
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.12);
            -o-transform: scale(1.12);
            -m-transform: scale(1.12);
            transform: scale(1.12);
        }

    .fsFssList .fsLeft {
        margin-right: 40px;
    }

    .fsFssList p {
        color: #fff;
        font-size: 28px;
        text-align: center;
        position: absolute;
        letter-spacing: 4px;
        width: 100px;
        bottom: 20px;
        left: 50%;
        margin-left: -50px;
    }
.fsFssHeadNav {
    width: 100%;
    height: auto;
    border-top: 4px solid #bc0000;
    margin-bottom: 40px;
    position: relative;
}

    .fsFssHeadNav::before {
        position: absolute;
        content: '';
        right: 0px;
        top: -4px;
        background: #f2f2f2;
        height: 4px;
        width: 22px;
    }

    .fsFssHeadNav::after {
        position: absolute;
        content: '';
        left: 0px;
        top: -4px;
        background: #f2f2f2;
        height: 4px;
        width: 22px;
    }

.fsAnliBody .fsFssHeadNav::before, .fsAnliBody .fsFssHeadNav::after, .fengli .fsFssHeadNav::before, .fengli .fsFssHeadNav::after {
    width: 15px;
}

.fsFssHeadNav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .fsFssHeadNav ul li {
        width: 25%;
        position: relative;
        display: flex;
    }

    .fsFssHeadNav ul .sel a {
        color: #fff;
    }

    .fsFssHeadNav ul .sel .fsImg1 {
        display: none;
    }

    .fsFssHeadNav ul .sel .fsImg2 {
        display: inline-block;
    }

.fsImg2 {
    display: none;
}

.fsFssHeadNav ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #bc0000;
}

.fsFssHeadNav ul li:hover .fsImg1 {
    display: none;
}

.fsFssHeadNav ul li:hover .fsImg2 {
    display: inline-block;
}

.fsFssHeadNav ul li:hover a {
    color: #fff;
}

.fsFssDetail {
    background: #fff;
    position: relative;
    padding-top: 60px;
    display: flex;
}

    .fsFssDetail .fsBackBtn {
        width: 100px;
        height: 35px;
        background: url(/Images/back.jpg) no-repeat center;
        position: absolute;
        top: 20px;
        right: 30px;
    }

    .fsFssDetail ul li {
        float: left;
        width: 46.75%;
        margin-right: 6.5%;
        margin-bottom: 20px;
    }

        .fsFssDetail ul li:nth-child(2n) {
            margin-right: 0;
        }

        .fsFssDetail ul li .fsBottom {
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 90%;
            padding: 0 5%;
        }

.fsFgccHeadNav ul li {
    width: 14.25%;
}
.fsFgccHeadNav::before {
    width: 24px !important;
}
.fsFgccHeadNav::after {
    width: 20px !important;
}

.fsFgccList {
    background: #fff;
    padding-top: 66px;
    padding-bottom: 4px;
}

    .fsFgccList .btnView {
        width: 600px;
        height: 40px;
        margin: 0 auto;
    }

        .fsFgccList .btnView .btn {
            width: 240px;
            float: left;
            margin-right: 120px;
            line-height: 40px;
            background: #f2f2f2;
            text-align: center;
            color: #474747;
            font-size: 16px;
            cursor: pointer;
            margin-left: 0;
            border-radius: 2px;
        }

        .fsFgccList .btnView .sel {
            color: #bc0000;
        }

        .fsFgccList .btnView .btn:hover {
            color: #bc0000;
        }

    .fsFgccList .btnView2 {
        width: 100%;
        height: auto;
        margin: 30px auto;
    }

        .fsFgccList .btnView2 .btn {
            float: left;
            margin: 5px 15px;
            padding: 0 2px;
            text-align: center;
            line-height: 30px;
            font-size: 14px;
            color: #474646;
            cursor: pointer;
            border-bottom: 1px solid #fff;
        }

        .fsFgccList .btnView2 .sel {
            border-bottom: 1px solid #a3c41d;
            color: #a3c41d;
        }

    .fsFgccList ul li {
        float: left;
        height: auto;
        width: 46.75%;
        margin-right: 6.5%;
        background: #fff;
        margin-bottom: 10px;
    }

        .fsFgccList ul li:nth-child(2n) {
            margin-right: 0;
        }

        .fsFgccList ul li .fsTop img {
            float: left;
        }

        .fsFgccList ul li .fsBottom {
            font-size: 16px;
            color: #474747;
            line-height: 40px;
            text-align: center;
        }

.fsFanganBody {
    padding: 80px 0;
}

.fsFanganList ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

    .fsFanganList ul li {
        position: relative;
        display: flex;
    }

        .fsFanganList ul li .fsMeng {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

            .fsFanganList ul li .fsMeng p {
                text-align: center;
                position: absolute;
                width: 90%;
                left: 5%;
                bottom: 30px;
                color: #fff;
                font-size: 16px;
                z-index: 10;
            }

        .fsFanganList ul li:hover .fsImg1 {
            display: none;
        }

        .fsFanganList ul li:hover .fsImg2 {
            display: block;
        }

        .fsFanganList ul li:hover .fsMeng p {
            display: none;
        }

.fsHexin {
    padding: 60px 0;
}

    .fsHexin .fsPart {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 50px 0;
        margin-bottom: 20px;
    }

        .fsHexin .fsPart .fsTitle {
            font-size: 24px;
            color: #bc0000;
            text-align: center;
            line-height: 30px;
        }

        .fsHexin .fsPart .fsImg1 {
            width: 100%;
            margin: 20px auto;
            margin-bottom: 10px;
        }

        .fsHexin .fsPart .fsText {
            margin: 10px auto;
            width: 100%;
            font-size: 14px;
            color: #474747;
            line-height: 24px;
        }

            .fsHexin .fsPart .fsText p {
                /* display: flex; */
                justify-content: center;
                align-items: center;
                font-size: 14px;
                flex-wrap:wrap;
                width:100%;
                overflow:hidden;
            }

            .fsHexin .fsPart .fsText span {
                font-weight: bold;
            }

        .fsHexin .fsPart .fsTime {
            background: #a3c41d;
            margin: 30px 0;
            padding: 0 25px;
            color: #fff;
            font-size: 18px;
            line-height: 34px;
            display: inline-block;
            border-radius: 17px;
        }

.fsRenzhengbgBody {
    padding: 60px 0;
}

.fsRenzhengbg ul li {
    width: 50%;
}

    .fsRenzhengbg ul li img {
        width: 100%;
    }

.fsjishuBg {
    padding: 60px 0;
}

.fsRenzhengbgList {
    padding: 40px 0;
}

    .fsRenzhengbgList ul li {
        width: 20.625%;
        margin-right: 5.8%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .fsRenzhengbgList ul li .fsImgView {
            display: flex;
            float: left;
            width:290px;
            height:360px;
            overflow:hidden;
            justify-content:center;
            align-items:center;
        }

        .fsRenzhengbgList ul li p {
            height: 60px;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #474747;
            width: 100%;
            float: left;
        }

        .fsRenzhengbgList ul li:nth-child(4n) {
            margin-right: 0;
        }

.fsDgnDetail .fsText1 {
    font-weight: bold;
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    margin-top: 10px;
}

.fsDgnDetail .fsText2 {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    text-indent: 2em;
}

.fsDgnDetail .fsText3 {
    margin: 5px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

    .fsDgnDetail .fsText3 img {
        margin-right: 20px;
    }

.momohuhu {
    -webkit-filter: blur(1px); /* Chrome, Opera */
    -moz-filter: blur(1px);
    filter: blur(1px);
}

.fsFanganList ul li:hover .momohuhu {
    -webkit-filter: blur(0px); /* Chrome, Opera */
    -moz-filter: blur(0px);
    filter: blur(0px);
}

.fsFenye ul li {
    margin: 0 0 !important;
}

.lkj {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
