* {
    margin: 0px;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
    display: block;
}

input,
textarea,
button {
    outline: medium;
}

p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

button {
    background: rgba(0, 0, 0, 0);
margin:0 auto;
max-width:1920px;
}

body {
    font-family: "microsoft yahei";
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.slh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear_float {
    height: 0px;
    clear: both;
    display: block;
}

.fsBody1640 {
    width: 1640px;
    margin: 0 auto;
}

.fsBody1400 {
    width: 1400px;
    margin: 0 auto;
}

.fsBody1170 {
    width: 1170px;
    margin: 0 auto;
}

.fsMainBody {
    width: 100%;
    height: auto;
}

.fsWebNav {
    width: 100%;
    height: 120px;
    background: #FFFFFF;
}

    .fsWebNav .fsBody1640 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .fsWebNav .fsBody1640 .fsMid {
            display: flex;
            align-items: center;
            height: 120px;
        }

            .fsWebNav .fsBody1640 .fsMid div {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 180px;
                height: 100%;
                position: relative;
            }

                .fsWebNav .fsBody1640 .fsMid div .fsWebNavBtn {
                    font-size: 18px;
                    text-align: center;
                    color: #000000;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                }

                .fsWebNav .fsBody1640 .fsMid div ul {
                    width: 100%;
                    position: absolute;
                    top: 120px;
                    left: 0;
                    background: #fff;
                    z-index: 10;
                    display: none;
                }

                    .fsWebNav .fsBody1640 .fsMid div ul li a {
                        width: 100%;
                        height: 50px;
                        line-height: 50px;
                        text-align: center;
                        color: #333;
                    }

                .fsWebNav .fsBody1640 .fsMid div:hover .fsWebNavBtn {
                    color: #FFFFFF;
                }

                .fsWebNav .fsBody1640 .fsMid div .fsSel {
                    color: #FFFFFF !important;
                }

        .fsWebNav .fsBody1640 .fsRight {
            display: flex;
            align-items: center;
        }

            .fsWebNav .fsBody1640 .fsRight a {
                width: 32px;
                height: 32px;
                text-align: center;
                color: #FFFFFF;
                font-size: 12px;
                line-height: 32px;
                text-transform: uppercase;
                margin-left: 10px;
                border-radius: 100%;
                background: #aaaaaa;
            }

        .fsWebNav .fsBody1640 .fsSel {
            background: #d71a25 !important;
        }

        .fsWebNav .fsBody1640 .fsMid div ul li a:hover {
            background: #e91f2b;
            color: #fff;
        }

..fsIndexBanner .fsImgView {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.fsIndexBody {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

    .fsIndexBody .fsPart1 {
        width: 100%;
        padding: 160px 0;
    }

        .fsIndexBody .fsPart1 .fsBody1640 {
            display: flex;
            position: relative;
            align-items: center;
            justify-content: space-between;
        }

            .fsIndexBody .fsPart1 .fsBody1640 .fsGrayView {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 95%;
                height: 490px;
                background: #f7f7f7;
                ;
            }

            .fsIndexBody .fsPart1 .fsBody1640 .fsLeft {
                display: flex;
                flex-direction: column;
                max-width: 620px;
                height: 100%;
                z-index: 1;
                margin-right: 20px;
            }

                .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsHeng {
                    width: 44px;
                    height: 6px;
                    background: #D71A25;
                    margin: 5px auto 30px 0;
                }

                .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsEnTitle {
                    font-size: 46px;
                    text-transform: uppercase;
                    color: #333333;
                }

                .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsCnTitle {
                    font-size: 34px;
                    color: #333333;
                    line-height: 40px;
                }

                .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsText {
                    display: flex;
                    flex-direction: column;
                    margin: 140px 0 140px 40px;
                }

                    .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsText p {
                        font-size: 18px;
                        color: #333333;
                        line-height: 40px;
                    }

                    .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsText a {
                        font-size: 18px;
                        color: #ffffff;
                        background: #D71A25;
                        width: 110px;
                        line-height: 42px;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        text-align: center;
                        margin-top: 60px;
                        margin-bottom: 30px;
                    }

            .fsIndexBody .fsPart1 .fsBody1640 .fsRight {
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 1;
            }

    .fsIndexBody .fsPart2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .fsIndexBody .fsPart2 .fsPart {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            margin-top: 12px;
            margin-right: auto;
            overflow: hidden;
            max-width: 470px;
            max-height: 470px;
            width: 24.5%;
        }

            .fsIndexBody .fsPart2 .fsPart:hover img {
                -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
                -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
                -moz-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
                transform: matrix(1.2, 0, 0, 1.2, 0, 0);
                -webkit-transition: all 1.5s;
                -ms-transition: all 1.5s;
                -moz-transition: all 1.5s;
                transition: all 1.5s;
            }

            .fsIndexBody .fsPart2 .fsPart img {
                -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
                -ms-transform: matrix(1, 0, 0, 1, 0, 0);
                -moz-transform: matrix(1, 0, 0, 1, 0, 0);
                transform: matrix(1, 0, 0, 1, 0, 0);
                -webkit-transition: all 1.5s;
                -ms-transition: all 1.5s;
                -moz-transition: all 1.5s;
                transition: all 1.5s;
            }

            .fsIndexBody .fsPart2 .fsPart .fsGrayView {
                display: flex;
                flex-direction: column;
                justify-content: center;
                position: absolute;
                top: 0;
                left: 0;
                width: 70%;
                height: 80%;
                padding: 10% 15%;
                background: rgba(0, 0, 0, .5);
            }

                .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsHeng {
                    width: 44px;
                    height: 6px;
                    background: #D71A25;
                }

                .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsEnTitle {
                    font-size: 46px;
                    color: #FFFFFF;
                    text-transform: uppercase;
                    margin: 5px auto 5px 0;
                }

                .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsCnTitle {
                    font-size: 34px;
                    color: #FFFFFF;
                    line-height: 40px;
                }

                .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsTitle {
                    margin: auto;
                    font-size: 30px;
                    color: #FFFFFF;
                }

            .fsIndexBody .fsPart2 .fsPart:nth-child(4n) {
                margin-right: 0;
            }

        .fsIndexBody .fsPart2 a:hover .fsGrayView {
            background: rgba(0, 0, 0, .15);
        }

    .fsIndexBody .fsPart3 {
        width: 100%;
        padding: 160px 0;
    }

        .fsIndexBody .fsPart3 .fsBody1640 {
            display: flex;
            flex-direction: column;
        }

            .fsIndexBody .fsPart3 .fsBody1640 .fsTop {
                width: 100%;
                display: flex;
                align-items: center;
            }

                .fsIndexBody .fsPart3 .fsBody1640 .fsTop .fsLeft {
                    display: flex;
                    flex-direction: column;
                    width: 80%;
                }

                    .fsIndexBody .fsPart3 .fsBody1640 .fsTop .fsLeft .fsHeng {
                        width: 44px;
                        height: 6px;
                        background: #D71A25;
                    }

                    .fsIndexBody .fsPart3 .fsBody1640 .fsTop .fsLeft .fsEnTitle {
                        font-size: 46px;
                        color: #333333;
                        text-transform: uppercase;
                        margin-top: 20px;
                    }

                    .fsIndexBody .fsPart3 .fsBody1640 .fsTop .fsLeft .fsCnTitle {
                        font-size: 34px;
                        color: #333333;
                        line-height: 40px;
                        margin-bottom: 20px;
                    }

                    .fsIndexBody .fsPart3 .fsBody1640 .fsTop .fsLeft .fsText {
                        font-size: 18px;
                        color: #999999;
                        line-height: 30px;
                    }

                .fsIndexBody .fsPart3 .fsBody1640 .fsTop .fsRight {
                    width: 20%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                }

                    .fsIndexBody .fsPart3 .fsBody1640 .fsTop .fsRight a {
                        font-size: 18px;
                        line-height: 40px;
                        width: 110px;
                        text-align: center;
                        background: #D71A25;
                        color: #FFFFFF;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                    }

.fsImg2 {
    display: none;
}

.fsIndexBody .fsPart3 .fsBody1640 .fsBottom {
    margin-top: 160px;
    position: relative;
}

    .fsIndexBody .fsPart3 .fsBody1640 .fsBottom .hzhb .fsImgView {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .fsIndexBody .fsPart3 .fsBody1640 .fsBottom .hzhb .fsImgView:hover .fsImg1 {
            display: none;
        }

        .fsIndexBody .fsPart3 .fsBody1640 .fsBottom .hzhb .fsImgView:hover .fsImg2 {
            display: block;
        }

    .fsIndexBody .fsPart3 .fsBody1640 .fsBottom .hzhb {
        width: 92%;
        margin: 0 4%;
    }

        .fsIndexBody .fsPart3 .fsBody1640 .fsBottom .hzhb .swiper-slide-active .fsImgView .fsImg1 {
            display: none;
        }

        .fsIndexBody .fsPart3 .fsBody1640 .fsBottom .hzhb .swiper-slide-active .fsImgView .fsImg2 {
            display: block;
        }

.fsIndexBody .fsPart4 {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding: 110px 0 160px 0;
}

    .fsIndexBody .fsPart4 .fsBody1640 {
        display: flex;
        flex-direction: column;
    }

        .fsIndexBody .fsPart4 .fsBody1640 .fsTop {
            width: 100%;
            display: flex;
            align-items: flex-end;
        }

            .fsIndexBody .fsPart4 .fsBody1640 .fsTop .fsLeft {
                display: flex;
                flex-direction: column;
                width: 80%;
            }

                .fsIndexBody .fsPart4 .fsBody1640 .fsTop .fsLeft .fsHeng {
                    width: 44px;
                    height: 6px;
                    background: #D71A25;
                }

                .fsIndexBody .fsPart4 .fsBody1640 .fsTop .fsLeft .fsEnTitle {
                    font-size: 46px;
                    color: #333333;
                    text-transform: uppercase;
                    margin-top: 20px;
                }

                .fsIndexBody .fsPart4 .fsBody1640 .fsTop .fsLeft .fsCnTitle {
                    font-size: 34px;
                    color: #333333;
                    line-height: 40px;
                    margin-bottom: 20px;
                }

            .fsIndexBody .fsPart4 .fsBody1640 .fsTop .fsRight {
                width: 20%;
                display: flex;
                align-items: center;
                justify-content: flex-end;
            }

                .fsIndexBody .fsPart4 .fsBody1640 .fsTop .fsRight a {
                    font-size: 18px;
                    line-height: 40px;
                    width: 110px;
                    text-align: center;
                    background: #D71A25;
                    color: #FFFFFF;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                }

        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

            .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsLeft {
                width: 55%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                max-width: 855px;
            }

                .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsLeft .fsImgView {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    margin-bottom: auto;
                    margin-top: auto;
                }

                .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsLeft .fsTitle {
                    font-size: 24px;
                    color: #333333;
                    margin-bottom: 10px;
                    line-height: 30px;
                }

                .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsLeft .fsText {
                    font-size: 14px;
                    line-height: 24px;
                    color: #545454;
                    height: 48px;
                    overflow: hidden;
                }

            .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight {
                width: 45%;
                display: flex;
                flex-direction: column;
            }

                .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a {
                    flex: 1;
                    padding: 20px 30px;
                    display: flex;
                    align-items: center;
                    max-height: 120px;
                    overflow: hidden;
                }

                    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a:hover {
                        background: #FFFFFF;
                    }

                    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsTime {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        min-width: 80px;
                    }

                        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsTime .fsDay {
                            font-size: 71px;
                            font-family: arial;
                            color: #cccccc;
                            text-align: center;
                        }

                        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsTime .fsYaM {
                            font-size: 21px;
                            font-family: arial;
                            color: #cccccc;
                            margin-left: 4px;
                            line-height: 24px;
                        }

                    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsShu {
                        width: 1px;
                        height: 80%;
                        margin: auto 20px;
                        background: #a6a6a6;
                    }

                    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsInfo {
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        height: 80%;
                        margin: auto 0;
                        width: 75%;
                    }

                        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsInfo .fsTitle {
                            font-size: 22px;
                            color: #545454;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            height: 30px;
                        }

                        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsInfo .fsText {
                            font-size: 14px;
                            font-weight: lighter;
                            color: #545454;
                            line-height: 24px;
                            max-height: 50px;
                            overflow: hidden;
                        }

.fsFoot {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .fsFoot .fsBottom {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        background: #d71a25;
        font-size: 13px;
        color: #FFFFFF;
    }

    .fsFoot .fsTop {
        padding: 150px 0 75px 0;
    }

        .fsFoot .fsTop .fsBody1640 {
            display: flex;
            justify-content: space-between;
        }

            .fsFoot .fsTop .fsBody1640 .fsLeft {
                display: flex;
                flex-direction: column;
                width: 25%;
                justify-content: flex-start;
                align-items: flex-start;
            }

                .fsFoot .fsTop .fsBody1640 .fsLeft img {
                    margin-bottom: 30px;
                }

                .fsFoot .fsTop .fsBody1640 .fsLeft p {
                    font-size: 16px;
                    color: #6a6a6a;
                    line-height: 40px;
                }

                    .fsFoot .fsTop .fsBody1640 .fsLeft p span {
                        font-size: 22px
                    }

            .fsFoot .fsTop .fsBody1640 .fsMid {
                display: flex;
                flex: 1;
            }

                .fsFoot .fsTop .fsBody1640 .fsMid .fsPart {
                    margin: 0 auto;
                    display: flex;
                    flex-direction: column;
                }

                    .fsFoot .fsTop .fsBody1640 .fsMid .fsPart .fsTitle {
                        font-size: 18px;
                        color: #000000;
                        margin-bottom: 10px;
                    }

                    .fsFoot .fsTop .fsBody1640 .fsMid .fsPart a {
                        font-size: 12px;
                        color: #5a5a5a;
                        line-height: 26px;
                    }

            .fsFoot .fsTop .fsBody1640 .fsRight {
                display: flex;
                flex-direction: column;
                align-items: flex-end;
            }

                .fsFoot .fsTop .fsBody1640 .fsRight img {
                    width:140px;
                }

                .fsFoot .fsTop .fsBody1640 .fsRight p {
                    font-size: 16px;
                    color: #6a6a6a;
                    line-height: 26px;
                    margin-top: 16px;
                    text-align: center;
                }

.fsInnerBanner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .fsInnerBanner .fsMeng {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -275px;
        margin-left: -275px;
        width: 450px;
        height: 450px;
        padding: 50px;
        border-radius: 100%;
        background: rgba(255, 255, 255, .5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .fsInnerBanner .fsMeng .fsEnTitle {
            font-size: 58px;
            color: #d71a25;
            text-transform: uppercase;
            margin-top: auto;
            margin-bottom: auto;
            line-height: 60px;
        }

        .fsInnerBanner .fsMeng .fsCnTitle {
            margin-bottom: auto;
            font-size: 33px;
            color: #db1a2b;
            margin-left: auto;
            margin-top: -30px;
        }

.aboutBody {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
}

    .aboutBody .fsTop {
        padding: 130px 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .aboutBody .fsTop .fsEnTitle {
            font-size: 46px;
            color: #333333;
            text-transform: uppercase;
        }

        .aboutBody .fsTop .fsCnTitle {
            font-size: 34px;
            color: #333333;
        }

    .aboutBody .fsBottom {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .aboutBody .fsBottom .fsPart {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background: #f7f7f7;
            width: 100%;
        }

            .aboutBody .fsBottom .fsPart .fsBody1170 {
                position: relative;
                display: flex;
                height: 100%;
                justify-content: space-between;
            }

            .aboutBody .fsBottom .fsPart .fsLeft {
                width: 40%;
                padding: 90px 0;
                padding-left: 2%;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
            }

                .aboutBody .fsBottom .fsPart .fsLeft .fsTitle {
                    position: relative;
                    padding-right: 30px;
                    font-size: 20px;
                    color: #333333;
                    line-height: 20px;
                }

                    .aboutBody .fsBottom .fsPart .fsLeft .fsTitle:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 13px;
                        height: 20px;
                        background: url(../images/ht.png) no-repeat center;
                        margin-left: auto;
                    }

                .aboutBody .fsBottom .fsPart .fsLeft .fsHeng {
                    width: 100%;
                    margin: 20px auto;
                    height: 1px;
                    background: #d2d2d2;
                }

                .aboutBody .fsBottom .fsPart .fsLeft .fsText {
                    font-size: 14px;
                    color: #333333;
                    line-height: 24px;
                    text-align: right;
                }

                    .aboutBody .fsBottom .fsPart .fsLeft .fsText p span {
                        background: none !important;
                    }

            .aboutBody .fsBottom .fsPart .fsMid {
                width: 16%;
                position: absolute;
                left: 42%;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: flex-start;
                margin: 0 auto;
            }

                .aboutBody .fsBottom .fsPart .fsMid .fsYuan {
                    width: 87px;
                    height: 87px;
                    border-radius: 100%;
                    background: #d71a25;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 24px;
                    color: #FFFFFF;
                    margin-top: -43.5px;
                }

                .aboutBody .fsBottom .fsPart .fsMid .fsShu {
                    width: 2px;
                    position: absolute;
                    top: 0%;
                    height: 100%;
                    left: 50%;
                    margin-left: -1px;
                    background: #d71a25;
                }

                .aboutBody .fsBottom .fsPart .fsMid .fsYuan2 {
                    width: 45px;
                    height: 45px;
                    background-image: url(../images/y2.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    position: absolute;
                    left: 50%;
                    top: 30%;
                    background-color: #f7f7f7;
                    margin-left: -22.5px;
                    z-index: 1;
                }

            .aboutBody .fsBottom .fsPart .fsRight {
                width: 40%;
                padding: 90px 0;
                padding-right: 2%;
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }

            .aboutBody .fsBottom .fsPart:nth-child(2n) {
                background: #FFFFFF;
            }

                .aboutBody .fsBottom .fsPart:nth-child(2n) .fsBody1170 {
                    flex-direction: row-reverse;
                }

                .aboutBody .fsBottom .fsPart:nth-child(2n) .fsMid .fsYuan2 {
                    background-color: #FFFFFF;
                }

            .aboutBody .fsBottom .fsPart:last-child .fsMid .fsShu {
                top: -70%;
            }

            .aboutBody .fsBottom .fsPart:nth-child(2n) .fsBody1170 .fsLeft .fsTitle {
                margin-right: auto;
                padding-right: 0;
                padding-left: 30px;
            }

                .aboutBody .fsBottom .fsPart:nth-child(2n) .fsBody1170 .fsLeft .fsTitle:after {
                    background: none;
                }

                .aboutBody .fsBottom .fsPart:nth-child(2n) .fsBody1170 .fsLeft .fsTitle:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 13px;
                    height: 20px;
                    background: url(../images/ht.png) no-repeat center;
                    transform: rotate(180deg);
                    margin-left: auto;
                }

            .aboutBody .fsBottom .fsPart:nth-child(2n) .fsBody1170 .fsLeft .fsText {
                text-align: left;
            }

.aboutUsBody {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .aboutUsBody .fsPart {
        display: flex;
        justify-content: space-between;
    }

        .aboutUsBody .fsPart .fsLeft {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .aboutUsBody .fsPart .fsRight {
            width: 42%;
            padding-right: 5%;
            padding-left: 3%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #f8f8f8;
        }

            .aboutUsBody .fsPart .fsRight .fsTitle {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                width: 100%;
                margin-bottom: 30px;
            }

                .aboutUsBody .fsPart .fsRight .fsTitle p {
                    font-size: 34px;
                    color: #333333;
                    margin-bottom: 20px;
                }

                .aboutUsBody .fsPart .fsRight .fsTitle span {
                    color: #f0f0f0;
                    font-size: 140px;
                    font-weight: bold;
                    line-height: 140px;
                }

            .aboutUsBody .fsPart .fsRight .fsText {
                font-size: 18px;
                line-height: 30px;
                color: #666666;
            }

        .aboutUsBody .fsPart:nth-child(2n) {
            flex-direction: row-reverse;
        }

            .aboutUsBody .fsPart:nth-child(2n) .fsRight {
                padding-left: 5%;
                padding-right: 3%;
            }

                .aboutUsBody .fsPart:nth-child(2n) .fsRight .fsTitle {
                    flex-direction: row-reverse;
                }


.honorBody .fsPart1 {
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0;
}

    .honorBody .fsPart1 .gallery-top {
        width: 900px;
        margin: 0 auto;
    }

        .honorBody .fsPart1 .gallery-top .fsImgView {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 700px;
            margin: 0 auto;
            overflow: hidden;
        }

        .honorBody .fsPart1 .gallery-top .fsTitle {
            font-size: 18px;
            color: #333333;
            line-height: 80px;
            text-align: center;
        }

        .honorBody .fsPart1 .gallery-top .gallery-top-next {
            width: 70px;
            height: 70px;
            background: url(../images/jt_gray.png) no-repeat center;
            right: 0px;
            margin-top: -35px;
            transform: rotate(180deg);
        }

        .honorBody .fsPart1 .gallery-top .gallery-top-prev {
            width: 70px;
            height: 70px;
            background: url(../images/jt_gray.png) no-repeat center;
            left: 0px;
            margin-top: -35px;
        }

        .honorBody .fsPart1 .gallery-top .gallery-top-next:hover {
            background: url(../images/jt_red.png) no-repeat center;
            transform: rotate(0deg);
        }

        .honorBody .fsPart1 .gallery-top .gallery-top-prev:hover {
            background: url(../images/jt_red.png) no-repeat center;
            transform: rotate(180deg);
        }

.honorBody .fsPart2 .gallery-thumbs {
    width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
    margin-top: 50px;
}

    .honorBody .fsPart2 .gallery-thumbs .gallery-thumbs-next {
        width: 46px;
        height: 218px;
        background: url(../images/jt2_05.png) no-repeat center;
        right: 0px;
        margin-top: -109px;
    }

    .honorBody .fsPart2 .gallery-thumbs .gallery-thumbs-prev {
        width: 46px;
        height: 218px;
        background: url(../images/jt2_03.png) no-repeat center;
        left: 0px;
        margin-top: -109px;
    }

    .honorBody .fsPart2 .gallery-thumbs .fsImgView {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 310px;
        height: 218px;
    }

    .honorBody .fsPart2 .gallery-thumbs .fsMeng {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
    }

    .honorBody .fsPart2 .gallery-thumbs .swiper-slide-thumb-active .fsMeng {
        display: none;
    }

.ywBody .fsText {
    line-height: 24px;
}

.fsWebNav .fsBody1640 .fsMid .proNav ul {
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

    .fsWebNav .fsBody1640 .fsMid .proNav ul li {
        float: left;
        width: 180px;
        height: 50px;
    }

        .fsWebNav .fsBody1640 .fsMid .proNav ul li a {
            width: 180px;
            height: 50px;
            line-height: 50px;
        }

            .fsWebNav .fsBody1640 .fsMid .proNav ul li a:hover {
                border-color: #d71a25
            }

.tanProBody {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .tanProBody .fsPart {
        padding: 120px 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
    }

        .tanProBody .fsPart .fsTitle {
            font-size: 30px;
            color: #333333;
            margin-bottom: 60px;
        }

        .tanProBody .fsPart:nth-child(2n) {
            background: #f7f7f7;
        }

.shuProBody {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .shuProBody .fsPart {
        padding-bottom: 120px;
        background: #FFFFFF;
    }

        .shuProBody .fsPart .fsBody1640 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .shuProBody .fsPart:nth-child(2n) {
            background: #f7f7f7;
        }

            .shuProBody .fsPart:nth-child(2n) .fsBody1640 .fsBottom {
                flex-direction: row-reverse;
            }

        .shuProBody .fsPart .fsBody1640 .fsTop {
            width: 100%;
            margin: 80px 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .shuProBody .fsPart .fsBody1640 .fsTop span {
                font-size: 78px;
                color: #eaeaea;
                font-weight: bold;
                margin-right: 10px;
            }

            .shuProBody .fsPart .fsBody1640 .fsTop p {
                font-size: 30px;
                color: #333333;
            }

        .shuProBody .fsPart .fsBottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .shuProBody .fsPart .fsBottom .fsLeft {
                display: flex;
                flex: 1;
                flex-direction: column;
            }

                .shuProBody .fsPart .fsBottom .fsLeft .fsTitle p {
                    font-size: 16px;
                    color: #333333;
                    line-height: 30px;
                    width: 200px;
                    padding-left: 20px;
                    position: relative;
                    float: left;
                }

                .shuProBody .fsPart .fsBottom .fsLeft p:before {
                    content: "";
                    position: absolute;
                    top: 13px;
                    left: 6px;
                    background: #000000;
                    width: 4px;
                    height: 4px;
                    border-radius: 2px;
                }

                .shuProBody .fsPart .fsBottom .fsLeft .fsText {
                    display: flex;
                    flex-direction: column;
                }

                    .shuProBody .fsPart .fsBottom .fsLeft .fsText p {
                        font-size: 16px;
                        line-height: 30px;
                        color: #333333;
                    }

                        .shuProBody .fsPart .fsBottom .fsLeft .fsText p:before {
                            content: "";
                            position: relative;
                            top: 0;
                            left: 0;
                            background: none;
                            width: 0;
                            height: 0;
                            border-radius: 0;
                        }

                    .shuProBody .fsPart .fsBottom .fsLeft .fsText span {
                        font-size: 20px;
                        line-height: 30px;
                        color: #333333;
                        margin: 35px auto 20px 0;
                    }

            .shuProBody .fsPart .fsBottom .fsRight {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-left: 10%;
            }

        .shuProBody .fsPart:nth-child(2n) .fsRight {
            margin-left: 0;
            margin-right: 10%;
        }

    .shuProBody .fsPart1 .fsBottom .fsLeft .fsTitle {
        width: 450px;
    }

.zkBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .zkBody .fsPart1 {
        padding: 110px 0 70px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
        width: 100%;
    }

        .zkBody .fsPart1 .fsEnTitle {
            font-size: 40px;
            color: #333333;
            text-transform: capitalize;
        }

        .zkBody .fsPart1 .fsCnTitle {
            font-size: 30px;
            color: #333333;
            line-height: 44px;
        }

    .zkBody .fsPart {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 70px 0;
        background: #f7f7f7;
        width: 100%;
    }

        .zkBody .fsPart:nth-child(2n) {
            background: #FFFFFF;
        }

        .zkBody .fsPart:last-child {
            background: #f7f7f7;
            flex-direction: column;
        }

    .zkBody .fsPart1:nth-child(2n) {
        background: #f7f7f7;
    }

.jgBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .jgBody .fsPart1 {
        padding: 70px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
        width: 100%;
    }

        .jgBody .fsPart1 .fsEnTitle {
            font-size: 40px;
            color: #333333;
            text-transform: capitalize;
        }

        .jgBody .fsPart1 .fsCnTitle {
            font-size: 30px;
            color: #333333;
            line-height: 44px;
        }

    .jgBody .fsPart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 60px;
    }

    .jgBody .fsPart2 {
        width: 100%;
        background: #F7F7F7;
    }

        .jgBody .fsPart2 .fsBody1640 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 70px 0;
            width: 1400px;
        }

            .jgBody .fsPart2 .fsBody1640 .fsLeft, .jgBody .fsPart2 .fsBody1640 .fsRight {
                width: 48%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

                .jgBody .fsPart2 .fsBody1640 .fsLeft .fsText, .jgBody .fsPart2 .fsBody1640 .fsRight .fsText {
                    font-size: 20px;
                    line-height: 26px;
                    margin-top: 30px;
                }

    .jgBody .fsPart3 {
        background: #FFFFFF;
       /* max-width: 1200px;*/
    }

        .jgBody .fsPart3 .fsBody1640 .fsRight p {
            position: relative;
            padding-left: 15px;
            font-size: 20px;
            color: #333333;
            line-height: 40px;
            margin: 10px auto 10px 0;
        }

            .jgBody .fsPart3 .fsBody1640 .fsRight p:before {
                content: "";
                position: absolute;
                left: 4px;
                width: 4px;
                height: 4px;
                background: #000000;
                top: 18px;
                border-radius: 100%;
            }

    .jgBody .fsPart4 {
        width: 100%;
        background: #F7F7F7;
    }

        .jgBody .fsPart4 .fsBody1640 .fsRight {
            width: 25%;
        }

        .jgBody .fsPart4 .fsBody1640 .fsLeft {
            width: 65%;
        }

.jnBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .jnBody .fsPart1 {
        padding: 70px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
        width: 100%;
    }

        .jnBody .fsPart1 .fsEnTitle {
            font-size: 40px;
            color: #333333;
            text-transform: capitalize;
        }

        .jnBody .fsPart1 .fsCnTitle {
            font-size: 30px;
            color: #333333;
            line-height: 44px;
        }

    .jnBody .fsPart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 60px 0;
    }

        .jnBody .fsPart:nth-child(2n+1) {
            background: #F7F7F7;
        }

.tmBody .jnBody {
    background: #f7f7f7;
}

    .tmBody .jnBody .fsPart1 {
        background: none;
    }

    .tmBody .jnBody .fsPart {
        padding-top: 0;
    }

    .tmBody .jnBody:nth-child(2n) {
        background: #FFFFFF;
    }

.tmBody .fsPart3 {
    padding: 70px 0;
    background: #F7F7F7;
}

    .tmBody .fsPart3 .fsBody1640 {
        display: flex;
        justify-content: space-between;
    }

        .tmBody .fsPart3 .fsBody1640 .fsLeft, .tmBody .fsPart3 .fsBody1640 .fsRight {
            flex: 1;
            border: 1px solid #a0a0a0;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .tmBody .fsPart3 .fsBody1640 .fsMid {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 20px;
        }

.gjBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .gjBody .fsPart1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        width: 100%;
        height: 258px;
        background: url(../images/pro7_02.jpg) no-repeat center;
        background-size: cover;
    }

    .gjBody:nth-child(2n) .fsPart1 {
        background: url(../images/pro7_04.jpg) no-repeat center;
        background-size: cover;
    }

        .gjBody:nth-child(2n) .fsPart1 p {
            color: #FFFFFF;
        }

    .gjBody:nth-child(2n) .fsPart {
        background: #F7F7F7;
    }

    .gjBody .fsPart1 .fsEnTitle {
        font-size: 40px;
        color: #333333;
        text-transform: capitalize;
    }

    .gjBody .fsPart1 .fsCnTitle {
        font-size: 30px;
        color: #333333;
        line-height: 44px;
    }

    .gjBody .fsPart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 60px 0;
    }

.teamBody {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .teamBody .fsTop {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 90px 0 80px 0;
    }

        .teamBody .fsTop .fsEnTitle {
            font-size: 46px;
            color: #333333;
            text-transform: uppercase;
        }

        .teamBody .fsTop .fsCnTitle {
            font-size: 34px;
            color: #333333;
            line-height: 50px;
        }

        .teamBody .fsTop .fsText {
            margin-top: 40px;
            font-size: 18px;
            line-height: 34px;
            max-width: 1300px;
            text-align: center;
            color: #999999;
        }

    .teamBody .fsBottom {
        width: 100%;
        height: auto;
        padding: 100px 0;
        background: #f7f7f7;
    }

        .teamBody .fsBottom .fsBody1400 {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

            .teamBody .fsBottom .fsBody1400 .fsPart {
                width: 200px;
                height: 200px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .teamBody .fsBottom .fsBody1400 .fsPart:hover .fsImg1 {
                    display: none;
                }

                .teamBody .fsBottom .fsBody1400 .fsPart:hover .fsImg2 {
                    display: block;
                }

.newsListBody {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .newsListBody .fsTop {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 100px 0 80px 0;
    }

        .newsListBody .fsTop .fsEnTitle {
            font-size: 46px;
            color: #333333;
            text-transform: uppercase;
        }

        .newsListBody .fsTop .fsCnTitle {
            font-size: 34px;
            color: #333333;
            line-height: 50px;
        }

    .newsListBody .fsBottom {
        display: flex;
        flex-wrap: wrap;
        width: 94%;
        margin: 0 auto;
    }

        .newsListBody .fsBottom a {
            display: flex;
            flex-direction: column;
            width: 23.5%;
            margin-right: 2%;
            margin-bottom: 40px;
        }

            .newsListBody .fsBottom a:nth-child(4n) {
                margin-right: 0;
            }

            .newsListBody .fsBottom a .fsImgView {
                display: flex;
                width: 100%;
                height: 330px;
            }

                .newsListBody .fsBottom a .fsImgView img {
                    max-width: none;
                    width: 100%;
                }

            .newsListBody .fsBottom a .fsInfo {
                flex: 1;
                padding: 15px 25px;
                background: #eeeeee;
                display: flex;
                flex-direction: column;
            }

                .newsListBody .fsBottom a .fsInfo .fsTitle {
                    font-size: 24px;
                    color: #333333;
                }

                .newsListBody .fsBottom a .fsInfo .fsText {
                    font-size: 14px;
                    margin: 5px 0;
                    color: #333333;
                    line-height: 24px;
                    height: 48px;
                    overflow: hidden;
                }

                .newsListBody .fsBottom a .fsInfo .fsPart {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%;
                    height: 20px;
                }

                    .newsListBody .fsBottom a .fsInfo .fsPart .fsTime, .newsListBody .fsBottom a .fsInfo .fsPart .fsMore {
                        font-size: 14px;
                        color: #333333;
                    }

            .newsListBody .fsBottom a:hover .fsInfo {
                background: #d71a25;
            }

            .newsListBody .fsBottom a:hover p {
                color: #FFFFFF !important;
            }

.fsNewsDetail {
    width: 100%;
    background: #f7f7f7;
    padding: 90px 0;
    display: flex;
    justify-content: center;
}

    .fsNewsDetail .fsPart {
        width: 1230px;
        display: flex;
        flex-direction: column;
        padding: 90px 185px;
        background: #FFFFFF;
    }

        .fsNewsDetail .fsPart .fsTitle {
            font-size: 51px;
            color: #333333;
            margin: 0 auto;
        }

        .fsNewsDetail .fsPart .fsTime {
            margin: 20px auto;
            font-size: 20px;
            color: #666666;
        }

        .fsNewsDetail .fsPart .fsText {
            display: flex;
            flex-direction: column;
            font-size: 16px;
            line-height: 28px;
            color: #282a2b;
        }

        .fsNewsDetail .fsPart img {
            margin: 30px auto;
        }

        .fsNewsDetail .fsPart a {
            width: 240px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #d71a25;
            font-size: 24px;
            color: #FFFFFF;
            margin: 70px auto 0 auto;
        }

.lxBody {
    display: flex;
    flex-direction: column;
}

    .lxBody .fsPart {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding: 90px 0;
    }

        .lxBody .fsPart .fsEnTitle {
            font-size: 40px;
            color: #333333;
            line-height: 50px;
            text-transform: uppercase;
        }

        .lxBody .fsPart .fsCnTitle {
            font-size: 30px;
            color: #666666;
            line-height: 40px;
        }

    .lxBody .fsTop {
        display: flex;
        justify-content: space-between;
    }

        .lxBody .fsTop .fsPart1 {
            display: flex;
            flex-direction: column;
        }

        .lxBody .fsTop .fsInfo {
            flex: 1;
            padding: 30px 70px;
            display: flex;
            flex-direction: column;
        }

            .lxBody .fsTop .fsInfo .fsTitle {
                position: relative;
                font-size: 30px;
                color: #333333;
                line-height: 36px;
                margin-bottom: 14px;
            }

                .lxBody .fsTop .fsInfo .fsTitle:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: -50px;
                    width: 31px;
                    height: 36px;
                    background: url(../images/hd.png) no-repeat center;
                }

            .lxBody .fsTop .fsInfo .fsText {
                font-size: 18xp;
                color: #666666;
                line-height: 30px;
            }

    .lxBody .fsMid {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #f7f7f7;
        padding-bottom: 60px;
    }

        .lxBody .fsMid .fsPart {
            padding: 60px 0;
        }

        .lxBody .fsMid .fsInfo {
            display: flex;
            justify-content: center;
        }

            .lxBody .fsMid .fsInfo .fsShu:last-child {
                display: none;
            }

            .lxBody .fsMid .fsInfo .fsPart1 {
                display: flex;
                flex-direction: column;
            }

                .lxBody .fsMid .fsInfo .fsPart1 .fsTitle {
                    font-size: 26px;
                    color: #333333;
                    margin-bottom: 25px;
                }

                .lxBody .fsMid .fsInfo .fsPart1 .fsText {
                    font-size: 18px;
                    line-height: 26px;
                    color: #333333;
                }

            .lxBody .fsMid .fsInfo .fsShu {
                width: 1px;
                height: 150px;
                margin: auto 100px;
                background: #c9c9c9;
            }

    .lxBody .fsBottom {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        min-height:800px;
width:100%;
overflow:hidden
    }

        .lxBody .fsBottom img {
            max-width:none
        }

        .lxBody .fsBottom .fsMeng {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 670px;
            height: 650px;
            margin-left: -335px;
            margin-top: -325px;
            display: flex;
            flex-direction: column;
        }

            .lxBody .fsBottom .fsMeng .fsEnTitle {
                font-size: 40px;
                color: #fffefe;
                margin: 0 auto;
                text-transform: uppercase;
            }

            .lxBody .fsBottom .fsMeng .fsCnTitle {
                font-size: 30px;
                color: #fffefe;
                margin: 20px auto 40px auto;
            }

            .lxBody .fsBottom .fsMeng .fsPart1 {
                margin-top: 20px;
                width: 668px;
                height: 78px;
                border: 1px solid #FFFEFE;
                display: flex;
            }

                .lxBody .fsBottom .fsMeng .fsPart1 input {
                    flex: 1;
                    padding: 10px 20px;
                    line-height: 58px;
                    color: #FFFEFE;
                    font-size: 16px;
                    text-transform: uppercase;
                    background: none;
                }

            .lxBody .fsBottom .fsMeng .fsPart2 {
                margin-top: 20px;
                width: 668px;
                height: 178px;
                border: 1px solid #FFFEFE;
                display: flex;
            }

                .lxBody .fsBottom .fsMeng .fsPart2 textarea {
                    flex: 1;
                    padding: 14px 20px;
                    line-height: 30px;
                    color: #FFFEFE;
                    font-size: 16px;
                    text-transform: uppercase;
                    background: none;
                    resize: none;
                }

            .lxBody .fsBottom .fsMeng .fsBtn {
                margin-left: auto;
                margin-top: 20px;
                border: 1px solid #FFFEFE;
                width: 118px;
                line-height: 48px;
                text-align: center;
                font-size: 20px;
                color: #FFFFFF;
                cursor: pointer;
            }

.zpBody {
    display: flex;
    flex-direction: column;
}

    .zpBody .fsPart {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding: 90px 0;
    }

        .zpBody .fsPart .fsEnTitle {
            font-size: 40px;
            color: #333333;
            line-height: 50px;
            text-transform: uppercase;
        }

        .zpBody .fsPart .fsCnTitle {
            font-size: 30px;
            color: #666666;
            line-height: 40px;
        }

    .zpBody .fsTop {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .zpBody .fsTop .fsMeng {
            width: 1090px;
            height: 630px;
            display: flex;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -545px;
            margin-top: -315px;
        }

            .zpBody .fsTop .fsMeng .fsLeft {
                width: 298px;
                height: 548px;
                border: 1px solid #d2d2d2;
                display: flex;
                flex-direction: column;
                background: #f7f7f7;
            }

                .zpBody .fsTop .fsMeng .fsLeft .fsBtn {
                    height: 67.5px;
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 18px;
                    color: #333333;
                    cursor: pointer;
                    position: relative;
                    border-bottom: 1px solid #D2D2D2;
                }

                .zpBody .fsTop .fsMeng .fsLeft .fsSel:after {
                    content: "";
                    position: absolute;
                    right: -11px;
                    top: 50%;
                    margin-top: -10.5px;
                    width: 11px;
                    height: 21px;
                    background: url(../images/hjt.png) no-repeat center;
                }

                .zpBody .fsTop .fsMeng .fsLeft .fsBtnb:nth-child(8) {
                    border-bottom: 0;
                }

                .zpBody .fsTop .fsMeng .fsLeft .fsBtn .fsImg1 {
                    display: none;
                    margin: auto 10px;
                }

                .zpBody .fsTop .fsMeng .fsLeft .fsBtn .fsImg2 {
                    margin: auto 10px;
                }

                .zpBody .fsTop .fsMeng .fsLeft .fsHot .fsImg1 {
                    display: block;
                }

                .zpBody .fsTop .fsMeng .fsLeft .fsSel {
                    background: #d71a25;
                }

                    .zpBody .fsTop .fsMeng .fsLeft .fsSel .fsImg1 {
                        display: none !important;
                    }

                    .zpBody .fsTop .fsMeng .fsLeft .fsSel .fsImg2 {
                        display: block;
                    }

                .zpBody .fsTop .fsMeng .fsLeft .fsBtn p {
                    font-size: 18px;
                    color: #333333;
                }

                .zpBody .fsTop .fsMeng .fsLeft .fsSel p {
                    color: #FFFFFF;
                }

            .zpBody .fsTop .fsMeng .fsRight {
                background: #FFFFFF;
                flex: 1;
                display: none;
                max-height: 448px;
                overflow: hidden;
                flex-direction: column;
                justify-content: center;
                padding: 50px;
            }

                .zpBody .fsTop .fsMeng .fsRight .fsTitle {
                    font-size: 18px;
                    color: #d71a25;
                    margin-bottom: 20px;
                }

                .zpBody .fsTop .fsMeng .fsRight .fsText {
                    font-size: 16px;
                    color: #333333;
                    line-height: 26px;
                    margin-bottom: 20px;
                }

            .zpBody .fsTop .fsMeng .fsInfo {
                width: 790px;
                height: 48px;
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                bottom: 0;
                right: 0;
            }

                .zpBody .fsTop .fsMeng .fsInfo p {
                    font-size: 20px;
                    color: #d71a25;
                    margin-left: 20px;
                }

                    .zpBody .fsTop .fsMeng .fsInfo p span {
                        font-size: 18px;
                        color: #333333;
                    }

    .zpBody .fsMid {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .zpBody .fsMid .fsMeng {
            position: absolute;
            width: 1150px;
            height: 320px;
            top: 50%;
            left: 50%;
            margin-top: -160px;
            margin-left: -575px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .zpBody .fsMid .fsMeng .fsCnTitle {
                font-size: 36px;
                color: #ffffff;
                line-height: 50px;
            }

            .zpBody .fsMid .fsMeng .fsEnTitle {
                font-size: 29px;
                color: #ffffff;
                text-transform: capitalize;
            }

            .zpBody .fsMid .fsMeng .fsText {
                text-align: center;
                font-size: 16px;
                line-height: 26px;
                margin: auto;
                color: #FFFFFF;
            }

    .zpBody .fsBottom {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .zpBody .fsBottom .fsPart4 {
            width: 100%;
            display: flex;
            padding: 100px 0;
            background: #f7f7f7;
        }

            .zpBody .fsBottom .fsPart4:nth-child(2n) {
                background: #FFFFFF;
            }

            .zpBody .fsBottom .fsPart4 .fsInfo {
                display: flex;
                flex-direction: column;
                width: 1150px;
                height: auto;
                margin: 0 auto;
            }

                .zpBody .fsBottom .fsPart4 .fsInfo .fsTitle {
                    font-size: 20px;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    color: #333333;
                    margin-bottom: 30px;
                }

                    .zpBody .fsBottom .fsPart4 .fsInfo .fsTitle span {
                        font-size: 55px;
                        font-weight: bold;
                        color: #eaeaea;
                        margin-right: 15px;
                    }

                .zpBody .fsBottom .fsPart4 .fsInfo .fsText {
                    font-size: 16px;
                    color: #333333;
                }

                .zpBody .fsBottom .fsPart4 .fsInfo .fsBtn {
                    margin-top: 30px;
                    font-size: 16px;
                    color: #333333;
                    line-height: 30px;
                }

.fsPage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageControll a, .pageControll span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    border: 1px solid #eee;
}

.pageControll span {
    background: #d71a25;
    color: #fff;
}

.menu_m {
    position: relative;
    width: 50px;
    cursor: pointer;
    height: 30px;
    z-index: 100;
    display: none;
    margin-left: 20px;
}

    .menu_m i {
        float: right;
        border-top: 3px solid #d71a25;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
    }

        .menu_m i:nth-child(1) {
            width: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .menu_m i:nth-child(2) {
            width: 60%;
            position: absolute;
            right: 0;
            top: 14px;
        }

        .menu_m i:nth-child(3) {
            width: 85%;
            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: 50;
    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;
}

    .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: 80%;
        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;
            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;
            }

        .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%;
    }


@media only screen and (max-width: 1700px) {
    .fsBody1640 {
        width: 96%;
        margin: 0 2%
    }

    .jgBody .fsPart2 .fsBody1640 {
        width: 96%;
    }

    .lxBody .fsTop .fsPart1 {
        width: 49%;
    }

}

@media only screen and (max-width: 1600px) {
    .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsEnTitle {
        font-size: 40px;
    }

    .aboutUsBody .fsPart .fsRight .fsText, .aboutUsBody .fsPart .fsRight .fsText p, .aboutUsBody .fsPart .fsRight .fsText p span {
        font-size: 16px !important;
    }

    .aboutUsBody .fsPart .fsRight .fsTitle span {
        font-size: 120px;
        line-height: 100px;
    }

    .aboutUsBody .fsPart .fsRight .fsTitle p {
        margin-bottom: 10px
    }

    .newsListBody .fsBottom a .fsImgView {
        max-height:330px;
        display:flex;
        justify-content:center;
        align-items:center;
        height:auto;
    }

   
}


@media only screen and (max-width: 1500px) {
    .fsBody1400 {
        width: 96%;
        margin: 0 2%;
    }
}

@media only screen and (max-width: 1400px) {

    .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsEnTitle {
        font-size: 34px;
    }

    .fsWebNav .fsBody1640 .fsMid div {
        width: 150px;
    }

    .aboutUsBody .fsPart .fsRight .fsText, .aboutUsBody .fsPart .fsRight .fsText p, .aboutUsBody .fsPart .fsRight .fsText p span {
        font-size: 14px !important;
        line-height: 24px;
    }

    .aboutUsBody .fsPart .fsRight .fsTitle span {
        font-size: 100px;
        line-height: 90px;
    }

    .aboutUsBody .fsPart .fsRight .fsTitle p {
        font-size: 30px;
    }

    .honorBody .fsPart2 .gallery-thumbs {
        width: 90%;
    }

        .honorBody .fsPart2 .gallery-thumbs .fsImgView {
            width: auto;
            height: auto;
        }

    .shuProBody .fsPart .fsBottom .fsRight {
        width: 50%;
        margin-left: 5%
    }

    .shuProBody .fsPart:nth-child(2n) .fsRight {
        margin-right: 5%
    }

    .fsNewsDetail .fsPart {
        width:90%;
        padding:50px 5%;
    }

}

@media only screen and (max-width: 1300px) {
    .fsIndexBody .fsPart1 .fsBody1640 .fsGrayView {
        width: 100%;
        height: 100%;
    }

    .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsTitle {
        font-size: 24px;
    }

    .fsIndexBody .fsPart1 .fsBody1640 .fsLeft {
        padding-left: 40px;
    }

        .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsText {
            margin: auto 0
        }

        .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsHeng {
            margin-top: auto;
        }

        .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsText a {
            margin: 20px auto auto 0
        }

        .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsText p {
            font-size: 16px;
            line-height: 34px;
        }

        .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsCnTitle {
            font-size: 30px;
        }

        .fsIndexBody .fsPart1 .fsBody1640 .fsLeft .fsEnTitle {
            font-size: 40px;
        }

    .fsWebNav .fsBody1640 .fsMid div {
        width: 130px;
    }

    .tmBody .fsPart3 .fsBody1640 .fsMid {
        max-width: 50%;
    }

    .newsListBody .fsBottom a {
        width:32%;
    }

    .newsListBody .fsBottom a:nth-child(4n) {
        margin-right:2%;
    }
        .newsListBody .fsBottom a:nth-child(3n) {
            margin-right:0;
        }
}

@media only screen and (max-width: 1200px) {
    .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsEnTitle {
        font-size: 30px;
    }

    .fsIndexBody .fsPart2 .fsPart .fsGrayView .fsCnTitle {
        font-size: 26px;
    }

    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsLeft {
        width: 52%;
        margin-right: 3%;
    }

    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsShu {
        display: none
    }

    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a {
        padding: 20px 0;
    }

        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsTime {
            margin: 0 30px 0 10px;
        }

        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsInfo {
            margin-right: 10px;
        }

    .fsWebNav .fsBody1640 .fsMid {
        display: none;
    }

    .fsWebNav .fsBody1640 .fsRight {
        margin-left: auto;
    }

    .menu_m {
        display: block;
    }

    .aboutUsBody .fsPart {
        flex-direction: column;
        max-width: 920px;
        margin: 0 auto;
    }

        .aboutUsBody .fsPart:nth-child(2n) {
            flex-direction: column
        }

        .aboutUsBody .fsPart .fsLeft {
            width: 100%;
            padding: 0 !important;
        }

        .aboutUsBody .fsPart .fsRight {
            width: 90%;
            padding: 30px 5% !important
        }

    .aboutBody .fsTop {
        padding: 70px 0
    }

    .fsBody1170 {
        width: 98%;
        margin: 0 1%;
    }
}

@media only screen and (max-width: 1100px) {
    .fsIndexBody .fsPart1 {
        padding: 70px 0
    }

        .fsIndexBody .fsPart1 .fsBody1640 {
            padding: 30px 0
        }

    .fsIndexBody .fsPart3 {
        padding: 70px 0
    }

    .fsIndexBody .fsPart4 {
        padding: 70px 0
    }

    .shuProBody .fsPart .fsBottom {
        flex-direction: column;
    }

    .shuProBody .fsPart:nth-child(2n) .fsBody1640 .fsBottom {
        flex-direction: column
    }

    .shuProBody .fsPart .fsBottom .fsLeft {
        margin-bottom: 20px;
        max-width: 880px;
    }

    .shuProBody .fsPart .fsBottom .fsRight {
        width: auto;
        margin: 0 auto;
        max-width: 880px;
    }

    .shuProBody .fsPart .fsBottom .fsLeft .fsTitle p {
        text-align: center;
    }

    .shuProBody .fsPart .fsBottom .fsLeft p:before {
        display: none;
    }

    .shuProBody .fsPart .fsBottom .fsLeft .fsTitle {
        display: flex;
        flex-wrap: wrap;
    }

    .jgBody .fsPart2 .fsBody1640 .fsLeft .fsText, .jgBody .fsPart2 .fsBody1640 .fsRight .fsText {
        font-size: 18px;
        line-height: 24px;
    }

    .jgBody .fsPart3 .fsBody1640 .fsRight p {
        font-size: 18px;
        line-height: 34px;
    }

    .jgBody .fsPart4 .fsBody1640 .fsRight {
        width: 35%;
    }

    .tmBody .fsPart3 .fsBody1640 .fsMid {
        max-width: 40%;
    }
}

@media only screen and (max-width: 1000px) {

    .fsIndexBody .fsPart2 {
        width: 96%;
        margin: 0 2%;
        justify-content: space-around;
    }

        .fsIndexBody .fsPart2 .fsPart {
            width: 49%;
        }

            .fsIndexBody .fsPart2 .fsPart:nth-child(4n) {
                margin-right: auto;
            }

            .fsIndexBody .fsPart2 .fsPart:nth-child(2n) {
                margin-right: 0;
            }

    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsLeft {
        width: 50%;
        margin-right: 2%;
    }

    .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight {
        width: 48%;
    }

    .fsIndexBody .fsPart1 .fsBody1640 .fsLeft {
        width: 50%;
    }

    .fsFoot .fsTop .fsBody1640 .fsLeft {
        width: 30%;
    }
}

@media only screen and (max-width: 900px) {
    .honorBody .fsPart1 .gallery-top {
        width: 80%;
    }

        .honorBody .fsPart1 .gallery-top .fsImgView {
            max-width: 650px;
        }

    .fsIndexBody {
        width: 750px;
        margin: 0 auto;
    }

        .fsBody1640, .fsIndexBody .fsPart2 {
            width: 100%;
            margin: 0 auto;
        }

        .fsIndexBody .fsPart1 .fsBody1640 {
            flex-direction: column;
        }

            .fsIndexBody .fsPart1 .fsBody1640 .fsLeft {
                width: 100%;
                margin: 30px 0;
            }

        .fsIndexBody .fsPart1 .fsBody1640 {
            padding: 0 0;
        }

        .fsIndexBody .fsPart3 {
            background: none
        }

    .fsFoot .fsTop {
        padding-top: 100px;
    }

        .fsFoot .fsTop .fsBody1640 {
            width: 750px;
        }

            .fsFoot .fsTop .fsBody1640 .fsRight {
                display: none;
            }

            .fsFoot .fsTop .fsBody1640 .fsLeft {
                width: auto;
            }


    .fsIndexBody .fsPart4 {
        padding: 0;
        background: none;
    }

        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsTime {
            margin: 0 10px 0 0;
        }

            .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsTime .fsDay {
                font-size: 60px;
            }

        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a .fsInfo {
            margin-right: 0;
        }

        .fsIndexBody .fsPart4 .fsBody1640 .fsBottom .fsRight a:last-child {
            display: none;
        }

    .aboutUsBody .fsPart {
        max-width: 750px;
    }

    .newsListBody .fsBottom a {
        width: 49%;
    }

        .newsListBody .fsBottom a:nth-child(3n) {
            margin-right: 2%;
        }

        .newsListBody .fsBottom a:nth-child(2n) {
            margin-right: 0;
        }

}

@media only screen and (max-width: 800px) {
    .fsInnerBody {
        width: 98%;
        padding: 0 1%;
        margin: 0 auto
    }
}
