﻿@media screen and (max-width: 1000px) {
    html {
        min-width: 1200px;
    }
}
/*默认样式*/
* {
    padding: 0px;
    margin: 0;
}

body {
    font-family: "微软雅黑", "Microsoft YaHei",sans-serif;
    font-size: 14px;
    position: relative;
}

a {
    font-family: "微软雅黑", "Microsoft YaHei",sans-serif;
    font-size: 16px;
    color: #000000;
}

    a:hover {
        color: #337ab7;
    }

dl, dt, dd {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: normal;
}

ul, ol {
    list-style: none;
    margin-bottom: 0px !important;
}

li {
    list-style: none;
}

a, a:focus, a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}

h1 {
    text-align: center;
    padding: 20px 0;
}

h2, h3, h4 {
    text-align: center;
    padding: 20px 0;
}

table {
    border: none;
    border-spacing: 0;
}
/*公告样式*/
.padding_zero {
    padding: 0px !important;
}

.margin_zero {
    margin: 0px !important;
}

.margin_bottom_zero {
    margin-bottom: 0px !important;
}

.clear_both {
    clear: both;
    overflow: hidden;
}

.width_100 {
    width: 100% !important;
}

.width_200 {
    width: 200px !important;
}

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_15 {
    margin-top: 15px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_50 {
    margin-top: 50px;
}

.margin_top_70 {
    margin-top: 70px;
}

.margin_top_75 {
    margin-top: 75px;
}

.padding_left_7 {
    padding-left: 7px;
}

.padding_right_7 {
    padding-right: 7px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.padding_15 {
    padding: 15px;
}

.margin_right_20 {
    margin-right: 20px !important;
}

.margin_left_20 {
    margin-left: 20px !important;
}

.border_none {
    border: none !important;
}

.outline_none {
    outline: none !important;
}

.box_shadow_none {
    box-shadow: none !important;
}

.auto_div {
    width: auto;
    height: auto;
    overflow: hidden;
}

.main_panel {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.a_display_block {
    display: block;
    cursor: pointer;
}

.transition_transform {
    transition: 0.5s all;
}

    .transition_transform:hover {
        transition: 0.5s all;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

.filter_brightness {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}
/*基础样式*/
.page_cover {
    background-image: url("/images/page_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

.index_title {
    width: 100%;
    height: 48px;
    border-bottom: 2px solid #e0e1e1;
    position: relative;
    clear: both;
}

    .index_title .t_l {
        width: 120px;
        height: 48px;
        color: #3151a4;
        line-height: 48px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }

        .index_title .t_l:after {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            width: 120px;
            height: 48px;
            box-sizing: border-box;
            pointer-events: none;
            border-bottom: 2px solid #3151a4;
        }

    .index_title .t_r {
        height: 48px;
        overflow: hidden;
    }

        .index_title .t_r a {
            line-height: 48px;
            font-size: 16px;
            color: #000000;
        }

            .index_title .t_r a span {
                padding-left: 10px;
            }

.news_list_ul, .news_date_list_ul {
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
}

    .news_list_ul li, .news_date_list_ul li {
        width: 100%;
        height: 46px;
        overflow: hidden;
        position: relative;
    }

        .news_list_ul li:before, .news_date_list_ul li:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border: 2px solid;
            border-color: #000;
            top: 22px;
            left: 6px;
        }

        .news_list_ul li a, .news_date_list_ul li a {
            padding: 0 40px 0 20px;
        }

        .news_list_ul li.current_date a, .news_date_list_ul li.current_date a {
            background: url(/images/new.gif) right center no-repeat;
        }

        .news_list_ul li a, .news_list_ul li div, .news_date_list_ul li a, .news_date_list_ul li div {
            color: #000000;
            font-size: 16px;
            line-height: 46px;
        }

            .news_list_ul li a:hover, .news_date_list_ul li a:hover {
                text-decoration: none;
                LEFT: 1px;
                POSITION: relative;
                TOP: 1px;
                color: #0162b3
            }
/*头部样式*/
.head {
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-image: url("/images/head_bg.png");
    background-repeat: repeat;
    background-position: left top;
}

    .head .t {
        width: 100%;
        height: 30px;
        overflow: hidden;
        color: #fff;
        line-height: 30px;
        font-size: 14px;
    }

    .head .account_panel {
        width: 122px;
        height: 22px;
        overflow: hidden;
        margin-top: 4px;
    }

        .head .account_panel a {
            float: left;
            width: 50px;
            height: 22px;
            overflow: hidden;
            margin-left: 11px;
            background-color: #4267b1;
            border-radius: 20px;
            line-height: 22px;
            color: #fff;
            font-size: 15px;
        }

.header {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .header .logo_search {
        height: 285px;
        overflow: hidden;
    }

        .header .logo_search .logo {
            width: 546px;
            height: 161px;
            overflow: hidden;
            margin: 50px 0px 0px 40px;
        }

        .header .logo_search .search {
            width: 430px;
            height: 41px;
            overflow: hidden;
            margin-top: 242px;
        }

            .header .logo_search .search .search_n {
                width: 352px;
                height: 41px;
                overflow: hidden;
                background-image: url("/images/search_bg.png");
                background-repeat: no-repeat;
                background-position: 15px 10px;
                background-color: #fff;
                border: solid 1px #BEBFB9;
                border-radius: 36px;
            }

                .header .logo_search .search .search_n .int {
                    background: none;
                    outline: none;
                    border: none;
                    text-indent: 36px;
                    line-height: 41px;
                    color: #5a5a5a;
                    font-size: 16px;
                    width: 258px;
                    height: 41px;
                    overflow: hidden;
                    float: left;
                }

                .header .logo_search .search .search_n .sub {
                    background: none;
                    outline: none;
                    border: none;
                    background-color: #D20001;
                    text-align: center;
                    width: 90px;
                    height: 36px;
                    overflow: hidden;
                    line-height: 36px;
                    color: #fff;
                    font-size: 18px;
                    float: right;
                    border-radius: 32px;
                    margin-right: 2px;
                    margin-top: 1px;
                }

            .header .logo_search .search .search_s {
                width: 75px;
                height: 41px;
                overflow: hidden;
                text-align: center;
            }

                .header .logo_search .search .search_s a {
                    line-height: 41px;
                    font-size: 16px;
                    color: #d30001;
                    font-weight: bold;
                }

    .header .menu {
        height: 55px;
        overflow: visible;
        background-color: #3151A4;
    }

        .header .menu #menu_id {
            width: 1198px;
            height: 55px;
            overflow: visible;
        }

            .header .menu #menu_id li.main_li {
                width: 134px;
                height: 55px;
                overflow: visible;
                position: relative;
                float: left;
                text-align: center;
                border-right: solid 1px #c5d1e8;
            }

                .header .menu #menu_id li.main_li:last-child {
                    border-right: none;
                }

            .header .menu #menu_id li.home {
                width: 124px;
            }

            .header .menu #menu_id li a {
                line-height: 55px;
                color: #fff;
                font-size: 18px;
            }

            .header .menu #menu_id li:hover {
                background-color: #0070dd;
            }

                .header .menu #menu_id li:hover a {
                    font-weight: bold;
                }

            .header .menu #menu_id li ul.sub {
                display: none;
                background-color: #0070dd;
                position: absolute;
                width: 100%;
                height: auto;
                overflow: hidden;
                left: 0px;
                top: 55px;
                z-index: 9999;
            }

                .header .menu #menu_id li ul.sub li {
                    border-top: solid 1px #54adff;
                    width: 100%;
                    height: 55px;
                    overflow: hidden;
                    text-align: center;
                }

                    .header .menu #menu_id li ul.sub li:hover {
                        background-color: #3151A4;
                    }

                    .header .menu #menu_id li ul.sub li a {
                        font-size: 14px;
                        line-height: 55px;
                    }
