* {
    touch-action: none;
}

.onetab a {
    color: #fff;
    text-decoration: none;
}

.pcmoment {
}

    .pcmoment .bigtop {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
    }

    .pcmoment .top {
        height: 120px;
        width: 1200px;
        margin: auto;
        padding: 24px 0;
    }

        .pcmoment .top .title {
            float: left;
            width: 420px;
            height: 72px;
            background-image: url(img_title.png);
            -webkit-background-size: cover;
            background-size: cover;
        }

        .pcmoment .top .searchbox {
            float: right;
            height: 30px;
            width: 270px;
            margin-top: 25px;
        }

            .pcmoment .top .searchbox .input {
                height: 26px;
                width: 196px;
                padding: 0;
                margin: 0;
                float: left;
                border-width: 2px;
            }

            .pcmoment .top .searchbox button {
                width: 70px;
                height: 100%;
                float: right;
                border: 0;
                background-color: #354680;
                color: #ffffff;
                cursor: pointer;
                position: relative;
            }

                .pcmoment .top .searchbox button .icon {
                    display: inline-block;
                    width: 15px;
                    height: 15px;
                    background-image: url(icon_search.png);
                    -webkit-background-size: cover;
                    background-size: cover;
                    position: absolute;
                    top: 7.5px;
                }

                .pcmoment .top .searchbox button .text {
                    margin-left: 18px;
                }

    .pcmoment .header {
        height: 50px;
        width: 100%;
        background-color: #354680;
        color: #ffffff;
        z-index: 10;
        position: fixed;
        top: 120px;
        left: 0;
    }

        .pcmoment .header .centerContent {
            height: 100%;
            width: 1200px;
            margin: auto;
        }

            .pcmoment .header .centerContent > ul {
                width: 100%;
                height: 100%;
            }

                .pcmoment .header .centerContent > ul > li {
                    float: left;
                    width: 16.66666667%;
                    height: 100%;
                    float: left;
                    line-height: 50px;
                    text-align: center;
                    cursor: pointer;
                    position: relative;
                }

                .pcmoment .header .centerContent > ul li:hover {
                    background-color: #193075;
                }

                .pcmoment .header .centerContent > ul li ul {
                    width: 100%;
                    position: absolute;
                    top: 50px;
                    left: 0;
                    z-index: 10;
                    padding-top: 4px;
                    display: none;
                }

                    .pcmoment .header .centerContent > ul li ul.active {
                        animation: sonUl 0.3s linear forwards;
                    }

                    .pcmoment .header .centerContent > ul li ul.leave {
                        animation: sonUlBack 0.3s linear forwards;
                        display: block;
                    }

