* {
    margin: 0px;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #fff;
}
input,
textarea {
    outline: medium;
}

body {
    min-width:717px !important;
    -webkit-text-size-adjust: 100% !important;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
}

.fsBody1800 {
    width: 1800px;
    margin: 0 auto;
}

.fsBody1300 {
    width: 1300px;
    margin: 0 auto;
}

.slh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear_float {
    height: 0px;
    clear: both;
    display: block;
}


.fsInnerBanner {
    width: 100%;
    height: auto;
}

    .fsInnerBanner img {
        float: left;
    }

.fsWhiteMeng {
    position: absolute;
    right: 170px;
    bottom: 40%;
    width: 565px;
    height: auto;
    padding: 90px 80px;
    background: rgba(255, 255, 255, .7);
}

    .fsWhiteMeng .fsHeng {
        width: 22px;
        height: 12px;
        background: #004f91;
        margin-bottom: 30px;
    }

    .fsWhiteMeng .fsEnTitle {
        text-transform: uppercase;
        font-size: 36px;
        color: #000000;
        letter-spacing: 3px;
    }

    .fsWhiteMeng .fsCnTitle {
        font-size: 24px;
        margin-bottom: 65px;
        font-family: arial;
        font-weight: bold;
        color: #b2b2b3;
        text-transform: uppercase;
    }

    .fsWhiteMeng .fsText {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        padding-bottom: 30px;
    }

.newsListBody {
    width: 100%;
    height: auto;
}

    .newsListBody .fsHeadNav {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 99px;
        border-bottom: 1px solid #dcdcdc;
        flex-wrap:wrap;
    }

        .newsListBody .fsHeadNav ul.first {
            width: 1080px;
            justify-content: flex-start;
            display: flex;
            flex-wrap:wrap;
        }

            


            .newsListBody .fsHeadNav ul.first li.firstLi {
                float: left;
                position: relative;
            }

                .newsListBody .fsHeadNav ul.first li.firstLi:hover .sub {
                    display:block;
                }

                .newsListBody .fsHeadNav .sub {
                    width: 100%;
                    left: 0;
                    top: 40px;
                    position: absolute;
                    /* background: #4E4E4E; */
                    line-height: 26px;
                    text-align: center;
                    z-index: 9;
                    display:none;
                }

                    .newsListBody .fsHeadNav .sub li {
                        border-bottom: 1px solid #dcdcdc;
                    }

            .newsListBody .fsHeadNav .sub a {
                display: block;
                padding: 10px;
                color: #53565a;
                font-size: 14px;
                background: rgba(255,255,255,0.7);
                margin-bottom: 1px;
            }

            .newsListBody .fsHeadNav .sub li:hover a {
                background: rgba(0,75,145,0.7);
                color: #fff;
            }

        .newsNav {
            padding: 10px 30px;
            font-size: 16px;
            color: #000000;
            border: 1px solid #FFFFFF;
            letter-spacing: 1px;
            margin: 0 10px;
        }

.newsListBody .fsHeadNav .fsSel {
    color: #004b91;
    border-color: #004b91;
}

.newsListBody .fsHeadNav .newsNav:hover {
    color: #004b91;
    border-color: #004b91;
}

.newsListBody .fsNewsListTop {
    margin: 55px auto;
    width: 100%;
    height: auto;
    display: flex;
}

    .newsListBody .fsNewsListTop .fsLeft,
    .newsListBody .fsNewsListTop .fsRight {
        width: 50%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .newsListBody .fsNewsListTop .fsRight {
        border-top: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
    }

        .newsListBody .fsNewsListTop .fsRight .fsMeng {
            position: absolute;
            top: 10%;
            left: 5%;
            width: 90%;
            height: 80%;
        }

            .newsListBody .fsNewsListTop .fsRight .fsMeng .fsTitle {
                font-size: 24px;
                color: #004b91;
                font-weight: bold;
            }

            .newsListBody .fsNewsListTop .fsRight .fsMeng .fsTime {
                font-size: 14px;
                color: #898b8e;
                margin: 1.5% auto 6% 0;
            }

            .newsListBody .fsNewsListTop .fsRight .fsMeng .fsText {
                font-size: 14px;
                color: #000000;
                line-height: 24px;
            }

            .newsListBody .fsNewsListTop .fsRight .fsMeng .fsNewsDetailBtn {
                color: #FFFFFF;
                font-size: 14px;
                line-height: 30px;
                padding: 5px 20px;
                background: #a3a3a3;
                letter-spacing: 2px;
                display: inline-block;
                margin-top: 3%;
            }

                .newsListBody .fsNewsListTop .fsRight .fsMeng .fsNewsDetailBtn:hover {
                    background: #004b91;
                }



.fsNewsList {
    display: block;
    width: 1800px;
    height: auto;
    margin: 0 auto;
}

    .fsNewsList .fsPart {
        width: 33%;
        margin-right: 0.5%;
        float: left;
        background: #f4f4f4;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        overflow: hidden;
    }

        .fsNewsList .fsPart:nth-child(3n) {
            margin-right: 0;
        }

        .fsNewsList .fsPart .fsTop {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .fsNewsList .fsPart .fsTop img {
                float: left;
                width: 100%;
                -webkit-transition: -webkit-transform 0.2s ease-out;
                -moz-transition: -moz-transform 0.2s ease-out;
                -o-transition: -o-transform 0.2s ease-out;
                -ms-transition: -ms-transform 0.2s ease-out;
            }

        .fsNewsList .fsPart:hover img {
            transform: scale(1.08);
        }

        .fsNewsList .fsPart .fsBottom {
            width: 80%;
            height: auto;
            padding: 20px 10%;
        }

            .fsNewsList .fsPart .fsBottom .fsTitle {
                font-size: 18px;
                font-weight: bold;
                color: #000000;
            }

            .fsNewsList .fsPart .fsBottom .fsText {
                font-size: 14px;
                line-height: 24px;
                color: #53565a;
                margin: 20px auto;
                max-height: 72px;
                overflow: hidden;
            }

            .fsNewsList .fsPart .fsBottom .fsTime {
                display: inline-block;
                float: left;
                line-height: 22px;
                font-size: 14px;
                color: #76787b;
            }

            .fsNewsList .fsPart .fsBottom img {
                float: right;
                width: 40px;
                height: 11px;
                margin-top: 5px;
            }

.fsImg2 {
    display: none;
}

.fsNewsList .fsPart:hover .fsImg1 {
    display: none;
}

.fsNewsList .fsPart:hover .fsImg2 {
    display: block;
}

.fsNewsList .fsPart:hover .fsTitle {
    color: #004b91;
}

.fsNewsList .fsPart:hover {
    box-shadow: 0 0 3px #DCDCDC;
}

.fsFengye {
    text-align: center;
    margin-bottom: 55px;
}

.fsNewsDetail {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 56px 0 78px 0;
}

    .fsNewsDetail .fsBody1800 {
        background: #FFFFFF;
        padding: 60px 0;
    }

    .fsNewsDetail .fsTitle {
        margin: 20px auto;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #004b91;
    }

    .fsNewsDetail .fsTime {
        color: #898b8e;
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }

    .fsNewsDetail .fsText,
    .fsNewsDetail .fsText p {
        font-size: 14px;
        line-height: 24px;
        color: #000000;
    }

        .fsNewsDetail .fsText table {
            width: 100% !important;
        }

    .fsNewsDetail .fsBody1300 {
        position: relative;
        padding-bottom: 40px;
    }

    .fsNewsDetail .fsBack {
        position: absolute;
        right: 1px;
        bottom: 120px;
        height: 48px;
        width: 93px;
        background: url(../images/back.jpg) no-repeat center;
        display: block;
    }

    .fsNewsDetail .prveArticle {
        width: 40%;
        padding: 10px 4%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 20px;
        color: #000000;
        float: left;
        text-align: center;
        display: block;
        border: 1px solid #dcdcdc;
    }

    .fsNewsDetail .nextArticle {
        width: 40%;
        padding: 10px 4%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 20px;
        color: #000000;
        float: right;
        text-align: center;
        display: block;
        border: 1px solid #dcdcdc;
    }



.fsMapView .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 75px;
    padding-bottom: 40px;
}

    .fsMapView .slideBox .hd {
        height: auto;
        position: absolute;
        width: auto;
        top: 30px;
        left: 50%;
        z-index: 1;
    }

        .fsMapView .slideBox .hd ul {
            zoom: 1;
            float: left;
        }

            .fsMapView .slideBox .hd ul li {
                float: left;
                width: auto;
                height: 20px;
                padding: 0 40px;
                border-right: 1px solid #d9d9d7;
                background: #fff;
                cursor: pointer;
                font-size: 16px;
                color: #000000;
                line-height: 20px;
                position: relative;
            }

                .fsMapView .slideBox .hd ul li:last-child {
                    border-right: 0;
                }



                    /*.fsMapView .slideBox .hd ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    left: 9.5px;
    bottom: -50px;
    background: #FFFFFF;
}*/

                    .fsMapView .slideBox .hd ul li:last-child:after {
                        height: 0;
                    }

                .fsMapView .slideBox .hd ul li.on {
                    color: #004b91;
                }

    .fsMapView .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .fsMapView .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            position: relative;
        }