/*首页样式*/
.index_panel {
    height: auto;
    overflow: hidden;
}

    .index_panel .notice_class {
        width: 100%;
        height: 42px;
        overflow: hidden;
        background-color: #fafafa;
    }

        .index_panel .notice_class .t {
            width: 110px;
            height: 42px;
            overflow: hidden;
            float: left;
            text-align: center;
        }

            .index_panel .notice_class .t a {
                color: #d30001;
                line-height: 42px;
                font-size: 18px;
                font-weight:bold;
            }

        .index_panel .notice_class .notice_con {
            width: 1090px;
            height: 42px;
            overflow: hidden;
            float: right;
        }

            .index_panel .notice_class .notice_con .notice_marquee_left {
                width: 100%;
                position: relative;
                height: 42px;
                overflow: hidden;
            }

                .index_panel .notice_class .notice_con .notice_marquee_left .bd {
                    overflow: hidden;
                }

                    .index_panel .notice_class .notice_con .notice_marquee_left .bd .tempWrap {
                        width: 100%;
                        height: 42px;
                        overflow: hidden;
                    }

                    .index_panel .notice_class .notice_con .notice_marquee_left .bd ul {
                        overflow: hidden;
                        zoom: 1;
                    }

                        .index_panel .notice_class .notice_con .notice_marquee_left .bd ul li {
                            margin-right: 50px;
                            float: left;
                            height: 42px;
                            line-height: 42px;
                            width: auto !important;
                        }

                            .index_panel .notice_class .notice_con .notice_marquee_left .bd ul li div, .index_panel .notice_class .notice_con .notice_marquee_left .bd ul li a {
                                color: #000;
                                font-size: 16px;
                                line-height: 42px;
                            }

                                .index_panel .notice_class .notice_con .notice_marquee_left .bd ul li a:hover {
                                    font-weight: bold;
                                }

    .index_panel .first_panel {
        width: auto;
        height: 431px;
        overflow: hidden;
        margin-top: 3px;
    }

        .index_panel .first_panel .picture_slide {
            width: 553px;
            height: auto;
            overflow: hidden;
        }


            .index_panel .first_panel .picture_slide .t {
                height: 48px;
                border-bottom: 3px solid #e0e1e1;
            }

                .index_panel .first_panel .picture_slide .t a.select_item {
                    width: 120px;
                    height: 48px;
                    display: block;
                    cursor: pointer;
                    overflow: hidden;
                    float: left;
                    line-height: 48px;
                    font-size: 22px;
                    color: #010101;
                    font-weight: bold;
                    position: relative;
                    text-align: center;
                }

                .index_panel .first_panel .picture_slide .t a.ck {
                    color: #3151a4;
                }

                    .index_panel .first_panel .picture_slide .t a.ck::after {
                        position: absolute;
                        content: "";
                        width: 120px;
                        height: 41px;
                        bottom: 0px;
                        left: 0px;
                        border-bottom: 3px solid #3151a4;
                    }

                .index_panel .first_panel .picture_slide .t a.more {
                    width: 60px;
                    height: 48px;
                    display: block;
                    cursor: pointer;
                    overflow: hidden;
                    margin-right: 20px;
                    float: right;
                    color: #16191b;
                    font-size: 16px;
                    line-height: 48px;
                }