@keyframes sonUl {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes sonUlBack {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.pcmoment .header .centerContent > ul li ul li {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #354680;
}

    .pcmoment .header .centerContent > ul li ul li a {
        color: #fff;
        text-decoration: none;
        width: 80px;
        height: 100%;
        display: inline-block;
        border-bottom: 1px solid #465C8B;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
    }

.pcmoment .banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    margin-top: 130px;
}

    .pcmoment .banner ul.longimg {
        width: 600%;
        margin-left: -100%;
    }

        .pcmoment .banner ul.longimg li {
            width: 16.6666666%;
            float: left;
        }

            .pcmoment .banner ul.longimg li a {
                float: left;
            }

                .pcmoment .banner ul.longimg li a img {
                    display: block;
                    width: 100%;
                }

    .pcmoment .banner ul.points {
        position: absolute;
        bottom: 20px;
        right: 50px;
    }

        .pcmoment .banner ul.points li {
            width: 16px;
            height: 16px;
            background-color: lightgray;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            margin-right: 8px;
            float: left;
            cursor: pointer;
        }

            .pcmoment .banner ul.points li.active {
                background-color: #354680;
            }

.pcmoment .bigcontent {
    width: 1200px;
    margin: 50px auto;
}

    .pcmoment .bigcontent .firstThree {
        height: 440px;
    }

        .pcmoment .bigcontent .firstThree .government {
            width: 560px;
            height: 100%;
            float: left;
        }

        .pcmoment .bigcontent .firstThree .reseau {
            width: 560px;
            /*height: 170px;*/
            margin-bottom: 30px;
            float: right;
        }

        .pcmoment .bigcontent .firstThree .arts {
            width: 560px;
            height: 240px;
            float: right;
        }

    .pcmoment .bigcontent .title {
        height: 40px;
        margin-bottom: 20px;
    }

        .pcmoment .bigcontent .title .icon {
            width: 40px;
            height: 40px;
            background-image: url(icon_ball.png);
            -webkit-background-size: cover;
            background-size: cover;
            float: left;
        }

        .pcmoment .bigcontent .title .text {
            float: right;
            border: 1px solid lightgray;
            width: 510px;
            height: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: rgb(53,70,128);
            line-height: 40px;
            font-weight: bold;
            padding: 0 10px;
            font-size: 18px;
        }

            .pcmoment .bigcontent .title .text a {
                float: right;
                text-decoration: none;
                color: rgb(179,179,179);
                font-weight: normal;
                font-size: 16px;
            }

    .pcmoment .bigcontent .reseau .textContent {
        padding-left: 30px;
    }

        .pcmoment .bigcontent .reseau .textContent li {
            line-height: 36px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            list-style: initial;
        }

            .pcmoment .bigcontent .reseau .textContent li a {
                text-decoration: none;
                color: rgb(26,26,26);
                position: relative;
                /*border-bottom: 1px solid #526abd;*/
            }

                .pcmoment .bigcontent .reseau .textContent li a .line {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0%;
                    height: 1px;
                    background-color: rgb(53,70,128);
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                .pcmoment .bigcontent .reseau .textContent li a:hover {
                    color: rgb(53,70,128);
                }

                    .pcmoment .bigcontent .reseau .textContent li a:hover .line {
                        width: 100%;
                    }

    .pcmoment .bigcontent .firstThree .government .imgContent {
        height: 380px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        display: block;
    }

        .pcmoment .bigcontent .firstThree .government .imgContent .img {
            width: 560px;
            height: 100%;
            background-color: #eee;
            overflow: hidden;
        }

            .pcmoment .bigcontent .firstThree .government .imgContent .img img {
                width: 100%;
                height: 100%;
                display: block;
                -webkit-transition: transform 0.6s ease-in-out;
                -moz-transition: transform 0.6s ease-in-out;
                -ms-transition: transform 0.6s ease-in-out;
                -o-transition: transform 0.6s ease-in-out;
                transition: transform 0.6s ease-in-out;
            }

                .pcmoment .bigcontent .firstThree .government .imgContent .img img:hover {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    transform: scale(1.1);
                }

        .pcmoment .bigcontent .firstThree .government .imgContent .desc {
            height: 56px;
            width: 100%;
            line-height: 56px;
            padding-left: 10px;
            color: rgb(26,26,26);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: absolute;
            bottom: -56px;
            left: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            background-color: #fff;
            list-style: initial;
            opacity: 0.7;
        }

        .pcmoment .bigcontent .firstThree .government .imgContent:hover .desc {
            bottom: 0;
        }

    .pcmoment .bigcontent .firstThree .reseau .imgContent {
        height: 110px;
    }

        .pcmoment .bigcontent .firstThree .reseau .imgContent a {
            display: block;
            width: 270px;
            height: 100%;
        }

            .pcmoment .bigcontent .firstThree .reseau .imgContent a.service {
                float: left;
            }

            .pcmoment .bigcontent .firstThree .reseau .imgContent a.function {
                float: right;
            }

            .pcmoment .bigcontent .firstThree .reseau .imgContent a img {
                width: 100%;
                height: 100%;
                display: block;
            }

    .pcmoment .bigcontent .firstThree .arts .imgContent {
        height: 180px;
        border: 1px solid lightgray;
        cursor: pointer;
        display: block;
        text-decoration: none;
    }

        .pcmoment .bigcontent .firstThree .arts .imgContent .img {
            width: 220px;
            height: 100%;
            float: left;
            background-color: #eee;
            overflow: hidden;
        }

            .pcmoment .bigcontent .firstThree .arts .imgContent .img img {
                width: 100%;
                height: 100%;
                display: block;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .pcmoment .bigcontent .firstThree .arts .imgContent .img img:hover {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    transform: scale(1.05);
                }

        .pcmoment .bigcontent .firstThree .arts .imgContent .desc {
            overflow: hidden;
            padding: 15px;
        }

            .pcmoment .bigcontent .firstThree .arts .imgContent .desc .primaryDesc {
                list-style: initial;
                color: rgb(26,26,26);
                margin-bottom: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .pcmoment .bigcontent .firstThree .arts .imgContent .desc .lesserDesc {
                font-size: 14px;
                color: rgb(153,153,153);
                margin-bottom: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

            .pcmoment .bigcontent .firstThree .arts .imgContent .desc .date {
                color: rgb(153,153,153);
                font-size: 14px;
                position: relative;
            }

                .pcmoment .bigcontent .firstThree .arts .imgContent .desc .date .icon {
                    width: 16px;
                    height: 16px;
                    background-image: url(icon_time.png);
                    -webkit-background-size: cover;
                    background-size: cover;
                    display: inline-block;
                    position: absolute;
                    top: 1.5px;
                }

                .pcmoment .bigcontent .firstThree .arts .imgContent .desc .date .text {
                    display: inline-block;
                    margin-left: 24px;
                }

    .pcmoment .bigcontent .populace {
        /*margin-top: 50px;*/
    }

        .pcmoment .bigcontent .populace .title .text {
            width: 1150px;
        }

        .pcmoment .bigcontent .populace .imgContent {
            height: 326px;
        }

            .pcmoment .bigcontent .populace .imgContent .left,
            .pcmoment .bigcontent .populace .imgContent .center,
            .pcmoment .bigcontent .populace .imgContent .right {
                width: 380px;
                float: left;
                cursor: pointer;
                display: block;
                text-decoration: none;
                -webkit-transition: background-color 0.3s ease-in-out;
                -moz-transition: background-color 0.3s ease-in-out;
                -ms-transition: background-color 0.3s ease-in-out;
                -o-transition: background-color 0.3s ease-in-out;
                transition: background-color 0.3s ease-in-out;
            }

            .pcmoment .bigcontent .populace .imgContent > a:hover {
                background-color: rgba(0,0,0,0.1);
            }

            .pcmoment .bigcontent .populace .imgContent .center {
                margin: 0 30px;
            }

            .pcmoment .bigcontent .populace .imgContent .img {
                width: 100%;
                height: 250px;
                background-color: #eeeeee;
                position: relative;
                overflow: hidden;
            }

                .pcmoment .bigcontent .populace .imgContent .img img {
                    width: 100%;
                    height: 100%;
                    display: block;
                    -webkit-transition: transform 0.3s ease-in-out;
                    -moz-transition: transform 0.3s ease-in-out;
                    -ms-transition: transform 0.3s ease-in-out;
                    -o-transition: transform 0.3s ease-in-out;
                    transition: transform 0.3s ease-in-out;
                }

                    .pcmoment .bigcontent .populace .imgContent .img img:hover {
                        -webkit-transform: scale(1.05);
                        -moz-transform: scale(1.05);
                        -ms-transform: scale(1.05);
                        -o-transform: scale(1.05);
                        transform: scale(1.05);
                    }

            .pcmoment .bigcontent .populace .imgContent .desc li {
                color: rgb(26,26,26);
                line-height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                list-style: initial;
            }

            .pcmoment .bigcontent .populace .imgContent .date {
                color: rgb(153,153,153);
                font-size: 12px;
                position: relative;
                margin-bottom: 10px;
            }

                .pcmoment .bigcontent .populace .imgContent .date .icon {
                    width: 16px;
                    height: 16px;
                    background-image: url(icon_time.png);
                    -webkit-background-size: cover;
                    background-size: cover;
                    display: inline-block;
                    position: absolute;
                    top: 0px;
                }

                .pcmoment .bigcontent .populace .imgContent .date .text {
                    display: inline-block;
                    margin-left: 24px;
                }

    .pcmoment .bigcontent .thirdTwo {
        height: 225px;
        margin-top: 50px;
    }

        .pcmoment .bigcontent .thirdTwo .neighbour {
            width: 1200px;
            height: 100%;
            float: left;
        }

            .pcmoment .bigcontent .thirdTwo .neighbour .title .text {
                width: 1150px;
            }

        .pcmoment .bigcontent .thirdTwo .safehundred {
            width: 560px;
            height: 100%;
            float: right;
        }

        .pcmoment .bigcontent .thirdTwo .textContent {
            padding-left: 30px;
        }

            .pcmoment .bigcontent .thirdTwo .textContent .left,
            .pcmoment .bigcontent .thirdTwo .textContent .right {
                width: 50%;
                float: left;
            }

            .pcmoment .bigcontent .thirdTwo .textContent li {
                line-height: 36px;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                list-style: initial;
            }

                .pcmoment .bigcontent .thirdTwo .textContent li a {
                    text-decoration: none;
                    color: rgb(26,26,26);
                    position: relative;
                    /*border-bottom: 1px solid #526abd;*/
                }

                    .pcmoment .bigcontent .thirdTwo .textContent li a .line {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 0%;
                        height: 1px;
                        background-color: rgb(53,70,128);
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                    .pcmoment .bigcontent .thirdTwo .textContent li a:hover {
                        color: rgb(53,70,128);
                    }

                        .pcmoment .bigcontent .thirdTwo .textContent li a:hover .line {
                            width: 100%;
                        }

.pcmoment .mapContent {
    height: 564px;
    margin-top: 50px;
    background-color: #F3F4F4;
    padding-bottom: 50px;
}

    .pcmoment .mapContent .center {
        width: 1200px;
        height: 100%;
        margin: auto;
    }

        .pcmoment .mapContent .center > .title {
            font-size: 18px;
            color: rgb(74,63,115);
            text-align: center;
            line-height: 120px;
            font-weight: bold;
        }

        .pcmoment .mapContent .center .maps {
            height: 444px;
            background-color: #fff;
        }

            .pcmoment .mapContent .center .maps .map {
                width: 600px;
                height: 100%;
                float: left;
            }

            .pcmoment .mapContent .center .maps .desc {
                width: 540px;
                height: 100%;
                float: left;
                padding-left: 60px;
                display: none;
            }

                .pcmoment .mapContent .center .maps .desc.active {
                    display: block;
                }

                .pcmoment .mapContent .center .maps .desc .title {
                    font-size: 18px;
                    color: #333;
                    margin-bottom: 20px;
                    font-weight: bold;
                }

                .pcmoment .mapContent .center .maps .desc .descs {
                    font-size: 14px;
                    color: #666;
                    line-height: 25px;
                }

                    .pcmoment .mapContent .center .maps .desc .descs .worktime,
                    .pcmoment .mapContent .center .maps .desc .descs .metro {
                        margin-bottom: 20px;
                    }

                    .pcmoment .mapContent .center .maps .desc .descs > div {
                        border-left: 4px solid #A1B4F7;
                        padding-left: 10px;
                    }

                    .pcmoment .mapContent .center .maps .desc .descs .complain {
                        border-left: none;
                        padding-left: 0;
                    }

                        .pcmoment .mapContent .center .maps .desc .descs .complain .left {
                            float: left;
                            border-left: 4px solid #A1B4F7;
                            padding-left: 10px;
                        }

                        .pcmoment .mapContent .center .maps .desc .descs .complain .right {
                            overflow: hidden;
                        }

                    .pcmoment .mapContent .center .maps .desc .descs .img {
                        border-left: none;
                        padding-left: 0;
                        margin-top: 20px;
                        display: block;
                        width: 206px;
                        height: 76px;
                    }

                        .pcmoment .mapContent .center .maps .desc .descs .img img {
                            width: 100%;
                            height: 100%;
                            display: block;
                        }

.pcmoment .friendlink {
    margin-top: 50px;
}

    .pcmoment .friendlink .center {
        width: 1200px;
        margin: auto;
    }

        .pcmoment .friendlink .center .title {
            height: 40px;
            margin-bottom: 20px;
        }

            .pcmoment .friendlink .center .title .icon {
                width: 40px;
                height: 40px;
                background-image: url(icon_ball.png);
                -webkit-background-size: cover;
                background-size: cover;
                float: left;
            }

            .pcmoment .friendlink .center .title .text {
                float: right;
                border: 1px solid lightgray;
                width: 1150px;
                height: 100%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                color: rgb(53,70,128);
                line-height: 40px;
                font-weight: bold;
                padding: 0 10px;
                font-size: 18px;
            }

        .pcmoment .friendlink .center .links {
            height: 146px;
        }

            .pcmoment .friendlink .center .links .onelink {
                height: 100%;
                width: 226px;
                float: left;
                margin-right: 20px;
            }

                .pcmoment .friendlink .center .links .onelink a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    /*border: 1px solid #BAD3F5;*/
                    /*box-shadow: 1px 1px 1px #eeeeee;*/
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    transform: scale(0);
                }

                    .pcmoment .friendlink .center .links .onelink a img {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                    .pcmoment .friendlink .center .links .onelink a.active {
                        animation: friendlinkImgsMove 1s ease-in-out forwards;
                    }

@keyframes friendlinkImgsMove {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.pcmoment .bottom {
    /*height: 335px;*/
    /*background-color: #34457F;*/
    background-color: #143477;
    margin-top: 50px;
    padding: 20px 0;
}

    .pcmoment .bottom .tint {
        height: 280px;
    }

    .pcmoment .bottom .deep {
        height: 55px;
        background-color: #143477;
    }

    .pcmoment .bottom .tint ul {
        width: 1200px;
        margin: auto;
    }

        .pcmoment .bottom .tint ul li {
            float: left;
            height: 100%;
            padding: 40px;
        }

            .pcmoment .bottom .tint ul li .title {
                color: rgb(200,212,250);
                font-size: 14px;
                font-weight: bold;
                line-height: 30px;
            }

            .pcmoment .bottom .tint ul li a {
                display: block;
                color: #95AECB;
                font-size: 14px;
                text-decoration: none;
                line-height: 30px;
            }

            .pcmoment .bottom .tint ul li.attention {
                margin-left: 150px;
            }

                .pcmoment .bottom .tint ul li.attention .attentionUs {
                    width: 130px;
                    height: 130px;
                    background-color: #eee;
                }

                    .pcmoment .bottom .tint ul li.attention .attentionUs img {
                        width: 100%;
                        height: 100%;
                        display: block;
                    }

            .pcmoment .bottom .tint ul li.populace {
                position: relative;
            }

                .pcmoment .bottom .tint ul li.populace .before,
                .pcmoment .bottom .tint ul li.populace .after {
                    width: 1px;
                    height: 120px;
                    position: absolute;
                    top: 70px;
                    background-color: #586471;
                }

                .pcmoment .bottom .tint ul li.populace .before {
                    left: 0;
                }

                .pcmoment .bottom .tint ul li.populace .after {
                    right: 0;
                }

    .pcmoment .bottom .deep div {
        color: rgb(108,122,168);
        font-size: 12px;
        text-align: center;
        line-height: 24px;
		width:1000px;
		margin:0 auto;
    }

.pcmoment .handypeople {
    margin-top: 50px;
}

    .pcmoment .handypeople .title .text {
        width: 1150px;
    }

    .pcmoment .handypeople .imgs {
        height: 120px;
    }

        .pcmoment .handypeople .imgs a {
            width: 180px;
            height: 100%;
            display: block;
            float: left;
            margin-right: 24px;
        }

            .pcmoment .handypeople .imgs a.last {
                margin-right: 0;
            }

            .pcmoment .handypeople .imgs a img {
                width: 100%;
                height: 100%;
                display: block;
            }

.pcmoment #videoCon {
    width: 870px;
    height: 500px;
    margin: 60px auto;
}

    .pcmoment #videoCon #topvideo {
        width: 100%;
        height: 100%;
    }
/*去除地图底部版权*/
.BMap_stdMpPan, .BMap_stdMpZoom .BMap_button, .BMap_stdMpSliderBgTop, .BMap_stdMpSliderBar, .BMap_stdMpSliderBgBot, .anchorBL {
    width: 0 !important;
    height: 0 !important;
}

    .anchorBL img {
        width: 0 !important;
    }