.fsMapView .fsWhiteMeng {
    background: rgba(0, 75, 145, .6);
    padding: 50px 90px;
    width: 700px;
    right: 3.5%;
}

    .fsMapView .fsWhiteMeng .fsHeng {
        background: #FFFFFF;
    }

    .fsMapView .fsWhiteMeng div {
        color: #fff;
    }

    .fsMapView .fsWhiteMeng .fsPart {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

        .fsMapView .fsWhiteMeng .fsPart .fsLeft {
            margin-right: 25px;
            display: flex;
        }

        .fsMapView .fsWhiteMeng .fsPart .fsRight {
            line-height: 24px;
            font-size: 14px;
            display: flex;
        }

        .fsMapView .fsWhiteMeng .fsPart:last-child {
            margin-bottom: 0;
        }

    .fsMapView .fsWhiteMeng .fsCnTitle {
        display: inline-block;vertical-align: bottom;margin: 0
    }
.fsMapView .fsWhiteMeng .fsCon{color: #fff;line-height: 22px;font-size: 14px;margin-top: 15px;margin-bottom: 40px;text-indent: 28px}
.zhuangbeiBody {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    border: 1px solid #dcdcdc;
}

    .zhuangbeiBody .fsPart {
        margin-top: 34px;
        height: auto;
        display: flex;
        position: relative;
    }

        .zhuangbeiBody .fsPart .fsMeng {
            padding: 0 70px;
            background: rgba(0, 75, 145, .6);
            position: absolute;
            width: 400px;
            height: 60%;
            right: 16%;
            top: 20%;
            display: flex;
            flex-direction: column;
        }

            .zhuangbeiBody .fsPart .fsMeng .fsHeng {
                margin-top: 70px;
                width: 22px;
                height: 15px;
                background: #FFFFFF;
            }

            .zhuangbeiBody .fsPart .fsMeng .fsTitle {
                font-weight: bold;
                font-size: 24px;
                color: #ffffff;
                margin-top: 20px;
            }

            .zhuangbeiBody .fsPart .fsMeng .fsText {
                margin-top: 50px;
                line-height: 24px;
                font-size: 14px;
                color: #FFFFFF;
            }

    .zhuangbeiBody .fsPart1 {
        width: 1800px;
        margin: 0 auto;
        height: auto;
        display: flex;
        position: relative;
        margin-top: 34px;
    }

        .zhuangbeiBody .fsPart1 .gallery-top {
            display: flex;
            width: 72%;
        }

            .zhuangbeiBody .fsPart1 .gallery-top .swiper-slide {
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .zhuangbeiBody .fsPart1 .gallery-top .swiper-slide img {
                    width: 100%;
                }

        .zhuangbeiBody .fsPart1 .gallery-thumbs {
            display: flex;
            width: 20%;
            padding: 0 4%;
            background: #ebebeb;
        }

.unShow {
    opacity: 0 !important;
}

.zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide-active {
    opacity: 1 !important;
}

.zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide .fsHeng {
    width: 25px;
    height: 15px;
    background: #004B91;
    margin-top: 30%;
}

.zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide .fsTitle {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin: 20px auto 10% 0;
}

.zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide .fsText {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.zhuangbeiBody .fsPart1 .swiper-button-next {
    width: 49.5%;
    right: 0;
    top: auto;
    margin-top: 0;
    bottom: 0px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    background-color: #d7d8d9;
    opacity: 1;
}

.zhuangbeiBody .fsPart1 .swiper-button-prev {
    width: 49.5%;
    left: 0;
    top: auto;
    margin-top: 0;
    bottom: 0px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    background-color: #d7d8d9;
    opacity: 1;
}

    .zhuangbeiBody .fsPart1 .swiper-button-prev:hover {
        background: #004b91;
    }

.zhuangbeiBody .fsPart1 .swiper-button-next:hover {
    background: #004b91;
}

.zhuangbeiBody .fsPart2 {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    margin-top: 34px;
}

    .zhuangbeiBody .fsPart2 .fsLeft {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .zhuangbeiBody .fsPart2 .fsLeft img {
            width: 100%;
        }

    .zhuangbeiBody .fsPart2 .fsRight {
        width: 40%;
        padding: 0 5%;
        display: flex;
        flex-direction: column;
        background: #ebebeb;
    }

        .zhuangbeiBody .fsPart2 .fsRight .fsHeng {
            width: 25px;
            height: 15px;
            background: #004B91;
            margin: 12% auto 7% 0;
        }

        .zhuangbeiBody .fsPart2 .fsRight .fsEnTitle {
            text-transform: uppercase;
            font-size: 30px;
            color: #000;
            font-weight: bold;
        }

        .zhuangbeiBody .fsPart2 .fsRight .fsCnTitle {
            font-size: 24px;
            color: #bbbcbc;
            line-height: 30px;
            margin-bottom: 10%;
            font-family: arial black;
            font-style: normal;
            text-transform: uppercase;
        }

        .zhuangbeiBody .fsPart2 .fsRight .fsText {
            font-size: 14px;
            line-height: 24px;
            color: #000000;
        }

.zhuangbeiBody .fsPart3 {
    width: 1800px;
    margin: 34px auto;
    display: flex;
}

    .zhuangbeiBody .fsPart3 ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .zhuangbeiBody .fsPart3 ul li {
            display: flex;
            position: relative;
            width: 32%;
            margin-right: 2%;
            margin-bottom: 34px;
        }

            .zhuangbeiBody .fsPart3 ul li:hover {
            }

            .zhuangbeiBody .fsPart3 ul li:nth-child(3n) {
                margin-right: 0;
            }

            .zhuangbeiBody .fsPart3 ul li .fsMeng {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                background: rgba(0, 0, 0, .5);
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 18px;
                color: #FFFFFF;
            }

            .zhuangbeiBody .fsPart3 ul li .jt {
                position: absolute;
                width: 13px;
                height: 29px;
                bottom: 15px;
                right: -13px;
            }

            .zhuangbeiBody .fsPart3 ul li:nth-child(3) .jt {
                right: 50%;
                margin-right: -6.5px;
                bottom: -21px;
                transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                /* Internet Explorer */
                -moz-transform: rotate(90deg);
                /* Firefox */
                -webkit-transform: rotate(90deg);
                /* Safari 和 Chrome */
                -o-transform: rotate(90deg);
                /* Opera */
            }

            .zhuangbeiBody .fsPart3 ul li:nth-child(4) .jt {
                display: none;
            }

            .zhuangbeiBody .fsPart3 ul li:nth-child(5) .jt {
                left: -13px;
                right: auto;
                transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                /* Internet Explorer */
                -moz-transform: rotate(180deg);
                /* Firefox */
                -webkit-transform: rotate(180deg);
                /* Safari 和 Chrome */
                -o-transform: rotate(180deg);
                /* Opera */
            }

            .zhuangbeiBody .fsPart3 ul li:nth-child(6) .jt {
                left: -13px;
                right: auto;
                transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                /* Internet Explorer */
                -moz-transform: rotate(180deg);
                /* Firefox */
                -webkit-transform: rotate(180deg);
                /* Safari 和 Chrome */
                -o-transform: rotate(180deg);
                /* Opera */
            }

.bt, .ys {
    padding-bottom: 60px;
}

.guanxiBody {
    width: 100%;
    height: auto;
    padding: 55px 0;
}

    .guanxiBody .swiper-wrapper {
        position: relative;
    }

    .guanxiBody .swiper-slide img {
        display: block;
    }

    .guanxiBody .swiper-wrapper .fsMeng1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.5);
    }

    .guanxiBody .swiper-wrapper .fsMeng2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 94px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,.5);
    }

        .guanxiBody .swiper-wrapper .fsMeng2 .fsEnTitle {
            text-transform: uppercase;
            color: #FFFFFF;
            font-size: 14px;
            line-height: 24px;
            font-family: arial;
            margin-bottom: auto;
        }

        .guanxiBody .swiper-wrapper .fsMeng2 .fsCnTitle {
            font-size: 24px;
            line-height: 24px;
            color: #FFFFFF;
            margin-top: auto;
            text-transform: uppercase;
        }

    .guanxiBody .swiper-wrapper .fsMeng2 {
        display: none;
    }

    .guanxiBody .swiper-slide-active .fsMeng2 {
        display: flex;
    }

    .guanxiBody .swiper-slide-active .fsMeng1 {
        display: none;
    }

    .guanxiBody .fsPart {
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 60px;
        background: #f4f4f4;
        padding-bottom: 30px;
    }

        .guanxiBody .fsPart .fsBody1800 {
            display: flex;
        }

        .guanxiBody .fsPart .fsLeft {
            width: 50%;
            margin-top: -60px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .guanxiBody .fsPart .fsLeft img {
                width: 100%;
            }

        .guanxiBody .fsPart .fsRight {
            padding: 0 5%;
            width: 40%;
            display: flex;
            flex-direction: column;
        }


    .guanxiBody .fsPart2 .fsCnTitle {
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        color: #010101;
        margin-top: 15px;
        line-height: 34px;
    }

    .guanxiBody .fsPart2 .fsEnTitle {
        font-family: arial;
        text-align: center;
        color: #898b8e;
        font-size: 14px;
        margin-bottom: 15px;
        text-transform: uppercase;
        line-height: 30px;
    }


    .guanxiBody .fsPart .fsRight .fsCnTitle {
        margin-top: 15%;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        color: #010101;
    }

    .guanxiBody .fsPart .fsRight .fsEnTitle {
        font-size: 14px;
        color: #898b8e;
        font-family: arial;
        text-transform: uppercase;
        margin-top: 1%;
    }

    .guanxiBody .fsPart .fsRight .fsHeng {
        margin: 5% auto 10% 0;
        width: 29px;
        height: 5px;
        background: #004B91;
        text-transform: uppercase;
    }

    .guanxiBody .fsPart .fsRight .fsText {
        font-size: 14px;
        line-height: 24px;
        color: #000000;
    }

    .guanxiBody .fsPart1 {
        display: flex;
        padding: 30px 0;
        width: 100%;
        justify-content: space-between;
    }

        .guanxiBody .fsPart1 .fsLeft, .guanxiBody .fsPart1 .fsRight {
            width: 47%;
            height: auto;
            display: flex;
            flex-direction: column;
        }

        .guanxiBody .fsPart1 .fsTop {
            width: 100%;
            padding: 5px 0;
            border-bottom: 1px solid #dfdfdf;
            height: 70px;
            display: flex;
            align-items: center;
        }

            .guanxiBody .fsPart1 .fsTop div {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .guanxiBody .fsPart1 .fsTop .fsCnTitle {
                font-size: 30px;
                font-weight: bold;
                color: #000000;
                text-transform: uppercase;
            }

            .guanxiBody .fsPart1 .fsTop .fsEnTitle {
                font-family: arial;
                font-size: 14px;
                color: #898b8e;
                text-transform: uppercase;
                letter-spacing: 2px;
                margin: 5px 0;
            }

            .guanxiBody .fsPart1 .fsTop .fsYou {
                margin-left: auto;
            }

        .guanxiBody .fsPart1 .fsBottom {
            display: flex;
            width: 100%;
            margin-top: 10px;
        }

            .guanxiBody .fsPart1 .fsBottom ul {
                display: flex;
                width: 100%;
                flex-direction: column;
            }

                .guanxiBody .fsPart1 .fsBottom ul a {
                    display: block;
                    width: 100%;
                    ;
                }

                    .guanxiBody .fsPart1 .fsBottom ul a li {
                        display: flex;
                        padding: 15px 0;
                        border-bottom: 1px solid #dfdfdf;
                        align-items: center;
                        height: 43px;
                    }

                        .guanxiBody .fsPart1 .fsBottom ul a li .fsTitle {
                            font-size: 16px;
                            color: #000000;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            margin-left: 20px;
                            width: 70%;
                        }

                        .guanxiBody .fsPart1 .fsBottom ul a li .fsTime {
                            font-size: 16px;
                            color: #76787b;
                            margin-left: auto;
                        }

                        .guanxiBody .fsPart1 .fsBottom ul a li:hover p {
                            color: #004b91;
                        }

                        .guanxiBody .fsPart1 .fsBottom ul a li:hover .fsImg1 {
                            display: none;
                        }

                        .guanxiBody .fsPart1 .fsBottom ul a li:hover .fsImg2 {
                            display: block;
                        }


.fsRcr .fsMeng .fsHeng {
    width: 22px;
    height: 12px;
    background: #004B91;
    margin-bottom: 3%;
}

.fsRcr .fsMeng .fsEnTitle {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fsRcr .fsMeng .fsCnTitle {
    font-size: 24px;
    color: #d9d9d7;
    margin-bottom: 9%;
    font-family: arial black;
    font-style: normal;
    text-transform: uppercase;
}

.fsRcr .fsMeng .fsRcg {
    font-size: 18px;
    color: #004b91;
    margin-bottom: 15px;
}

.fsRcr .fsMeng .fsText {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    max-width: 90%;
}

.rcgList {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

    .rcgList .fsPart {
        display: flex;
        margin-bottom: 9px;
        position: relative;
    }

        .rcgList .fsPart:nth-child(4) {
        }

        .rcgList .fsPart:last-child {
        }

        .rcgList .fsPart .fsMeng {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.3);
        }

            .rcgList .fsPart .fsMeng img {
                margin-bottom: 10px;
            }

            .rcgList .fsPart .fsMeng .fsTitle {
                font-size: 24px;
                color: #ffffff;
                text-align: center;
            }

            .rcgList .fsPart .fsMeng .fsText {
                width: 90%;
                margin: 5px auto;
                font-size: 14px;
                line-height: 24px;
                color: #ffffff;
                text-align: center;
            }

            .rcgList .fsPart .fsMeng:hover .fsImg1 {
                display: none;
            }

            .rcgList .fsPart .fsMeng:hover .fsImg2 {
                display: block;
            }

        .rcgList .fsPart:hover .fsMeng {
            background: rgba(0,75,145,.7);
        }

.fengcaiList {
    padding: 30px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

    .fengcaiList .fsPart {
        width: 33%;
        height: auto;
        position: relative;
        margin-right: 0.5%;
        max-height: 331px;
        overflow: hidden;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .fengcaiList .fsPart img {
            -webkit-transition: -webkit-transform 0.2s ease-out;
            -moz-transition: -moz-transform 0.2s ease-out;
            -o-transition: -o-transform 0.2s ease-out;
            -ms-transition: -ms-transform 0.2s ease-out;
        }

        .fengcaiList .fsPart .fsMeng {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 70px;
            width: 100%;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .fengcaiList .fsPart:hover .fsMeng {
            background: rgba(0,75,145,.5);
        }

        .fengcaiList .fsPart .fsMeng .fsTitle {
            font-size: 16px;
            color: #FFFFFF;
            margin-right: auto;
            width: 80%;
            margin-left: 5%;
            white-space: nowrap;
            ;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .fengcaiList .fsPart .fsMeng img {
            margin-right: 5%;
        }

        .fengcaiList .fsPart:nth-child(3n) {
            margin-right: 0;
        }

.fengcaiDetailBody {
    width: 100%;
    height: auto;
    display: flex;
    padding: 50px 0 60px 0;
    background: #f4f4f4;
}

    .fengcaiDetailBody .fsBody1800 {
        background: #FFFFFF;
        padding: 30px 0;
    }

    .fengcaiDetailBody .fsBody1300 {
        position: relative;
        padding-bottom: 140px;
    }

    .fengcaiDetailBody .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


    .fengcaiDetailBody .swiper-button-prev {
        background: url(../images/fcl.png) no-repeat center;
        width: 74px;
        height: 74px;
        margin-top: -37px;
    }

    .fengcaiDetailBody .swiper-button-next {
        background: url(../images/fcr.png) no-repeat center;
        width: 74px;
        height: 74px;
        margin-top: -37px;
    }

    .fengcaiDetailBody .fsTitle {
        font-size: 24px;
        font-weight: bold;
        color: #004b91;
        margin-top: 40px;
        text-align: center;
    }

    .fengcaiDetailBody .fsTime {
        font-size: 14px;
        color: #898b8e;
        text-align: center;
        margin: 10px auto 30px;
    }

    .fengcaiDetailBody .fsText {
        color: #000000;
        font-size: 14px;
        line-height: 24px;
    }

    .fengcaiDetailBody .fsBack {
        position: absolute;
        right: 1px;
        bottom: 30px;
        height: 48px;
        width: 93px;
        background: url(../images/back.jpg) no-repeat center;
        display: block;
    }

.zhaopinList {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 45px 0;
}

    .zhaopinList .fsBody1800 {
        padding-top: 60px;
        background: #FFFFFF;
    }

    .zhaopinList .fsBody1300 {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .zhaopinList .fsPart {
        display: flex;
        height: 60px;
        padding: 20px 0;
        width: 100%;
        align-items: center;
        background: #eeeeee;
        justify-content: space-between;
    }

        .zhaopinList .fsPart:nth-child(2n) {
            background: #FFFFFF;
        }

        .zhaopinList .fsPart .fsTime {
            width: 10%;
            height: 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #ddd;
        }

            .zhaopinList .fsPart .fsTime .day {
                font-size: 36px;
                color: #53565a;
                line-height: 40px;
            }

            .zhaopinList .fsPart .fsTime .yAm {
                font-size: 14px;
                color: #53565a;
                line-height: 20px;
            }

        .zhaopinList .fsPart .fsTitle {
            padding: 0 3%;
            font-size: 14px;
            color: #53565a;
            width: 74%;
        }

        .zhaopinList .fsPart .go {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 10%;
        }

        .zhaopinList .fsPart:hover {
            box-shadow: 0 0 10px #DDDDDD;
        }

.fsDownloadView {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #EEEEEE;
    margin-top: 30px;
}

.zhaopin .fsBack {
    position: relative;
    bottom: 0;
    margin-left: auto;
}

.fsDownloadView p {
    font-size: 16px;
}

.fsDownloadView a {
    font-size: 16px;
    color: #000;
}

.jjjj {
    justify-content: center;
    align-items: center;
}

    .jjjj 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);
    }

    .jjjj: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);
    }

.jjnav {
    position: absolute;
    left: 50%;
    height: 100%;
    top: 0;
    margin-left: -900px;
}

.fengcaiDetailBody .swiper-button-prev:hover {
    background: url(../images/fcl-h.png) no-repeat center;
}

.fengcaiDetailBody .swiper-button-next:hover {
    background: url(../images/fcr-h.png) no-repeat center;
}

.bjMap {
    margin: 0 auto;
    width: 100%;
    height: 654px;
}

    .bjMap .icon {
        background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
    }

    .bjMap .icon-cir {
        height: 31px;
        width: 28px;
    }

    .bjMap .icon-cir-red {
        background-position: -11px -5px;
    }

.fxMap {
    margin: 0 auto;
    width: 100%;
    height: 654px;
}

    .fxMap .icon {
        background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
    }

    .fxMap .icon-cir {
        height: 31px;
        width: 28px;
    }

    .fxMap .icon-cir-red {
        background-position: -11px -5px;
    }

.plMap {
    margin: 0 auto;
    width: 100%;
    height: 700px;
}

    .plMap .icon {
        background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
    }

    .plMap .icon-cir {
        height: 31px;
        width: 28px;
    }

    .plMap .icon-cir-red {
        background-position: -11px -5px;
    }

.swiper-container2 {
    display: none;
}

.menu_m {
    position: relative;
    width: 50px;
    cursor: pointer;
    height: 30px;
    z-index: 12;
    display: none;
}

    .menu_m i {
        float: right;
        border-top: 3px solid #104982;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
    }

        .menu_m i:nth-child(1) {
            width: 80%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .menu_m i:nth-child(2) {
            width: 80%;
            position: absolute;
            right: 0;
            top: 14px;
        }

        .menu_m i:nth-child(3) {
            width: 80%;
            position: absolute;
            right: 0;
            top: 28px;
        }

    .menu_m:hover i {
        width: 80%;
    }

.nav_main {
    position: fixed;
    right: -465px;
    top: 0;
    bottom: 0;
    width: 465px;
    background: #f4f4f4;
    z-index: 5;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    transition: all 0.6s cubic-bezier(0,1,1,1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0,1,1,1) 0s;
    z-index: 11;
}

    .nav_main.show {
        right: 0;
    }

    .nav_main .inner {
        padding: 0 23px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .nav_main .d {
        text-align: center;
        /* width: 300px; */
    }

        .nav_main .d h3 {
            font-size: 26px;
            font-family: '幼圆';
            color: #333;
            text-align: center !important;
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .nav_main .d h3 i {
                display: inline-block;
                width: 5px;
                height: 5px;
                border-radius: 100%;
                vertical-align: middle;
                margin: 0 10px 4px;
                background: #333;
                line-height: 0;
            }

        .nav_main .d a {
            display: block;
            width: 100%;
        }

        .nav_main .d ul li {
            float: left;
            padding: 10px 5px 0 5px;
        }

            .nav_main .d ul li a {
                display: block;
                color: #fff;
                font-size: 18px;
                color: #333;
                text-transform: uppercase;
            }

        .nav_main .d ul {
            display: flex;
            justify-content: center;
            flex-flow: row wrap;
            float: none;
        }

.act {
    color: #333;
}

    .act .menu_m i {
        border-color: #333;
    }

    .act i:nth-child(1) {
        transform: translate(0,14px) rotate(45deg);
        width: 80%;
    }

    .act i:nth-child(2) {
        opacity: 0;
    }

    .act i:nth-child(3) {
        transform: translate(0,-14px) rotate(-45deg);
        width: 80%;
    }

.img22 {
    display: none !important;
}

.phone {
    background: url() center no-repeat;
    display:none;
}

@media only screen and (max-width: 1817px) {
    .fsBody1800, .fsNewsList {
        width: 99%;
        margin: 0 .5%;
    }
}

@media only screen and (max-width: 1617px) {
    .guanxiBody .fsPart .fsBody1800 {
        align-items: center;
    }
}

@media only screen and (max-width: 1017px) {
    .guanxiBody .fsPart .fsBody1800 {
        flex-direction: column;
    }

    .fsNewsDetail .fsBody1800 {
        padding-bottom: 0;
    }
}


@media only screen and (max-width: 1817px) {
    .fsBody1800, .fsNewsList {
        width: 99%;
        margin: 0 .5%;
    }

    .zhuangbeiBody .fsPart1 {
        width: 99%;
        margin: 30px 0.5% 0 0.5%;
    }

    .zhuangbeiBody .fsPart3 {
        width: 99%;
        margin: 34px 0.5%;
    }

    .jjnav {
        left: auto;
    }

    .fsNewsList {
        display: inline-block;
    }

    .rcgList .fsPart {
        width: 24%;
        margin: 0 0.5% 1% 0.5%;
        justify-content: center;
        align-items: center;
    }

        .rcgList .fsPart:last-child {
            width: 49%;
        }

    .iuo .fsRight .fsCnTitle {
        margin-bottom: auto !important;
    }

    .zhuangbeiBody .fsPart2 .fsRight .fsText {
        margin-bottom: auto;
    }
}



@media only screen and (max-width: 1617px) {
    .guanxiBody .fsPart .fsBody1800 {
        align-items: center;
    }

    .guanxiBody .fsPart .fsLeft {
        margin-top: auto;
    }

    .guanxiBody .fsPart {
        margin-top: 30px;
        padding-top: 30px;
    }

        .guanxiBody .fsPart .fsRight .fsCnTitle {
            margin-top: auto;
        }

        .guanxiBody .fsPart .fsRight .fsText {
            margin-bottom: auto;
        }
}

@media only screen and (max-width: 1517px) {
    .newsListBody .fsNewsListTop .fsRight .fsMeng .fsTime {
        margin: 1.5% auto 1.5% 0;
    }

    .newsListBody .fsNewsListTop .fsRight .fsMeng .fsNewsDetailBtn {
        margin-top: 2%;
    }

    .newsListBody .fsNewsListTop .fsRight .fsMeng {
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
        height: 100%;
    }

        .newsListBody .fsNewsListTop .fsRight .fsMeng .fsNewsDetailBtn {
            width: 65px;
        }

    .rcgList .fsPart {
        width: 32%;
        margin: 0 2% 2% 0;
    }

        .rcgList .fsPart:nth-child(3n) {
            margin-right: 0;
        }

        .rcgList .fsPart:last-child {
            width: 100%;
            margin-right: 0;
        }

    .zhuangbeiBody .fsPart3 ul li .fsMeng {
        font-size: 16px;
    }

    .iuo .fsRight .fsHeng {
        margin: 8% auto 4% 0 !important;
    }
}

@media only screen and (max-width: 1417px) {
    .rcgList .fsPart .fsMeng .fsText {
        font-size: 13px;
        line-height: 20px;
    }

    .rcgList .fsPart .fsMeng img {
        width: 80.25px;
        height: 80.25px;
    }

    .rcgList .fsPart:last-child .fsMeng img {
        width: auto;
        height: auto;
    }

    .zhuangbeiBody .fsPart {
        height: 580px;
    }
}

.sbsj {
    display: none !important;
}

@media only screen and (max-width: 1317px) {

    .sbsj {
        display: flex !important;
    }

    .zsb {
        display: none !important;
    }

    .fsBody1300 {
        width: 99%;
    }

    .guanxiBody .fsPart {
        margin-top: 0;
    }

        .guanxiBody .fsPart .fsRight {
            padding: 0 2% 0 3%;
            width: 45%;
        }

            .guanxiBody .fsPart .fsRight .fsHeng {
                margin: auto auto auto 0;
            }

    .guanxiBody .fsPart1 .fsLeft {
        width: 48%;
        padding-left: 0.5%;
    }

    .guanxiBody .fsPart1 .fsRight {
        width: 48%;
        padding-right: 0.5%;
    }

    .newsListBody .fsNewsListTop .fsRight .fsMeng .fsText {
        line-height: 20px;
        font-size: 13px;
    }

    .newsListBody .fsNewsListTop .fsRight .fsMeng .fsTitle {
        font-size: 20px;
    }

    .zhuangbeiBody .fsPart3 ul li .jt {
        display: none;
    }

    .zhuangbeiBody .fsPart3 ul li {
        width: 49%;
    }

    .jjjj img {
        width: 100%;
    }

    .zhuangbeiBody .fsPart3 ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .zhuangbeiBody .fsPart3 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .zhuangbeiBody .iuo .fsRight .fsEnTitle {
        font-size: 28px;
    }

    .ing_video .video {
        margin-top: 85px !important;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mod18 .rongyu_kk {
        width: 900px !important;
        margin-left: -450px !important;
    }

    .mod18 .listBox {
        width: 755px !important;
    }

    .mod18 #prevTop, .mod18 .prev {
        left: 0 !important;
    }

    .mod18 #nextTop, .mod18 .next {
        right: 0 !important;
    }
}

@media only screen and (max-width: 1217px) {

    .zhuangbeiBody .fsPart {
        height: 480px;
    }

    .fsMapView .fsWhiteMeng {
        width: 460px;
        padding: 50px 60px;
        right: 7%;
    }

    .guanxiBody .fsPart1 .fsBottom ul a li .fsTitle {
        font-size: 14px;
        margin-left: 10px;
    }

    .guanxiBody .swiper-wrapper .fsMeng2 {
        height: 74px;
    }

    .zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide .fsHeng {
        margin-top: 15%;
    }

    .zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide .fsTitle {
        margin-bottom: 10%;
    }

    .zhuangbeiBody .fsPart1 .gallery-top {
        width: 65%;
    }

    .zhuangbeiBody .fsPart1 .gallery-thumbs {
        width: 30%;
        padding: 0 2.5%;
    }

    .zhuangbeiBody .fsPart1 .swiper-button-prev, .zhuangbeiBody .fsPart1 .swiper-button-next {
        height: 50px;
    }

    .zhuangbeiBody .fsPart2 .fsRight .fsHeng {
        margin: 8% auto 3% 0;
    }

    .zhuangbeiBody .fsPart2 .fsRight .fsCnTitle {
        margin-bottom: 6%;
    }

    .zhuangbeiBody .fsPart2 .fsRight {
        width: 45%;
        padding: 0 2.5%;
    }

    .iuo .fsRight .fsHeng {
        margin: 4% auto 4% 0 !important;
    }

    .zhuangbeiBody .iuo .fsRight .fsEnTitle {
        font-size: 24px;
    }

    .zhuangbeiBody .iuo .fsRight .fsCnTitle {
        font-size: 20px;
    }

    .zhuangbeiBody .iuo .fsRight .fsText {
        font-size: 13px;
        line-height: 22px;
    }

    .ind_lingyu .kk .tit {
        margin-bottom: 36px !important;
    }

    .zhuangbeiBody .fsPart .fsMeng .fsHeng {
        display: none
    }

    .zhuangbeiBody .fsPart .fsMeng {
        justify-content: center;
    }
}

@media only screen and (max-width: 1117px) {
    .newsListBody .fsNewsListTop {
        flex-direction: column;
    }

        .newsListBody .fsNewsListTop .fsLeft, .newsListBody .fsNewsListTop .fsRight {
            width: 100%;
        }

            .newsListBody .fsNewsListTop .fsRight .fsMeng .fsText {
                line-height: 28px;
                font-size: 16px;
            }

            .newsListBody .fsNewsListTop .fsRight .fsMeng .fsTitle {
                font-size: 16px;
            }

            .newsListBody .fsNewsListTop .fsRight .fsMeng .fsTime {
                margin: 1.5% auto 6% 0;
            }

            .newsListBody .fsNewsListTop .fsRight .fsMeng .fsNewsDetailBtn {
                margin-top: 3%;
            }

    .fsNewsList .fsPart {
        width: 49%;
        margin: 0 .5% 10px 0.5% !important;
    }

    .rcgList .fsPart {
        width: 48%;
        margin: 0 1% 2% 1%;
    }

        .rcgList .fsPart:nth-child(3n) {
            margin: 0 1% 2% 1%;
        }

        .rcgList .fsPart .fsMeng img {
            width: auto;
            height: auto;
        }

        .rcgList .fsPart .fsMeng .fsTitle {
            margin: 1% auto;
        }

        .rcgList .fsPart:last-child {
            width: 98%;
            margin: 0 1%;
        }

    .fengcaiList .fsPart {
        width: 49%;
        margin-right: 1%;
    }

        .fengcaiList .fsPart:nth-child(3n) {
            margin-right: 1%;
        }

        .fengcaiList .fsPart:nth-child(2n) {
            margin-right: 0;
        }

    .zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide .fsHeng {
        margin-top: 10%;
    }

    .zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide .fsTitle {
        margin-bottom: 5%;
    }

    .zhuangbeiBody .fsPart1 .swiper-button-prev, .zhuangbeiBody .fsPart1 .swiper-button-next {
        height: 40px;
    }

        .zhuangbeiBody .fsPart1 .swiper-button-prev img, .zhuangbeiBody .fsPart1 .swiper-button-next img {
            width: 45px;
            height: 14px;
        }

    .iuo {
        flex-direction: column;
    }

    .zhuangbeiBody .iuo .fsLeft {
        width: 100% !important;
    }

        .zhuangbeiBody .iuo .fsLeft img {
            width: 100%;
        }

    .zhuangbeiBody .iuo .fsRight {
        width: 90% !important;
        padding: 0 5% !important;
        padding-bottom: 40px !important;
    }

        .zhuangbeiBody .iuo .fsRight .fsCnTitle {
            margin-bottom: 20px !important;
        }

    .header .a {
        display: none !important;
    }

    .nav {
    }

    .footer .link .ul {
        width: 70%;
    }

        .footer .link .ul li {
            margin-right: 3% !important;
        }
}

@media only screen and (max-width: 1017px) {
    .zhuangbeiBody .fsPart2 .fsRight .fsCnTitle {
        margin-bottom: 3%;
        font-size: 22px;
    }

    .zhuangbeiBody .fsPart2 .fsRight .fsText {
        font-size: 13px;
        line-height: 22px;
    }

    .zhuangbeiBody .fsPart2 .fsRight .fsEnTitle {
        font-size: 28px;
    }

    .nav .nLi h3 a {
        margin: 0 10px !important;
    }

    .ing_video .video {
        margin-top: 115px !important;
    }

    .ing_video .con .ind_tit {
        margin-bottom: 10px !important;
    }

    .ing_video .con .btn {
        margin-top: 20px !important;
        float: right;
    }

    .ing_video .con p {
        font-size: 13px !important;
        line-height: 24px !important;
    }

    .guanxiBody .fsPart {
        flex-direction: column;
    }

        .guanxiBody .fsPart .fsLeft {
            width: 100%;
        }

        .guanxiBody .fsPart .fsRight {
            width: 80%;
            padding: 0 10%;
            height: 300px !important;
        }

        .guanxiBody .fsPart .fsBody1800 {
            flex-direction: column;
        }

    .guanxiBody .fsPart {
        padding-top: 0;
    }

    .guanxiBody .fsPart1 {
        flex-direction: column;
    }

        .guanxiBody .fsPart1 .fsLeft, .guanxiBody .fsPart1 .fsRight {
            width: 90%;
            padding: 10px 5%;
        }

    .guanxiBody .swiper-wrapper .fsMeng2 {
        height: 54px;
    }

        .guanxiBody .swiper-wrapper .fsMeng2 .fsCnTitle {
            font-size: 20px;
        }

    .fsNewsDetail .prveArticle, .fsNewsDetail .nextArticle {
        width: 80%;
        margin: 10px 6%;
        text-align: left;
        float: left;
    }

    .fsNewsDetail .fsBack {
        bottom: 200px;
    }

    .zhaopin .fsBack {
        bottom: 0px;
    }

    .fsNewsDetail .fsBody1800 {
        padding-bottom: 0;
    }

    .zhuangbeiBody .fsPart1 {
        flex-direction: column;
    }

        .zhuangbeiBody .fsPart1 .gallery-top {
            width: 98%;
            margin: 0 1%;
        }

        .zhuangbeiBody .fsPart1 .gallery-thumbs {
            width: 90%;
            margin: 0 1%;
            padding: 0 4%;
        }

        .zhuangbeiBody .fsPart1 .swiper-button-prev, .zhuangbeiBody .fsPart1 .swiper-button-next {
            height: 70px;
        }

    .ind_map .qq {
        width: 98% !important;
        margin-left: 0 !important;
        left: 1% !important;
    }

    .footer .link .ul {
        width: 90%;
        padding: 0 5%;
        display: flex;
    }

        .footer .link .ul li {
            margin-left: auto !important;
            margin-right: auto;
        }

    .footer .link .r {
        display: none;
    }

    .son_menu ul {
        width: 98% !important;
        margin: 0 1% !important;
    }

        .son_menu ul li {
            margin: 0 auto !important;
        }

    .about_cul .cover .con {
        width: 96% !important;
        margin: 0 2% !important;
    }

    .about_cul .cover p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .about_cul .cover .heng {
        display: none !important;
    }

    .about_cul .cover .tit_cn {
        margin-bottom: 10px !important;
    }

    .about_cul .cover .tb {
        margin-bottom: 20px;
    }

    .mod18 .picBox li, .mod18 .picBox {
        width: 540px !important;
        height: 430px !important;
    }

    .mod18 .rongyu_kk {
        width: 700px !important;
        margin-left: -350px !important;
        height: 685px !important;
    }

    .mod18 .listBox {
        width: 510px !important;
    }

    .mod18 .picBox li img {
        width: 460px !important;
        height: 300px !important;
        margin: 50px 45px !important;
    }

    .mod18 #prevTop, .mod18 #nextTop, #prevTop {
        top: 180px !important;
    }

    .yewu_kk {
        width: 70% !important;
        height: 60% !important;
        top: 20% !important;
        margin-top: 0 !important;
        left: 15% !important;
    }

    .zhuangbeiBody .fsPart {
        height: 400px;
    }

        .zhuangbeiBody .fsPart .fsMeng .fsText {
            margin-top: auto;
            margin-bottom: auto;
        }

        .zhuangbeiBody .fsPart .fsMeng .fsTitle {
            margin-top: auto;
        }
}

@media only screen and (max-width: 950px) {
    .newsListBody .fsHeadNav {
        height:160px;
    }
        .newsListBody .fsHeadNav ul.first li {
            margin:15px 0;
        }

        .newsListBody .fsHeadNav ul.first {
            margin-left:20px;
        }
}

    @media only screen and (max-width: 917px) {

        /*.newsNav {
        padding: 5px 5px !important;
    }*/

        .yewu_kk .kk {
            width: 90%;
            margin: 0 auto;
            margin-top: 50px;
        }

        .num img {
            max-width: 100% !important;
        }

        .pages {
            width: 98% !important;
            margin: 20px 1% !important;
        }

        .img22 {
            display: block !important;
        }

        .img11 {
            display: none !important;
        }

        .ind_map .qq {
            flex-wrap: wrap;
            justify-content: center !important;
            top: 0 !important;
            height: 100% !important;
            align-items: center;
        }

        .ind_map .wrap {
            margin: 0 5% !important;
        }

        .ing_video .container {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-around;
        }

        .ing_video .video {
            height: auto;
            width: 80% !important;
            margin: 0 auto !important;
        }

        .ing_video .con {
            height: auto !important;
            width: 90% !important;
            margin: 0 auto;
            margin-left: auto !important;
        }

        .ing_video {
            height: 680px !important;
            margin-top: 30px !important;
            background: url(/img/ind_bj_02.jpg) center no-repeat !important;
            background-size: cover !important;
        }


        .nav {
            display: none !important;
        }

        .en {
            right: 60px !important;
            top: 35px !important;
        }

        .menu_m {
            display: block;
            margin-left: auto;
            float: right;
            margin-top: 40px;
        }

        .zhuangbeiBody .fsPart2 {
            flex-direction: column;
        }

            .zhuangbeiBody .fsPart2 .fsLeft {
                width: 98%;
                margin: 0 1%;
            }

            .zhuangbeiBody .fsPart2 .fsRight {
                width: 90%;
                margin: 0 1%;
                padding: 0 4%;
                padding-bottom: 30px;
            }

        .swiper-container1 {
            display: none;
        }

        .swiper-container2 {
            display: block;
        }

        .zhaopinList .fsPart .fsTime {
            width: 90px;
        }

        .rcgList .fsPart .fsMeng img {
            width: 80.25px;
            height: 80.25px;
        }

        .rcgList .fsPart:last-child .fsMeng img {
            width: auto;
            height: auto;
        }

        .rcgList .fsPart .fsMeng .fsTitle {
            font-size: 20px;
        }

        .fsRcr .fsMeng .fsCnTitle {
            margin: 0 10px;
        }

        .fengcaiList .fsPart .fsMeng {
            height: 50px;
        }

            .fengcaiList .fsPart .fsMeng img {
                width: 22px;
                height: 22px;
            }

        .zhuangbeiBody .fsPart1 .gallery-thumbs .swiper-slide .fsHeng {
            margin-top: 5%;
        }

        .zhuangbeiBody .fsPart3 ul li {
            width: 98%;
            margin: 17px 1%;
        }

        .about_cul .kk {
            width: 80% !important;
            margin: 20px 10% !important;
        }

        .about_cul .cover .con {
            width: 80% !important;
            margin: 0 10% !important;
        }

        .about_cul .cover p {
            font-size: 14px !important;
            line-height: 26px !important;
        }

        .about_cul .cover .heng {
            display: block !important;
        }
    }

    @media only screen and (max-width: 817px) {


        .rcgList .fsPart:last-child .fsMeng img {
            width: 80.25px;
            height: 80.25px;
        }

        .rcgList .fsPart .fsMeng .fsText {
            font-size: 12px;
        }

        .rcgList .fsPart .fsMeng .fsTitle {
            font-size: 18px;
            margin: 0.5% auto;
        }

        .zhuangbeiBody .fsPart1 .swiper-button-prev, .zhuangbeiBody .fsPart1 .swiper-button-next {
            height: 60px;
        }


        .tb {
            width: 90px;
            height: 90px;
        }

        .zhuangbeiBody .fsPart {
            height: 300px;
        }

            .zhuangbeiBody .fsPart .fsMeng {
                height: 80%;
                top: 10%;
            }
    }

    @media only screen and (max-width: 750px) {
        .yewu_kk {
            height: 50% !important;
        }

        .mod18 #prevTop, .mod18 #nextTop, #prevTop {
            display: none !important;
        }

        .mod18 .rongyu_kk {
            width: 640px !important;
            margin-left: -320px !important;
        }

        .newsListBody .fsNewsListTop .fsRight {
            padding: 20px 0;
        }

        .ind_lingyu .kk .tit {
            text-align: center;
        }

        .ind_lingyu .kk .btn {
            margin: 30px auto auto auto;
        }

        .ind_lingyu .kk .tit {
            color: #004b91 !important;
        }

        .ind_lingyu .kk .img1 {
            display: none;
        }

        .ind_lingyu .kk .img2 {
            display: inline-block !important;
        }

        .ind_lingyu .kk .btn {
            background: #004b91 !important;
        }

        .pc {
            display: none
        }

        .phone {
            display: flex;
        }

        .fsNewsList .fsPart {
            width: 90%;
            margin: 10px 5% !important;
        }

        .fengcaiDetailBody .swiper-slide img {
            width: 500px;
        }

        .fengcaiDetailBody .swiper-button-next, .fengcaiDetailBody .swiper-button-prev {
            width: 37px;
            height: 37px;
            margin-top: -13.5px;
        }

        .fengcaiDetailBody .swiper-button-next {
            right: 20px;
        }

        .fengcaiDetailBody .swiper-button-prev {
            left: 20px;
        }

        .about {
            height: auto !important;
            background: url(/img/about_bj_02.jpg) center no-repeat !important;
            background-size: cover !important;
        }

            .about .container {
                width: 100% !important
            }

            .about .kk .con p {
                font-size: 12px !important;
            }
    }

    @media only screen and (max-width: 375px) {
        .yewu_kk .kk .tit_cn {
            margin-top: 20px;
        }

        .yewu_kk {
            margin-top: 88px !important;
            width: 90% !important;
            height: 60% !important;
            left: 6% !important;
        }
    }

    .sypro1 {
        position: relative;
        margin-top: 60px;
        overflow: hidden;
    }

    .sypro2a {
        overflow: hidden;
    }

    .sypro2 .swiper-container {
        width: 100%;
    }

    .sypro2 .swiper-slide:hover {
        background: url(../img/bg3.png) center no-repeat;
        background-size: 100% 100%;
    }

    .sypro2 .swiper-slide img {
        display: block;
        margin: auto;
        max-width: 80%;
    }

    .sypro2 .swiper-slide h1 {
        color: #5f5f5f;
        font-size: 20px;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        margin-top: 30px;
        font-weight: bold;
        transition: all 0.2s ease-in-out;
    }

    .sypro2 .swiper-slide h2 {
        width: 170px;
        height: 38px;
        border: 1px solid #b8b8b8;
        text-align: center;
        line-height: 38px;
        color: #5f5f5f;
        font-size: 16px;
        margin: auto;
        margin-top: 25px;
        transition: all 0.2s ease-in-out;
    }

    .sypro2 .swiper-slide {
        background: url(/img/bg3a.png) center no-repeat;
        background-size: 100% 100%;
        padding-top: 95px;
        padding-bottom: 80px;
        text-align: center;
        transition: all 0.2s ease-in-out;
    }

        .sypro2 .swiper-slide:hover h1 {
            color: #30318B;
        }

        .sypro2 .swiper-slide:hover h2 {
            color: #fff;
            background: #30318B;
            border-color: #30318B;
        }

    .sypro2 .swiper-button-next:hover {
        background: #fff url(/img/right1a.png) center no-repeat;
    }

    .sypro2 .swiper-button-prev:hover {
        background: #fff url(/img/left1a.png) center no-repeat;
    }

    .sypro2 .swiper-button-next {
        width: 50px;
        height: 50px;
        background: rgba(255,255,255,0.25) url(/img/right1.png) center no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: 25px;
        z-index: 99999;
        outline: none;
        cursor: pointer;
    }

    .sypro2 .swiper-button-prev {
        width: 50px;
        height: 50px;
        background: rgba(255,255,255,0.25) url(/img/left1.png) center no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        left: 25px;
        z-index: 99999;
        outline: none;
        cursor: pointer;
    }

    .sypro2 .swiper-button-next:hover {
        background: #fff url(/img/right1a.png) center no-repeat;
    }

    .sypro2 .swiper-button-prev:hover {
        background: #fff url(/img/left1a.png) center no-repeat;
    }