#flash_tab_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.index_panel .first_panel .news_slide {
    width: 610px;
    height: auto;
    overflow: hidden;
}

    .index_panel .first_panel .news_slide .t {
        height: 48px;
        border-bottom: 3px solid #e0e1e1;
    }

        .index_panel .first_panel .news_slide .t a.select_item {
            width: 120px;
            height: 48px;
            display: block;
            cursor: pointer;
            overflow: hidden;
            float: left;
            line-height: 48px;
            font-size: 22px;
            color: #010101;
            font-weight: bold;
            position: relative;
            text-align: center;
        }

        .index_panel .first_panel .news_slide .t a.ck {
            color: #3151a4;
        }

            .index_panel .first_panel .news_slide .t a.ck::after {
                position: absolute;
                content: "";
                width: 120px;
                height: 41px;
                bottom: 0px;
                left: 0px;
                border-bottom: 3px solid #3151a4;
            }

        .index_panel .first_panel .news_slide .t a.more {
            width: 60px;
            height: 48px;
            display: block;
            cursor: pointer;
            overflow: hidden;
            margin-right: 20px;
            float: right;
            color: #16191b;
            font-size: 16px;
            line-height: 48px;
        }

.index_panel .second_panel {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
}

    .index_panel .second_panel .service_panel {
        width: 222px;
        height: 388px;
        overflow: hidden;
overflow: hidden;
    }

        .index_panel .second_panel .service_panel .content {
            width: 222px;
            height: auto;
            overflow: hidden;
        }

            .index_panel .second_panel .service_panel .content .zdzt_cate_class {
                width: 222px;
                height: auto;
                overflow: hidden;
                margin-top: 30px;
            }

                .index_panel .second_panel .service_panel .content .zdzt_cate_class li {
                    width: 100%;
                    height: 90px;
                    overflow: hidden;
                    margin-bottom: 20px;
                }

                    .index_panel .second_panel .service_panel .content .zdzt_cate_class li img {
                        width: 100%;
                        height: 90px;
                    }

    .index_panel .second_panel .info_panel {
        width: 940px;
        height: auto;
        overflow: hidden;
    }

        .index_panel .second_panel .info_panel .kspx_panel, .index_panel .second_panel .info_panel .djzl_panel {
            width: 440px;
            height: auto;
            overflow: hidden;
        }

