* {
    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);
}

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;
}

.logo {
    display: block;
}

.clear_float {
    height: 0px;
    clear: both;
    display: block;
}

.body1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.headNav {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    width: 100%;
    background: #FFFFFF;
    height: 92px;
    position: relative;
    z-index: 11;
}

    .headNav .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
    }

    .headNav .navBody {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        margin-left: auto;
    }

        .headNav .navBody a {
            font-size: 16px;
            color: #515c63;
            height: 80px;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            justify-content: center;
            padding: 0 20px;
            padding-top: 12px;
            margin-right: 1px;
        }

    .headNav .navBtns {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        align-items: center;
    }

        .headNav .navBtns a {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 16px;
            margin-top: 10px;
        }

    .headNav .navBody .fsSel {
        background: #188378;
        color: #FFFFFF;
    }

    .headNav .navBody a:hover {
        background: #188378;
        color: #FFFFFF;
    }

@-webkit-keyframes fade-in {

    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    25% {
        opacity: 0.25;
        -webkit-transform: translateX(15px);
    }

    50% {
        opacity: 0.5;
        -webkit-transform: translateX(10px);
    }

    75% {
        opacity: 0.75;
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fade-in {
    0% {
    }

    25% {
        opacity: 0.25;
        transform: translateX(15px);
    }

    50% {
        opacity: 0.5;
        transform: translateX(10px);
    }

    75% {
        opacity: 0.75;
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}



.bannerView .swiper-slide div {
    position: absolute;
    top: 10%;
    width: 600px;
    text-align: center;
    left: 50%;
    margin-left:-300px;
    overflow: hidden;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    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;
    z-index: 123;
}
.bannerView .swiper-slide img{
	width: 100%;display: block;
}
.bannerView .swiper-slide .demo0 {
    top: 25%;
}

.bannerView .swiper-slide .demo1 p {
    color: #188378;
}

.bannerView .swiper-slide div p {
    opacity: 0;
    font-size: 36px;
    color: #fff;
    line-height: 44px;
    font-weight: lighter;
}


.indexPart1 {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 110px 0;
}

    .indexPart1 .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

        .indexPart1 .body1200 .fsTop {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
        }

            .indexPart1 .body1200 .fsTop .fsLeft {
                flex: 1;
                padding: 35px 50px;
                background: #FFFFFF;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
            }

            .indexPart1 .body1200 .fsTop .fsRight {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .indexPart1 .body1200 .fsTop .fsLeft .fsTitle {
                font-size: 24px;
                color: #515c63;
                font-weight: bold;
            }

            .indexPart1 .body1200 .fsTop .fsLeft .fsHeng {
                width: 34px;
                height: 3px;
                margin: 20px auto 35px 0;
                background: #188378;
            }

            .indexPart1 .body1200 .fsTop .fsLeft .fsText {
                font-size: 14px;
                font-weight: lighter;
                color: #000000;
                line-height: 30px;
            }

            .indexPart1 .body1200 .fsTop .fsLeft .fsMore {
                font-size: 14px;
                color: #ffffff;
                line-height: 30px;
                text-align: center;
                width: 126px;
                margin-top: 50px;
                background: #188378;
                border-radius: 10px;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

        .indexPart1 .body1200 .fsBottom {
            width: 100%;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
        }

            .indexPart1 .body1200 .fsBottom .fsPart {
                flex: 1;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
                position: relative;
                justify-content: center;
                align-items: center;
            }

                .indexPart1 .body1200 .fsBottom .fsPart .fsMeng {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    background: rgba(0, 0, 0, .4);
                    display: -moz-box; /* Firefox */
                    display: -ms-flexbox; /* IE10 */
                    display: -webkit-box; /* Safari */
                    display: -webkit-flex; /* Chrome, WebKit */
                    display: flex;
                }

                    .indexPart1 .body1200 .fsBottom .fsPart .fsMeng .yuanfang {
                        border: 1px solid #FFFFFF;
                        width: 170px;
                        height: 40px;
                        display: -moz-box; /* Firefox */
                        display: -ms-flexbox; /* IE10 */
                        display: -webkit-box; /* Safari */
                        display: -webkit-flex; /* Chrome, WebKit */
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin: auto auto 40px 40px;
                    }

                        .indexPart1 .body1200 .fsBottom .fsPart .fsMeng .yuanfang .fsLeft {
                            display: -moz-box; /* Firefox */
                            display: -ms-flexbox; /* IE10 */
                            display: -webkit-box; /* Safari */
                            display: -webkit-flex; /* Chrome, WebKit */
                            display: flex;
                            align-items: center;
                            height: 26px;
                            justify-content: center;
                        }

                        .indexPart1 .body1200 .fsBottom .fsPart .fsMeng .yuanfang .fsShu {
                            height: 24px;
                            width: 1px;
                            background: #FFFFFF;
                            margin: auto 10px;
                        }

                        .indexPart1 .body1200 .fsBottom .fsPart .fsMeng .yuanfang .fsRight {
                            font-size: 18px;
                            color: #ffffff;
                            letter-spacing: 1px;
                        }

                .indexPart1 .body1200 .fsBottom .fsPart:hover .fsMeng {
                    display: none;
                }

.indexPart2 {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

    .indexPart2 .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

        .indexPart2 .body1200 .fsCnTitle {
            font-size: 24px;
            font-weight: bold;
            color: #515c63;
            margin: 70px auto 0 auto;
            text-align: center;
        }

        .indexPart2 .body1200 .fsHeng {
            width: 32px;
            height: 3px;
            background: #188378;
            margin: 20px auto;
        }

        .indexPart2 .body1200 .fsEnTitle {
            font-size: 18px;
            color: #515c63;
            font-weight: lighter;
            margin: 0 auto 70px auto;
            text-align: center;
            text-transform: uppercase;
        }

        .indexPart2 .body1200 .fsBottom {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            margin-bottom: 110px;
        }

            .indexPart2 .body1200 .fsBottom .fsPart {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex: 1;
                position: relative;
            }

                .indexPart2 .body1200 .fsBottom .fsPart .fsTitle {
                    font-size: 20px;
                    font-weight: bold;
                    color: #ffffff;
                    text-align: center;
                    line-height: 62px;
                    width: 100%;
                    background: rgba(0, 0, 0, .4);
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    z-index: 10;
                }

                .indexPart2 .body1200 .fsBottom .fsPart .fsMeng {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 80%;
                    padding: 0 10%;
                    height: 100%;
                    background: rgba(4, 127, 125, .8);
                    display: none;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    z-index: 12;
                }

                    .indexPart2 .body1200 .fsBottom .fsPart .fsMeng .fsTitle {
                        font-size: 20px;
                        color: #FFFFFF;
                        text-align: center;
                        font-weight: bold;
                        position: relative;
                        background: none;
                        height: auto;
                        line-height: normal;
                    }

                    .indexPart2 .body1200 .fsBottom .fsPart .fsMeng .fsHeng {
                        width: 22px;
                        height: 3px;
                        background: #FFFFFF;
                        margin: 25px auto 45px auto;
                    }

                    .indexPart2 .body1200 .fsBottom .fsPart .fsMeng .fsText {
                        font-size: 14px;
                        line-height: 28px;
                        color: #ffffff;
                        text-align: center;
                        width:90%;
                        margin:0 5%;
                    }

                    .indexPart2 .body1200 .fsBottom .fsPart .fsMeng .fsMore {
                        font-size: 14px;
                        line-height: 30px;
                        color: #188378;
                        text-align: center;
                        width: 126px;
                        border-radius: 10px;
                        margin-top: 30px;
                        background: #f5f5f5;
                    }

                .indexPart2 .body1200 .fsBottom .fsPart:hover .fsTitle {
                    display: none;
                }

                .indexPart2 .body1200 .fsBottom .fsPart:hover .fsMeng {
                    display: -moz-box; /* Firefox */
                    display: -ms-flexbox; /* IE10 */
                    display: -webkit-box; /* Safari */
                    display: -webkit-flex; /* Chrome, WebKit */
                    display: flex;
                }

                    .indexPart2 .body1200 .fsBottom .fsPart:hover .fsMeng .fsTitle {
                        display: block;
                    }

.indexPart3 {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    background-image: url(../images/pb3.jpg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}

    .indexPart3 .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

        .indexPart3 .body1200 .fsCnTitle {
            font-size: 24px;
            font-weight: bold;
            color: #ffffff;
            margin: 70px auto 0 auto;
            text-align: center;
        }

        .indexPart3 .body1200 .fsHeng {
            width: 32px;
            height: 3px;
            background: #ffffff;
            margin: 20px auto;
        }

        .indexPart3 .body1200 .fsEnTitle {
            font-size: 18px;
            color: #ffffff;
            font-weight: lighter;
            margin: 0 auto 70px auto;
            text-transform: uppercase;
            text-align: center;
        }

        .indexPart3 .body1200 .fsBottom {
            margin-bottom: 125px;
            position: relative;
        }

        .indexPart3 .body1200 .swiper-slide {
            background: #FFFFFF;
        }

            .indexPart3 .body1200 .swiper-slide .fsPart {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                height: 182px;
                border-bottom: 3px solid #188378;
            }

                .indexPart3 .body1200 .swiper-slide .fsPart .fsTitle {
                    font-size: 24px;
                    color: #515c63;
                    text-align: center;
                }

                .indexPart3 .body1200 .swiper-slide .fsPart .fsText {
                    font-size: 16px;
                    color: #515c63;
                    margin: 10px auto;
                    max-width: 90%;
                }

                .indexPart3 .body1200 .swiper-slide .fsPart .fsMore {
                    width: 128px;
                    height: 26px;
                    border: 1px solid #515c63;
                    border-radius: 10px;
                    display: -moz-box; /* Firefox */
                    display: -ms-flexbox; /* IE10 */
                    display: -webkit-box; /* Safari */
                    display: -webkit-flex; /* Chrome, WebKit */
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 14px;
                    color: #515c63;
                    text-transform: uppercase;
                }

                 .indexPart3 .body1200 .swiper-slide .fsPart:hover .fsMore {
                    border-color:#188378;
                    color:#188378
                }

        .indexPart3 .body1200 .swiper-button-next {
            width: 58px;
            height: 58px;
            margin-top: -28.5px;
            right: -100px;
            background: url(../images/r_un.png) no-repeat center;
        }

            .indexPart3 .body1200 .swiper-button-next:hover {
                background: url(../images/r_sel.png) no-repeat center;
            }


        .indexPart3 .body1200 .swiper-button-prev {
            width: 58px;
            height: 58px;
            margin-top: -28.5px;
            left: -100px;
            background: url(../images/l_un.png) no-repeat center;
        }

            .indexPart3 .body1200 .swiper-button-prev:hover {
                background: url(../images/l_sel.png) no-repeat center;
            }

.indexPart4 {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    padding-bottom: 110px;
}

    .indexPart4 .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

        .indexPart4 .body1200 .fsCnTitle {
            font-size: 24px;
            font-weight: bold;
            color: #515c63;
            margin: 70px auto 0 auto;
            text-align: center;
        }

        .indexPart4 .body1200 .fsHeng {
            width: 32px;
            height: 3px;
            background: #188378;
            margin: 20px auto;
        }

        .indexPart4 .body1200 .navBtns {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: space-between;
            width: 250px;
            margin: 0 auto;
            margin-bottom: 75px;
        }

            .indexPart4 .body1200 .navBtns .fsBtn {
                cursor: pointer;
                width: 110px;
                text-align: center;
                color: #ffffff;
                background: #515c63;
                line-height: 36px;
            }

            .indexPart4 .body1200 .navBtns .fsSel {
                background: #188378;
            }

            .indexPart4 .body1200 .navBtns .fsBtn:hover {
                background: #188378;
            }

    .indexPart4 .fsBottom {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
    }

    .indexPart4 .gallery-top,
    .indexPart4 .gallery-thumbs {
        flex: 1;
        max-width: 600px;
    }

        .indexPart4 .gallery-top .fsPart {
            padding: 32px 0;
            flex: 1;
            background: #188378;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            align-items: center;
        }

            .indexPart4 .gallery-top .fsPart .fsLeft {
                margin: 0 30px;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
            }

                .indexPart4 .gallery-top .fsPart .fsLeft .day {
                    font-size: 50px;
                    color: #ffffff;
                    text-align: center;
                    line-height: 60px;
                }

                .indexPart4 .gallery-top .fsPart .fsLeft .fsTime {
                    font-size: 14px;
                    color: #ffffff;
                    line-height: 20px;
                    text-align: center;
                }

            .indexPart4 .gallery-top .fsPart .fsMid {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
                height: 80px;
            }

                .indexPart4 .gallery-top .fsPart .fsMid .fsTitle {
                    font-weight: bold;
                    font-size: 16px;
                    max-width: 350px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    color: #FFFFFF;
                    margin-top: 10px;
                    overflow: hidden;
                }

                .indexPart4 .gallery-top .fsPart .fsMid .fsText {
                    font-size: 14px;
                    font-weight: lighter;
                    color: #ffffff;
                    max-height: 40px;
                    overflow: hidden;
                    margin-top: auto;
                    max-width: 349px;
                }

            .indexPart4 .gallery-top .fsPart .fsRight {
                margin: 0 50px;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                justify-content: center;
                align-items: center;
                color: #FFFFFF;
                font-size: 46px;
                font-weight: lighter;
                height: 80px;
            }

    .indexPart4 .gallery-thumbs {
        background: #f5f5f5;
    }

        .indexPart4 .gallery-thumbs a {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex: 1;
            height: 100%;
            align-items: center;
            border-bottom: 1px solid #cfd2d3;
            margin: 0 30px;
        }

        .indexPart4 .gallery-thumbs .fsLeft {
            margin: 0 30px 0 0;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex-direction: column;
        }

            .indexPart4 .gallery-thumbs .fsLeft .day {
                font-size: 50px;
                color: #a6a6a6;
                text-align: center;
                line-height: 60px;
            }

            .indexPart4 .gallery-thumbs .fsLeft .fsTime {
                font-size: 14px;
                color: #a6a6a6;
                line-height: 20px;
                text-align: center;
            }

        .indexPart4 .gallery-thumbs .fsMid {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex-direction: column;
            height: 80px;
            max-width: 399px;
        }

            .indexPart4 .gallery-thumbs .fsMid .fsTitle {
                font-weight: bold;
                font-size: 16px;
                max-width: 350px;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #a6a6a6;
                overflow: hidden;
                margin-top: 10px;
            }

            .indexPart4 .gallery-thumbs .fsMid .fsText {
                font-size: 14px;
                font-weight: lighter;
                color: #a6a6a6;
                max-height: 40px;
                overflow: hidden;
                margin-top: auto;
                margin-right: 50px;
            }

        .indexPart4 .gallery-thumbs .fsRight {
            margin: 0 20px 0 auto;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: center;
            align-items: center;
            color: #a6a6a6;
            font-size: 46px;
            font-weight: lighter;
            height: 80px;
        }

        .indexPart4 .gallery-thumbs .fsSel .fsLeft p {
            color: #188378;
        }

        .indexPart4 .gallery-thumbs .fsSel .fsMid p {
            color: #188378;
        }

        .indexPart4 .gallery-thumbs .fsSel .fsRight p {
            color: #188378;
        }

        .indexPart4 .gallery-thumbs:last-child a {
            border-bottom: 0;
        }

.fsFoot {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
}

    .fsFoot .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
    }

    .fsFoot .fsTop {
        width: 100%;
        height: auto;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        align-items: center;
        background: url(../images/footBgi.jpg) no-repeat center;
        padding: 70px 0;
        background-size: cover;
    }

        .fsFoot .fsTop .fsLeft {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex-direction: column;
        }

            .fsFoot .fsTop .fsLeft .fsTitle {
                font-size: 22px;
                line-height: 50px;
                color: #515c63;
                font-weight: bold;
            }

            .fsFoot .fsTop .fsLeft .fsHeng {
                width: 100%;
                height: 1px;
                margin: 10px 0;
                background: #cfd2d3;
            }

            .fsFoot .fsTop .fsLeft .fsText {
                font-size: 16px;
                line-height: 36px;
                color: #515c63;
                font-weight: lighter;
            }

        .fsFoot .fsTop .fsRight {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin-left: auto;
        }

    .fsFoot .fsBottom {
        height: 70px;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: center;
        align-items: center;
        background: #515c63;
    }

        .fsFoot .fsBottom .fsLeft, .fsFoot .fsBottom .fsRight {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .fsFoot .fsBottom p {
            color: #ffffff;
            font-size: 14px;
            font-weight: lighter;
        }


        .fsFoot .fsBottom a {
            color: #ffffff;
            font-size: 14px;
            font-weight: lighter;
            margin-left: 10px;
        }

.innerBody {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
}
.ua1{width: 100%;display: block;}
.innerBanner {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    align-items: center;
}
.innerBanner img{
	width: 100%;
	display: block;
}
.secondNav {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    position: relative;
    width: 100%;
}

    .secondNav .fsHeng {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #E7E7E7;
        z-index: 9;
    }

    .secondNav a {
        margin: 0 25px;
        line-height: 52px;
        border-bottom: 2px solid #E7E7E7;
        font-size: 16px;
        color: #188378;
        position: relative;
        z-index: 10;
    }

    .secondNav .fsSel {
        border-bottom: 2px solid #188378;
    }

    .secondNav a:hover {
        border-bottom: 2px solid #188378;
    }

.jianjieBody {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
}

    .jianjieBody .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

        .jianjieBody .body1200 .fsTitle {
            margin: 50px auto;
            font-size: 24px;
            font-weight: bold;
            color: #515c63;
        }

        .jianjieBody .body1200 .fsText {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex-direction: column;
            width: 100%;
        }

            .jianjieBody .body1200 .fsText img {
                margin: 20px auto;
            }

            .jianjieBody .body1200 .fsText p {
                font-size: 16px;
                line-height: 30px;
                color: #515c63;
            }

.lichengBody {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
}

    .lichengBody .fsPart {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding: 80px 0;
        background: #f8f8f8;
    }

        .lichengBody .fsPart:nth-child(2n) {
            background: #FFFFFF;
        }

        .lichengBody .fsPart .fsTop {
            width: 74px;
            height: 74px;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -37px;
            margin-top: -37px;
            background: #188378;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
            font-size: 18px;
            font-weight: bold;
            color: #ffffff;
        }

        .lichengBody .fsPart .fsBottom {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }

            .lichengBody .fsPart .fsBottom .fsLeft,
            .lichengBody .fsPart .fsBottom .fsRight {
                width: 410px;
                height: auto;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                min-height: 260px;
            }

            .lichengBody .fsPart .fsBottom .fsMid {
                width: 10px;
                height: 10px;
                border: 6px solid #188378;
                background: #FFFFFF;
                border-radius: 100%;
                margin: auto 100px;
                position: relative;
            }

            .lichengBody .fsPart .fsBottom .fsShu {
                position: absolute;
                width: 2px;
                background: #188378;
                height: 46%;
                top: 0px;
                left: 50%;
                margin-left: -1px;
            }

            .lichengBody .fsPart .fsBottom .fsShu1 {
                position: absolute;
                width: 2px;
                background: #188378;
                height: 46%;
                bottom: 0px;
                left: 50%;
                margin-left: -1px;
            }

            .lichengBody .fsPart .fsBottom .fsLeft .fsTitle {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                align-items: center;
                font-size: 16px;
                color: #40474d;
                height: 30px;
                position: relative;
                margin-left: auto;
                margin-right: 22px;
            }

                .lichengBody .fsPart .fsBottom .fsLeft .fsTitle:before {
                    content: "";
                    position: absolute;
                    width: 13px;
                    height: 15px;
                    top: 7.5px;
                    right: -20px;
                    background: url(../images/lcjt_03.png) no-repeat center;
                }

            .lichengBody .fsPart .fsBottom .fsLeft .fsHeng {
                width: 100%;
                height: 2px;
                background: #ebebeb;
                margin: 10px 0;
            }

            .lichengBody .fsPart .fsBottom .fsLeft .fsText {
                font-size: 16px;
                color: #515c63;
                line-height: 30px;
                max-width: 410px;
            }

                .lichengBody .fsPart .fsBottom .fsLeft .fsText p {
                    font-size: 16px;
                    color: #515c63;
                    line-height: 30px;
                }

        .lichengBody .fsPart:nth-child(2n) .fsBottom {
            flex-direction: row-reverse;
        }

            .lichengBody .fsPart:nth-child(2n) .fsBottom .fsLeft .fsTitle {
                margin-left: 22px;
                margin-right: auto;
            }

                .lichengBody .fsPart:nth-child(2n) .fsBottom .fsLeft .fsTitle:before {
                    left: -20px;
                    background: url(../images/lcjt_07.png) no-repeat center;
                }

        .lichengBody .fsPart:last-child .fsShu1 {
            display: none;
        }

.wenhuaBody {
    margin: 70px 0 0 0;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
    position: relative;
}

    .wenhuaBody .fsTop {
        position: relative;
    }

        .wenhuaBody .fsTop .fsMeng {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

            .wenhuaBody .fsTop .fsMeng .fsHeng {
                width: 30px;
                height: 3px;
                background: #f5f5f3;
                margin: 30px auto 20px auto;
            }

            .wenhuaBody .fsTop .fsMeng .fsTitle {
                text-align: center;
                margin: 50px auto 0px auto;
                color: #f5f5f3;
                font-size: 24px;
                font-weight: bold;
            }

    .wenhuaBody .fsMid {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
        padding: 50px 0;
    }

        .wenhuaBody .fsMid .fsTitle {
            font-size: 24px;
            font-weight: bold;
            color: #515c63;
            text-align: center;
        }

        .wenhuaBody .fsMid .fsHeng {
            margin: 20px auto 30px auto;
            background: #515c63;
            width: 30px;
            height: 3px;
        }

        .wenhuaBody .fsMid .fsPart {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: space-between;
            align-items: center;
        }


    .wenhuaBody .fsBottom {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .wenhuaBody .fsBottom .fsLeft .fsMeng {
            display: none;
        }

        .wenhuaBody .fsBottom .fsMeng {
            position: absolute;
            width: 30%;
            padding-left: 3%;
            right: 17%;
            top: 15%;
            height: 80%;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex-direction: column;
        }

            .wenhuaBody .fsBottom .fsMeng .fsTitle {
                font-size: 40px;
                font-weight: bold;
                color: #515c63;
            }

            .wenhuaBody .fsBottom .fsMeng .fsHeng {
                width: 30px;
                height: 3px;
                background: #515c63;
                margin: 60px auto 70px 0;
            }

            .wenhuaBody .fsBottom .fsMeng .fsText {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
            }

                .wenhuaBody .fsBottom .fsMeng .fsText span {
                    font-size: 24px;
                    color: #515c63;
                    line-height: 36px;
                    margin-bottom: 10px;
                }

                .wenhuaBody .fsBottom .fsMeng .fsText p {
                    font-size: 14px;
                    line-height: 24px;
                    color: #515c63;
                }

.rongyuBody {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
}

    .rongyuBody .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .rongyuBody .body1200 .fsCnTitle {
            margin: 50px auto;
            font-weight: bold;
            font-size: 24px;
            color: #515c63;
        }

    .rongyuBody .fsTop {
        background: #f8f8f8;
        padding: 50px 0;
    }

        .rongyuBody .fsTop .gallery-top {
            width: 60%;
        }

            .rongyuBody .fsTop .gallery-top .swiper-slide {
                width: 100%;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .rongyuBody .fsTop .gallery-top .swiper-slide img {
                    max-width: 680px;
                    max-height: 480px;
                }

                .rongyuBody .fsTop .gallery-top .swiper-slide .fsTitle {
                    margin-top: 20px;
                    font-size: 16px;
                    color: #515c63;
                    text-align: center;
                    line-height: 30px;
                }

            .rongyuBody .fsTop .gallery-top .swiper-button-prev {
                width: 58px;
                height: 58px;
                margin-top: -29px;
                left: 0;
                background: url(../images/ryTl_un_03.png) no-repeat center;
                outline: none;
            }

            .rongyuBody .fsTop .gallery-top .swiper-button-next {
                width: 58px;
                height: 58px;
                margin-top: -29px;
                right: 0;
                background: url(../images/ryTr_un_03.png) no-repeat center;
                outline: none;
            }

            .rongyuBody .fsTop .gallery-top .swiper-button-prev:hover {
                background: url(../images/ryTl_sel_06.png) no-repeat center;
            }

            .rongyuBody .fsTop .gallery-top .swiper-button-next:hover {
                background: url(../images/ryTr_sel_06.png) no-repeat center;
            }

    .rongyuBody .fsBottom .body1200 {
        position: relative;
        padding-top: 20px;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        height: 185px;
    }

        .rongyuBody .fsBottom .body1200 .gallery-thumbs {
            width: 90%;
            height: 100%;
        }

            .rongyuBody .fsBottom .body1200 .gallery-thumbs .swiper-slide {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                justify-content: center;
                align-items: flex-start;
            }

    .rongyuBody .fsBottom .swiper-button-prev {
        width: 33px;
        height: 100%;
        margin-top: 0;
        top: 20px;
        left: 0;
        background: url(../images/rybl.jpg) no-repeat top;
        outline: none;
    }

    .rongyuBody .fsBottom .swiper-button-next {
        width: 33px;
        height: 100%;
        margin-top: 0;
        top: 20px;
        right: 0;
        background: url(../images/rybr.jpg) no-repeat top;
        outline: none;
    }

    .rongyuBody .fsBottom .swiper-slide {
        background: #003035;
    }

        .rongyuBody .fsBottom .swiper-slide img {
            opacity: 0.61;
        }

    .rongyuBody .fsBottom .swiper-slide-thumb-active img {
        opacity: 1;
    }

.chengguoBody {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

    .chengguoBody .body1200 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

    .chengguoBody .fsCnTitle {
        font-size: 24px;
        font-weight: bold;
        color: #515c63;
        text-align: center;
        margin-top: 70px;
    }

    .chengguoBody .fsPart {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        margin-top: 50px;
        position: relative;
    }

        .chengguoBody .fsPart .fsLeft {
            width: 50%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #f5f5f5;
        }

        .chengguoBody .fsPart .fsRight {
            width: 50%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
        }

        .chengguoBody .fsPart .body1200 {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            align-items: center;
            flex-direction: row;
        }

        .chengguoBody .fsPart .body1200 .fsRight img {
                transition: all 1.2s linear;
                -moz-transition: all 1.2s linear;
                -o-transition: all 1.2s linear;
                -webkit-transition: all 1.2s linear;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -m-transform: scale(1);
                transform: scale(1);
            }

            .chengguoBody .fsPart .body1200:hover .fsRight img {
                transition: all 1.2s linear;
                -moz-transition: all 1.2s linear;
                -o-transition: all 1.2s linear;
                -webkit-transition: all 1.2s linear;
                -webkit-transform: scale(1.12);
                -moz-transform: scale(1.12);
                -o-transform: scale(1.12);
                -m-transform: scale(1.12);
                transform: scale(1.12);
            }

            .chengguoBody .fsPart .body1200 .fsLeft {
                width: 46%;
                padding-right: 4%;
                position: relative;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }

                .chengguoBody .fsPart .body1200 .fsLeft .fsTop {
                    display: -moz-box; /* Firefox */
                    display: -ms-flexbox; /* IE10 */
                    display: -webkit-box; /* Safari */
                    display: -webkit-flex; /* Chrome, WebKit */
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: 30px;
                    width: 100%;
                }

                    .chengguoBody .fsPart .body1200 .fsLeft .fsTop .infoView {
                        display: -moz-box; /* Firefox */
                        display: -ms-flexbox; /* IE10 */
                        display: -webkit-box; /* Safari */
                        display: -webkit-flex; /* Chrome, WebKit */
                        display: flex;
                        flex-direction: column;
                    }

                        .chengguoBody .fsPart .body1200 .fsLeft .fsTop .infoView .fsTitle {
                            font-size: 24px;
                            color: #515c63;
                            font-weight: bold;
                            margin-top: 20px;
                        }

                        .chengguoBody .fsPart .body1200 .fsLeft .fsTop .infoView .fsHeng {
                            margin-top: auto;
                            margin-bottom: 10px;
                            margin-left: 5px;
                            width: 22px;
                            height: 2px;
                            background: #188378;
                        }

                    .chengguoBody .fsPart .body1200 .fsLeft .fsTop .fsNumber {
                        font-size: 76px;
                        font-weight: bold;
                        color: #515c63;
                        line-height: 90px;
                        opacity: 0.15;
                    }

            .chengguoBody .fsPart .body1200 .fsRight {
                width: 50%;
                position: relative;
                max-height: 421px;
                overflow: hidden;
            }

            .chengguoBody .fsPart .body1200 .fsLeft .fsBottom {
                font-size: 14px;
                line-height: 30px;
                max-width: 500px;
                color: #515c63;
            }

        .chengguoBody .fsPart:nth-child(2n+1) .body1200 {
            flex-direction: row-reverse;
        }

        .chengguoBody .fsPart:nth-child(2n+1) .fsLeft {
            right: 0;
            left: auto;
            padding-right: 0;
            padding-left: 4%;
        }

        .chengguoBody .fsPart:nth-child(2n+1) .fsRight {
            left: 0;
            right: auto;
        }

.anliBody .body1200 {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-wrap: wrap;
}

    .anliBody .body1200 .fsPart {
        width: 49%;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 30px 2% 30px 0;
        cursor: pointer;
    }

        .anliBody .body1200 .fsPart:nth-child(2n) {
            margin-right: 0;
        }

        .anliBody .body1200 .fsPart .fsTop {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            position: relative;
            max-height: 385px;
            overflow: hidden;
        }

.bb {
    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);
}

.anliBody .body1200 .fsPart .fsTop:hover .bb {
    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);
}

.anliBody .body1200 .fsPart .fsTop .fd {
    width: 39px;
    height: 39px;
    position: absolute;
    margin-top: -19.5px;
    margin-left: -19.5px;
    top: 50%;
    left: 50%;
    display: none;
}

.anliBody .body1200 .fsPart .fsBottom {
    width: 96%;
    height: 68px;
    padding: 0 2%;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
}

    .anliBody .body1200 .fsPart .fsBottom p {
        font-size: 20px;
        color: #40474d;
    }

.anliBody .body1200 .fsPart:hover .fsBottom {
    background: #188378;
}

    .anliBody .body1200 .fsPart:hover .fsBottom p {
        color: #FFFFFF;
    }

.anliBody .body1200 .fsPart:hover .fsTop .fd {
    display: block;
}

.fsPiao {
    display: none;
    align-items: center;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

    .fsPiao .container1 {
        max-width: 1200px;
    }

    .fsPiao .body1200 {
        position: relative;
    }

.fsClose {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.fsPiao .body1200 .fsClose {
    position: absolute;
    top: 6px;
    right: -60px;
}

.leaderBody .fsPart:nth-child(2n) .body1200 {
    flex-direction: row-reverse;
    padding: 40px 0;
}

.leaderBody .fsPart {
    background: #F5F5F5;
}

    .leaderBody .fsPart:nth-child(2n) {
        background: #FFFFFF;
    }

    .leaderBody .fsPart:nth-child(2n+1) .body1200 {
        flex-direction: row;
    }

    .leaderBody .fsPart:nth-child(2n) .fsLeft {
        background: none;
    }

    .leaderBody .fsPart:nth-child(2n) .body1200 .fsLeft {
        padding-left: 4%;
        padding-right: 4%;
        width: 52%;
        background: #f5f5f5;
    }

    .leaderBody .fsPart:nth-child(2n+1) .fsLeft {
        padding-left: 0;
        padding-right: 5%;
        background: none;
    }

    .leaderBody .fsPart .body1200 .fsLeft .fsTop .infoView .fsHeng {
        margin: 30px auto 40px 5px;
    }

    .leaderBody .fsPart .body1200 .fsLeft .fsTop {
        margin-bottom: 0;
    }

.liliangBody {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
    width: 94%;
    padding: 0 3%;
}

    .liliangBody .fsTitle {
        font-size: 24px;
        font-weight: bold;
        color: #515c63;
        margin: 40px auto;
    }

    .liliangBody .fsText {
        width: 100%;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

        .liliangBody .fsText p {
            font-size: 16px;
            color: #515c63;
            line-height: 30px;
        }

        .liliangBody .fsText img {
            margin: 20px auto;
        }

    .liliangBody .lunbo {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        position: relative;
    }

    .liliangBody .swiper-container {
        width: 90%;
        margin: 40px auto 80px auto;
    }

    .liliangBody .lunbo .swiper-button-prev {
        width: 38px;
        height: 38px;
        margin-top: -19px;
        left: 0;
        background: url(../images/ryTl_un_03.png) no-repeat center;
        background-size: cover;
    }

    .liliangBody .lunbo .swiper-button-next {
        width: 38px;
        height: 38px;
        margin-top: -19px;
        right: 0;
        background: url(../images/ryTr_un_03.png) no-repeat center;
        background-size: cover;
    }

        .liliangBody .lunbo .swiper-button-next:hover {
            background: url(../images/ryTr_sel_06.png) no-repeat center;
            background-size: cover;
        }

    .liliangBody .lunbo .swiper-button-prev:hover {
        background: url(../images/ryTl_sel_06.png) no-repeat center;
        background-size: cover;
    }

.rlBody {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
}

    .rlBody .fsTop {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        position: relative;
        padding: 100px 0 120px 0;
    }

        .rlBody .fsTop .fsMeng {
            width: 45%;
            position: absolute;
            height: 42%;
            bottom: 8%;
            left: 0;
            background: #f8f8f8;
            z-index: 10;
        }

        .rlBody .fsTop .body1200 {
            position: relative;
            z-index: 10;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: space-between;
        }

            .rlBody .fsTop .body1200 .fsLeft {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                width: 45%;
                align-items: flex-end;
            }

                .rlBody .fsTop .body1200 .fsLeft .fsTitle {
                    font-size: 24px;
                    font-weight: bold;
                    color: #515c63;
                    line-height: 30px;
                    margin-top: 10px;
                }

            .rlBody .fsTop .body1200 .fsRight {
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                flex-direction: column;
                width: 45%;
            }

                .rlBody .fsTop .body1200 .fsRight p {
                    font-size: 16px;
                    line-height: 34px;
                    color: #188378;
                }

                .rlBody .fsTop .body1200 .fsRight .fsText {
                    font-size: 18px;
                    font-weight: bold;
                    margin: 50px auto 30px 0;
                }

    .rlBody .fsBottom {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        background: #f8f8f8;
        padding: 100px 0;
    }

        .rlBody .fsBottom .body1200 {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
        }

        .rlBody .fsBottom .fsLeft {
            flex: 1;
            padding: 50px;
            background: #FFFFFF;
            max-height: 430px;
        }

            .rlBody .fsBottom .fsLeft p {
                font-size: 14px;
                line-height: 34px;
                color: #188378;
            }

                .rlBody .fsBottom .fsLeft p span {
                    font-weight: bold;
                }

.lianxiBody .body1200 {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    padding: 60px 0;
}

    .lianxiBody .body1200 .fsLeft {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

    .lianxiBody .body1200 .fsRight {
        flex: 1;
        padding: 50px;
        background: #f8f8f8;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

        .lianxiBody .body1200 .fsRight .fsTitle {
            font-size: 24px;
            font-weight: bold;
            color: #515c63;
        }

        .lianxiBody .body1200 .fsRight .fsHeng {
            width: 30px;
            height: 3px;
            background: #188378;
            margin: 40px auto 40px 0;
        }

        .lianxiBody .body1200 .fsRight .fsText {
            font-size: 14px;
            line-height: 30px;
            color: #188378;
        }

        .lianxiBody .body1200 .fsRight .infoView {
            margin-top: 30px;
        }

.newsBody .body1200 {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
    padding: 80px 0 40px 0;
}

    .newsBody .body1200 .fsPart {
        /*flex: 1;*/
        background: #f8f8f8;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        margin-bottom: 20px;
    }

    .newsBody .body1200 .fsPage {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .newsBody .body1200 .fsPart .fsLeft {
        width: 352px;
    }

        .newsBody .body1200 .fsPart .fsLeft img {
            width: 100%;
        }

    .newsBody .body1200 .fsPart .fsRight {
        flex: 1;
        padding: 25px 40px;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

        .newsBody .body1200 .fsPart .fsRight .fsTitle {
            font-size: 18px;
            font-weight: bold;
            color: #a4a4a4;
            white-space: normal;
        }

        .newsBody .body1200 .fsPart .fsRight .fsText {
            font-size: 14px;
            line-height: 24px;
            color: #a4a4a4;
            margin: auto 0;
        }

        .newsBody .body1200 .fsPart .fsRight .fsTime {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            align-items: center;
            height: 30px;
        }

            .newsBody .body1200 .fsPart .fsRight .fsTime p {
                font-size: 16px;
                color: #a4a4a4;
            }

            .newsBody .body1200 .fsPart .fsRight .fsTime .fsMore {
                margin-left: auto;
                width: 80px;
                height: 30px;
                background: #a4a4a4;
                color: #FFFFFF;
                font-size: 16px;
                text-align: center;
                text-transform: lowercase;
                line-height: 30px;
            }

.newsDetailBody {
    background: #f8f8f8;
    margin: 100px 0;
    padding: 60px;
    flex: 1;
}

    .newsDetailBody .fsTitle {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #515c63;
    }

    .newsDetailBody .fsTime {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: center;
        font-size: 16px;
        color: #515c63;
        margin: 30px auto 40px auto;
    }

        .newsDetailBody .fsTime span {
            margin-right: 10px;
        }

    .newsDetailBody .fsText {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .newsDetailBody .fsText p {
            font-size: 16px;
            line-height: 30px;
            color: #515c63;
        }

        .newsDetailBody .fsText img {
            margin: 20px auto;
        }

    .newsDetailBody .fsBack {
        margin: 100px auto 40px auto;
        width: 110px;
        height: 30px;
        background: #188378;
        color: #FFFFFF;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
    }

.yw1Body {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
}

    .yw1Body .fsPart {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        width: 100%;
    }

        .yw1Body .fsPart:nth-child(2n) {
            background: #f5f5f5;
        }

        .yw1Body .fsPart .body1200 {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex-direction: column;
            padding: 60px 0;
        }

            .yw1Body .fsPart .body1200 .fsTitle {
                font-size: 24px;
                line-height: 30px;
                font-weight: bold;
                color: #515c63;
                text-align: center;
                margin-bottom: 50px;
            }

            .yw1Body .fsPart .body1200 .fsText {
                font-size: 16px;
                color: #515c63;
                margin-top: 20px;
                line-height: 30px;
            }

            .yw1Body .fsPart .body1200 img {
                margin: 0 auto 40px auto;
            }

    .yw1Body .infoView {
        width: 100%;
        margin-bottom: 60px;
        background: #f5f5f5;
    }

        .yw1Body .infoView .body1200 {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .yw1Body .infoView ul li {
            width: 49%;
            height: auto;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            position: relative;
            margin-bottom: 20px;
            max-height: 240px;
            overflow: hidden;
            justify-content:center;
        }

        .yw1Body .infoView ul li img {
            max-width:none
        }

            .yw1Body .infoView ul li .bb {
                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);
            }

            .yw1Body .infoView ul li:hover .bb {
                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);
            }

            .yw1Body .infoView ul li .fsMeng {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                justify-content: center;
                align-items: center;
                background: rgba(24,131,120,.7);
                flex-direction: column;
            }

                .yw1Body .infoView ul li .fsMeng p {
                    font-size: 16px;
                    color: #ffffff;
                    font-weight: bold;
                    margin-top: 30px;
                    width: 90%;
                    text-align: center;
                    padding: 0 5%;
                }

            .yw1Body .infoView ul li:last-child {
                margin-bottom: 0;
            }

            .yw1Body .infoView ul li:nth-child(3) {
                margin-bottom: 0;
            }

            .yw1Body .infoView ul li:hover .fsMeng {
                display: none;
            }

.yw2Body {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    flex-direction: column;
    padding: 60px 0;
}

    .yw2Body .fsPart {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
    }

        .yw2Body .fsPart .fsTitle {
            font-size: 24px;
            font-weight: bold;
            color: #515c63;
            margin-bottom: 30px;
            text-align: center;
        }

        .yw2Body .fsPart .fsText {
            font-size: 16px;
            color: #515c63;
            line-height: 30px;
            margin-bottom: 80px;
        }

    .yw2Body .infoView {
        padding: 80px 0;
        background: #f8f8f8;
    }

        .yw2Body .infoView .fsCnTitle {
            text-align: center;
            font-size: 24px;
            color: #515c63;
            font-weight: bold;
            margin-bottom: 40px;
        }

        .yw2Body .infoView ul {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            flex-wrap: wrap;
        }

            .yw2Body .infoView ul li {
                width: 32%;
                position: relative;
                margin-right: 2%;
                margin-bottom: 20px;
                max-height: 281px;
                overflow: hidden;
            }

                .yw2Body .infoView ul li 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);
                }

                .yw2Body .infoView ul li: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);
                }

                .yw2Body .infoView ul li:nth-child(3n) {
                    margin-right: 0;
                }

                .yw2Body .infoView ul li .fsTitle {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 60px;
                    display: -moz-box; /* Firefox */
                    display: -ms-flexbox; /* IE10 */
                    display: -webkit-box; /* Safari */
                    display: -webkit-flex; /* Chrome, WebKit */
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    font-size: 24px;
                    color: #ffffff;
                    background: rgba(0,48,53,.5);
                }

.p2 {
    padding: 70px 0;
}

.newsBody .body1200 .fsPart:hover .fsRight p {
    color: #515c63;
}

.newsBody .body1200 .fsPart:hover .fsRight .fsText {
    color: #515c63;
}

.newsBody .body1200 .fsPart:hover .fsRight .fsMore {
    background: #188378;
}

.newsBody .body1200 .fsPart {
    box-shadow: 0 2px #FFFFFF;
}

    .newsBody .body1200 .fsPart:hover {
        box-shadow: 0 2px 2px #e5e5e5;
    }

.fsPage #ctl00_ContentPlaceHolder1_AspNetPager1 {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .fsPage #ctl00_ContentPlaceHolder1_AspNetPager1 a {
        display: block;
        border: 1px solid #e5e4e4;
        height: 34px;
        text-align: center;
        line-height: 34px;
        font-size: 12px;
        color: #777676;
        padding: 0 13px;
        margin-left: 5px;
    }

    .fsPage #ctl00_ContentPlaceHolder1_AspNetPager1 span {
        display: block;
        height: 34px;
        text-align: center;
        border: 1px solid #188378;
        background: #188378;
        line-height: 34px;
        font-size: 12px;
        color: #fff;
        padding: 0 13px;
        margin-left: 5px;
    }

.ewm {
    margin-right: 20px;
}

.my-map {
    width: 100%;
    height: 511px;
}

    .my-map .icon {
        background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
    }

    .my-map .icon-cir {
        height: 31px;
        width: 28px;
    }

    .my-map .icon-cir-red {
        background-position: -11px -5px;
    }

.amap-container {
    height: 100%;
}

/*�ֻ�����*/

/*.pc1120, .phone {
    display: none;
}*/

.menu_m {
    position: relative;
    width: 50px;
    cursor: pointer;
    height: 30px;
    z-index: 100;
    display: none;
    margin: auto 20px auto auto;
}

    .menu_m i {
        float: right;
        border-top: 3px solid #000;
        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;
    overflow-x: hidden;
    overflow-y: auto;
}



    .nav_main.show {
        right: 0;
    }

    .nav_main .inner {
        width:100%;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        align-items: center;
        flex-direction: column;
 
    }

    .nav_main .d {
        text-align: center;
        width: 325px;
        padding-bottom: 8px;
        flex: 1;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: column;
        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 ul li {
            padding: 10px 10px 0 10px;
        }

            .nav_main .d ul li a {
                height: 30px;
                font-size: 15px;
                line-height: 30px;
                color: #666;
            }

        .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-height: 600px) {
    .nav_main .d ul {
        display:none !important;
    }
}

@media only screen and (max-width: 1440px) {
    .indexPart3 .body1200 {
        width: 80%;
        margin: 0 10%;
    }

    .wenhuaBody .fsBottom .fsMeng {
        width: 40%;
        top: 10%;
        right: 5%;
        padding-left: 5%;
    }

        .wenhuaBody .fsBottom .fsMeng .fsHeng {
            margin: 30px auto 40px 0;
        }

    .fsPiao .body1200 {
        width: 98%;
        margin: 0 1%;
    }

        .fsPiao .body1200 .swiper-slide img {
            margin: 0 auto;
        }

        .fsPiao .body1200 .fsClose {
            top: -60px;
            right: 0;
        }

    .rlBody .fsTop .fsMeng {
        display: none;
    }
}

@media only screen and (max-width: 1220px) {
    .body1200 {
        width: 98%;
        margin: 0 1%;
    }

    .indexPart3 .body1200 .fsBottom {
        margin-bottom: 85px;
    }

    .indexPart3 .body1200 .fsEnTitle, .indexPart2 .body1200 .fsEnTitle {
        margin-bottom: 50px;
    }

    .bannerView .swiper-slide div p {
        font-size: 32px;
    }

    .bannerView .swiper-slide div {
        top: 8%;
    }

    .bannerView .swiper-slide .demo0 {
        top: 15%;
    }

    .indexPart1 {
        padding: 90px 0;
    }

    .indexPart3 .body1200 .fsCnTitle, .indexPart2 .body1200 .fsCnTitle {
        margin-top: 50px;
    }

    .indexPart1 .body1200 .fsTop .fsLeft .fsMore {
        margin-top: 40px;
    }

    .indexPart1 .body1200 .fsTop .fsLeft .fsText {
        line-height: 26px;
    }

    .wenhuaBody .fsMid .fsPart {
        justify-content: space-around;
    }

        .wenhuaBody .fsMid .fsPart img {
            width: 32%;
        }

        .rlBody .fsBottom .fsLeft {
            padding:50px 30px; 
        }
}

@media only screen and (max-width: 1120px) {
    .indexPart1 .body1200 {
        max-width: 800px;
        margin: 0 auto;
    }

        .indexPart1 .body1200 .fsTop {
            flex-direction: column-reverse;
        }

            .indexPart1 .body1200 .fsTop .fsRight img {
                width: 100%;
                max-width: none;
            }

            .indexPart1 .body1200 .fsTop .fsLeft .fsText {
                line-height: 30px;
            }

        .indexPart1 .body1200 .fsBottom .fsPart .fsMeng .yuanfang {
            margin: auto;
        }

    .indexPart2 .body1200 {
        max-width: 800px;
        margin: 0 auto;
    }

        .indexPart2 .body1200 .fsBottom {
            flex-direction: column;
        }

            .indexPart2 .body1200 .fsBottom .fsPart {
                align-items: flex-start;
            }

                .indexPart2 .body1200 .fsBottom .fsPart .mh {
                    width: 100%;
                    max-width: none;
                }

                .indexPart2 .body1200 .fsBottom .fsPart .fsMeng .fsText {
                    line-height: 30px;
                }

    .indexPart3 {
        background-size: auto;
    }

        .indexPart3 .body1200 {
            max-width: 600px;
            margin: 0 auto;
        }

    .indexPart4 .body1200 {
        max-width: 800px;
        margin: 0 auto;
    }

    .indexPart4 .gallery-top, .indexPart4 .gallery-thumbs {
        max-width: 800px;
    }

        .indexPart4 .gallery-top .swiper-slide a img {
            width: 100%;
            max-width: none;
        }

    .indexPart4 .fsBottom {
        flex-direction: column;
    }

    .indexPart4 .gallery-thumbs .fsMid {
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: 600px;
    }


    .fsFoot .body1200 {
        max-width: 800px;
        margin: 0 auto;
        align-items: center;
    }

    .fsFoot .fsTop .ewm {
        margin-right: 40px;
    }

    .fsFoot .fsTop .fsLeft {
        margin-left: auto;
    }

    .fsFoot .fsTop .fsRight {
        display: none;
    }

    .menu_m {
        display: block;
    }

    .headNav .navBody, .headNav .navBtns {
        display: none;
    }

    .pc {
        display: none;
    }

    .pc1120 {
        display: block !important;
    }

    .lichengBody .fsPart .fsBottom .fsMid {
        margin: auto 50px;
    }

    .wenhuaBody .fsBottom .fsMeng .fsHeng {
        margin: 20px auto 30px 0;
    }

    .wenhuaBody .fsBottom .fsMeng .fsTitle {
        font-size: 34px;
    }

    .wenhuaBody .fsBottom .fsMeng .fsText span {
        font-size: 22px !important;
    }

    .wenhuaBody .fsBottom .fsMeng .fsText p {
        font-size: 13px;
    }

    .rongyuBody .fsTop .gallery-top .swiper-slide img {
        max-width: 100%;
    }

    .rongyuBody .fsTop .gallery-top {
        width: 70%;
    }

    .rlBody .fsBottom .fsLeft {
        margin:0 auto;
    }

    .rlBody .fsBottom .fsRight {
        display:none;
    }

    .rlBody .fsTop .body1200 .fsRight {
        width:50%;
    }

}

@media only screen and (max-width: 1020px) {

    .indexPart1 .body1200, .indexPart2 .body1200, .indexPart4 .body1200, .fsFoot .body1200, .indexPart4 .gallery-top, .indexPart4 .gallery-thumbs {
        max-width: 700px;
    }

    .indexPart3 .body1200 {
        max-width: 500px;
    }

    .bannerView .swiper-slide div p {
        font-size: 28px;
    }

    .innerBanner {
        overflow: hidden;
    }

        .innerBanner img {
            max-width: none;
            max-height: 400px;
        }

    .lichengBody .fsPart .fsBottom .fsMid {
        margin: auto 30px;
        height: 8px;
    }

    .lichengBody .fsPart .fsBottom .fsLeft, .lichengBody .fsPart .fsBottom .fsRight {
        width: auto;
        margin: auto 10px;
    }

        .lichengBody .fsPart .fsBottom .fsLeft .fsText p {
            font-size: 14px;
            line-height: 24px;
        }

    .wenhuaBody .fsBottom {
        flex-direction: column;
    }

        .wenhuaBody .fsBottom .fsRight {
            display: none;
        }

        .wenhuaBody .fsBottom .fsMeng {
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            background: rgba(255,255,255,.7);
            padding-right: 5%;
            height: 70%;
            top: 15%;
            justify-content: center;
            right: auto;
            left: 5%;
        }

    .leaderBody .fsPart:nth-child(2n) .body1200 {
        flex-direction: column-reverse;
    }

    .leaderBody .fsPart:nth-child(2n+1) .body1200 {
        flex-direction: column-reverse !important;
    }

    /*.leaderBody .fsPart:nth-child(2n+1) .fsLeft,.leaderBody .fsPart:nth-child(2n+1) .fsRight {
            display:none;
        }

        .leaderBody .fsPart:nth-child(2n+1) .body1200 .fsLeft,.leaderBody .fsPart:nth-child(2n+1) .body1200 .fsRight {
            display:flex;
        }*/

    .leaderBody .fsPart {
        background: #fff;
    }

        .leaderBody .fsPart:nth-child(2n+1) .body1200 .fsLeft {
            padding-left: 4%;
            padding-right: 4%;
            width: 52%;
            background: #f5f5f5;
        }

    .chengguoBody .fsPart .body1200 {
        flex-direction: column;
    }

    .chengguoBody .fsPart .fsLeft {
        background: none;
    }

    .chengguoBody .fsPart:nth-child(2n+1) .body1200 {
        flex-direction: column;
    }

    .chengguoBody .fsPart .body1200 .fsRight {
        width: 600px;
        max-height:none;
    }

    .chengguoBody .fsPart .body1200 .fsLeft {
        width: 560px;
        background: #f5f5f5;
        padding: 0 20px;
    }

    .leaderBody .fsPart .body1200 .fsRight {
        width:60%;
    }

    .rlBody .fsTop .body1200 .fsRight {
        width:53%;
    }

    .rlBody .fsTop .body1200 .fsRight p {
        font-size:15px;
        line-height:30px;
    }

    .rlBody .fsTop .body1200 .fsRight .fsText {
        margin:30px auto 16px 0
    }

    .lianxiBody .body1200 {
        flex-direction:column;
        max-width:800px;
        width:96%;
        margin:0 auto;
    }

    .lianxiBody .body1200 .fsLeft {
        width:100%;
    }
    .chengguoBody .fsPart .body1200 .fsLeft .fsBottom {
        max-width:none;
        width:100%;
    }
}

@media only screen and (max-width: 920px) {
    .liliangBody .lunbo .swiper-slide img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 820px) {
    .fsFoot .fsBottom {
        flex-direction: column;
    }

    .wenhuaBody .fsBottom .fsMeng {
        width: 70%;
        left: 10%;
    }

    .rongyuBody .fsTop .gallery-top {
        width: 80%;
    }

    .yw2Body .infoView ul li {
        width: 49%;
    }

        .yw2Body .infoView ul li:nth-child(3n) {
            margin-right: 2%;
        }

        .yw2Body .infoView ul li:nth-child(2n) {
            margin-right: 0;
        }

    .anliBody .body1200 .fsPart {
        width: 590px;
        margin: 30px auto 0 auto;
    }

        .anliBody .body1200 .fsPart:nth-child(2n) {
            margin: 30px auto 0 auto;
        }

    .newsBody .body1200 .fsPart {
        width: 600px;
        flex-direction: column;
        margin: 0 auto 20px auto;
    }

        .newsBody .body1200 .fsPart .fsLeft {
            width: 100%;
        }

        .newsBody .body1200 .fsPart .fsRight .fsText {
            margin: 30px 0;
        }

        .newsBody .body1200 .fsPart .fsRight p {
            color: #515c63 !important;
        }

        .newsBody .body1200 .fsPart .fsRight .fsText {
            color: #515c63;
        }

        .newsBody .body1200 .fsPart .fsRight .fsMore {
            background: #188378 !important;
        }

        .rlBody .fsTop .body1200 .fsLeft {
            display:none;
        }

        .rlBody .fsTop .body1200 .fsRight {
            width:90%;
            margin:0 auto;
        }

        .rlBody .fsBottom {
            padding:0 0 100px 0;
            background:#fff;
        }

        .rlBody .fsBottom .fsLeft {
            padding:0 5%;
        }

        .rlBody .fsTop {
            padding-bottom:40px;
        }

        .indexPart1 .body1200, .indexPart2 .body1200, .indexPart4 .body1200, .fsFoot .body1200, .indexPart4 .gallery-top, .indexPart4 .gallery-thumbs {
            max-width:670px;
        }

}

@media only screen and (max-width: 720px) {
    .pc1120 {
        display:none !important;
    }

    .phone {
        display:block !important;
    }
}