.index_panel .third_panel {
    width: 100%;
    height: 123px;
    overflow: hidden;
    margin-top: 24px;
}

.index_panel .four_panel {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 16px;
}

    .index_panel .four_panel .cxxt_panel {
        width: 712px;
        height: auto;
        overflow: hidden;
    }

        .index_panel .four_panel .cxxt_panel .content {
            width: auto;
            height: auto;
            overflow: hidden;
            margin-top: 27px;
        }

            .index_panel .four_panel .cxxt_panel .content ul {
                width: 732px;
                height: auto;
                overflow: hidden;
            }

                .index_panel .four_panel .cxxt_panel .content ul li {
                    width: 224px;
                    height: 74px;
                    overflow: hidden;
                    float: left;
                    margin: 0 20px 27px 0;
                }

    .index_panel .four_panel .zcfg_panel {
        width: 450px;
        height: auto;
        overflow: hidden;
    }

        .index_panel .four_panel .zcfg_panel .content .ggfw_cate_class {
            width: 468px;
            height: auto;
            overflow: hidden;
            margin-top: 27px;
        }

            .index_panel .four_panel .zcfg_panel .content .ggfw_cate_class li {
                width: 216px;
                height: 53px;
                overflow: hidden;
                float: left;
                text-align: center;
                border: solid 1px #d7d7d7;
                background-color: #f6f6f6;
                margin: 0px 18px 21px 0px;
            }

                .index_panel .four_panel .zcfg_panel .content .ggfw_cate_class li a {
                    font-size: 16px;
                    color: #022a91;
                    line-height: 53px;
                }

                .index_panel .four_panel .zcfg_panel .content .ggfw_cate_class li:hover a {
                    font-weight: bold;
                }
/*底部样式*/
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: solid 12px #3151A4;
}

    .footer .f_select {
        width: 1248px;
        height: 32px;
        overflow: hidden;
        margin-top: 23px;
    }

        .footer .f_select .f_select_item {
            width: 262px;
            height: 32px;
            overflow: hidden;
            float: left;
            margin-right: 48px;
            background: url(../images/select_bg.png) no-repeat left center;
        }

            .footer .f_select .f_select_item select {
                border: none;
                outline: none;
                width: 262px;
                height: 32px;
                line-height: 32px;
                background: none;
                color: #2C66A6;
                font-size: 15px;
                /*隐藏select的下拉图标*/
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
            }

    .footer .foot {
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 20px 0;
    }

        .footer .foot p {
            height: 28px;
            overflow: hidden;
        }

            .footer .foot p, .footer .foot p a {
                line-height: 28px;
                font-size: 15px;
                color: #000;
            }

                .footer .foot p a img {
                    display: inline;
                    line-height: 28px;
                    vertical-align: text-bottom;
                }
/*子页面*/
.nav {
    width: 100%;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px #d7d7d7 solid;
    line-height: 48px;
    color: #212121;
    font-size: 15px;
    padding-left: 42px;
    margin-bottom: 15px;
}

    .nav a {
        line-height: 48px;
        color: #212121;
        font-size: 15px;
        padding: 0px 5px;
    }

.content_panel {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .content_panel .silder {
        width: 204px;
        height: 100%;
        overflow: hidden;
        background-color: #eaedf5;
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }

        .content_panel .silder h3 {
            color: white;
            background-color: #045c9c;
            font-size: 20px;
            text-align: center;
            width: 100%;
            overflow: hidden;
            line-height: 49px;
            height: 49px;
            padding: 0px;
            font-weight: bold;
        }

    .content_panel .silder_content {
        width: 204px;
        height: auto;
        overflow: hidden;
        min-height: 600px;
    }

        .content_panel .silder_content ul li {
            overflow: hidden;
            width: 100%;
            height: 49px;
            border-top: solid 1px #fff;
            text-align: center;
        }

            .content_panel .silder_content ul li a {
                line-height: 49px;
                font-size: 18px;
                color: #212121;
            }

            .content_panel .silder_content ul li.active {
                background-color: #0b7abe;
            }

                .content_panel .silder_content ul li.active a {
                    color: #fff;
                }
            .content_panel .silder_content ul li a.large_name {
                font-size: 15px;
            }

    .content_panel .section_panel {
        width: 944px;
        height: auto;
        overflow: hidden;
    }

        .content_panel .section_panel .section_panel_title {
            text-indent: 15px;
            width: 100%;
            height: 49px;
            border-bottom: 1px dashed #A9A9AB;
            line-height: 49px;
            color: #3151a4;
            font-size: 20px;
            font-weight: bold;
        }

        .content_panel .section_panel .news_date_list_ul {
            margin: 0 15px 0 10px;
        }

.view_panel {
    width: auto;
    height: auto;
    overflow: hidden;
}

    .view_panel .view_panel_title {
        width: auto;
        height: auto;
        overflow: hidden;
        color: #000;
        font-size: 26px;
        line-height: 52px;
        margin: 32px 185px 0px 185px;
        font-weight: 700;
    }

    .view_panel .des {
        width: 100%;
        height: 55px;
        overflow: hidden;
        color: #b9b6b6;
        font-size: 14px;
        line-height: 55px;
        margin-top: 10px;
        border-bottom: dashed 1px #000;
    }

.view {
    margin-top: 35px;
    width: auto;
    height: auto;
    overflow: hidden;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-family: FangSong_GB2312,仿宋_GB2312,sans-serif;
}

    .view div, .view p {
        color: #000;
        font-size: 20px;
        line-height: 1.5;
        font-family: FangSong_GB2312,仿宋_GB2312,sans-serif;
    }

    .view p {
        margin: 15px 0;
    }

    .view img {
        max-width: 100% !important;
    }

.view_panel .zb {
    width: auto;
    height: 30px;
    overflow: hidden;
    margin-left: 100px;
    line-height: 30px;
    color: #cbcbcb;
}

.tz {
    width: auto;
    height: auto;
    margin: 20px 0px 70px 0px;
    overflow: hidden;
}

    .tz .u, .tz .d {
        width: auto;
        height: 46px;
        overflow: hidden;
    }

        .tz .u a, .tz .d a {
            line-height: 46px;
            color: #0062b3;
            font-size: 16px
        }

.list_images {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .list_images ul {
        width: 966px;
        height: auto;
        overflow: hidden;
        margin-top: 33px;
    }

        .list_images ul li {
            width: 300px;
            height: auto;
            overflow: hidden;
            float: left;
            margin-right: 22px;
        }

            .list_images ul li .picture {
                width: 300px;
                height: 404px;
                overflow: hidden;
            }

                .list_images ul li .picture img {
                    width: 300px;
                    height: 404px;
                }

            .list_images ul li .text {
                width: 100%;
                height: 64px;
                overflow: hidden;
            }
            .list_images ul li .text .tt{
                width: 100%;
                height: 32px;
                overflow: hidden;
            }
            .list_images ul li .text .check_more{
                width: 100%;
                height: 32px;
                overflow: hidden;
            }

                .list_images ul li .text .tt a{
                    color: #000;
                    font-size: 16px;
                    line-height: 40px;
                }
.list_images ul li .text .check_more a {
                    color: #000;
                    font-size: 16px;
                    line-height: 32px;
                }

.about_panel {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 45px 45px 45px;
}

.page_info {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.SearchList {
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px dotted #dbdbdb;
    margin: 10px 0px;
    font-size: 14px;
    color: #777777;
}

    .SearchList .t {
        width: 100%;
        display: block;
        height: auto;
        overflow: hidden;
        line-height: 25px;
        font-size: 16px;
        color: #008ad2;
    }

    .SearchList p {
        padding: 5px 0px;
        line-height: 22px;
        font-size: 14px;
        text-indent: 2em;
    }

/*机构.html--*/
.jgjs_panel, .ldjg_panel {
    width: 400px;
    height: 400px;
    margin-top: 55px;
    overflow: hidden;
    background-image: url(../images/jigoujieshao-boreder.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.jgjs_panel {
    margin-left: 98px;
    margin-bottom: 80px;
}

.ldjg_panel {
    margin-right: 95px;
    margin-bottom: 80px;
}

    .jgjs_panel img, .ldjg_panel img {
        display: block;
        width: 307px;
        height: 123px;
        overflow: hidden;
        margin: 56px auto 0 auto;
    }

    .jgjs_panel h3, .ldjg_panel h3 {
        font-size: 23px;
        color: black;
        margin-top: 30px;
        padding: 2px 0px;
        font-weight: bold;
    }

    .jgjs_panel .j1, .ldjg_panel .j1 {
        margin-top: 20px;
    }

    .jgjs_panel .j2, .ldjg_panel .j2 {
        margin-top: 17px;
    }

        .jgjs_panel .j1 a, .ldjg_panel .j1 a, .jgjs_panel .j2 a, .ldjg_panel .j2 a {
            display: inline-block;
            height: 16px;
            text-decoration: none;
            color: #000;
            font-size: 15px;
            padding: 0 13px;
            border-left: 1px solid #858585;
            cursor: pointer;
            line-height: 16px;
        }

            .jgjs_panel .j1 a:first-child, .ldjg_panel .j1 a:first-child, .jgjs_panel .j2 a:first-child, .ldjg_panel .j2 a:first-child {
                border-left: none;
            }

#GuangGao {
    display: none;
    text-align: center;
    z-index: 9999999;
}

    #GuangGao .close_btn {
        float: right;
    }

    #GuangGao img {
        width: 200px;
        height: 160px;
    }

#GuangGaoOne {
    display: none;
    text-align: center;
    z-index: 9999999;
}

    #GuangGaoOne .close_btn {
        float: right;
    }

    #GuangGaoOne img {
        width: 200px;
        height: 160px;
    }

.silder_banner_class{
position:fixed;
width:270px;
height:auto;
overflow:hidden;
right:30px;
bottom:10px;
}
.silder_banner_class img{
width:100%;
height:100%;
}
.wx {
    width: 127px;
    height: 147px;
    overflow:hidden;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    position: fixed;
    z-index: 9999;
    left: 30px;
    top: 180px;
}

    .wx img {
        width: 127px;
        height: 127px;
        overflow:hidden;
    }